Commit
·
06f2baa
1
Parent(s):
9462066
Adding model checkpoints and config files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +35 -0
- 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
.gitattributes
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
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": 0,
|
8 |
+
"embd_pdrop": 0.1,
|
9 |
+
"eos_token_id": 0,
|
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": 64000
|
38 |
+
}
|
checkpoint-0/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d9938f9842ab67a4ffdb8192f0ef1a92afea4592e39c9cede29e616f6bb617f
|
3 |
+
size 552615017
|
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:ce5ee64ec673c5915c725d59ab09d5567c896e983bbaa61ee563d03df6350d2f
|
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": 0,
|
8 |
+
"embd_pdrop": 0.1,
|
9 |
+
"eos_token_id": 0,
|
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": 64000
|
38 |
+
}
|
checkpoint-100/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4547f92d7100e31e3deb39b44f6f22305a0894d90aab2a883a4d15394b930012
|
3 |
+
size 1080040817
|
checkpoint-100/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6606650d0527e0a3ac6af190f2cf114bc9c9df37604f2f0ea2c56bf7b88d8711
|
3 |
+
size 552615017
|
checkpoint-100/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58496e945c16a650ef4a460d1ac1592df28955ae14889c83910e110247a11e11
|
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.0083333333333333,
|
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.1049,
|
14 |
+
"step": 1
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.02,
|
18 |
+
"learning_rate": 0.00025,
|
19 |
+
"loss": 8.1845,
|
20 |
+
"step": 50
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 3.01,
|
24 |
+
"learning_rate": 0.0005,
|
25 |
+
"loss": 5.9529,
|
26 |
+
"step": 100
|
27 |
+
}
|
28 |
+
],
|
29 |
+
"max_steps": 1200,
|
30 |
+
"num_train_epochs": 9223372036854775807,
|
31 |
+
"total_flos": 2.7041634975744e+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:ce5ee64ec673c5915c725d59ab09d5567c896e983bbaa61ee563d03df6350d2f
|
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": 0,
|
8 |
+
"embd_pdrop": 0.1,
|
9 |
+
"eos_token_id": 0,
|
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": 64000
|
38 |
+
}
|
checkpoint-1000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d57f7023ea2fc223853366c846fc06cfd4e9af3565ac1f92228e07364e5b12b7
|
3 |
+
size 1080041009
|
checkpoint-1000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feaf65ae0b5bc37c29dd98d0ce7aa049d828220e3602831b83266de5f7856fb8
|
3 |
+
size 552615017
|
checkpoint-1000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:394d180f63a23adf48a4ef738fe5b39b3b50aa94348457023737b14f18b9c037
|
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": 33.00833333333333,
|
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.1049,
|
14 |
+
"step": 1
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.02,
|
18 |
+
"learning_rate": 0.00025,
|
19 |
+
"loss": 8.1845,
|
20 |
+
"step": 50
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 3.01,
|
24 |
+
"learning_rate": 0.0005,
|
25 |
+
"loss": 5.9529,
|
26 |
+
"step": 100
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 4.03,
|
30 |
+
"learning_rate": 0.0005833333333333333,
|
31 |
+
"loss": 5.1965,
|
32 |
+
"step": 150
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 6.02,
|
36 |
+
"learning_rate": 0.0005555555555555556,
|
37 |
+
"loss": 4.8925,
|
38 |
+
"step": 200
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 8.01,
|
42 |
+
"learning_rate": 0.0005277777777777777,
|
43 |
+
"loss": 4.7182,
|
44 |
+
"step": 250
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 9.03,
|
48 |
+
"learning_rate": 0.0005,
|
49 |
+
"loss": 4.561,
|
50 |
+
"step": 300
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"epoch": 11.02,
|
54 |
+
"learning_rate": 0.00047222222222222224,
|
55 |
+
"loss": 4.4282,
|
56 |
+
"step": 350
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 13.01,
|
60 |
+
"learning_rate": 0.00044444444444444436,
|
61 |
+
"loss": 4.2476,
|
62 |
+
"step": 400
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"epoch": 14.03,
|
66 |
+
"learning_rate": 0.00041666666666666664,
|
67 |
+
"loss": 4.0259,
|
68 |
+
"step": 450
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 16.02,
|
72 |
+
"learning_rate": 0.00038888888888888887,
|
73 |
+
"loss": 3.8942,
|
74 |
+
"step": 500
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 18.01,
|
78 |
+
"learning_rate": 0.0003611111111111111,
|
79 |
+
"loss": 3.7583,
|
80 |
+
"step": 550
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 19.02,
|
84 |
+
"learning_rate": 0.0003333333333333333,
|
85 |
+
"loss": 3.6224,
|
86 |
+
"step": 600
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 21.02,
|
90 |
+
"learning_rate": 0.00030555555555555555,
|
91 |
+
"loss": 3.55,
|
92 |
+
"step": 650
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"epoch": 23.01,
|
96 |
+
"learning_rate": 0.0002777777777777778,
|
97 |
+
"loss": 3.4646,
|
98 |
+
"step": 700
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 24.02,
|
102 |
+
"learning_rate": 0.00025,
|
103 |
+
"loss": 3.3628,
|
104 |
+
"step": 750
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epoch": 26.02,
|
108 |
+
"learning_rate": 0.00022222222222222218,
|
109 |
+
"loss": 3.3208,
|
110 |
+
"step": 800
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"epoch": 28.01,
|
114 |
+
"learning_rate": 0.00019444444444444443,
|
115 |
+
"loss": 3.2586,
|
116 |
+
"step": 850
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epoch": 29.02,
|
120 |
+
"learning_rate": 0.00016666666666666666,
|
121 |
+
"loss": 3.179,
|
122 |
+
"step": 900
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 31.02,
|
126 |
+
"learning_rate": 0.0001388888888888889,
|
127 |
+
"loss": 3.1549,
|
128 |
+
"step": 950
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 33.01,
|
132 |
+
"learning_rate": 0.00011111111111111109,
|
133 |
+
"loss": 3.109,
|
134 |
+
"step": 1000
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"epoch": 33.01,
|
138 |
+
"eval_loss": 3.771193027496338,
|
139 |
+
"eval_runtime": 2.3153,
|
140 |
+
"eval_samples_per_second": 51.828,
|
141 |
+
"eval_steps_per_second": 3.455,
|
142 |
+
"step": 1000
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 33.01,
|
146 |
+
"eval_/local/xiulyang/mission-impossible-language-models/training/babylm_dataset.py_loss": 3.771193027496338,
|
147 |
+
"eval_/local/xiulyang/mission-impossible-language-models/training/babylm_dataset.py_ppl": 43.43184933001428,
|
148 |
+
"eval_/local/xiulyang/mission-impossible-language-models/training/babylm_dataset.py_runtime": 2.3153,
|
149 |
+
"eval_/local/xiulyang/mission-impossible-language-models/training/babylm_dataset.py_samples_per_second": 51.828,
|
150 |
+
"step": 1000
|
151 |
+
}
|
152 |
+
],
|
153 |
+
"max_steps": 1200,
|
154 |
+
"num_train_epochs": 9223372036854775807,
|
155 |
+
"total_flos": 2.70701680656384e+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:ce5ee64ec673c5915c725d59ab09d5567c896e983bbaa61ee563d03df6350d2f
|
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": 0,
|
8 |
+
"embd_pdrop": 0.1,
|
9 |
+
"eos_token_id": 0,
|
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": 64000
|
38 |
+
}
|
checkpoint-1100/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07d50cb83c99564e1e5d3175eea21dacb67ba376d216c36c391dd2180aa4f075
|
3 |
+
size 1080041009
|
checkpoint-1100/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:467d06af9b109ba6e6d6491715b596472f2392acad5ef29a5dd5227f028ea538
|
3 |
+
size 552615017
|
checkpoint-1100/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e93443d06884eb77ceedb13ea088d03d6d30a18ae355271b718160fb29419aa5
|
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": 36.016666666666666,
|
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.1049,
|
14 |
+
"step": 1
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.02,
|
18 |
+
"learning_rate": 0.00025,
|
19 |
+
"loss": 8.1845,
|
20 |
+
"step": 50
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 3.01,
|
24 |
+
"learning_rate": 0.0005,
|
25 |
+
"loss": 5.9529,
|
26 |
+
"step": 100
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 4.03,
|
30 |
+
"learning_rate": 0.0005833333333333333,
|
31 |
+
"loss": 5.1965,
|
32 |
+
"step": 150
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 6.02,
|
36 |
+
"learning_rate": 0.0005555555555555556,
|
37 |
+
"loss": 4.8925,
|
38 |
+
"step": 200
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 8.01,
|
42 |
+
"learning_rate": 0.0005277777777777777,
|
43 |
+
"loss": 4.7182,
|
44 |
+
"step": 250
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 9.03,
|
48 |
+
"learning_rate": 0.0005,
|
49 |
+
"loss": 4.561,
|
50 |
+
"step": 300
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"epoch": 11.02,
|
54 |
+
"learning_rate": 0.00047222222222222224,
|
55 |
+
"loss": 4.4282,
|
56 |
+
"step": 350
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 13.01,
|
60 |
+
"learning_rate": 0.00044444444444444436,
|
61 |
+
"loss": 4.2476,
|
62 |
+
"step": 400
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"epoch": 14.03,
|
66 |
+
"learning_rate": 0.00041666666666666664,
|
67 |
+
"loss": 4.0259,
|
68 |
+
"step": 450
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 16.02,
|
72 |
+
"learning_rate": 0.00038888888888888887,
|
73 |
+
"loss": 3.8942,
|
74 |
+
"step": 500
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 18.01,
|
78 |
+
"learning_rate": 0.0003611111111111111,
|
79 |
+
"loss": 3.7583,
|
80 |
+
"step": 550
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 19.02,
|
84 |
+
"learning_rate": 0.0003333333333333333,
|
85 |
+
"loss": 3.6224,
|
86 |
+
"step": 600
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 21.02,
|
90 |
+
"learning_rate": 0.00030555555555555555,
|
91 |
+
"loss": 3.55,
|
92 |
+
"step": 650
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"epoch": 23.01,
|
96 |
+
"learning_rate": 0.0002777777777777778,
|
97 |
+
"loss": 3.4646,
|
98 |
+
"step": 700
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 24.02,
|
102 |
+
"learning_rate": 0.00025,
|
103 |
+
"loss": 3.3628,
|
104 |
+
"step": 750
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epoch": 26.02,
|
108 |
+
"learning_rate": 0.00022222222222222218,
|
109 |
+
"loss": 3.3208,
|
110 |
+
"step": 800
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"epoch": 28.01,
|
114 |
+
"learning_rate": 0.00019444444444444443,
|
115 |
+
"loss": 3.2586,
|
116 |
+
"step": 850
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epoch": 29.02,
|
120 |
+
"learning_rate": 0.00016666666666666666,
|
121 |
+
"loss": 3.179,
|
122 |
+
"step": 900
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 31.02,
|
126 |
+
"learning_rate": 0.0001388888888888889,
|
127 |
+
"loss": 3.1549,
|
128 |
+
"step": 950
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 33.01,
|
132 |
+
"learning_rate": 0.00011111111111111109,
|
133 |
+
"loss": 3.109,
|
134 |
+
"step": 1000
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"epoch": 33.01,
|
138 |
+
"eval_loss": 3.771193027496338,
|
139 |
+
"eval_runtime": 2.3153,
|
140 |
+
"eval_samples_per_second": 51.828,
|
141 |
+
"eval_steps_per_second": 3.455,
|
142 |
+
"step": 1000
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 33.01,
|
146 |
+
"eval_/local/xiulyang/mission-impossible-language-models/training/babylm_dataset.py_loss": 3.771193027496338,
|
147 |
+
"eval_/local/xiulyang/mission-impossible-language-models/training/babylm_dataset.py_ppl": 43.43184933001428,
|
148 |
+
"eval_/local/xiulyang/mission-impossible-language-models/training/babylm_dataset.py_runtime": 2.3153,
|
149 |
+
"eval_/local/xiulyang/mission-impossible-language-models/training/babylm_dataset.py_samples_per_second": 51.828,
|
150 |
+
"step": 1000
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 34.02,
|
154 |
+
"learning_rate": 8.333333333333333e-05,
|
155 |
+
"loss": 3.0475,
|
156 |
+
"step": 1050
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 36.02,
|
160 |
+
"learning_rate": 5.5555555555555545e-05,
|
161 |
+
"loss": 3.0353,
|
162 |
+
"step": 1100
|
163 |
+
}
|
164 |
+
],
|
165 |
+
"max_steps": 1200,
|
166 |
+
"num_train_epochs": 9223372036854775807,
|
167 |
+
"total_flos": 2.97743315632128e+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:ce5ee64ec673c5915c725d59ab09d5567c896e983bbaa61ee563d03df6350d2f
|
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": 0,
|
8 |
+
"embd_pdrop": 0.1,
|
9 |
+
"eos_token_id": 0,
|
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": 64000
|
38 |
+
}
|
checkpoint-1200/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c77ebd7b3e810bc9abfed02f11a55b5c7c56c2f4218b2d712cda53ac3f984ab
|
3 |
+
size 1080041009
|
checkpoint-1200/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d481dd90e0112c7b86510b69821042c684cc4f5d27820394af11badd3314e8a
|
3 |
+
size 552615017
|
checkpoint-1200/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f9ebfe865a5282871ec45b1fd3fdc036c41e34c0448643d1196546f03780d0e
|
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": 39.025,
|
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.1049,
|
14 |
+
"step": 1
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.02,
|
18 |
+
"learning_rate": 0.00025,
|
19 |
+
"loss": 8.1845,
|
20 |
+
"step": 50
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 3.01,
|
24 |
+
"learning_rate": 0.0005,
|
25 |
+
"loss": 5.9529,
|
26 |
+
"step": 100
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 4.03,
|
30 |
+
"learning_rate": 0.0005833333333333333,
|
31 |
+
"loss": 5.1965,
|
32 |
+
"step": 150
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 6.02,
|
36 |
+
"learning_rate": 0.0005555555555555556,
|
37 |
+
"loss": 4.8925,
|
38 |
+
"step": 200
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 8.01,
|
42 |
+
"learning_rate": 0.0005277777777777777,
|
43 |
+
"loss": 4.7182,
|
44 |
+
"step": 250
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 9.03,
|
48 |
+
"learning_rate": 0.0005,
|
49 |
+
"loss": 4.561,
|
50 |
+
"step": 300
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"epoch": 11.02,
|
54 |
+
"learning_rate": 0.00047222222222222224,
|
55 |
+
"loss": 4.4282,
|
56 |
+
"step": 350
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 13.01,
|
60 |
+
"learning_rate": 0.00044444444444444436,
|
61 |
+
"loss": 4.2476,
|
62 |
+
"step": 400
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"epoch": 14.03,
|
66 |
+
"learning_rate": 0.00041666666666666664,
|
67 |
+
"loss": 4.0259,
|
68 |
+
"step": 450
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 16.02,
|
72 |
+
"learning_rate": 0.00038888888888888887,
|
73 |
+
"loss": 3.8942,
|
74 |
+
"step": 500
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 18.01,
|
78 |
+
"learning_rate": 0.0003611111111111111,
|
79 |
+
"loss": 3.7583,
|
80 |
+
"step": 550
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 19.02,
|
84 |
+
"learning_rate": 0.0003333333333333333,
|
85 |
+
"loss": 3.6224,
|
86 |
+
"step": 600
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 21.02,
|
90 |
+
"learning_rate": 0.00030555555555555555,
|
91 |
+
"loss": 3.55,
|
92 |
+
"step": 650
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"epoch": 23.01,
|
96 |
+
"learning_rate": 0.0002777777777777778,
|
97 |
+
"loss": 3.4646,
|
98 |
+
"step": 700
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 24.02,
|
102 |
+
"learning_rate": 0.00025,
|
103 |
+
"loss": 3.3628,
|
104 |
+
"step": 750
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epoch": 26.02,
|
108 |
+
"learning_rate": 0.00022222222222222218,
|
109 |
+
"loss": 3.3208,
|
110 |
+
"step": 800
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"epoch": 28.01,
|
114 |
+
"learning_rate": 0.00019444444444444443,
|
115 |
+
"loss": 3.2586,
|
116 |
+
"step": 850
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epoch": 29.02,
|
120 |
+
"learning_rate": 0.00016666666666666666,
|
121 |
+
"loss": 3.179,
|
122 |
+
"step": 900
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 31.02,
|
126 |
+
"learning_rate": 0.0001388888888888889,
|
127 |
+
"loss": 3.1549,
|
128 |
+
"step": 950
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 33.01,
|
132 |
+
"learning_rate": 0.00011111111111111109,
|
133 |
+
"loss": 3.109,
|
134 |
+
"step": 1000
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"epoch": 33.01,
|
138 |
+
"eval_loss": 3.771193027496338,
|
139 |
+
"eval_runtime": 2.3153,
|
140 |
+
"eval_samples_per_second": 51.828,
|
141 |
+
"eval_steps_per_second": 3.455,
|
142 |
+
"step": 1000
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 33.01,
|
146 |
+
"eval_/local/xiulyang/mission-impossible-language-models/training/babylm_dataset.py_loss": 3.771193027496338,
|
147 |
+
"eval_/local/xiulyang/mission-impossible-language-models/training/babylm_dataset.py_ppl": 43.43184933001428,
|
148 |
+
"eval_/local/xiulyang/mission-impossible-language-models/training/babylm_dataset.py_runtime": 2.3153,
|
149 |
+
"eval_/local/xiulyang/mission-impossible-language-models/training/babylm_dataset.py_samples_per_second": 51.828,
|
150 |
+
"step": 1000
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 34.02,
|
154 |
+
"learning_rate": 8.333333333333333e-05,
|
155 |
+
"loss": 3.0475,
|
156 |
+
"step": 1050
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 36.02,
|
160 |
+
"learning_rate": 5.5555555555555545e-05,
|
161 |
+
"loss": 3.0353,
|
162 |
+
"step": 1100
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"epoch": 38.01,
|
166 |
+
"learning_rate": 2.7777777777777772e-05,
|
167 |
+
"loss": 3.0056,
|
168 |
+
"step": 1150
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"epoch": 39.02,
|
172 |
+
"learning_rate": 0.0,
|
173 |
+
"loss": 2.9624,
|
174 |
+
"step": 1200
|
175 |
+
}
|
176 |
+
],
|
177 |
+
"max_steps": 1200,
|
178 |
+
"num_train_epochs": 9223372036854775807,
|
179 |
+
"total_flos": 3.24784950607872e+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:ce5ee64ec673c5915c725d59ab09d5567c896e983bbaa61ee563d03df6350d2f
|
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": 0,
|
8 |
+
"embd_pdrop": 0.1,
|
9 |
+
"eos_token_id": 0,
|
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": 64000
|
38 |
+
}
|
checkpoint-200/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69570f0d843d941da8491c5d608d1c4f7ed6d0693201944b4b80231337f2fcae
|
3 |
+
size 1080040817
|
checkpoint-200/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9f133ee7219637c8594a9cf12dc29a56c6075c91e046268d9fedf14d8308b1a
|
3 |
+
size 552615017
|
checkpoint-200/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0af37345c427ea9f754fbb6c9c6176b458022161879b0d521e1d1ef82b4fa5d6
|
3 |
+
size 14567
|