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