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

tokenizer = AutoTokenizer.from_pretrained("ehyxu/nmt-corrector-ur2en")
model = AutoModelForSeq2SeqLM.from_pretrained("ehyxu/nmt-corrector-ur2en")
Quick Links

The checkpoint is from Urdu translate to English model of the paper. More information pleace refer this repository.

pre-trained model: mbart-large-50

train dataset: opus-100

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

Dataset used to train ehyxu/nmt-corrector-ur2en