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: 134 Bytes
8866d9a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6b28ada6415f6d40b339dbd6f0bfa18184049b9e8f41f50abb19424a5035a4cd
size 557969145
|