dd123 commited on
Commit
6ca5a7f
·
1 Parent(s): ecc01fe
Files changed (1) hide show
  1. test_data_huggingface.py +5 -5
test_data_huggingface.py CHANGED
@@ -25,16 +25,16 @@ _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/train.csv"
29
- # _TRAIN_DOWNLOAD_URL = "https://drive.google.com/uc?id=1RX4uyI-kjhCFpWdPsnrVHhj3OjVgoV5b&export=download"
30
- _TEST_DOWNLOAD_URL = "https://raw.githubusercontent.com/freeziyou/test_data/main/test.csv"
31
- # _TEST_DOWNLOAD_URL = "https://drive.google.com/uc?id=1e25p8A2XWQqJTfPi1EiuX2ObgS2hrnmL&export=download"
32
 
33
 
34
  class test_data_huggingface(datasets.GeneratorBasedBuilder):
35
  """test_data dataset."""
36
 
37
- VERSION = datasets.Version("1.1.0")
38
 
39
  def _info(self):
40
  features = datasets.Features(
 
25
 
26
  _LICENSE = "Creative Commons Attribution 4.0 International"
27
 
28
+ # _TRAIN_DOWNLOAD_URL = "https://raw.githubusercontent.com/freeziyou/test_data/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/test_data/main/test.csv"
31
+ _TEST_DOWNLOAD_URL = "https://gitee.com/didi233/test_date_gitee/raw/master/test.csv"
32
 
33
 
34
  class test_data_huggingface(datasets.GeneratorBasedBuilder):
35
  """test_data dataset."""
36
 
37
+ VERSION = datasets.Version("1.2.0")
38
 
39
  def _info(self):
40
  features = datasets.Features(