Update README.md
Browse files
README.md
CHANGED
@@ -16,16 +16,16 @@ model-index:
|
|
16 |
metrics:
|
17 |
- name: Accuracy
|
18 |
type: accuracy
|
19 |
-
value: 0.
|
20 |
- name: Precision
|
21 |
type: precision
|
22 |
-
value: 0.
|
23 |
- name: Recall
|
24 |
type: recall
|
25 |
-
value: 0.
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
-
value: 0.
|
29 |
language:
|
30 |
- en
|
31 |
pipeline_tag: text-classification
|
|
|
16 |
metrics:
|
17 |
- name: Accuracy
|
18 |
type: accuracy
|
19 |
+
value: 0.9613
|
20 |
- name: Precision
|
21 |
type: precision
|
22 |
+
value: 0.9626
|
23 |
- name: Recall
|
24 |
type: recall
|
25 |
+
value: 0.9613
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
+
value: 0.9619
|
29 |
language:
|
30 |
- en
|
31 |
pipeline_tag: text-classification
|