5roop commited on
Commit
5df38ac
·
verified ·
1 Parent(s): fefb572

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -302,10 +302,8 @@ print(final_intervals)
302
  | hyperparameter | value |
303
  | --------------------------- | ----- |
304
  | learning rate | 3e-5 |
305
- | batch size | 1 |
306
- | gradient accumulation steps | 16 |
307
  | num train epochs | 20 |
308
- | weight decay | 0.01 |
309
 
310
  Software environment can be found in mamba/conda [environment export yml
311
  file](transformers_env.yml). To recreate the environment with conda/mamba, run
 
302
  | hyperparameter | value |
303
  | --------------------------- | ----- |
304
  | learning rate | 3e-5 |
305
+ | effective batch size | 16 |
 
306
  | num train epochs | 20 |
 
307
 
308
  Software environment can be found in mamba/conda [environment export yml
309
  file](transformers_env.yml). To recreate the environment with conda/mamba, run