Commit ·
bdc58b7
1
Parent(s): e2431b2
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -18,23 +18,23 @@ language: en
|
|
| 18 |
```
|
| 19 |
precision recall f1-score support
|
| 20 |
|
| 21 |
-
0 0.
|
| 22 |
-
1 0.
|
| 23 |
|
| 24 |
-
accuracy 0.
|
| 25 |
-
macro avg 0.
|
| 26 |
-
weighted avg 0.
|
| 27 |
```
|
| 28 |
**Classification results test set**
|
| 29 |
```
|
| 30 |
precision recall f1-score support
|
| 31 |
|
| 32 |
-
0 0.
|
| 33 |
-
1 0.
|
| 34 |
|
| 35 |
-
accuracy 0.
|
| 36 |
-
macro avg 0.
|
| 37 |
-
weighted avg 0.
|
| 38 |
```
|
| 39 |
|
| 40 |
|
|
|
|
| 18 |
```
|
| 19 |
precision recall f1-score support
|
| 20 |
|
| 21 |
+
0 0.8175 0.8424 0.8297 2658
|
| 22 |
+
1 0.7309 0.6947 0.7124 1638
|
| 23 |
|
| 24 |
+
accuracy 0.7861 4296
|
| 25 |
+
macro avg 0.7742 0.7686 0.7710 4296
|
| 26 |
+
weighted avg 0.7844 0.7861 0.7850 4296
|
| 27 |
```
|
| 28 |
**Classification results test set**
|
| 29 |
```
|
| 30 |
precision recall f1-score support
|
| 31 |
|
| 32 |
+
0 0.8141 0.8337 0.8238 2658
|
| 33 |
+
1 0.7192 0.6911 0.7049 1638
|
| 34 |
|
| 35 |
+
accuracy 0.7793 4296
|
| 36 |
+
macro avg 0.7666 0.7624 0.7643 4296
|
| 37 |
+
weighted avg 0.7779 0.7793 0.7784 4296
|
| 38 |
```
|
| 39 |
|
| 40 |
|