YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

AdvaithMagic/tinyindianlm-te

Custom TinyIndianLM checkpoint exported in Hugging Face repository format.

Loading

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained(
    "AdvaithMagic/tinyindianlm-te",
    trust_remote_code=True,
)
tokenizer = AutoTokenizer.from_pretrained("AdvaithMagic/tinyindianlm-te")

Note: this model uses custom architecture code included in this repository, so trust_remote_code=True is required.

Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support