Commit
·
680c9fc
1
Parent(s):
25617c3
loading script created
Browse files- 123_test.py +3 -3
123_test.py
CHANGED
@@ -45,9 +45,9 @@ _LICENSE = "Apache 2.0"
|
|
45 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
46 |
|
47 |
_URLS = {
|
48 |
-
"data_0": "https://huggingface.co/datasets/JeremyAlain/123_test/blob/main/data/0.
|
49 |
-
"data_1": "https://huggingface.co/datasets/JeremyAlain/123_test/blob/main/data/1.
|
50 |
-
"data_2": "https://huggingface.co/datasets/JeremyAlain/123_test/blob/main/data/2.
|
51 |
|
52 |
}
|
53 |
|
|
|
45 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
46 |
|
47 |
_URLS = {
|
48 |
+
"data_0": "https://huggingface.co/datasets/JeremyAlain/123_test/blob/main/data/0/file_0.jsonl",
|
49 |
+
"data_1": "https://huggingface.co/datasets/JeremyAlain/123_test/blob/main/data/1/file_0.jsonl",
|
50 |
+
"data_2": "https://huggingface.co/datasets/JeremyAlain/123_test/blob/main/data/2/file_0.jsonl",
|
51 |
|
52 |
}
|
53 |
|