Instructions to use oliverguhr/spelling-correction-english-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use oliverguhr/spelling-correction-english-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("oliverguhr/spelling-correction-english-base") model = AutoModelForSeq2SeqLM.from_pretrained("oliverguhr/spelling-correction-english-base") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
8866d9a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0fd0ae23f30532e57f34b77290b3c7a6755ce3821ca3ac2bee15fb801bda2bfd
size 151675
|