Transformers
TensorBoard
Safetensors
IndicTrans
text2text-generation
Generated from Trainer
custom_code
Instructions to use thenlpresearcher/indictrans2-indic-indic-dist-320M-finetuned-eng_Ltn-to-mar_Deva with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thenlpresearcher/indictrans2-indic-indic-dist-320M-finetuned-eng_Ltn-to-mar_Deva with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("thenlpresearcher/indictrans2-indic-indic-dist-320M-finetuned-eng_Ltn-to-mar_Deva", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle