Spaces:
Runtime error
Runtime error
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- models/train_config.json +2 -2
models/train_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"epochs":
|
| 3 |
"batch_size": 8,
|
| 4 |
"lr": 2e-05,
|
| 5 |
"max_length": 256,
|
| 6 |
-
"best_val_f1": 0.
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"epochs": 3,
|
| 3 |
"batch_size": 8,
|
| 4 |
"lr": 2e-05,
|
| 5 |
"max_length": 256,
|
| 6 |
+
"best_val_f1": 0.8170783740824297
|
| 7 |
}
|