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