How to use from the
Use from the
spaCy library
!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()
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
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Evaluation results