Instructions to use theSOL1/kogrammar-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use theSOL1/kogrammar-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("theSOL1/kogrammar-base") model = AutoModelForSeq2SeqLM.from_pretrained("theSOL1/kogrammar-base") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
"BartForConditionalGeneration"
|
| 9 |
],
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
-
"author": "
|
| 12 |
"bos_token_id": 1,
|
| 13 |
"classif_dropout": 0.1,
|
| 14 |
"classifier_dropout": 0.1,
|
|
|
|
| 8 |
"BartForConditionalGeneration"
|
| 9 |
],
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
+
"author": "Subin Park(enlightkorean@gmail.com)",
|
| 12 |
"bos_token_id": 1,
|
| 13 |
"classif_dropout": 0.1,
|
| 14 |
"classifier_dropout": 0.1,
|