Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
spellcheck_model
895 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Leonardo Yoshida
feat: add initial trained model and scripts
54f5ec9 about 3 years ago
  • data
    feat: add initial trained model and scripts about 3 years ago
  • .dockerignore
    6 Bytes
    feat: add initial trained model and scripts about 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • .gitignore
    6 Bytes
    feat: add initial trained model and scripts about 3 years ago
  • README.md
    1 kB
    feat: add initial trained model and scripts about 3 years ago
  • config.json
    1.5 kB
    feat: add initial trained model and scripts about 3 years ago
  • dockerfile
    116 Bytes
    feat: add initial trained model and scripts about 3 years ago
  • generation_config.json
    142 Bytes
    feat: add initial trained model and scripts about 3 years ago
  • pytorch_model.bin
    892 MB
    xet
    feat: add initial trained model and scripts about 3 years ago
  • requirements.txt
    43 Bytes
    feat: add initial trained model and scripts about 3 years ago
  • special_tokens_map.json
    2.2 kB
    feat: add initial trained model and scripts about 3 years ago
  • spiece.model
    792 kB
    xet
    feat: add initial trained model and scripts about 3 years ago
  • test.py
    350 Bytes
    feat: add initial trained model and scripts about 3 years ago
  • tokenizer.json
    2.42 MB
    feat: add initial trained model and scripts about 3 years ago
  • tokenizer_config.json
    2.32 kB
    feat: add initial trained model and scripts about 3 years ago
  • train.py
    291 Bytes
    feat: add initial trained model and scripts about 3 years ago