Datasets:
WorkInTheDark
commited on
Commit
•
71303c1
1
Parent(s):
5181bba
Upload FairytaleQA.py
Browse files- FairytaleQA.py +1 -1
FairytaleQA.py
CHANGED
@@ -63,7 +63,7 @@ annotated by education experts based on an evidence-based theoretical framework.
|
|
63 |
It consists of 10,580 explicit and implicit questions derived from 278 children-friendly \
|
64 |
stories, covering seven types of narrative elements or relations.
|
65 |
"""
|
66 |
-
_URLS = ''
|
67 |
|
68 |
class FairytaleQAConfig(datasets.BuilderConfig):
|
69 |
"""BuilderConfig for FairytaleQA."""
|
|
|
63 |
It consists of 10,580 explicit and implicit questions derived from 278 children-friendly \
|
64 |
stories, covering seven types of narrative elements or relations.
|
65 |
"""
|
66 |
+
_URLS = 'https://huggingface.co/datasets/WorkInTheDark/FairytaleQA/'
|
67 |
|
68 |
class FairytaleQAConfig(datasets.BuilderConfig):
|
69 |
"""BuilderConfig for FairytaleQA."""
|