Instructions to use hjianganthony/en_kyc_nerre with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use hjianganthony/en_kyc_nerre with spaCy:
!pip install https://huggingface.co/hjianganthony/en_kyc_nerre/resolve/main/en_kyc_nerre-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_kyc_nerre") # Importing as module. import en_kyc_nerre nlp = en_kyc_nerre.load() - Notebooks
- Google Colab
- Kaggle
| Feature | Description | Note |
|---|---|---|
| Name | en_kyc_nerre |
|
| Version | 0.0.0 |
test run, official version will start from 1.xx.xx |
| spaCy | >=3.6.1,<3.7.0 |
|
| Default Pipeline | transformer, ner |
|
| Components | transformer, ner |
|
| Vectors | 0 keys, 0 unique vectors (0 dimensions) | |
| Sources | n/a | |
| License | n/a | |
| Author | hjiangAnthony |
Purpose
Identifying PERSON, CRIME, and PROCECUTION entities; supporting relation extraction for the next step
Label Scheme
View label scheme (3 labels for 1 components)
| Component | Labels |
|---|---|
ner |
CRIME, PERSON, PROCECUTION |
Accuracy
| Type | Score |
|---|---|
ENTS_F |
73.68 |
ENTS_P |
68.63 |
ENTS_R |
79.55 |
TRANSFORMER_LOSS |
12977.28 |
NER_LOSS |
94024.87 |
- Downloads last month
- 3
Evaluation results
- NER Precisionself-reported0.686
- NER Recallself-reported0.795
- NER F Scoreself-reported0.737