Commit
·
e2cce30
1
Parent(s):
a5392af
Update spaCy pipeline
Browse files
README.md
CHANGED
|
@@ -1,3 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
| Feature | Description |
|
| 2 |
| --- | --- |
|
| 3 |
| **Name** | `en_pipeline` |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- spacy
|
| 4 |
+
- token-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
model-index:
|
| 8 |
+
- name: en_pipeline
|
| 9 |
+
results:
|
| 10 |
+
- task:
|
| 11 |
+
name: NER
|
| 12 |
+
type: token-classification
|
| 13 |
+
metrics:
|
| 14 |
+
- name: NER Precision
|
| 15 |
+
type: precision
|
| 16 |
+
value: 0.9946896173
|
| 17 |
+
- name: NER Recall
|
| 18 |
+
type: recall
|
| 19 |
+
value: 0.9916932907
|
| 20 |
+
- name: NER F Score
|
| 21 |
+
type: f_score
|
| 22 |
+
value: 0.9931891941
|
| 23 |
+
- task:
|
| 24 |
+
name: POS
|
| 25 |
+
type: token-classification
|
| 26 |
+
metrics:
|
| 27 |
+
- name: POS Accuracy
|
| 28 |
+
type: accuracy
|
| 29 |
+
value: 0.0
|
| 30 |
+
- task:
|
| 31 |
+
name: SENTER
|
| 32 |
+
type: token-classification
|
| 33 |
+
metrics:
|
| 34 |
+
- name: SENTER Precision
|
| 35 |
+
type: precision
|
| 36 |
+
value: 1.0
|
| 37 |
+
- name: SENTER Recall
|
| 38 |
+
type: recall
|
| 39 |
+
value: 1.0
|
| 40 |
+
- name: SENTER F Score
|
| 41 |
+
type: f_score
|
| 42 |
+
value: 1.0
|
| 43 |
+
- task:
|
| 44 |
+
name: UNLABELED_DEPENDENCIES
|
| 45 |
+
type: token-classification
|
| 46 |
+
metrics:
|
| 47 |
+
- name: Unlabeled Dependencies Accuracy
|
| 48 |
+
type: accuracy
|
| 49 |
+
value: 0.0
|
| 50 |
+
- task:
|
| 51 |
+
name: LABELED_DEPENDENCIES
|
| 52 |
+
type: token-classification
|
| 53 |
+
metrics:
|
| 54 |
+
- name: Labeled Dependencies Accuracy
|
| 55 |
+
type: accuracy
|
| 56 |
+
value: 0.0
|
| 57 |
+
---
|
| 58 |
| Feature | Description |
|
| 59 |
| --- | --- |
|
| 60 |
| **Name** | `en_pipeline` |
|