Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

kenkwon
/
vi_ner_task

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

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

  • Libraries
  • spaCy

    How to use kenkwon/vi_ner_task with spaCy:

    !pip install https://huggingface.co/kenkwon/vi_ner_task/resolve/main/vi_ner_task-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("vi_ner_task")
    
    # Importing as module.
    import vi_ner_task
    nlp = vi_ner_task.load()
  • Notebooks
  • Google Colab
  • Kaggle
vi_ner_task / ner
131 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
kenkwon's picture
kenkwon
Update spaCy pipeline
ebf9328 verified 7 months ago
  • cfg
    233 Bytes
    Update spaCy pipeline 8 months ago
  • model
    131 kB
    xet
    Update spaCy pipeline 7 months ago
  • moves
    259 Bytes
    Update spaCy pipeline 7 months ago