Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

leoyt61
/
spellcheck_model

Transformers
PyTorch
English
t5
text2text-generation
grammar
spell
correction
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use leoyt61/spellcheck_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    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")
  • Notebooks
  • Google Colab
  • Kaggle
spellcheck_model / data
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Leonardo Yoshida
feat: add initial trained model and scripts
54f5ec9 almost 3 years ago
  • eval.csv
    2.62 kB
    feat: add initial trained model and scripts almost 3 years ago
  • train.csv
    9.09 kB
    feat: add initial trained model and scripts almost 3 years ago