Daniel Thompson
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -21,41 +21,6 @@ model-index:
|
|
21 |
- name: NER F Score
|
22 |
type: f_score
|
23 |
value: 0.0
|
24 |
-
- task:
|
25 |
-
name: TAG
|
26 |
-
type: token-classification
|
27 |
-
metrics:
|
28 |
-
- name: TAG (XPOS) Accuracy
|
29 |
-
type: accuracy
|
30 |
-
value: 0.0
|
31 |
-
- task:
|
32 |
-
name: LEMMA
|
33 |
-
type: token-classification
|
34 |
-
metrics:
|
35 |
-
- name: Lemma Accuracy
|
36 |
-
type: accuracy
|
37 |
-
value: 0.0
|
38 |
-
- task:
|
39 |
-
name: UNLABELED_DEPENDENCIES
|
40 |
-
type: token-classification
|
41 |
-
metrics:
|
42 |
-
- name: Unlabeled Attachment Score (UAS)
|
43 |
-
type: f_score
|
44 |
-
value: 0.0
|
45 |
-
- task:
|
46 |
-
name: LABELED_DEPENDENCIES
|
47 |
-
type: token-classification
|
48 |
-
metrics:
|
49 |
-
- name: Labeled Attachment Score (LAS)
|
50 |
-
type: f_score
|
51 |
-
value: 0.0
|
52 |
-
- task:
|
53 |
-
name: SENTS
|
54 |
-
type: token-classification
|
55 |
-
metrics:
|
56 |
-
- name: Sentences F-Score
|
57 |
-
type: f_score
|
58 |
-
value: 0.0
|
59 |
---
|
60 |
---
|
61 |
license: gpl-3.0
|
|
|
21 |
- name: NER F Score
|
22 |
type: f_score
|
23 |
value: 0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
---
|
26 |
license: gpl-3.0
|