Instructions to use deep-learning-analytics/GrammarCorrector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deep-learning-analytics/GrammarCorrector with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("deep-learning-analytics/GrammarCorrector") model = AutoModelForSeq2SeqLM.from_pretrained("deep-learning-analytics/GrammarCorrector") - Notebooks
- Google Colab
- Kaggle
Commit ·
6ca90bd
1
Parent(s): dad01e1
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "deep-learning-analytics/GrammarCorrector",
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|