Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
question-generation
License:
init
Browse files- qg_squad.py +3 -3
qg_squad.py
CHANGED
@@ -45,9 +45,9 @@ class QGSquad(datasets.GeneratorBasedBuilder):
|
|
45 |
}
|
46 |
),
|
47 |
supervised_keys=None,
|
48 |
-
task_templates=[
|
49 |
-
|
50 |
-
],
|
51 |
homepage="https://github.com/asahi417/lm-question-generation"
|
52 |
)
|
53 |
|
|
|
45 |
}
|
46 |
),
|
47 |
supervised_keys=None,
|
48 |
+
# task_templates=[
|
49 |
+
# Summarization(task='question generation', text_column="passage_answer", summary_column='question')
|
50 |
+
# ],
|
51 |
homepage="https://github.com/asahi417/lm-question-generation"
|
52 |
)
|
53 |
|