Andrei Panferov commited on
Commit
97284a6
1 Parent(s): 06983c6
Files changed (1) hide show
  1. 2ch_b_dialogues.py +1 -1
2ch_b_dialogues.py CHANGED
@@ -48,7 +48,7 @@ _LICENSE = ""
48
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
49
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
50
  _URLS = {
51
- "dialogues": "https://huggingface.co/datasets/BlackSamorez/2ch_b_dialogues/resolve/main/dialogues.zip",
52
  }
53
 
54
 
 
48
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
49
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
50
  _URLS = {
51
+ "dialogues": "dialogues.zip",
52
  }
53
 
54