update download url
Browse files- test_data_huggingface.py +2 -2
test_data_huggingface.py
CHANGED
|
@@ -25,8 +25,8 @@ _HOMEPAGE = "https://github.com/freeziyou/test_data"
|
|
| 25 |
|
| 26 |
_LICENSE = "Creative Commons Attribution 4.0 International"
|
| 27 |
|
| 28 |
-
_TRAIN_DOWNLOAD_URL = "https://raw.githubusercontent.com/freeziyou/test_data/main/
|
| 29 |
-
_TEST_DOWNLOAD_URL = "https://raw.githubusercontent.com/freeziyou/test_data/main/
|
| 30 |
|
| 31 |
|
| 32 |
class test_data_huggingface(datasets.GeneratorBasedBuilder):
|
|
|
|
| 25 |
|
| 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 |
+
_TEST_DOWNLOAD_URL = "https://raw.githubusercontent.com/freeziyou/test_data/main/comments_only_test.csv"
|
| 30 |
|
| 31 |
|
| 32 |
class test_data_huggingface(datasets.GeneratorBasedBuilder):
|