update download url
Browse files- test_data_huggingface.py +2 -2
test_data_huggingface.py
CHANGED
|
@@ -26,8 +26,8 @@ _HOMEPAGE = "https://github.com/freeziyou/test_data"
|
|
| 26 |
_LICENSE = "Creative Commons Attribution 4.0 International"
|
| 27 |
|
| 28 |
# _TRAIN_DOWNLOAD_URL = "https://raw.githubusercontent.com/freeziyou/test_data/main/comments_only_train.csv"
|
| 29 |
-
_TRAIN_DOWNLOAD_URL = "https://
|
| 30 |
-
_TEST_DOWNLOAD_URL = "https://
|
| 31 |
|
| 32 |
|
| 33 |
class test_data_huggingface(datasets.GeneratorBasedBuilder):
|
|
|
|
| 26 |
_LICENSE = "Creative Commons Attribution 4.0 International"
|
| 27 |
|
| 28 |
# _TRAIN_DOWNLOAD_URL = "https://raw.githubusercontent.com/freeziyou/test_data/main/comments_only_train.csv"
|
| 29 |
+
_TRAIN_DOWNLOAD_URL = "https://www.jianguoyun.com/c/dl-file/comments_only_train.csv?dt=rw6ya6&sd=emm7x&kv=ODA3NzY4NzdAcXEuY29t&vr=1&ud=S7vHraPVyUKHBM1KGAM6vD9D8xFN36__HmJkiGYrbqA"
|
| 30 |
+
_TEST_DOWNLOAD_URL = "https://www.jianguoyun.com/c/dl-file/comments_only_test.csv?dt=rw6y9g&sd=emm7x&kv=ODA3NzY4NzdAcXEuY29t&vr=1&ud=GvjJlpp02D82DfPDbhYe_jg3os3nlYN5RM_FwvffXR8"
|
| 31 |
|
| 32 |
|
| 33 |
class test_data_huggingface(datasets.GeneratorBasedBuilder):
|