nanaaaa commited on
Commit
486d8c2
·
1 Parent(s): e559da9

Update emotion_chinese_english.py

Browse files
Files changed (1) hide show
  1. emotion_chinese_english.py +3 -3
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?token=GHSAT0AAAAAAB7AG4FTDSGO2WGPDON5UOOAY7Y5Q4Q",
31
- "dev": f"https://raw.githubusercontent.com/nana-lyj/emotion_chinese_english/main/data/dev.tsv?token=GHSAT0AAAAAAB7AG4FS6D55RAEPSGAXNED6Y7Y5TBQ",
32
- "test": f"https://raw.githubusercontent.com/nana-lyj/emotion_chinese_english/main/data/test.tsv?token=GHSAT0AAAAAAB7AG4FTMTIUU4UW5OQX7GDCY7Y5R2A",
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}