polejowska
commited on
Commit
•
48d0224
1
Parent(s):
567ae97
End of training
Browse files- trainer_state.json +22 -0
trainer_state.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9787234042553191,
|
5 |
+
"global_step": 23,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 0.85,
|
12 |
+
"learning_rate": 7.5e-06,
|
13 |
+
"loss": 2.7588,
|
14 |
+
"step": 20
|
15 |
+
}
|
16 |
+
],
|
17 |
+
"max_steps": 23,
|
18 |
+
"num_train_epochs": 1,
|
19 |
+
"total_flos": 6322992897392640.0,
|
20 |
+
"trial_name": null,
|
21 |
+
"trial_params": null
|
22 |
+
}
|