terrencewee12 commited on
Commit
a7f5157
1 Parent(s): e5aa927

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -8
README.md CHANGED
@@ -1,19 +1,29 @@
 
1
  ---
2
- datasets:
3
- - tyqiangz/multilingual-sentiments
4
- - scfengv/TVL_Sentiment_Analysis
5
- - argilla/twitter-coronavirus
6
  language:
7
  - en
8
  - ms
9
  - zh
10
- license: apache-2.0
11
- metrics:
12
- - accuracy
13
  tags:
14
  - sentiment-analysis
15
  - text-classification
16
  - multilingual
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
  # xlm-roberta-base-sentiment-multilingual-finetuned
19
 
@@ -49,8 +59,9 @@ training_args = TrainingArguments(
49
 
50
  ## Evaluation results
51
 
52
- Test results: {'eval_loss': 0.5399289727210999, 'eval_accuracy': 0.8276255707762558, 'eval_f1': 0.8264331626181614, 'eval_precision': 0.8267764353557178, 'eval_recall': 0.8276255707762558, 'eval_runtime': 11.3723, 'eval_samples_per_second': 231.087, 'eval_steps_per_second': 3.693, 'epoch': 2.0}
53
 
54
  ## Environmental impact
55
 
56
  Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
 
 
1
+
2
  ---
 
 
 
 
3
  language:
4
  - en
5
  - ms
6
  - zh
 
 
 
7
  tags:
8
  - sentiment-analysis
9
  - text-classification
10
  - multilingual
11
+ license: apache-2.0
12
+ datasets:
13
+ - tyqiangz/multilingual-sentiments
14
+ - scfengv/TVL_Sentiment_Analysis
15
+ - argilla/twitter-coronavirus
16
+ metrics:
17
+ - accuracy
18
+ model-index:
19
+ - name: xlm-roberta-base-sentiment-multilingual-finetuned
20
+ results:
21
+ - task:
22
+ type: text-classification
23
+ name: Text Classification
24
+ metrics:
25
+ - type: accuracy
26
+ value: 0.8444
27
  ---
28
  # xlm-roberta-base-sentiment-multilingual-finetuned
29
 
 
59
 
60
  ## Evaluation results
61
 
62
+ Test results: {'eval_loss': 0.5881872177124023, 'eval_accuracy': 0.8443683409436834, 'eval_f1': 0.8438625655671501, 'eval_precision': 0.8438352235376211, 'eval_recall': 0.8443683409436834}
63
 
64
  ## Environmental impact
65
 
66
  Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
67
+