Instructions to use taeminlee/gliner_ko with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use taeminlee/gliner_ko with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("taeminlee/gliner_ko") - Notebooks
- Google Colab
- Kaggle
Update gliner_config.json
Browse files- gliner_config.json +2 -1
gliner_config.json
CHANGED
|
@@ -19,5 +19,6 @@
|
|
| 19 |
"max_len": 384,
|
| 20 |
"name": "largev2_ko_m",
|
| 21 |
"log_dir": "logs",
|
| 22 |
-
"token_splitter": "mecab-ko"
|
|
|
|
| 23 |
}
|
|
|
|
| 19 |
"max_len": 384,
|
| 20 |
"name": "largev2_ko_m",
|
| 21 |
"log_dir": "logs",
|
| 22 |
+
"token_splitter": "mecab-ko",
|
| 23 |
+
"words_splitter_type": "mecab"
|
| 24 |
}
|