Update README.md
Browse files
README.md
CHANGED
@@ -32,8 +32,14 @@ The model can be used directly with a *question-answering* pipeline:
|
|
32 |
### Training procedure
|
33 |
The pre-trained model was fine-tuned for question answering using the following hyperparameters:
|
34 |
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
### Training procedure
|
33 |
The pre-trained model was fine-tuned for question answering using the following hyperparameters:
|
34 |
|
35 |
+
```
|
36 |
+
batch_size = na
|
37 |
+
n_epochs = 3
|
38 |
+
base_LM_model = "ixambert-base-cased"
|
39 |
+
max_seq_len = na
|
40 |
+
learning_rate = na
|
41 |
+
lr_schedule = na
|
42 |
+
warmup_proportion = na
|
43 |
+
doc_stride = na
|
44 |
+
max_query_length= na
|
45 |
+
```
|