update
Browse files
live_stream_dataset_huggingface.py
CHANGED
@@ -21,13 +21,13 @@ from datasets.tasks import TextClassification
|
|
21 |
|
22 |
_DESCRIPTION = """"""
|
23 |
|
24 |
-
_HOMEPAGE = "https://github.com/freeziyou/
|
25 |
|
26 |
_LICENSE = "Creative Commons Attribution 4.0 International"
|
27 |
|
28 |
-
_TRAIN_DOWNLOAD_URL = "https://raw.githubusercontent.com/freeziyou/
|
29 |
# _TRAIN_DOWNLOAD_URL = "https://gitee.com/didi233/test_date_gitee/raw/master/train.csv"
|
30 |
-
_TEST_DOWNLOAD_URL = "https://raw.githubusercontent.com/freeziyou/
|
31 |
|
32 |
|
33 |
# _TEST_DOWNLOAD_URL = "https://gitee.com/didi233/test_date_gitee/raw/master/test.csv"
|
|
|
21 |
|
22 |
_DESCRIPTION = """"""
|
23 |
|
24 |
+
_HOMEPAGE = "https://github.com/freeziyou/live_stream_dataset"
|
25 |
|
26 |
_LICENSE = "Creative Commons Attribution 4.0 International"
|
27 |
|
28 |
+
_TRAIN_DOWNLOAD_URL = "https://raw.githubusercontent.com/freeziyou/live_stream_dataset/main/train.csv"
|
29 |
# _TRAIN_DOWNLOAD_URL = "https://gitee.com/didi233/test_date_gitee/raw/master/train.csv"
|
30 |
+
_TEST_DOWNLOAD_URL = "https://raw.githubusercontent.com/freeziyou/live_stream_dataset/main/test.csv"
|
31 |
|
32 |
|
33 |
# _TEST_DOWNLOAD_URL = "https://gitee.com/didi233/test_date_gitee/raw/master/test.csv"
|