stefhooy commited on
Commit
e28aef2
·
1 Parent(s): f054892

Ran 3rd 1 epoch, now ran 3 epochs at once (6 epochs trained now)

Browse files
Files changed (1) hide show
  1. models/train_config.json +2 -2
models/train_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "epochs": 1,
3
  "batch_size": 8,
4
  "lr": 2e-05,
5
  "max_length": 256,
6
- "best_val_f1": 0.8116187557630061
7
  }
 
1
  {
2
+ "epochs": 3,
3
  "batch_size": 8,
4
  "lr": 2e-05,
5
  "max_length": 256,
6
+ "best_val_f1": 0.8170783740824297
7
  }