Datasets:
Commit
·
89688b3
1
Parent(s):
601cc8e
transfer owner
Browse files- open_question_type.py +1 -1
open_question_type.py
CHANGED
|
@@ -30,7 +30,7 @@ _DESCRIPTION = """\
|
|
| 30 |
Open-ended question type annotated dataset.
|
| 31 |
"""
|
| 32 |
|
| 33 |
-
_URL = "https://huggingface.co/datasets/
|
| 34 |
_URLS = {
|
| 35 |
"annotations": _URL + "ontology_annotations.jsonl",
|
| 36 |
"train_ids": _URL + "train.ids",
|
|
|
|
| 30 |
Open-ended question type annotated dataset.
|
| 31 |
"""
|
| 32 |
|
| 33 |
+
_URL = "https://huggingface.co/datasets/launch/open_question_type/resolve/main/data/"
|
| 34 |
_URLS = {
|
| 35 |
"annotations": _URL + "ontology_annotations.jsonl",
|
| 36 |
"train_ids": _URL + "train.ids",
|