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 README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ Dataset: 국립국어원 맞춤법 교정 말뭉치
|
|
| 13 |
<br>
|
| 14 |
Backbone Model: [kobart-base-v2](https://huggingface.co/gogamza/kobart-base-v2/blob/main/README.md)
|
| 15 |
<br>
|
| 16 |
-
GitHub Repo: [SOL1archive](https://github.com/SOL1archive/KoGrammar)
|
| 17 |
|
| 18 |
## Train Method
|
| 19 |
전체 데이터셋 중 약 45%를 학습데이터로 활용하여 학습함.
|
|
|
|
| 13 |
<br>
|
| 14 |
Backbone Model: [kobart-base-v2](https://huggingface.co/gogamza/kobart-base-v2/blob/main/README.md)
|
| 15 |
<br>
|
| 16 |
+
GitHub Repo: [SOL1archive/KoGrammar](https://github.com/SOL1archive/KoGrammar)
|
| 17 |
|
| 18 |
## Train Method
|
| 19 |
전체 데이터셋 중 약 45%를 학습데이터로 활용하여 학습함.
|