dd123 commited on
Commit
162d1b7
·
1 Parent(s): 0b4e981
Files changed (1) hide show
  1. live_stream_dataset_huggingface.py +6 -6
live_stream_dataset_huggingface.py CHANGED
@@ -12,7 +12,7 @@
12
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
  # See the License for the specific language governing permissions and
14
  # limitations under the License.
15
- """live_stream_dataset_huggingface dataset."""
16
 
17
  import csv
18
 
@@ -21,14 +21,14 @@ from datasets.tasks import TextClassification
21
 
22
  _DESCRIPTION = """"""
23
 
24
- _HOMEPAGE = "https://gitee.com/didi233/test_date_gitee"
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):
 
12
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
  # See the License for the specific language governing permissions and
14
  # limitations under the License.
15
+ """test_data dataset."""
16
 
17
  import csv
18
 
 
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
+ # _TEST_DOWNLOAD_URL = "https://gitee.com/didi233/test_date_gitee/raw/master/test.csv"
32
 
33
 
34
  class test_data_huggingface(datasets.GeneratorBasedBuilder):