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
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,6 +31,12 @@ This model is a fine-tuned version of the [NLLB-200 (Distilled 600M)](https://hu
|
|
| 31 |
- **Fine-Tuned By:** [anithasoma](https://huggingface.co/anithasoma)
|
| 32 |
- **Languages:** English → Telugu (colloquial)
|
| 33 |
- **Framework:** Transformers (🤗 Hugging Face)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
## Training Details
|
| 36 |
- **Dataset:** anithasoma/anitha_colloquial_en_te
|
|
|
|
| 31 |
- **Fine-Tuned By:** [anithasoma](https://huggingface.co/anithasoma)
|
| 32 |
- **Languages:** English → Telugu (colloquial)
|
| 33 |
- **Framework:** Transformers (🤗 Hugging Face)
|
| 34 |
+
-
|
| 35 |
+
## 🚀 Run the Model on Google Colab
|
| 36 |
+
|
| 37 |
+
[](https://colab.research.google.com/drive/1CiuywF2xzdzFH7jvQ7UIrBo4tI9FI9Nf?usp=sharing)
|
| 38 |
+
|
| 39 |
+
Click the badge above to launch the model in Google Colab!
|
| 40 |
|
| 41 |
## Training Details
|
| 42 |
- **Dataset:** anithasoma/anitha_colloquial_en_te
|