File size: 380 Bytes
3bb86a4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
tags:
- spacy
- token-classification
language:
- en
model-index:
- name: en_pipeline
results:
- task:
name: NER
type: token-classification
metrics:
- name: NER Precision
type: precision
value: 0.96
- name: NER Recall
type: recall
value: 0.9696969697
- name: NER F Score
type: f_score
value: 0.9648241206
---
|