Instructions to use spacy/zh_core_web_md with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use spacy/zh_core_web_md with spaCy:
!pip install https://huggingface.co/spacy/zh_core_web_md/resolve/main/zh_core_web_md-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("zh_core_web_md") # Importing as module. import zh_core_web_md nlp = zh_core_web_md.load() - Notebooks
- Google Colab
- Kaggle
Automatic correction of README.md metadata for keys. Contact website@huggingface.co for any question
Browse files- README.md +1 -1
- ner/model +0 -0
- parser/model +0 -0
- senter/model +0 -0
- tagger/model +0 -0
- tok2vec/model +0 -0
README.md
CHANGED
|
@@ -4,7 +4,7 @@ tags:
|
|
| 4 |
- token-classification
|
| 5 |
language:
|
| 6 |
- zh
|
| 7 |
-
license:
|
| 8 |
model-index:
|
| 9 |
- name: zh_core_web_md
|
| 10 |
results:
|
|
|
|
| 4 |
- token-classification
|
| 5 |
language:
|
| 6 |
- zh
|
| 7 |
+
license: mit
|
| 8 |
model-index:
|
| 9 |
- name: zh_core_web_md
|
| 10 |
results:
|
ner/model
CHANGED
|
Binary files a/ner/model and b/ner/model differ
|
|
|
parser/model
CHANGED
|
Binary files a/parser/model and b/parser/model differ
|
|
|
senter/model
CHANGED
|
Binary files a/senter/model and b/senter/model differ
|
|
|
tagger/model
CHANGED
|
Binary files a/tagger/model and b/tagger/model differ
|
|
|
tok2vec/model
CHANGED
|
Binary files a/tok2vec/model and b/tok2vec/model differ
|
|
|