edisnord commited on
Commit
641f904
·
verified ·
1 Parent(s): bf74211

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -14,4 +14,6 @@ viewer: true
14
 
15
  # MILQA for question generation
16
 
17
- This is a version of the [MILQA](https://huggingface.co/datasets/SzegedAI/MILQA) dataset, structured for question generation. All impossible questions have been left out for the purpose of training a model which generates answerable and relevant questions.
 
 
 
14
 
15
  # MILQA for question generation
16
 
17
+ This is a version of the [MILQA](https://huggingface.co/datasets/SzegedAI/MILQA) dataset, structured for question generation. All impossible questions have been left out for the purpose of training a model which generates answerable and relevant questions.
18
+
19
+ The contexts have been structured for the training of a T5 model, with the title being included in them. This dataset uses the `qgen:` prefix for the question generation task.