OscarXZQ/hyperbaton-lr5e-05
Browse files- all_results.json +8 -0
- train_results.json +8 -0
- trainer_state.json +42 -0
all_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 5.0,
|
| 3 |
+
"total_flos": 20746536468480.0,
|
| 4 |
+
"train_loss": 0.41833904266357425,
|
| 5 |
+
"train_runtime": 37.1489,
|
| 6 |
+
"train_samples_per_second": 2.692,
|
| 7 |
+
"train_steps_per_second": 2.692
|
| 8 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 5.0,
|
| 3 |
+
"total_flos": 20746536468480.0,
|
| 4 |
+
"train_loss": 0.41833904266357425,
|
| 5 |
+
"train_runtime": 37.1489,
|
| 6 |
+
"train_samples_per_second": 2.692,
|
| 7 |
+
"train_steps_per_second": 2.692
|
| 8 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 5.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 100,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 5.0,
|
| 13 |
+
"step": 100,
|
| 14 |
+
"total_flos": 20746536468480.0,
|
| 15 |
+
"train_loss": 0.41833904266357425,
|
| 16 |
+
"train_runtime": 37.1489,
|
| 17 |
+
"train_samples_per_second": 2.692,
|
| 18 |
+
"train_steps_per_second": 2.692
|
| 19 |
+
}
|
| 20 |
+
],
|
| 21 |
+
"logging_steps": 500,
|
| 22 |
+
"max_steps": 100,
|
| 23 |
+
"num_input_tokens_seen": 0,
|
| 24 |
+
"num_train_epochs": 5,
|
| 25 |
+
"save_steps": 500,
|
| 26 |
+
"stateful_callbacks": {
|
| 27 |
+
"TrainerControl": {
|
| 28 |
+
"args": {
|
| 29 |
+
"should_epoch_stop": false,
|
| 30 |
+
"should_evaluate": false,
|
| 31 |
+
"should_log": false,
|
| 32 |
+
"should_save": true,
|
| 33 |
+
"should_training_stop": true
|
| 34 |
+
},
|
| 35 |
+
"attributes": {}
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"total_flos": 20746536468480.0,
|
| 39 |
+
"train_batch_size": 1,
|
| 40 |
+
"trial_name": null,
|
| 41 |
+
"trial_params": null
|
| 42 |
+
}
|