Instructions to use XabierJJ/es_ner_edictos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use XabierJJ/es_ner_edictos with spaCy:
!pip install https://huggingface.co/XabierJJ/es_ner_edictos/resolve/main/es_ner_edictos-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("es_ner_edictos") # Importing as module. import es_ner_edictos nlp = es_ner_edictos.load() - Notebooks
- Google Colab
- Kaggle
| Feature | Description |
|---|---|
| Name | es_ner_edictos |
| Version | 0.0.0 |
| spaCy | >=3.5.1,<3.6.0 |
| Default Pipeline | transformer, ner |
| Components | transformer, ner |
| Vectors | 0 keys, 0 unique vectors (0 dimensions) |
| Sources | n/a |
| License | n/a |
| Author | n/a |
Label Scheme
View label scheme (2 labels for 1 components)
| Component | Labels |
|---|---|
ner |
DEUDOR, NIF/CIF |
Accuracy
| Type | Score |
|---|---|
ENTS_F |
90.24 |
ENTS_P |
87.87 |
ENTS_R |
92.73 |
TRANSFORMER_LOSS |
20704.79 |
NER_LOSS |
11343.80 |
- Downloads last month
- 3
Evaluation results
- NER Precisionself-reported0.879
- NER Recallself-reported0.927
- NER F Scoreself-reported0.902