asahi417 commited on
Commit
166ed6b
·
1 Parent(s): f8e784d

commit files to HF hub

Browse files
Files changed (2) hide show
  1. README.md +11 -0
  2. eval.json +1 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # `cardiffnlp/xlm-v-base-tweet-sentiment-pt`
2
+ This model is a fine-tuned version of [facebook/xlm-v-base](https://huggingface.co/facebook/xlm-v-base) on the
3
+ [cardiffnlp/tweet_sentiment_multilingual](https://huggingface.co/datasets/cardiffnlp/tweet_sentiment_multilingual) (portuguese).
4
+ Following metrics are computed on the `test` split of
5
+ [cardiffnlp/tweet_sentiment_multilingual](https://huggingface.co/datasets/cardiffnlp/tweet_sentiment_multilingual)(portuguese).
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 | 67.01 | 67.01 | 67.01 | 66.6 | 67.01 | 67.49 | 67.01 |
10
+
11
+ Check the result file [here](https://huggingface.co/cardiffnlp/xlm-v-base-tweet-sentiment-pt/raw/main/eval.json).
eval.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eval_loss": 0.8084142804145813, "eval_f1_micro": 0.6701149425287356, "eval_recall_micro": 0.6701149425287356, "eval_precision_micro": 0.6701149425287356, "eval_f1_macro": 0.6659924329889693, "eval_recall_macro": 0.6701149425287357, "eval_precision_macro": 0.674858690484296, "eval_accuracy": 0.6701149425287356, "eval_runtime": 6.2232, "eval_samples_per_second": 139.799, "eval_steps_per_second": 17.515}