en_esg_ner / README.md
msr10's picture
Update spaCy pipeline
e3dbf3b
---
tags:
- spacy
- token-classification
language:
- en
model-index:
- name: en_esg_ner
results:
- task:
name: NER
type: token-classification
metrics:
- name: NER Precision
type: precision
value: 0.9211469534
- name: NER Recall
type: recall
value: 0.9191702432
- name: NER F Score
type: f_score
value: 0.9201575367
---
| Feature | Description |
| --- | --- |
| **Name** | `en_esg_ner` |
| **Version** | `0.0.0` |
| **spaCy** | `>=3.5.2,<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
<details>
<summary>View label scheme (3 labels for 1 components)</summary>
| Component | Labels |
| --- | --- |
| **`ner`** | `Environmental`, `Governance`, `Social` |
</details>
### Accuracy
| Type | Score |
| --- | --- |
| `ENTS_F` | 92.02 |
| `ENTS_P` | 92.11 |
| `ENTS_R` | 91.92 |
| `TRANSFORMER_LOSS` | 14719.85 |
| `NER_LOSS` | 10789.72 |