How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("yash-srivastava19/assamese_BART-tiny")
model = AutoModelForSeq2SeqLM.from_pretrained("yash-srivastava19/assamese_BART-tiny", device_map="auto")
Quick Links

One step closer to the actual thing. Started with RoBERTa, now BART. Finally we'll move to MBart.

Downloads last month
17
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support