asahi417 commited on
Commit
173f040
1 Parent(s): d9e43fc

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/camembert-base-tweet-sentiment-fr`
2
+ This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on the
3
+ [cardiffnlp/tweet_sentiment_multilingual](https://huggingface.co/datasets/cardiffnlp/tweet_sentiment_multilingual) (french).
4
+ Following metrics are computed on the `test` split of
5
+ [cardiffnlp/tweet_sentiment_multilingual](https://huggingface.co/datasets/cardiffnlp/tweet_sentiment_multilingual)(french).
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 | 72.76 | 72.76 | 72.76 | 72.81 | 72.76 | 73.15 | 72.76 |
10
+
11
+ Check the result file [here](https://huggingface.co/cardiffnlp/camembert-base-tweet-sentiment-fr/raw/main/eval.json).
eval.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eval_loss": 1.005092740058899, "eval_f1_micro": 0.7275862068965517, "eval_recall_micro": 0.7275862068965517, "eval_precision_micro": 0.7275862068965517, "eval_f1_macro": 0.7280631294640324, "eval_recall_macro": 0.7275862068965516, "eval_precision_macro": 0.7314807939664046, "eval_accuracy": 0.7275862068965517, "eval_runtime": 6.482, "eval_samples_per_second": 134.217, "eval_steps_per_second": 8.485}