Update README.md
Browse files
README.md
CHANGED
@@ -26,49 +26,51 @@ model-index:
|
|
26 |
metrics:
|
27 |
- name: TAG (XPOS) Accuracy
|
28 |
type: accuracy
|
29 |
-
value: 0
|
30 |
- task:
|
31 |
name: POS
|
32 |
type: token-classification
|
33 |
metrics:
|
34 |
- name: POS (UPOS) Accuracy
|
35 |
type: accuracy
|
36 |
-
value: 0
|
37 |
- task:
|
38 |
name: MORPH
|
39 |
type: token-classification
|
40 |
metrics:
|
41 |
- name: Morph (UFeats) Accuracy
|
42 |
type: accuracy
|
43 |
-
value: 0
|
44 |
- task:
|
45 |
name: LEMMA
|
46 |
type: token-classification
|
47 |
metrics:
|
48 |
- name: Lemma Accuracy
|
49 |
type: accuracy
|
50 |
-
value: 0
|
51 |
- task:
|
52 |
name: UNLABELED_DEPENDENCIES
|
53 |
type: token-classification
|
54 |
metrics:
|
55 |
- name: Unlabeled Attachment Score (UAS)
|
56 |
type: f_score
|
57 |
-
value: 0
|
58 |
- task:
|
59 |
name: LABELED_DEPENDENCIES
|
60 |
type: token-classification
|
61 |
metrics:
|
62 |
- name: Labeled Attachment Score (LAS)
|
63 |
type: f_score
|
64 |
-
value: 0
|
65 |
- task:
|
66 |
name: SENTS
|
67 |
type: token-classification
|
68 |
metrics:
|
69 |
- name: Sentences F-Score
|
70 |
type: f_score
|
71 |
-
value: 0
|
|
|
|
|
72 |
---
|
73 |
| Feature | Description |
|
74 |
| --- | --- |
|
|
|
26 |
metrics:
|
27 |
- name: TAG (XPOS) Accuracy
|
28 |
type: accuracy
|
29 |
+
value: 0
|
30 |
- task:
|
31 |
name: POS
|
32 |
type: token-classification
|
33 |
metrics:
|
34 |
- name: POS (UPOS) Accuracy
|
35 |
type: accuracy
|
36 |
+
value: 0
|
37 |
- task:
|
38 |
name: MORPH
|
39 |
type: token-classification
|
40 |
metrics:
|
41 |
- name: Morph (UFeats) Accuracy
|
42 |
type: accuracy
|
43 |
+
value: 0
|
44 |
- task:
|
45 |
name: LEMMA
|
46 |
type: token-classification
|
47 |
metrics:
|
48 |
- name: Lemma Accuracy
|
49 |
type: accuracy
|
50 |
+
value: 0
|
51 |
- task:
|
52 |
name: UNLABELED_DEPENDENCIES
|
53 |
type: token-classification
|
54 |
metrics:
|
55 |
- name: Unlabeled Attachment Score (UAS)
|
56 |
type: f_score
|
57 |
+
value: 0
|
58 |
- task:
|
59 |
name: LABELED_DEPENDENCIES
|
60 |
type: token-classification
|
61 |
metrics:
|
62 |
- name: Labeled Attachment Score (LAS)
|
63 |
type: f_score
|
64 |
+
value: 0
|
65 |
- task:
|
66 |
name: SENTS
|
67 |
type: token-classification
|
68 |
metrics:
|
69 |
- name: Sentences F-Score
|
70 |
type: f_score
|
71 |
+
value: 0
|
72 |
+
datasets:
|
73 |
+
- universal_dependencies
|
74 |
---
|
75 |
| Feature | Description |
|
76 |
| --- | --- |
|