Update README.md
Browse files
README.md
CHANGED
@@ -11,15 +11,9 @@ datasets:
|
|
11 |
language:
|
12 |
- en
|
13 |
metrics:
|
14 |
-
-
|
15 |
-
|
16 |
-
|
17 |
-
- type: precision
|
18 |
-
name: Precision
|
19 |
-
value: 0.8106
|
20 |
-
- type: f1
|
21 |
-
name: F1 Score
|
22 |
-
value: 0.8076
|
23 |
pipeline_tag: text-classification
|
24 |
---
|
25 |
|
|
|
11 |
language:
|
12 |
- en
|
13 |
metrics:
|
14 |
+
- f1 = 0.8076
|
15 |
+
- recall = 0.8077
|
16 |
+
- precision = 0.8106
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
pipeline_tag: text-classification
|
18 |
---
|
19 |
|