anas-awadalla
commited on
Commit
•
b52ee3b
1
Parent(s):
07573d1
End of training
Browse files- all_results.json +7 -7
- eval_nbest_predictions.json +2 -2
- eval_predictions.json +0 -0
- eval_results.json +3 -3
- train_results.json +5 -5
- trainer_state.json +12 -12
all_results.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"eval_exact_match":
|
4 |
-
"eval_f1":
|
5 |
"eval_samples": 10790,
|
6 |
-
"train_loss":
|
7 |
-
"train_runtime":
|
8 |
"train_samples": 64,
|
9 |
-
"train_samples_per_second":
|
10 |
-
"train_steps_per_second":
|
11 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 66.67,
|
3 |
+
"eval_exact_match": 25.666982024597917,
|
4 |
+
"eval_f1": 39.34881625093024,
|
5 |
"eval_samples": 10790,
|
6 |
+
"train_loss": 1.8005227661132812,
|
7 |
+
"train_runtime": 133.5338,
|
8 |
"train_samples": 64,
|
9 |
+
"train_samples_per_second": 35.946,
|
10 |
+
"train_steps_per_second": 2.995
|
11 |
}
|
eval_nbest_predictions.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7f0a87b69f28f4b1fbaaa1ebe22334a2313e4c914bf8f4acd941a7f0a5b1b47
|
3 |
+
size 51829522
|
eval_predictions.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
eval_results.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"eval_exact_match":
|
4 |
-
"eval_f1":
|
5 |
"eval_samples": 10790
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 66.67,
|
3 |
+
"eval_exact_match": 25.666982024597917,
|
4 |
+
"eval_f1": 39.34881625093024,
|
5 |
"eval_samples": 10790
|
6 |
}
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"train_loss":
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 64,
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 66.67,
|
3 |
+
"train_loss": 1.8005227661132812,
|
4 |
+
"train_runtime": 133.5338,
|
5 |
"train_samples": 64,
|
6 |
+
"train_samples_per_second": 35.946,
|
7 |
+
"train_steps_per_second": 2.995
|
8 |
}
|
trainer_state.json
CHANGED
@@ -1,25 +1,25 @@
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
-
"epoch":
|
5 |
-
"global_step":
|
6 |
"is_hyper_param_search": false,
|
7 |
"is_local_process_zero": true,
|
8 |
"is_world_process_zero": true,
|
9 |
"log_history": [
|
10 |
{
|
11 |
-
"epoch":
|
12 |
-
"step":
|
13 |
-
"total_flos":
|
14 |
-
"train_loss":
|
15 |
-
"train_runtime":
|
16 |
-
"train_samples_per_second":
|
17 |
-
"train_steps_per_second":
|
18 |
}
|
19 |
],
|
20 |
-
"max_steps":
|
21 |
-
"num_train_epochs":
|
22 |
-
"total_flos":
|
23 |
"trial_name": null,
|
24 |
"trial_params": null
|
25 |
}
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 66.66666666666667,
|
5 |
+
"global_step": 400,
|
6 |
"is_hyper_param_search": false,
|
7 |
"is_local_process_zero": true,
|
8 |
"is_world_process_zero": true,
|
9 |
"log_history": [
|
10 |
{
|
11 |
+
"epoch": 66.67,
|
12 |
+
"step": 400,
|
13 |
+
"total_flos": 3038016065789952.0,
|
14 |
+
"train_loss": 1.8005227661132812,
|
15 |
+
"train_runtime": 133.5338,
|
16 |
+
"train_samples_per_second": 35.946,
|
17 |
+
"train_steps_per_second": 2.995
|
18 |
}
|
19 |
],
|
20 |
+
"max_steps": 400,
|
21 |
+
"num_train_epochs": 67,
|
22 |
+
"total_flos": 3038016065789952.0,
|
23 |
"trial_name": null,
|
24 |
"trial_params": null
|
25 |
}
|