terrencewee12
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ model-index:
|
|
24 |
|
25 |
metrics:
|
26 |
- type: accuracy
|
27 |
-
value:
|
28 |
|
29 |
# xlm-roberta-base-sentiment-multilingual-finetuned
|
30 |
|
@@ -60,7 +60,7 @@ training_args = TrainingArguments(
|
|
60 |
|
61 |
## Evaluation results
|
62 |
|
63 |
-
|
64 |
|
65 |
## Environmental impact
|
66 |
|
|
|
24 |
|
25 |
metrics:
|
26 |
- type: accuracy
|
27 |
+
value: 0.7841
|
28 |
|
29 |
# xlm-roberta-base-sentiment-multilingual-finetuned
|
30 |
|
|
|
60 |
|
61 |
## Evaluation results
|
62 |
|
63 |
+
Test results: {'eval_loss': 0.5505692958831787, 'eval_accuracy': 0.7840796019900498, 'eval_f1': 0.7831398165701241, 'eval_precision': 0.7831755325873082, 'eval_recall': 0.7840796019900498, 'eval_runtime': 4.2769, 'eval_samples_per_second': 234.982, 'eval_steps_per_second': 3.741, 'epoch': 2.0}
|
64 |
|
65 |
## Environmental impact
|
66 |
|