Instructions to use spacy/zh_core_web_sm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use spacy/zh_core_web_sm with spaCy:
!pip install https://huggingface.co/spacy/zh_core_web_sm/resolve/main/zh_core_web_sm-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("zh_core_web_sm") # Importing as module. import zh_core_web_sm nlp = zh_core_web_sm.load() - Notebooks
- Google Colab
- Kaggle
Commit History
Update spaCy pipeline c0daea5
EC2 Default User commited on
Update spaCy pipeline 7bfda68
Omar Sanseviero commited on
Update spaCy pipeline 1868f26
Omar Sanseviero commited on