Instructions to use ai4bharat/IndicBARTSS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ai4bharat/IndicBARTSS with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ai4bharat/IndicBARTSS") model = AutoModelForSeq2SeqLM.from_pretrained("ai4bharat/IndicBARTSS", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update config.json 4b2669d
Update README.md 23774b2
Update README.md 6b7c5b4
Added all files 8875a3f
draj commited on
Separate script IB model 9bf5929
draj commited on