asahi417 commited on
Commit
7cc3475
1 Parent(s): 47cbc2e

commit files to HF hub

Browse files
Files changed (2) hide show
  1. README.md +12 -0
  2. eval.json +1 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # `vocabtrimmer/xlm-roberta-base-tweet-sentiment-it`
2
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the
3
+ [cardiffnlp/tweet_sentiment_multilingual](https://huggingface.co/datasets/cardiffnlp/tweet_sentiment_multilingual)(italian).
4
+ Following metrics are computed on the `test` split of
5
+ [cardiffnlp/tweet_sentiment_multilingual](https://huggingface.co/datasets/cardiffnlp/tweet_sentiment_multilingual)(italian).
6
+
7
+ | | eval_loss | eval_f1_micro | eval_recall_micro | eval_precision_micro | eval_f1_macro | eval_recall_macro | eval_precision_macro | eval_accuracy | eval_runtime | eval_samples_per_second | eval_steps_per_second |
8
+ |---:|------------:|----------------:|--------------------:|-----------------------:|----------------:|--------------------:|-----------------------:|----------------:|---------------:|--------------------------:|------------------------:|
9
+ | 0 | 1.24868 | 0.627586 | 0.627586 | 0.627586 | 0.62937 | 0.627586 | 0.649942 | 0.627586 | 3.0114 | 288.9 | 36.195 |
10
+
11
+ Check the result file [here](https://huggingface.co/vocabtrimmer/xlm-roberta-base-tweet-sentiment-it/raw/main/eval.json).
12
+
eval.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eval_loss": 1.2486802339553833, "eval_f1_micro": 0.6275862068965518, "eval_recall_micro": 0.6275862068965518, "eval_precision_micro": 0.6275862068965518, "eval_f1_macro": 0.6293698609482404, "eval_recall_macro": 0.6275862068965518, "eval_precision_macro": 0.6499418566350745, "eval_accuracy": 0.6275862068965518, "eval_runtime": 3.0114, "eval_samples_per_second": 288.9, "eval_steps_per_second": 36.195}