Sampson2022 commited on
Commit
23068e2
·
1 Parent(s): ffe1877

Update demo2.py

Browse files
Files changed (1) hide show
  1. demo2.py +2 -2
demo2.py CHANGED
@@ -49,8 +49,8 @@ _LICENSE = ""
49
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
50
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
51
  _URLS = {
52
- "train": "https://danlu.netease.com/api/dataset/path/download?path=%2Fdata%2Ftrain.csv",
53
- "test": "https://danlu.netease.com/api/dataset/path/download?path=%2Fdata%2Ftest.csv",
54
  }
55
 
56
 
 
49
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
50
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
51
  _URLS = {
52
+ "train": "train.csv",
53
+ "test": "test.csv",
54
  }
55
 
56