commit files to HF hub
Browse files
README.md
CHANGED
@@ -6,6 +6,6 @@ Following metrics are computed on the `test` split of
|
|
6 |
|
7 |
| | eval_f1_micro | eval_recall_micro | eval_precision_micro | eval_f1_macro | eval_recall_macro | eval_precision_macro | eval_accuracy |
|
8 |
|---:|----------------:|--------------------:|-----------------------:|----------------:|--------------------:|-----------------------:|----------------:|
|
9 |
-
| 0 |
|
10 |
|
11 |
Check the result file [here](https://huggingface.co/cardiffnlp/xlm-roberta-base-tweet-sentiment-pt/raw/main/eval.json).
|
|
|
6 |
|
7 |
| | eval_f1_micro | eval_recall_micro | eval_precision_micro | eval_f1_macro | eval_recall_macro | eval_precision_macro | eval_accuracy |
|
8 |
|---:|----------------:|--------------------:|-----------------------:|----------------:|--------------------:|-----------------------:|----------------:|
|
9 |
+
| 0 | 70.69 | 70.69 | 70.69 | 70.73 | 70.69 | 70.78 | 70.69 |
|
10 |
|
11 |
Check the result file [here](https://huggingface.co/cardiffnlp/xlm-roberta-base-tweet-sentiment-pt/raw/main/eval.json).
|
eval.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"eval_loss": 0.
|
|
|
1 |
+
{"eval_loss": 0.833850085735321, "eval_f1_micro": 0.7068965517241379, "eval_recall_micro": 0.7068965517241379, "eval_precision_micro": 0.7068965517241379, "eval_f1_macro": 0.707276749204019, "eval_recall_macro": 0.7068965517241379, "eval_precision_macro": 0.7077625671923918, "eval_accuracy": 0.7068965517241379, "eval_runtime": 2.9031, "eval_samples_per_second": 299.682, "eval_steps_per_second": 37.546}
|