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 spaCy pipeline
Browse files
zh_core_web_trf-any-py3-none-any.whl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 415130114
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f29a4d67894b2abb215cc316b25693a98341660c3db32f766bd2d380905dec63
|
| 3 |
size 415130114
|