abarbosa commited on
Commit
64224da
1 Parent(s): 18f8c91

update readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -117,9 +117,9 @@ It was necessary to preprocess the data with a method that is exemplified for a
117
  | fp16 | True |
118
  | gradient_accumulation_steps | 4 |
119
  | learning_rate | 0.00001 |
120
- | warmup_steps | 67 |
121
  | max_length | 256 |
122
- | epochs | 2 |
123
 
124
  The other parameters were the default ones from [Trainer](https://huggingface.co/transformers/main_classes/trainer.html) and [Trainer Arguments](https://huggingface.co/transformers/main_classes/trainer.html#trainingarguments)
125
 
 
117
  | fp16 | True |
118
  | gradient_accumulation_steps | 4 |
119
  | learning_rate | 0.00001 |
120
+ | warmup_steps | 0.06 |
121
  | max_length | 256 |
122
+ | epochs | 4 |
123
 
124
  The other parameters were the default ones from [Trainer](https://huggingface.co/transformers/main_classes/trainer.html) and [Trainer Arguments](https://huggingface.co/transformers/main_classes/trainer.html#trainingarguments)
125