Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
sentiment-classification
Languages:
Chinese
Size:
100K - 1M
Tags:
stock
License:
wangsong
commited on
Commit
•
4e65c21
1
Parent(s):
5e1cd79
Update stock11.py
Browse files- stock11.py +1 -1
stock11.py
CHANGED
@@ -49,7 +49,7 @@ class STOCK11(datasets.GeneratorBasedBuilder):
|
|
49 |
label_column='label',
|
50 |
citation="",
|
51 |
data_dir= "",
|
52 |
-
data_url = r"https://huggingface.co/datasets/kuroneko3578/stock11/
|
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/stock11/resolve/main/data.7z",
|
53 |
url='https://github.com/ws719547997/LNB-DA')
|
54 |
for domain_name in domain_list
|
55 |
]
|