Professor commited on
Commit
cc04fa9
·
verified ·
1 Parent(s): e1939b7

Upload trainer_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_info.json +9 -0
trainer_info.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "max_epochs": 50,
3
+ "devices": 1,
4
+ "accelerator": "gpu",
5
+ "precision": 32,
6
+ "gradient_clip_val": 1.0,
7
+ "log_every_n_steps": 200,
8
+ "accumulate_grad_batches": 8
9
+ }