Instructions to use Hemanth-thunder/indic-machine-translation-Lora-switch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hemanth-thunder/indic-machine-translation-Lora-switch 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="Hemanth-thunder/indic-machine-translation-Lora-switch")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Hemanth-thunder/indic-machine-translation-Lora-switch", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,7 @@ datasets:
|
|
| 15 |
- Aarif1430/english-to-hindi
|
| 16 |
- Hemanth-thunder/english-to-odia-mt
|
| 17 |
- Hemanth-thunder/english-to-bengali-mt
|
|
|
|
| 18 |
language:
|
| 19 |
- ml
|
| 20 |
- kn
|
|
|
|
| 15 |
- Aarif1430/english-to-hindi
|
| 16 |
- Hemanth-thunder/english-to-odia-mt
|
| 17 |
- Hemanth-thunder/english-to-bengali-mt
|
| 18 |
+
- Hemanth-thunder/en_ta
|
| 19 |
language:
|
| 20 |
- ml
|
| 21 |
- kn
|