georgeyw commited on
Commit
05e03a8
·
1 Parent(s): fc3563a

Upload configs/train/test.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs/train/test.json +8 -0
configs/train/test.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "batch_size": 8,
3
+ "num_epochs": 1,
4
+ "max_steps": 300,
5
+ "learning_rate": 1e-3,
6
+ "weight_decay": 1e-4,
7
+ "seed": 0
8
+ }