Translation
Transformers
Safetensors
English
Telugu
m2m_100
text2text-generation
text-generation
fine-tuned-model
colloquial-language
telugu
machine-translation
Instructions to use anithasoma/nllb-finetuned-telugu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anithasoma/nllb-finetuned-telugu with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="anithasoma/nllb-finetuned-telugu")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("anithasoma/nllb-finetuned-telugu") model = AutoModelForSeq2SeqLM.from_pretrained("anithasoma/nllb-finetuned-telugu") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f21fcb9c9e5405b0f2c3a1c3596bbcbec8fb528bfb2f99a06d9322de288f5292
- Size of remote file:
- 5.43 kB
- SHA256:
- d86339e08f9d6ef83bfaf4c0bf889142b9d91d383c55dc9f6fe208bb391ea8a5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.