Instructions to use Charliefederer/zh_core_web_trf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use Charliefederer/zh_core_web_trf with spaCy:
!pip install https://huggingface.co/Charliefederer/zh_core_web_trf/resolve/main/zh_core_web_trf-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("zh_core_web_trf") # Importing as module. import zh_core_web_trf nlp = zh_core_web_trf.load() - Notebooks
- Google Colab
- Kaggle
Update config.cfg
Browse files- config.cfg +0 -3
config.cfg
CHANGED
|
@@ -146,9 +146,6 @@ max_length = 0
|
|
| 146 |
limit = 0
|
| 147 |
augmenter = null
|
| 148 |
|
| 149 |
-
[model_type]
|
| 150 |
-
"albert"
|
| 151 |
-
|
| 152 |
[training]
|
| 153 |
train_corpus = "corpora.train"
|
| 154 |
dev_corpus = "corpora.dev"
|
|
|
|
| 146 |
limit = 0
|
| 147 |
augmenter = null
|
| 148 |
|
|
|
|
|
|
|
|
|
|
| 149 |
[training]
|
| 150 |
train_corpus = "corpora.train"
|
| 151 |
dev_corpus = "corpora.dev"
|