Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

spacy
/
zh_core_web_trf

Token Classification
spaCy
Chinese
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use spacy/zh_core_web_trf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • spaCy

    How to use spacy/zh_core_web_trf with spaCy:

    !pip install https://huggingface.co/spacy/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
zh_core_web_trf / tokenizer
Ctrl+K
Ctrl+K
  • 5 contributors
History: 2 commits
Adriane Boyd
Update spaCy pipeline
0413247 almost 4 years ago
  • pkuseg_model
    Update spaCy pipeline almost 5 years ago
  • cfg
    26 Bytes
    Update spaCy pipeline almost 5 years ago
  • pkuseg_processors
    4.53 MB
    xet
    Update spaCy pipeline almost 4 years ago