How to use gagan3012/GEC_cor with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("gagan3012/GEC_cor") model = AutoModelForSeq2SeqLM.from_pretrained("gagan3012/GEC_cor")
No model card