Andrei Panferov
commited on
Commit
•
06983c6
1
Parent(s):
1e5b239
Fixed data
Browse files- 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/
|
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": "https://huggingface.co/datasets/BlackSamorez/2ch_b_dialogues/resolve/main/dialogues.zip",
|
52 |
}
|
53 |
|
54 |
|