How to use Harveenchadha/indictrans with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Harveenchadha/indictrans") model = AutoModelForSeq2SeqLM.from_pretrained("Harveenchadha/indictrans")
Add information about model in the Model card
· Sign up or log in to comment