feat: add initial trained model and scripts 54f5ec9
Leonardo Yoshida commited on
How to use leoyt61/spellcheck_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("leoyt61/spellcheck_model")
model = AutoModelForSeq2SeqLM.from_pretrained("leoyt61/spellcheck_model")