Commit
·
a70e734
1
Parent(s):
fa493d7
Adding model checkpoints and config files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- checkpoint-0/config.json +38 -0
- checkpoint-0/pytorch_model.bin +3 -0
- checkpoint-0/special_tokens_map.json +1 -0
- checkpoint-0/tokenizer_config.json +1 -0
- checkpoint-0/training_args.bin +3 -0
- checkpoint-100/config.json +38 -0
- checkpoint-100/optimizer.pt +3 -0
- checkpoint-100/pytorch_model.bin +3 -0
- checkpoint-100/rng_state.pth +3 -0
- checkpoint-100/scaler.pt +3 -0
- checkpoint-100/scheduler.pt +3 -0
- checkpoint-100/special_tokens_map.json +1 -0
- checkpoint-100/tokenizer_config.json +1 -0
- checkpoint-100/trainer_state.json +34 -0
- checkpoint-100/training_args.bin +3 -0
- checkpoint-1000/config.json +38 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/pytorch_model.bin +3 -0
- checkpoint-1000/rng_state.pth +3 -0
- checkpoint-1000/scaler.pt +3 -0
- checkpoint-1000/scheduler.pt +3 -0
- checkpoint-1000/special_tokens_map.json +1 -0
- checkpoint-1000/tokenizer_config.json +1 -0
- checkpoint-1000/trainer_state.json +158 -0
- checkpoint-1000/training_args.bin +3 -0
- checkpoint-1100/config.json +38 -0
- checkpoint-1100/optimizer.pt +3 -0
- checkpoint-1100/pytorch_model.bin +3 -0
- checkpoint-1100/rng_state.pth +3 -0
- checkpoint-1100/scaler.pt +3 -0
- checkpoint-1100/scheduler.pt +3 -0
- checkpoint-1100/special_tokens_map.json +1 -0
- checkpoint-1100/tokenizer_config.json +1 -0
- checkpoint-1100/trainer_state.json +170 -0
- checkpoint-1100/training_args.bin +3 -0
- checkpoint-1200/config.json +38 -0
- checkpoint-1200/optimizer.pt +3 -0
- checkpoint-1200/pytorch_model.bin +3 -0
- checkpoint-1200/rng_state.pth +3 -0
- checkpoint-1200/scaler.pt +3 -0
- checkpoint-1200/scheduler.pt +3 -0
- checkpoint-1200/special_tokens_map.json +1 -0
- checkpoint-1200/tokenizer_config.json +1 -0
- checkpoint-1200/trainer_state.json +182 -0
- checkpoint-1200/training_args.bin +3 -0
- checkpoint-200/config.json +38 -0
- checkpoint-200/optimizer.pt +3 -0
- checkpoint-200/pytorch_model.bin +3 -0
- checkpoint-200/rng_state.pth +3 -0
- checkpoint-200/scaler.pt +3 -0
checkpoint-0/config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_function": "gelu_new",
|
3 |
+
"architectures": [
|
4 |
+
"GPT2LMHeadModel"
|
5 |
+
],
|
6 |
+
"attn_pdrop": 0.1,
|
7 |
+
"bos_token_id": 50256,
|
8 |
+
"embd_pdrop": 0.1,
|
9 |
+
"eos_token_id": 50256,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"layer_norm_epsilon": 1e-05,
|
12 |
+
"model_type": "gpt2",
|
13 |
+
"n_ctx": 1024,
|
14 |
+
"n_embd": 768,
|
15 |
+
"n_head": 12,
|
16 |
+
"n_inner": null,
|
17 |
+
"n_layer": 12,
|
18 |
+
"n_positions": 1024,
|
19 |
+
"reorder_and_upcast_attn": true,
|
20 |
+
"resid_pdrop": 0.1,
|
21 |
+
"scale_attn_by_inverse_layer_idx": true,
|
22 |
+
"scale_attn_weights": true,
|
23 |
+
"summary_activation": null,
|
24 |
+
"summary_first_dropout": 0.2,
|
25 |
+
"summary_proj_to_labels": true,
|
26 |
+
"summary_type": "cls_index",
|
27 |
+
"summary_use_proj": true,
|
28 |
+
"task_specific_params": {
|
29 |
+
"text-generation": {
|
30 |
+
"do_sample": true,
|
31 |
+
"max_length": 1024
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.18.0",
|
36 |
+
"use_cache": false,
|
37 |
+
"vocab_size": 50257
|
38 |
+
}
|
checkpoint-0/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4794ea0b9a495e87fc34e316efe1b585527d6e3d15e4d093362ab24ee74ab3f
|
3 |
+
size 510396521
|
checkpoint-0/special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
checkpoint-0/tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"tokenizer_class": "PassthroughTokenizer"}
|
checkpoint-0/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71ecf8ebb7539662bd7cbf67b8ac8e3f1b65a3db310755ea66e5eb84027bd73f
|
3 |
+
size 3183
|
checkpoint-100/config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_function": "gelu_new",
|
3 |
+
"architectures": [
|
4 |
+
"GPT2LMHeadModel"
|
5 |
+
],
|
6 |
+
"attn_pdrop": 0.1,
|
7 |
+
"bos_token_id": 50256,
|
8 |
+
"embd_pdrop": 0.1,
|
9 |
+
"eos_token_id": 50256,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"layer_norm_epsilon": 1e-05,
|
12 |
+
"model_type": "gpt2",
|
13 |
+
"n_ctx": 1024,
|
14 |
+
"n_embd": 768,
|
15 |
+
"n_head": 12,
|
16 |
+
"n_inner": null,
|
17 |
+
"n_layer": 12,
|
18 |
+
"n_positions": 1024,
|
19 |
+
"reorder_and_upcast_attn": true,
|
20 |
+
"resid_pdrop": 0.1,
|
21 |
+
"scale_attn_by_inverse_layer_idx": true,
|
22 |
+
"scale_attn_weights": true,
|
23 |
+
"summary_activation": null,
|
24 |
+
"summary_first_dropout": 0.2,
|
25 |
+
"summary_proj_to_labels": true,
|
26 |
+
"summary_type": "cls_index",
|
27 |
+
"summary_use_proj": true,
|
28 |
+
"task_specific_params": {
|
29 |
+
"text-generation": {
|
30 |
+
"do_sample": true,
|
31 |
+
"max_length": 1024
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.18.0",
|
36 |
+
"use_cache": false,
|
37 |
+
"vocab_size": 50257
|
38 |
+
}
|
checkpoint-100/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc44c990e95a062ad10cd415c202195773f14a1e5a4a12434eac2308a92711df
|
3 |
+
size 995603825
|
checkpoint-100/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dea0a5a68f145e9553e44d03882c1a66a3bcd3b05e07f4de839d6d3947fb0dfd
|
3 |
+
size 510396521
|
checkpoint-100/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e70f44653cac8ab5cbe9984b1f336ab08b63acfd57ce6dabf3701fe961853e2
|
3 |
+
size 14567
|
checkpoint-100/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13a3423b2fe42f204bc8fe2c666ff379f9fd753a0f13613064a5e71e86b519e8
|
3 |
+
size 559
|
checkpoint-100/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75e9b9d31d11c624d89b0c04ad496adf4b5addd3e703848d2583972c703e8da6
|
3 |
+
size 623
|
checkpoint-100/special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
checkpoint-100/tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"tokenizer_class": "PassthroughTokenizer"}
|
checkpoint-100/trainer_state.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 3.013333333333333,
|
5 |
+
"global_step": 100,
|
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.0,
|
12 |
+
"learning_rate": 4.9999999999999996e-06,
|
13 |
+
"loss": 11.021,
|
14 |
+
"step": 1
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.02,
|
18 |
+
"learning_rate": 0.00025,
|
19 |
+
"loss": 7.8725,
|
20 |
+
"step": 50
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 3.01,
|
24 |
+
"learning_rate": 0.0005,
|
25 |
+
"loss": 5.5983,
|
26 |
+
"step": 100
|
27 |
+
}
|
28 |
+
],
|
29 |
+
"max_steps": 1200,
|
30 |
+
"num_train_epochs": 9223372036854775807,
|
31 |
+
"total_flos": 2.6768846094336e+16,
|
32 |
+
"trial_name": null,
|
33 |
+
"trial_params": null
|
34 |
+
}
|
checkpoint-100/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71ecf8ebb7539662bd7cbf67b8ac8e3f1b65a3db310755ea66e5eb84027bd73f
|
3 |
+
size 3183
|
checkpoint-1000/config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_function": "gelu_new",
|
3 |
+
"architectures": [
|
4 |
+
"GPT2LMHeadModel"
|
5 |
+
],
|
6 |
+
"attn_pdrop": 0.1,
|
7 |
+
"bos_token_id": 50256,
|
8 |
+
"embd_pdrop": 0.1,
|
9 |
+
"eos_token_id": 50256,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"layer_norm_epsilon": 1e-05,
|
12 |
+
"model_type": "gpt2",
|
13 |
+
"n_ctx": 1024,
|
14 |
+
"n_embd": 768,
|
15 |
+
"n_head": 12,
|
16 |
+
"n_inner": null,
|
17 |
+
"n_layer": 12,
|
18 |
+
"n_positions": 1024,
|
19 |
+
"reorder_and_upcast_attn": true,
|
20 |
+
"resid_pdrop": 0.1,
|
21 |
+
"scale_attn_by_inverse_layer_idx": true,
|
22 |
+
"scale_attn_weights": true,
|
23 |
+
"summary_activation": null,
|
24 |
+
"summary_first_dropout": 0.2,
|
25 |
+
"summary_proj_to_labels": true,
|
26 |
+
"summary_type": "cls_index",
|
27 |
+
"summary_use_proj": true,
|
28 |
+
"task_specific_params": {
|
29 |
+
"text-generation": {
|
30 |
+
"do_sample": true,
|
31 |
+
"max_length": 1024
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.18.0",
|
36 |
+
"use_cache": false,
|
37 |
+
"vocab_size": 50257
|
38 |
+
}
|
checkpoint-1000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d53aada0d3d417f103ef9c5b0a65c98bdc2e659fcb114b5b16754821e4836bc
|
3 |
+
size 995604017
|
checkpoint-1000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eaf5dcbdef69a1df625ec6fd8f84f51973d63a4018a55e874778e954de7a6e14
|
3 |
+
size 510396521
|
checkpoint-1000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f498f4a9c775038d2e9117279384425a0f63b1b40fca8bb88815603348bacf6
|
3 |
+
size 14567
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f810fc7b695697c440d8985f6042b4ba23a9e1027604c265718b518ca29f1b2b
|
3 |
+
size 559
|
checkpoint-1000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0691206f4bd9ca409d6e7104087a4e0eb05df8f8f555a400f6ecc532edba52d8
|
3 |
+
size 623
|
checkpoint-1000/special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
checkpoint-1000/tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"tokenizer_class": "PassthroughTokenizer"}
|
checkpoint-1000/trainer_state.json
ADDED
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 35.016666666666666,
|
5 |
+
"global_step": 1000,
|
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.0,
|
12 |
+
"learning_rate": 4.9999999999999996e-06,
|
13 |
+
"loss": 11.021,
|
14 |
+
"step": 1
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.02,
|
18 |
+
"learning_rate": 0.00025,
|
19 |
+
"loss": 7.8725,
|
20 |
+
"step": 50
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 3.01,
|
24 |
+
"learning_rate": 0.0005,
|
25 |
+
"loss": 5.5983,
|
26 |
+
"step": 100
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 5.01,
|
30 |
+
"learning_rate": 0.0005833333333333333,
|
31 |
+
"loss": 5.0109,
|
32 |
+
"step": 150
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 7.0,
|
36 |
+
"learning_rate": 0.0005555555555555556,
|
37 |
+
"loss": 4.7657,
|
38 |
+
"step": 200
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 8.02,
|
42 |
+
"learning_rate": 0.0005277777777777777,
|
43 |
+
"loss": 4.6242,
|
44 |
+
"step": 250
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 10.02,
|
48 |
+
"learning_rate": 0.0005,
|
49 |
+
"loss": 4.4779,
|
50 |
+
"step": 300
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"epoch": 12.01,
|
54 |
+
"learning_rate": 0.00047222222222222224,
|
55 |
+
"loss": 4.2996,
|
56 |
+
"step": 350
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 14.01,
|
60 |
+
"learning_rate": 0.00044444444444444436,
|
61 |
+
"loss": 4.0981,
|
62 |
+
"step": 400
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"epoch": 16.0,
|
66 |
+
"learning_rate": 0.00041666666666666664,
|
67 |
+
"loss": 3.9387,
|
68 |
+
"step": 450
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 17.02,
|
72 |
+
"learning_rate": 0.00038888888888888887,
|
73 |
+
"loss": 3.8085,
|
74 |
+
"step": 500
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 19.02,
|
78 |
+
"learning_rate": 0.0003611111111111111,
|
79 |
+
"loss": 3.7016,
|
80 |
+
"step": 550
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 21.01,
|
84 |
+
"learning_rate": 0.0003333333333333333,
|
85 |
+
"loss": 3.6041,
|
86 |
+
"step": 600
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 23.0,
|
90 |
+
"learning_rate": 0.00030555555555555555,
|
91 |
+
"loss": 3.5193,
|
92 |
+
"step": 650
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"epoch": 24.02,
|
96 |
+
"learning_rate": 0.0002777777777777778,
|
97 |
+
"loss": 3.4405,
|
98 |
+
"step": 700
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 26.02,
|
102 |
+
"learning_rate": 0.00025,
|
103 |
+
"loss": 3.3724,
|
104 |
+
"step": 750
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epoch": 28.01,
|
108 |
+
"learning_rate": 0.00022222222222222218,
|
109 |
+
"loss": 3.3084,
|
110 |
+
"step": 800
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"epoch": 30.01,
|
114 |
+
"learning_rate": 0.00019444444444444443,
|
115 |
+
"loss": 3.2513,
|
116 |
+
"step": 850
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epoch": 32.0,
|
120 |
+
"learning_rate": 0.00016666666666666666,
|
121 |
+
"loss": 3.1985,
|
122 |
+
"step": 900
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 33.02,
|
126 |
+
"learning_rate": 0.0001388888888888889,
|
127 |
+
"loss": 3.1481,
|
128 |
+
"step": 950
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 35.02,
|
132 |
+
"learning_rate": 0.00011111111111111109,
|
133 |
+
"loss": 3.1052,
|
134 |
+
"step": 1000
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"epoch": 35.02,
|
138 |
+
"eval_loss": 4.192286014556885,
|
139 |
+
"eval_runtime": 4.0507,
|
140 |
+
"eval_samples_per_second": 50.362,
|
141 |
+
"eval_steps_per_second": 3.209,
|
142 |
+
"step": 1000
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 35.02,
|
146 |
+
"eval_/scratch/xiulyang/multilingual-LM/training/multilingual_dataset.py_loss": 4.192286014556885,
|
147 |
+
"eval_/scratch/xiulyang/multilingual-LM/training/multilingual_dataset.py_ppl": 66.173892666178,
|
148 |
+
"eval_/scratch/xiulyang/multilingual-LM/training/multilingual_dataset.py_runtime": 4.0507,
|
149 |
+
"eval_/scratch/xiulyang/multilingual-LM/training/multilingual_dataset.py_samples_per_second": 50.362,
|
150 |
+
"step": 1000
|
151 |
+
}
|
152 |
+
],
|
153 |
+
"max_steps": 1200,
|
154 |
+
"num_train_epochs": 9223372036854775807,
|
155 |
+
"total_flos": 2.6770936430592e+17,
|
156 |
+
"trial_name": null,
|
157 |
+
"trial_params": null
|
158 |
+
}
|
checkpoint-1000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71ecf8ebb7539662bd7cbf67b8ac8e3f1b65a3db310755ea66e5eb84027bd73f
|
3 |
+
size 3183
|
checkpoint-1100/config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_function": "gelu_new",
|
3 |
+
"architectures": [
|
4 |
+
"GPT2LMHeadModel"
|
5 |
+
],
|
6 |
+
"attn_pdrop": 0.1,
|
7 |
+
"bos_token_id": 50256,
|
8 |
+
"embd_pdrop": 0.1,
|
9 |
+
"eos_token_id": 50256,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"layer_norm_epsilon": 1e-05,
|
12 |
+
"model_type": "gpt2",
|
13 |
+
"n_ctx": 1024,
|
14 |
+
"n_embd": 768,
|
15 |
+
"n_head": 12,
|
16 |
+
"n_inner": null,
|
17 |
+
"n_layer": 12,
|
18 |
+
"n_positions": 1024,
|
19 |
+
"reorder_and_upcast_attn": true,
|
20 |
+
"resid_pdrop": 0.1,
|
21 |
+
"scale_attn_by_inverse_layer_idx": true,
|
22 |
+
"scale_attn_weights": true,
|
23 |
+
"summary_activation": null,
|
24 |
+
"summary_first_dropout": 0.2,
|
25 |
+
"summary_proj_to_labels": true,
|
26 |
+
"summary_type": "cls_index",
|
27 |
+
"summary_use_proj": true,
|
28 |
+
"task_specific_params": {
|
29 |
+
"text-generation": {
|
30 |
+
"do_sample": true,
|
31 |
+
"max_length": 1024
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.18.0",
|
36 |
+
"use_cache": false,
|
37 |
+
"vocab_size": 50257
|
38 |
+
}
|
checkpoint-1100/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76558b2b784216187de78f3732942cda84d3cf7b4170d676fc8aba0be260b5a0
|
3 |
+
size 995604017
|
checkpoint-1100/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e02a53bb949ec5100b33c0e0f88df3e95161d9abf0c84eda53f3abc9d79d6e0
|
3 |
+
size 510396521
|
checkpoint-1100/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddcba491d5fb1b08e6ebfb423088b66f3498f18a3bb150bf2dd10086086a0bfb
|
3 |
+
size 14567
|
checkpoint-1100/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fb16c30b686aa43e110b0d33f9d46bf3127b7124542ca8dc34831233d4675a0
|
3 |
+
size 559
|
checkpoint-1100/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f1b7713e4bb40428f29080b7d08d4a52f779ac863737861e4724292b2cf6c59
|
3 |
+
size 623
|
checkpoint-1100/special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
checkpoint-1100/tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"tokenizer_class": "PassthroughTokenizer"}
|
checkpoint-1100/trainer_state.json
ADDED
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 39.00666666666667,
|
5 |
+
"global_step": 1100,
|
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.0,
|
12 |
+
"learning_rate": 4.9999999999999996e-06,
|
13 |
+
"loss": 11.021,
|
14 |
+
"step": 1
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.02,
|
18 |
+
"learning_rate": 0.00025,
|
19 |
+
"loss": 7.8725,
|
20 |
+
"step": 50
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 3.01,
|
24 |
+
"learning_rate": 0.0005,
|
25 |
+
"loss": 5.5983,
|
26 |
+
"step": 100
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 5.01,
|
30 |
+
"learning_rate": 0.0005833333333333333,
|
31 |
+
"loss": 5.0109,
|
32 |
+
"step": 150
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 7.0,
|
36 |
+
"learning_rate": 0.0005555555555555556,
|
37 |
+
"loss": 4.7657,
|
38 |
+
"step": 200
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 8.02,
|
42 |
+
"learning_rate": 0.0005277777777777777,
|
43 |
+
"loss": 4.6242,
|
44 |
+
"step": 250
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 10.02,
|
48 |
+
"learning_rate": 0.0005,
|
49 |
+
"loss": 4.4779,
|
50 |
+
"step": 300
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"epoch": 12.01,
|
54 |
+
"learning_rate": 0.00047222222222222224,
|
55 |
+
"loss": 4.2996,
|
56 |
+
"step": 350
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 14.01,
|
60 |
+
"learning_rate": 0.00044444444444444436,
|
61 |
+
"loss": 4.0981,
|
62 |
+
"step": 400
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"epoch": 16.0,
|
66 |
+
"learning_rate": 0.00041666666666666664,
|
67 |
+
"loss": 3.9387,
|
68 |
+
"step": 450
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 17.02,
|
72 |
+
"learning_rate": 0.00038888888888888887,
|
73 |
+
"loss": 3.8085,
|
74 |
+
"step": 500
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 19.02,
|
78 |
+
"learning_rate": 0.0003611111111111111,
|
79 |
+
"loss": 3.7016,
|
80 |
+
"step": 550
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 21.01,
|
84 |
+
"learning_rate": 0.0003333333333333333,
|
85 |
+
"loss": 3.6041,
|
86 |
+
"step": 600
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 23.0,
|
90 |
+
"learning_rate": 0.00030555555555555555,
|
91 |
+
"loss": 3.5193,
|
92 |
+
"step": 650
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"epoch": 24.02,
|
96 |
+
"learning_rate": 0.0002777777777777778,
|
97 |
+
"loss": 3.4405,
|
98 |
+
"step": 700
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 26.02,
|
102 |
+
"learning_rate": 0.00025,
|
103 |
+
"loss": 3.3724,
|
104 |
+
"step": 750
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epoch": 28.01,
|
108 |
+
"learning_rate": 0.00022222222222222218,
|
109 |
+
"loss": 3.3084,
|
110 |
+
"step": 800
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"epoch": 30.01,
|
114 |
+
"learning_rate": 0.00019444444444444443,
|
115 |
+
"loss": 3.2513,
|
116 |
+
"step": 850
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epoch": 32.0,
|
120 |
+
"learning_rate": 0.00016666666666666666,
|
121 |
+
"loss": 3.1985,
|
122 |
+
"step": 900
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 33.02,
|
126 |
+
"learning_rate": 0.0001388888888888889,
|
127 |
+
"loss": 3.1481,
|
128 |
+
"step": 950
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 35.02,
|
132 |
+
"learning_rate": 0.00011111111111111109,
|
133 |
+
"loss": 3.1052,
|
134 |
+
"step": 1000
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"epoch": 35.02,
|
138 |
+
"eval_loss": 4.192286014556885,
|
139 |
+
"eval_runtime": 4.0507,
|
140 |
+
"eval_samples_per_second": 50.362,
|
141 |
+
"eval_steps_per_second": 3.209,
|
142 |
+
"step": 1000
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 35.02,
|
146 |
+
"eval_/scratch/xiulyang/multilingual-LM/training/multilingual_dataset.py_loss": 4.192286014556885,
|
147 |
+
"eval_/scratch/xiulyang/multilingual-LM/training/multilingual_dataset.py_ppl": 66.173892666178,
|
148 |
+
"eval_/scratch/xiulyang/multilingual-LM/training/multilingual_dataset.py_runtime": 4.0507,
|
149 |
+
"eval_/scratch/xiulyang/multilingual-LM/training/multilingual_dataset.py_samples_per_second": 50.362,
|
150 |
+
"step": 1000
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 37.01,
|
154 |
+
"learning_rate": 8.333333333333333e-05,
|
155 |
+
"loss": 3.0653,
|
156 |
+
"step": 1050
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 39.01,
|
160 |
+
"learning_rate": 5.5555555555555545e-05,
|
161 |
+
"loss": 3.0302,
|
162 |
+
"step": 1100
|
163 |
+
}
|
164 |
+
],
|
165 |
+
"max_steps": 1200,
|
166 |
+
"num_train_epochs": 9223372036854775807,
|
167 |
+
"total_flos": 2.94482391072768e+17,
|
168 |
+
"trial_name": null,
|
169 |
+
"trial_params": null
|
170 |
+
}
|
checkpoint-1100/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71ecf8ebb7539662bd7cbf67b8ac8e3f1b65a3db310755ea66e5eb84027bd73f
|
3 |
+
size 3183
|
checkpoint-1200/config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_function": "gelu_new",
|
3 |
+
"architectures": [
|
4 |
+
"GPT2LMHeadModel"
|
5 |
+
],
|
6 |
+
"attn_pdrop": 0.1,
|
7 |
+
"bos_token_id": 50256,
|
8 |
+
"embd_pdrop": 0.1,
|
9 |
+
"eos_token_id": 50256,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"layer_norm_epsilon": 1e-05,
|
12 |
+
"model_type": "gpt2",
|
13 |
+
"n_ctx": 1024,
|
14 |
+
"n_embd": 768,
|
15 |
+
"n_head": 12,
|
16 |
+
"n_inner": null,
|
17 |
+
"n_layer": 12,
|
18 |
+
"n_positions": 1024,
|
19 |
+
"reorder_and_upcast_attn": true,
|
20 |
+
"resid_pdrop": 0.1,
|
21 |
+
"scale_attn_by_inverse_layer_idx": true,
|
22 |
+
"scale_attn_weights": true,
|
23 |
+
"summary_activation": null,
|
24 |
+
"summary_first_dropout": 0.2,
|
25 |
+
"summary_proj_to_labels": true,
|
26 |
+
"summary_type": "cls_index",
|
27 |
+
"summary_use_proj": true,
|
28 |
+
"task_specific_params": {
|
29 |
+
"text-generation": {
|
30 |
+
"do_sample": true,
|
31 |
+
"max_length": 1024
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.18.0",
|
36 |
+
"use_cache": false,
|
37 |
+
"vocab_size": 50257
|
38 |
+
}
|
checkpoint-1200/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aaf8939c4ab8c824b3d0de61e8efa9c235f2ee08a6b82d179a8da6579bf9baf
|
3 |
+
size 995604017
|
checkpoint-1200/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6250b6b5e61b3d51a5fde337731327ab761f81da4203fc8421b56a130373f15b
|
3 |
+
size 510396521
|
checkpoint-1200/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d9abcdb9b03138dc472eb2216200a170c557f11d5d5329896a374cfdc3895c6
|
3 |
+
size 14567
|
checkpoint-1200/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19c7277eaca0850ae3e9b6790b3d002d820169cce0671185e672c28c8ae8e056
|
3 |
+
size 559
|
checkpoint-1200/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:935a8fb09a6e9698d9894853b05e181b3f56098deaaecddde08e55f06bf000c4
|
3 |
+
size 623
|
checkpoint-1200/special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
checkpoint-1200/tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"tokenizer_class": "PassthroughTokenizer"}
|
checkpoint-1200/trainer_state.json
ADDED
@@ -0,0 +1,182 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 42.02,
|
5 |
+
"global_step": 1200,
|
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.0,
|
12 |
+
"learning_rate": 4.9999999999999996e-06,
|
13 |
+
"loss": 11.021,
|
14 |
+
"step": 1
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.02,
|
18 |
+
"learning_rate": 0.00025,
|
19 |
+
"loss": 7.8725,
|
20 |
+
"step": 50
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 3.01,
|
24 |
+
"learning_rate": 0.0005,
|
25 |
+
"loss": 5.5983,
|
26 |
+
"step": 100
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 5.01,
|
30 |
+
"learning_rate": 0.0005833333333333333,
|
31 |
+
"loss": 5.0109,
|
32 |
+
"step": 150
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 7.0,
|
36 |
+
"learning_rate": 0.0005555555555555556,
|
37 |
+
"loss": 4.7657,
|
38 |
+
"step": 200
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 8.02,
|
42 |
+
"learning_rate": 0.0005277777777777777,
|
43 |
+
"loss": 4.6242,
|
44 |
+
"step": 250
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 10.02,
|
48 |
+
"learning_rate": 0.0005,
|
49 |
+
"loss": 4.4779,
|
50 |
+
"step": 300
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"epoch": 12.01,
|
54 |
+
"learning_rate": 0.00047222222222222224,
|
55 |
+
"loss": 4.2996,
|
56 |
+
"step": 350
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 14.01,
|
60 |
+
"learning_rate": 0.00044444444444444436,
|
61 |
+
"loss": 4.0981,
|
62 |
+
"step": 400
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"epoch": 16.0,
|
66 |
+
"learning_rate": 0.00041666666666666664,
|
67 |
+
"loss": 3.9387,
|
68 |
+
"step": 450
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 17.02,
|
72 |
+
"learning_rate": 0.00038888888888888887,
|
73 |
+
"loss": 3.8085,
|
74 |
+
"step": 500
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 19.02,
|
78 |
+
"learning_rate": 0.0003611111111111111,
|
79 |
+
"loss": 3.7016,
|
80 |
+
"step": 550
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 21.01,
|
84 |
+
"learning_rate": 0.0003333333333333333,
|
85 |
+
"loss": 3.6041,
|
86 |
+
"step": 600
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 23.0,
|
90 |
+
"learning_rate": 0.00030555555555555555,
|
91 |
+
"loss": 3.5193,
|
92 |
+
"step": 650
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"epoch": 24.02,
|
96 |
+
"learning_rate": 0.0002777777777777778,
|
97 |
+
"loss": 3.4405,
|
98 |
+
"step": 700
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 26.02,
|
102 |
+
"learning_rate": 0.00025,
|
103 |
+
"loss": 3.3724,
|
104 |
+
"step": 750
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epoch": 28.01,
|
108 |
+
"learning_rate": 0.00022222222222222218,
|
109 |
+
"loss": 3.3084,
|
110 |
+
"step": 800
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"epoch": 30.01,
|
114 |
+
"learning_rate": 0.00019444444444444443,
|
115 |
+
"loss": 3.2513,
|
116 |
+
"step": 850
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epoch": 32.0,
|
120 |
+
"learning_rate": 0.00016666666666666666,
|
121 |
+
"loss": 3.1985,
|
122 |
+
"step": 900
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 33.02,
|
126 |
+
"learning_rate": 0.0001388888888888889,
|
127 |
+
"loss": 3.1481,
|
128 |
+
"step": 950
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 35.02,
|
132 |
+
"learning_rate": 0.00011111111111111109,
|
133 |
+
"loss": 3.1052,
|
134 |
+
"step": 1000
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"epoch": 35.02,
|
138 |
+
"eval_loss": 4.192286014556885,
|
139 |
+
"eval_runtime": 4.0507,
|
140 |
+
"eval_samples_per_second": 50.362,
|
141 |
+
"eval_steps_per_second": 3.209,
|
142 |
+
"step": 1000
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 35.02,
|
146 |
+
"eval_/scratch/xiulyang/multilingual-LM/training/multilingual_dataset.py_loss": 4.192286014556885,
|
147 |
+
"eval_/scratch/xiulyang/multilingual-LM/training/multilingual_dataset.py_ppl": 66.173892666178,
|
148 |
+
"eval_/scratch/xiulyang/multilingual-LM/training/multilingual_dataset.py_runtime": 4.0507,
|
149 |
+
"eval_/scratch/xiulyang/multilingual-LM/training/multilingual_dataset.py_samples_per_second": 50.362,
|
150 |
+
"step": 1000
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 37.01,
|
154 |
+
"learning_rate": 8.333333333333333e-05,
|
155 |
+
"loss": 3.0653,
|
156 |
+
"step": 1050
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 39.01,
|
160 |
+
"learning_rate": 5.5555555555555545e-05,
|
161 |
+
"loss": 3.0302,
|
162 |
+
"step": 1100
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"epoch": 41.0,
|
166 |
+
"learning_rate": 2.7777777777777772e-05,
|
167 |
+
"loss": 3.001,
|
168 |
+
"step": 1150
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"epoch": 42.02,
|
172 |
+
"learning_rate": 0.0,
|
173 |
+
"loss": 2.9765,
|
174 |
+
"step": 1200
|
175 |
+
}
|
176 |
+
],
|
177 |
+
"max_steps": 1200,
|
178 |
+
"num_train_epochs": 9223372036854775807,
|
179 |
+
"total_flos": 3.21251237167104e+17,
|
180 |
+
"trial_name": null,
|
181 |
+
"trial_params": null
|
182 |
+
}
|
checkpoint-1200/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71ecf8ebb7539662bd7cbf67b8ac8e3f1b65a3db310755ea66e5eb84027bd73f
|
3 |
+
size 3183
|
checkpoint-200/config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_function": "gelu_new",
|
3 |
+
"architectures": [
|
4 |
+
"GPT2LMHeadModel"
|
5 |
+
],
|
6 |
+
"attn_pdrop": 0.1,
|
7 |
+
"bos_token_id": 50256,
|
8 |
+
"embd_pdrop": 0.1,
|
9 |
+
"eos_token_id": 50256,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"layer_norm_epsilon": 1e-05,
|
12 |
+
"model_type": "gpt2",
|
13 |
+
"n_ctx": 1024,
|
14 |
+
"n_embd": 768,
|
15 |
+
"n_head": 12,
|
16 |
+
"n_inner": null,
|
17 |
+
"n_layer": 12,
|
18 |
+
"n_positions": 1024,
|
19 |
+
"reorder_and_upcast_attn": true,
|
20 |
+
"resid_pdrop": 0.1,
|
21 |
+
"scale_attn_by_inverse_layer_idx": true,
|
22 |
+
"scale_attn_weights": true,
|
23 |
+
"summary_activation": null,
|
24 |
+
"summary_first_dropout": 0.2,
|
25 |
+
"summary_proj_to_labels": true,
|
26 |
+
"summary_type": "cls_index",
|
27 |
+
"summary_use_proj": true,
|
28 |
+
"task_specific_params": {
|
29 |
+
"text-generation": {
|
30 |
+
"do_sample": true,
|
31 |
+
"max_length": 1024
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.18.0",
|
36 |
+
"use_cache": false,
|
37 |
+
"vocab_size": 50257
|
38 |
+
}
|
checkpoint-200/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d220c4ce6784915106a49b9613665f51c561cdb2c7fd624a902f35fd368654af
|
3 |
+
size 995603825
|
checkpoint-200/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:354a804a848852e125ccfe72f022a4e3c0e04e538d33ee9dc88bbdc5c54fdf29
|
3 |
+
size 510396521
|
checkpoint-200/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6df5028afb704aa18c442d2e62434e1fa8169cbe180f500fa6db297b3c8105f6
|
3 |
+
size 14567
|
checkpoint-200/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb6982c29cd162f49aeb531674acf574eccd46a8f556bec596040d7c3b95200a
|
3 |
+
size 559
|