Upload 14 files
Browse files- all_results.json +8 -8
- config.json +1 -1
- optimizer.pt +1 -1
- pytorch_model.bin +1 -1
- rng_state.pth +1 -1
- scheduler.pt +1 -1
- tokenizer.json +1 -1
- tokenizer_config.json +1 -1
- trainer_state.json +29 -4
- training_args.bin +2 -2
all_results.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
-
"eval_loss":
|
4 |
-
"eval_runtime":
|
5 |
-
"eval_samples_per_second":
|
6 |
-
"eval_steps_per_second":
|
7 |
-
"train_loss": 5.
|
8 |
-
"train_runtime":
|
9 |
-
"train_samples_per_second":
|
10 |
-
"train_steps_per_second": 0.
|
11 |
}
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": 4.768307685852051,
|
4 |
+
"eval_runtime": 2.808,
|
5 |
+
"eval_samples_per_second": 182.334,
|
6 |
+
"eval_steps_per_second": 11.396,
|
7 |
+
"train_loss": 5.24176848679781,
|
8 |
+
"train_runtime": 29745.7901,
|
9 |
+
"train_samples_per_second": 141.005,
|
10 |
+
"train_steps_per_second": 0.069
|
11 |
}
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPTJForCausalLM"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "init_model",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPTJForCausalLM"
|
optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 53627215
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:424837b51a22d9fe9134110ce085c615c3ad498fa47c0c6cbb0b9c1f04bdc175
|
3 |
size 53627215
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 26882960
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96f1581265d71c7921f3a96e74bdf142c5aa5041dd39b744aad3ac569be664bf
|
3 |
size 26882960
|
rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14575
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f957c0119bdc1123597b859cfb7fe17c987134b44e6ae4f7b8db30813bae5300
|
3 |
size 14575
|
scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 627
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29f03b10265048d61f934cd16c74f9d9b0a8e479b009f539940d28930ff456e0
|
3 |
size 627
|
tokenizer.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
"single_word": false,
|
24 |
"lstrip": false,
|
25 |
"rstrip": false,
|
26 |
-
"normalized":
|
27 |
"special": true
|
28 |
},
|
29 |
{
|
|
|
23 |
"single_word": false,
|
24 |
"lstrip": false,
|
25 |
"rstrip": false,
|
26 |
+
"normalized": true,
|
27 |
"special": true
|
28 |
},
|
29 |
{
|
tokenizer_config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 2048,
|
22 |
-
"name_or_path": "
|
23 |
"pad_token": null,
|
24 |
"special_tokens_map_file": null,
|
25 |
"tokenizer_class": "GPT2Tokenizer",
|
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 2048,
|
22 |
+
"name_or_path": "init_model",
|
23 |
"pad_token": null,
|
24 |
"special_tokens_map_file": null,
|
25 |
"tokenizer_class": "GPT2Tokenizer",
|
trainer_state.json
CHANGED
@@ -2,14 +2,39 @@
|
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
"epoch": 1.0,
|
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 |
"num_train_epochs": 9223372036854775807,
|
12 |
-
"total_flos":
|
13 |
"trial_name": null,
|
14 |
"trial_params": null
|
15 |
}
|
|
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
"epoch": 1.0,
|
5 |
+
"global_step": 2048,
|
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.24,
|
12 |
+
"learning_rate": 0.0008600012539806909,
|
13 |
+
"loss": 6.1245,
|
14 |
+
"step": 500
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 0.49,
|
18 |
+
"learning_rate": 0.0005184036114706795,
|
19 |
+
"loss": 5.0876,
|
20 |
+
"step": 1000
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 0.73,
|
24 |
+
"learning_rate": 0.00016650003884818133,
|
25 |
+
"loss": 4.9188,
|
26 |
+
"step": 1500
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 0.98,
|
30 |
+
"learning_rate": 1.3547716606548965e-06,
|
31 |
+
"loss": 4.8719,
|
32 |
+
"step": 2000
|
33 |
+
}
|
34 |
+
],
|
35 |
+
"max_steps": 2048,
|
36 |
"num_train_epochs": 9223372036854775807,
|
37 |
+
"total_flos": 1.1192238096777216e+16,
|
38 |
"trial_name": null,
|
39 |
"trial_params": null
|
40 |
}
|
training_args.bin
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:04da3a238cce79101739d71a50b52fdaf093c79ee0e36110b140bc61f4f2f106
|
3 |
+
size 3387
|