Datasets:
Update emotion_chinese_english.py
Browse files
emotion_chinese_english.py
CHANGED
@@ -27,9 +27,9 @@ The dataset can be used for tasks such as multilingual (Chinese and English) emo
|
|
27 |
_HOMEPAGE = "https://github.com/nana-lyj/emotion_chinese_english"
|
28 |
|
29 |
_URLS = {
|
30 |
-
"train": f"https://raw.githubusercontent.com/nana-lyj/emotion_chinese_english/main/data/train.tsv
|
31 |
-
"dev": f"https://raw.githubusercontent.com/nana-lyj/emotion_chinese_english/main/data/dev.tsv
|
32 |
-
"test": f"https://raw.githubusercontent.com/nana-lyj/emotion_chinese_english/main/data/test.tsv
|
33 |
}
|
34 |
|
35 |
_LABEL_MAPPING = {0: 0, 1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8}
|
|
|
27 |
_HOMEPAGE = "https://github.com/nana-lyj/emotion_chinese_english"
|
28 |
|
29 |
_URLS = {
|
30 |
+
"train": f"https://raw.githubusercontent.com/nana-lyj/emotion_chinese_english/main/data/train.tsv",
|
31 |
+
"dev": f"https://raw.githubusercontent.com/nana-lyj/emotion_chinese_english/main/data/dev.tsv",
|
32 |
+
"test": f"https://raw.githubusercontent.com/nana-lyj/emotion_chinese_english/main/data/test.tsv",
|
33 |
}
|
34 |
|
35 |
_LABEL_MAPPING = {0: 0, 1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8}
|