dd123 commited on
Commit
422cdbf
·
1 Parent(s): 135e860
Files changed (1) hide show
  1. test_data_huggingface.py +2 -2
test_data_huggingface.py CHANGED
@@ -25,9 +25,9 @@ _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/train1.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/test_data/main/test1.csv"
31
  # _TEST_DOWNLOAD_URL = "https://gitee.com/didi233/test_date_gitee/raw/master/test.csv"
32
 
33
 
 
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
  # _TEST_DOWNLOAD_URL = "https://gitee.com/didi233/test_date_gitee/raw/master/test.csv"
32
 
33