matejklemen
commited on
Commit
·
cdbd78a
1
Parent(s):
b568522
Update README.md
Browse files
README.md
CHANGED
@@ -17,10 +17,18 @@ model-index:
|
|
17 |
name: SentiNews
|
18 |
config: sentence_level
|
19 |
metrics:
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
- type: f1
|
21 |
value: 0.6934678744913757
|
22 |
name: Validation macro F1
|
23 |
-
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# sloberta-sentinews-sentence
|
@@ -63,7 +71,7 @@ test_data = data.select(split["test_indices"])
|
|
63 |
|
64 |
## Evaluation results
|
65 |
|
66 |
-
Best validation results:
|
67 |
```
|
68 |
{
|
69 |
"eval_accuracy": 0.7207815275310835,
|
@@ -79,4 +87,22 @@ Best validation results:
|
|
79 |
"eval_recall_neutral": 0.7438413361169103,
|
80 |
"eval_recall_positive": 0.6031746031746031
|
81 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
```
|
|
|
17 |
name: SentiNews
|
18 |
config: sentence_level
|
19 |
metrics:
|
20 |
+
- type: f1
|
21 |
+
value: 0.6851357247321056
|
22 |
+
name: Test macro F1
|
23 |
+
- type: accuracy
|
24 |
+
value: 0.7158081705150977
|
25 |
+
name: Test accuracy
|
26 |
- type: f1
|
27 |
value: 0.6934678744913757
|
28 |
name: Validation macro F1
|
29 |
+
- type: accuracy
|
30 |
+
value: 0.7207815275310835
|
31 |
+
name: Validation accuracy
|
32 |
---
|
33 |
|
34 |
# sloberta-sentinews-sentence
|
|
|
71 |
|
72 |
## Evaluation results
|
73 |
|
74 |
+
Best validation set results:
|
75 |
```
|
76 |
{
|
77 |
"eval_accuracy": 0.7207815275310835,
|
|
|
87 |
"eval_recall_neutral": 0.7438413361169103,
|
88 |
"eval_recall_positive": 0.6031746031746031
|
89 |
}
|
90 |
+
```
|
91 |
+
|
92 |
+
Test set results:
|
93 |
+
```
|
94 |
+
{
|
95 |
+
"test_loss": 0.6395984888076782,
|
96 |
+
"test_accuracy": 0.7158081705150977,
|
97 |
+
"test_precision_negative": 0.6570397111913358,
|
98 |
+
"test_recall_negative": 0.7292965271593945,
|
99 |
+
"test_f1_negative": 0.6912850812407682,
|
100 |
+
"test_precision_neutral": 0.7748017998714377,
|
101 |
+
"test_recall_neutral": 0.7418957734919983,
|
102 |
+
"test_f1_neutral": 0.7579918247563149,
|
103 |
+
"test_precision_positive": 0.6155642023346304,
|
104 |
+
"test_recall_positive": 0.5969811320754717,
|
105 |
+
"test_f1_positive": 0.6061302681992337,
|
106 |
+
"test_f1_macro": 0.6851357247321056,
|
107 |
+
}
|
108 |
```
|