Training in progress, step 1000, checkpoint
Browse files- checkpoint-1000/config.json +30 -0
- checkpoint-1000/generation_config.json +6 -0
- checkpoint-1000/model.safetensors +3 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/rng_state.pth +3 -0
- checkpoint-1000/scheduler.pt +3 -0
- checkpoint-1000/special_tokens_map.json +24 -0
- checkpoint-1000/tokenizer.json +96 -0
- checkpoint-1000/tokenizer_config.json +38 -0
- checkpoint-1000/trainer_state.json +103 -0
- checkpoint-1000/training_args.bin +3 -0
checkpoint-1000/config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "EleutherAI/pythia-410m",
|
3 |
+
"architectures": [
|
4 |
+
"GPTNeoXForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": true,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 0,
|
9 |
+
"classifier_dropout": 0.1,
|
10 |
+
"eos_token_id": 0,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout": 0.0,
|
13 |
+
"hidden_size": 1024,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 4096,
|
16 |
+
"layer_norm_eps": 1e-05,
|
17 |
+
"max_position_embeddings": 2048,
|
18 |
+
"model_type": "gpt_neox",
|
19 |
+
"num_attention_heads": 16,
|
20 |
+
"num_hidden_layers": 24,
|
21 |
+
"rope_scaling": null,
|
22 |
+
"rotary_emb_base": 10000,
|
23 |
+
"rotary_pct": 0.25,
|
24 |
+
"tie_word_embeddings": false,
|
25 |
+
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.42.3",
|
27 |
+
"use_cache": true,
|
28 |
+
"use_parallel_residual": true,
|
29 |
+
"vocab_size": 8
|
30 |
+
}
|
checkpoint-1000/generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"eos_token_id": 0,
|
5 |
+
"transformers_version": "4.42.3"
|
6 |
+
}
|
checkpoint-1000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4b605641be9b32959908125e20e41ac868c49e21c91bc8ef19500784845cd74
|
3 |
+
size 1209345104
|
checkpoint-1000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ada0df0f0966c47a5ffebf704a120f13cc73b2f1be9d3cc2255d3b2aa46afef0
|
3 |
+
size 2418866362
|
checkpoint-1000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:835f869ea325fd6edf27b48b589309fb66641cb92b45f2fc13d1bb6e8814106c
|
3 |
+
size 14244
|
checkpoint-1000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8815e4802d9144c3796dc3ed8e9e8cbdf0864ce68dd986847625355a77f1f6f
|
3 |
+
size 1064
|
checkpoint-1000/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|beginoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|endoftext|>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<|unknown|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
checkpoint-1000/tokenizer.json
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
5 |
+
"added_tokens": [
|
6 |
+
{
|
7 |
+
"id": 0,
|
8 |
+
"content": "<|beginoftext|>",
|
9 |
+
"single_word": false,
|
10 |
+
"lstrip": false,
|
11 |
+
"rstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"special": true
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"id": 1,
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"single_word": false,
|
19 |
+
"lstrip": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"normalized": false,
|
22 |
+
"special": true
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"id": 2,
|
26 |
+
"content": "<|unknown|>",
|
27 |
+
"single_word": false,
|
28 |
+
"lstrip": false,
|
29 |
+
"rstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"special": true
|
32 |
+
}
|
33 |
+
],
|
34 |
+
"normalizer": {
|
35 |
+
"type": "NFC"
|
36 |
+
},
|
37 |
+
"pre_tokenizer": {
|
38 |
+
"type": "ByteLevel",
|
39 |
+
"add_prefix_space": false,
|
40 |
+
"trim_offsets": true,
|
41 |
+
"use_regex": true
|
42 |
+
},
|
43 |
+
"post_processor": {
|
44 |
+
"type": "TemplateProcessing",
|
45 |
+
"single": [
|
46 |
+
{
|
47 |
+
"Sequence": {
|
48 |
+
"id": "A",
|
49 |
+
"type_id": 0
|
50 |
+
}
|
51 |
+
}
|
52 |
+
],
|
53 |
+
"pair": [
|
54 |
+
{
|
55 |
+
"Sequence": {
|
56 |
+
"id": "A",
|
57 |
+
"type_id": 0
|
58 |
+
}
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"Sequence": {
|
62 |
+
"id": "B",
|
63 |
+
"type_id": 1
|
64 |
+
}
|
65 |
+
}
|
66 |
+
],
|
67 |
+
"special_tokens": {}
|
68 |
+
},
|
69 |
+
"decoder": {
|
70 |
+
"type": "ByteLevel",
|
71 |
+
"add_prefix_space": false,
|
72 |
+
"trim_offsets": true,
|
73 |
+
"use_regex": true
|
74 |
+
},
|
75 |
+
"model": {
|
76 |
+
"type": "BPE",
|
77 |
+
"dropout": null,
|
78 |
+
"unk_token": "<|unknown|>",
|
79 |
+
"continuing_subword_prefix": null,
|
80 |
+
"end_of_word_suffix": null,
|
81 |
+
"fuse_unk": false,
|
82 |
+
"byte_fallback": false,
|
83 |
+
"ignore_merges": false,
|
84 |
+
"vocab": {
|
85 |
+
"<|beginoftext|>": 0,
|
86 |
+
"<|padding|>": 1,
|
87 |
+
"<|unknown|>": 2,
|
88 |
+
"a": 3,
|
89 |
+
"c": 4,
|
90 |
+
"g": 5,
|
91 |
+
"t": 6,
|
92 |
+
"n": 7
|
93 |
+
},
|
94 |
+
"merges": []
|
95 |
+
}
|
96 |
+
}
|
checkpoint-1000/tokenizer_config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": false,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<|beginoftext|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<|endoftext|>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "<|unknown|>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<|beginoftext|>",
|
32 |
+
"clean_up_tokenization_spaces": true,
|
33 |
+
"eos_token": "<|endoftext|>",
|
34 |
+
"model_max_length": 1000000000000000019884624838656,
|
35 |
+
"pad_token": "<|endoftext|>",
|
36 |
+
"tokenizer_class": "GPTNeoXTokenizer",
|
37 |
+
"unk_token": "<|unknown|>"
|
38 |
+
}
|
checkpoint-1000/trainer_state.json
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.0032572971599626062,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1000,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.0003257297159962606,
|
13 |
+
"grad_norm": 2.2308592796325684,
|
14 |
+
"learning_rate": 4.99853416853153e-05,
|
15 |
+
"loss": 1.4483,
|
16 |
+
"step": 100
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0006514594319925212,
|
20 |
+
"grad_norm": 2.3997225761413574,
|
21 |
+
"learning_rate": 4.996905466899897e-05,
|
22 |
+
"loss": 1.3276,
|
23 |
+
"step": 200
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.0009771891479887819,
|
27 |
+
"grad_norm": 1.4687339067459106,
|
28 |
+
"learning_rate": 4.995276765268264e-05,
|
29 |
+
"loss": 1.3394,
|
30 |
+
"step": 300
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.0013029188639850425,
|
34 |
+
"grad_norm": 0.6583470702171326,
|
35 |
+
"learning_rate": 4.993648063636631e-05,
|
36 |
+
"loss": 1.3245,
|
37 |
+
"step": 400
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.0016286485799813031,
|
41 |
+
"grad_norm": 1.6252340078353882,
|
42 |
+
"learning_rate": 4.992019362004997e-05,
|
43 |
+
"loss": 1.3249,
|
44 |
+
"step": 500
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.0019543782959775637,
|
48 |
+
"grad_norm": 2.0806777477264404,
|
49 |
+
"learning_rate": 4.9903906603733634e-05,
|
50 |
+
"loss": 1.32,
|
51 |
+
"step": 600
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.002280108011973824,
|
55 |
+
"grad_norm": 1.376539707183838,
|
56 |
+
"learning_rate": 4.988761958741731e-05,
|
57 |
+
"loss": 1.3133,
|
58 |
+
"step": 700
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.002605837727970085,
|
62 |
+
"grad_norm": 2.234644889831543,
|
63 |
+
"learning_rate": 4.987133257110097e-05,
|
64 |
+
"loss": 1.3179,
|
65 |
+
"step": 800
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.0029315674439663454,
|
69 |
+
"grad_norm": 1.4599684476852417,
|
70 |
+
"learning_rate": 4.985504555478464e-05,
|
71 |
+
"loss": 1.3097,
|
72 |
+
"step": 900
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.0032572971599626062,
|
76 |
+
"grad_norm": 1.7078094482421875,
|
77 |
+
"learning_rate": 4.9838758538468304e-05,
|
78 |
+
"loss": 1.3083,
|
79 |
+
"step": 1000
|
80 |
+
}
|
81 |
+
],
|
82 |
+
"logging_steps": 100,
|
83 |
+
"max_steps": 307003,
|
84 |
+
"num_input_tokens_seen": 0,
|
85 |
+
"num_train_epochs": 1,
|
86 |
+
"save_steps": 500,
|
87 |
+
"stateful_callbacks": {
|
88 |
+
"TrainerControl": {
|
89 |
+
"args": {
|
90 |
+
"should_epoch_stop": false,
|
91 |
+
"should_evaluate": false,
|
92 |
+
"should_log": false,
|
93 |
+
"should_save": true,
|
94 |
+
"should_training_stop": false
|
95 |
+
},
|
96 |
+
"attributes": {}
|
97 |
+
}
|
98 |
+
},
|
99 |
+
"total_flos": 1.4859613765632e+16,
|
100 |
+
"train_batch_size": 4,
|
101 |
+
"trial_name": null,
|
102 |
+
"trial_params": null
|
103 |
+
}
|
checkpoint-1000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1be2d5594a22f4bff72c544c78dc0a47a5bb1e2a1e204a42972561dc45351391
|
3 |
+
size 5176
|