terrencewee12
commited on
Commit
•
6d5220c
1
Parent(s):
228184c
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,17 +1,18 @@
|
|
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- tyqiangz/multilingual-sentiments
|
4 |
language:
|
5 |
- en
|
6 |
- ms
|
7 |
- zh
|
8 |
-
license: apache-2.0
|
9 |
-
metrics:
|
10 |
-
- accuracy
|
11 |
tags:
|
12 |
- sentiment-analysis
|
13 |
- text-classification
|
14 |
- multilingual
|
|
|
|
|
|
|
|
|
|
|
15 |
model-index:
|
16 |
- name: xlm-roberta-base-sentiment-multilingual-finetuned
|
17 |
results:
|
@@ -19,11 +20,11 @@ model-index:
|
|
19 |
type: text-classification
|
20 |
name: Text Classification
|
21 |
dataset:
|
22 |
-
name: Multilingual Sentiments
|
23 |
type: tyqiangz/multilingual-sentiments
|
|
|
24 |
metrics:
|
25 |
- type: accuracy
|
26 |
-
value: 0.7737435897435897
|
27 |
---
|
28 |
|
29 |
# xlm-roberta-base-sentiment-multilingual-finetuned
|
@@ -42,7 +43,7 @@ The model was trained and evaluated on the [tyqiangz/multilingual-sentiments](ht
|
|
42 |
|
43 |
## Training procedure
|
44 |
|
45 |
-
The model was fine-tuned using the Hugging Face Transformers library.
|
46 |
|
47 |
training_args = TrainingArguments(
|
48 |
output_dir="./results",
|
|
|
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 |
+
metrics:
|
15 |
+
- accuracy
|
16 |
model-index:
|
17 |
- name: xlm-roberta-base-sentiment-multilingual-finetuned
|
18 |
results:
|
|
|
20 |
type: text-classification
|
21 |
name: Text Classification
|
22 |
dataset:
|
|
|
23 |
type: tyqiangz/multilingual-sentiments
|
24 |
+
name: Multilingual Sentiments
|
25 |
metrics:
|
26 |
- type: accuracy
|
27 |
+
value: 0.7737435897435897 # Replace with your model's accuracy
|
28 |
---
|
29 |
|
30 |
# xlm-roberta-base-sentiment-multilingual-finetuned
|
|
|
43 |
|
44 |
## Training procedure
|
45 |
|
46 |
+
The model was fine-tuned using the Hugging Face Transformers library.
|
47 |
|
48 |
training_args = TrainingArguments(
|
49 |
output_dir="./results",
|