Forgot the URL
Browse files- yandex-q.py +1 -4
yandex-q.py
CHANGED
@@ -14,11 +14,8 @@ _HOMEPAGE = "https://huggingface.co/datasets/its5Q/yandex-q"
|
|
14 |
|
15 |
_LICENSE = "cc0-1.0"
|
16 |
|
17 |
-
# TODO: Add link to the official dataset URLs here
|
18 |
-
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
19 |
-
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
20 |
_URLS = [
|
21 |
-
"https://huggingface.co/
|
22 |
]
|
23 |
|
24 |
|
|
|
14 |
|
15 |
_LICENSE = "cc0-1.0"
|
16 |
|
|
|
|
|
|
|
17 |
_URLS = [
|
18 |
+
"https://huggingface.co/datasets/its5Q/yandex-q/resolve/main/answers.jsonl.gz"
|
19 |
]
|
20 |
|
21 |
|