nanaaaa commited on
Commit
56f97e8
·
verified ·
1 Parent(s): 675a961

Update BilingualChildEmo.py

Browse files
Files changed (1) hide show
  1. 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/2.0/train.tsv",
32
- "dev": f"https://raw.githubusercontent.com/nana-lyj/BilingualChildEmo/refs/heads/main/2.0/dev.tsv",
33
- "test": f"https://raw.githubusercontent.com/nana-lyj/BilingualChildEmo/refs/heads/main/2.0/test.tsv",
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}