Update README.md
Browse files
README.md
CHANGED
@@ -27,14 +27,15 @@ The input sequence can then be encoded and passed as the input_ids argument in t
|
|
27 |
|
28 |
## limitations
|
29 |
|
30 |
-
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|
34 |
-
|
|
|
35 |
|
36 |
## Training procedure
|
37 |
-
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
|
|
27 |
|
28 |
## limitations
|
29 |
|
30 |
+
The model was trained on only a limited amount of data hence questions might be poor quality. In addition the questions generated have style similar to that of the training data.
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|
34 |
+
The model takes as input a passage to generate questions answerable by the passage.
|
35 |
+
The dataset used to train the model comprises 80k passage-question pairs sampled randomly from the SQUAD training data. For the evaluation we sampled 10k passage-question pairs from the SQUAD development set.
|
36 |
|
37 |
## Training procedure
|
38 |
+
The model was trained for 5 epochs over the training set with a learning rate of 5e-05 with EarlyStopping. The batch size was only 10 due to GPU memory limitations
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|