MohammadOthman's picture
Update spaCy pipeline
b397e23
|
raw
history blame
1.09 kB
---
tags:
- spacy
- token-classification
language:
- en
license: apache-2.0
model-index:
- name: en_roberta_base_plant_ner_case
results:
- task:
name: NER
type: token-classification
metrics:
- name: NER Precision
type: precision
value: 0.9697542533
- name: NER Recall
type: recall
value: 0.9752851711
- name: NER F Score
type: f_score
value: 0.9725118483
---
| Feature | Description |
| --- | --- |
| **Name** | `en_roberta_base_plant_ner_case` |
| **Version** | `1.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** | `Apache-2.0` |
| **Author** | [Mohammad Othman]() |
### Label Scheme
<details>
<summary>View label scheme (1 labels for 1 components)</summary>
| Component | Labels |
| --- | --- |
| **`ner`** | `PLANT` |
</details>
### Accuracy
| Type | Score |
| --- | --- |
| `ENTS_F` | 97.25 |
| `ENTS_P` | 96.98 |
| `ENTS_R` | 97.53 |