Instructions to use manred1997/deberta-v3-large-lemon-spell_5k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use manred1997/deberta-v3-large-lemon-spell_5k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="manred1997/deberta-v3-large-lemon-spell_5k")# Load model directly from transformers import AutoTokenizer, XGECToR tokenizer = AutoTokenizer.from_pretrained("manred1997/deberta-v3-large-lemon-spell_5k") model = XGECToR.from_pretrained("manred1997/deberta-v3-large-lemon-spell_5k") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,8 +26,7 @@ This model is a grammar error correction (GEC) system fine-tuned from the `micro
|
|
| 26 |
|
| 27 |
- **Model type:** Token classification with sequence-to-sequence correction
|
| 28 |
- **Language(s) (NLP):** English
|
| 29 |
-
- **
|
| 30 |
-
- **Finetuned from model [optional]:** `microsoft/deberta-v3-large`
|
| 31 |
|
| 32 |
|
| 33 |
## Uses
|
|
@@ -40,7 +39,7 @@ This model is a grammar error correction (GEC) system fine-tuned from the `micro
|
|
| 40 |
|
| 41 |
This model can be used directly for grammar error detection and correction in English texts. It's ideal for integration into writing assistants, educational software, or proofreading tools.
|
| 42 |
|
| 43 |
-
### Downstream Use
|
| 44 |
|
| 45 |
The model can be fine-tuned for specific domains like academic writing, business communication, or informal text correction, ensuring high precision in context-specific grammar errors.
|
| 46 |
|
|
|
|
| 26 |
|
| 27 |
- **Model type:** Token classification with sequence-to-sequence correction
|
| 28 |
- **Language(s) (NLP):** English
|
| 29 |
+
- **Finetuned from model:** `microsoft/deberta-v3-large`
|
|
|
|
| 30 |
|
| 31 |
|
| 32 |
## Uses
|
|
|
|
| 39 |
|
| 40 |
This model can be used directly for grammar error detection and correction in English texts. It's ideal for integration into writing assistants, educational software, or proofreading tools.
|
| 41 |
|
| 42 |
+
### Downstream Use
|
| 43 |
|
| 44 |
The model can be fine-tuned for specific domains like academic writing, business communication, or informal text correction, ensuring high precision in context-specific grammar errors.
|
| 45 |
|