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