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
| Feature | Description |
|---|---|
| Name | vi_ner_task |
| Version | 1.0.1 |
| spaCy | >=3.7.5,<3.8.0 |
| Default Pipeline | tok2vec, ner |
| Components | tok2vec, ner |
| Vectors | 0 keys, 0 unique vectors (0 dimensions) |
| Sources | n/a |
| License | n/a |
| Author | Chánh Hỷ |
Label Scheme
View label scheme (4 labels for 1 components)
| Component | Labels |
|---|---|
ner |
DATE, PERSON, TASK, TIME |
Accuracy
| Type | Score |
|---|---|
ENTS_F |
90.00 |
ENTS_P |
90.45 |
ENTS_R |
89.55 |
TOK2VEC_LOSS |
121354.85 |
NER_LOSS |
16964.64 |
- Downloads last month
- -
Evaluation results
- NER Precisionself-reported0.905
- NER Recallself-reported0.896
- NER F Scoreself-reported0.900