MarcBrun commited on
Commit
f6a0b2a
1 Parent(s): 39bb119

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
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
- * Batch size = na
36
- * Learning rate = na
37
- * Epochs = 3
38
- * Optimizer = AdamW
39
- * Loss = na
 
 
 
 
 
 
 
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
+ ```