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