Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
Tags:
amazon review
License:
wangsong
commited on
Commit
•
e08abd6
1
Parent(s):
266061f
修复下载链接的错误
Browse files
snap21.py
CHANGED
@@ -49,7 +49,7 @@ class SNAP10K(datasets.GeneratorBasedBuilder):
|
|
49 |
label_column='label',
|
50 |
citation="",
|
51 |
data_dir= "",
|
52 |
-
data_url = r"https://huggingface.co/datasets/kuroneko3578/snap21/
|
53 |
url='https://github.com/ws719547997/LNB-DA')
|
54 |
for domain_name in domain_list
|
55 |
]
|
|
|
49 |
label_column='label',
|
50 |
citation="",
|
51 |
data_dir= "",
|
52 |
+
data_url = r"https://huggingface.co/datasets/kuroneko3578/snap21/resolve/main/data.7z",
|
53 |
url='https://github.com/ws719547997/LNB-DA')
|
54 |
for domain_name in domain_list
|
55 |
]
|