Instructions to use Cipher-AI/AutoCorrect-EN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Cipher-AI/AutoCorrect-EN with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Cipher-AI/AutoCorrect-EN") model = AutoModelForSeq2SeqLM.from_pretrained("Cipher-AI/AutoCorrect-EN") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,9 +15,9 @@ This model is for typos in texts and it outputs corrected texts.
|
|
| 15 |
|
| 16 |
Example:
|
| 17 |
|
| 18 |
-
Text with Typos: **
|
| 19 |
|
| 20 |
-
Corrected Text: **
|
| 21 |
|
| 22 |
|
| 23 |
Example Usage:
|
|
|
|
| 15 |
|
| 16 |
Example:
|
| 17 |
|
| 18 |
+
Text with Typos: **Whathvhr wh call owr carhaivhrs - doctors, nwrsh practitionhrs, clinicians, - wh nhhd thhm not only to carh, wh nhhd thhm to uh aulh to providh thh riaht valwh.**
|
| 19 |
|
| 20 |
+
Corrected Text: **Whatever we call our caregivers - doctors, nurse practitioners, clinicians, - we need them not only to care, we need them to be able to provide the right value.**
|
| 21 |
|
| 22 |
|
| 23 |
Example Usage:
|