terrencewee12
commited on
Upload README.md with huggingface_hub
Browse files
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.
|
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 |
+
|