Commit
·
4f209d8
1
Parent(s):
1dfed34
Model save
Browse files- all_results.json +8 -0
- pytorch_model.bin +1 -1
- train_results.json +8 -0
- trainer_state.json +31 -0
- training_args.bin +1 -1
all_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.99,
|
3 |
+
"train_loss": 2.189213894031666,
|
4 |
+
"train_runtime": 168.693,
|
5 |
+
"train_samples": 2468029,
|
6 |
+
"train_samples_per_second": 331.964,
|
7 |
+
"train_steps_per_second": 0.16
|
8 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4114319645
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:310e63c80745a4c00b4fbc3f9419db12acb0569b06a9c3e6898f47802bb181ff
|
3 |
size 4114319645
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.99,
|
3 |
+
"train_loss": 2.189213894031666,
|
4 |
+
"train_runtime": 168.693,
|
5 |
+
"train_samples": 2468029,
|
6 |
+
"train_samples_per_second": 331.964,
|
7 |
+
"train_steps_per_second": 0.16
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9863013698630136,
|
5 |
+
"global_step": 27,
|
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.73,
|
12 |
+
"learning_rate": 2.5925925925925925e-05,
|
13 |
+
"loss": 2.2144,
|
14 |
+
"step": 20
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 0.99,
|
18 |
+
"step": 27,
|
19 |
+
"total_flos": 1.5437027289858048e+17,
|
20 |
+
"train_loss": 2.189213894031666,
|
21 |
+
"train_runtime": 168.693,
|
22 |
+
"train_samples_per_second": 331.964,
|
23 |
+
"train_steps_per_second": 0.16
|
24 |
+
}
|
25 |
+
],
|
26 |
+
"max_steps": 27,
|
27 |
+
"num_train_epochs": 1,
|
28 |
+
"total_flos": 1.5437027289858048e+17,
|
29 |
+
"trial_name": null,
|
30 |
+
"trial_params": null
|
31 |
+
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3771
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24ee102e2bd50e975fe06ace9f61b6c77b0e540d12df003ec32bfc949bafdb2d
|
3 |
size 3771
|