ADHIZ commited on
Commit
b7df014
·
verified ·
1 Parent(s): 3510d99

Upload folder using huggingface_hub

Browse files
checkpoint-15/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 1,
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "dtype": "float32",
10
+ "embd_pdrop": 0.1,
11
+ "eos_token_id": 50256,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "LABEL_0": 0
18
+ },
19
+ "layer_norm_epsilon": 1e-05,
20
+ "model_type": "gpt2",
21
+ "n_ctx": 1024,
22
+ "n_embd": 768,
23
+ "n_head": 12,
24
+ "n_inner": null,
25
+ "n_layer": 6,
26
+ "n_positions": 1024,
27
+ "pad_token_id": 50256,
28
+ "reorder_and_upcast_attn": false,
29
+ "resid_pdrop": 0.1,
30
+ "scale_attn_by_inverse_layer_idx": false,
31
+ "scale_attn_weights": true,
32
+ "summary_activation": null,
33
+ "summary_first_dropout": 0.1,
34
+ "summary_proj_to_labels": true,
35
+ "summary_type": "cls_index",
36
+ "summary_use_proj": true,
37
+ "task_specific_params": {
38
+ "text-generation": {
39
+ "do_sample": true,
40
+ "max_length": 50
41
+ }
42
+ },
43
+ "transformers_version": "4.57.0",
44
+ "use_cache": true,
45
+ "vocab_size": 50257
46
+ }
checkpoint-15/generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": [
5
+ 50256
6
+ ],
7
+ "pad_token_id": 50256,
8
+ "transformers_version": "4.57.0"
9
+ }
checkpoint-15/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-15/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d4034139a735100dbcedfe0e53e8b08662be1878ed9fa9158b9a24ebcca3976
3
+ size 327657928
checkpoint-15/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeaadba84ac4b3c1dd5f77f5935b344127dbdfeb3918934c48f2ec126755136c
3
+ size 655365963
checkpoint-15/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5669da21ccf81a24666ad857b92da86b0bd95217aae695d8bd0f5899acfe328
3
+ size 14645
checkpoint-15/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fa9e1fdd8e74ce642796ebb33fe035045a7e910fababc0a0ae69985378e577f
3
+ size 1383
checkpoint-15/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f24afd91f5235b6266df9f0b8ffb3028b228bb71c80b52ee05fe96e19da24806
3
+ size 1465
checkpoint-15/special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
checkpoint-15/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-15/tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": false,
15
+ "eos_token": "<|endoftext|>",
16
+ "extra_special_tokens": {},
17
+ "model_max_length": 1024,
18
+ "pad_token": "<|endoftext|>",
19
+ "tokenizer_class": "GPT2Tokenizer",
20
+ "unk_token": "<|endoftext|>"
21
+ }
checkpoint-15/trainer_state.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 15.0,
6
+ "eval_steps": 500,
7
+ "global_step": 15,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "grad_norm": Infinity,
15
+ "learning_rate": 0.0,
16
+ "loss": 4.8075,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 2.0,
21
+ "grad_norm": Infinity,
22
+ "learning_rate": 2.5e-05,
23
+ "loss": 4.4804,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 3.0,
28
+ "grad_norm": Infinity,
29
+ "learning_rate": 5e-05,
30
+ "loss": 4.8127,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 4.0,
35
+ "grad_norm": Infinity,
36
+ "learning_rate": 4.615384615384616e-05,
37
+ "loss": 4.5227,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 5.0,
42
+ "grad_norm": 24.056394577026367,
43
+ "learning_rate": 4.230769230769231e-05,
44
+ "loss": 4.6393,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 6.0,
49
+ "grad_norm": 22.853288650512695,
50
+ "learning_rate": 3.846153846153846e-05,
51
+ "loss": 4.0617,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 7.0,
56
+ "grad_norm": 20.53002166748047,
57
+ "learning_rate": 3.461538461538462e-05,
58
+ "loss": 3.7637,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 8.0,
63
+ "grad_norm": 19.108043670654297,
64
+ "learning_rate": 3.0769230769230774e-05,
65
+ "loss": 3.3392,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 9.0,
70
+ "grad_norm": 17.581727981567383,
71
+ "learning_rate": 2.6923076923076923e-05,
72
+ "loss": 2.976,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 10.0,
77
+ "grad_norm": 18.167375564575195,
78
+ "learning_rate": 2.307692307692308e-05,
79
+ "loss": 2.7688,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 11.0,
84
+ "grad_norm": 17.9623966217041,
85
+ "learning_rate": 1.923076923076923e-05,
86
+ "loss": 2.6739,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 12.0,
91
+ "grad_norm": 17.046262741088867,
92
+ "learning_rate": 1.5384615384615387e-05,
93
+ "loss": 2.4183,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 13.0,
98
+ "grad_norm": 16.45479393005371,
99
+ "learning_rate": 1.153846153846154e-05,
100
+ "loss": 2.2617,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 14.0,
105
+ "grad_norm": 15.66003704071045,
106
+ "learning_rate": 7.692307692307694e-06,
107
+ "loss": 2.1825,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 15.0,
112
+ "grad_norm": 15.448290824890137,
113
+ "learning_rate": 3.846153846153847e-06,
114
+ "loss": 2.1376,
115
+ "step": 15
116
+ }
117
+ ],
118
+ "logging_steps": 1,
119
+ "max_steps": 15,
120
+ "num_input_tokens_seen": 0,
121
+ "num_train_epochs": 15,
122
+ "save_steps": 5,
123
+ "stateful_callbacks": {
124
+ "TrainerControl": {
125
+ "args": {
126
+ "should_epoch_stop": false,
127
+ "should_evaluate": false,
128
+ "should_log": false,
129
+ "should_save": true,
130
+ "should_training_stop": true
131
+ },
132
+ "attributes": {}
133
+ }
134
+ },
135
+ "total_flos": 137793208320.0,
136
+ "train_batch_size": 1,
137
+ "trial_name": null,
138
+ "trial_params": null
139
+ }
checkpoint-15/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11a4e2a11633fd0f6bb5e0d7cb6373f4ecf42b38e751b09725a816e40aa4a0d9
3
+ size 6097
checkpoint-15/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 1,
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "dtype": "float32",
10
+ "embd_pdrop": 0.1,
11
+ "eos_token_id": 50256,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "LABEL_0": 0
18
+ },
19
+ "layer_norm_epsilon": 1e-05,
20
+ "model_type": "gpt2",
21
+ "n_ctx": 1024,
22
+ "n_embd": 768,
23
+ "n_head": 12,
24
+ "n_inner": null,
25
+ "n_layer": 6,
26
+ "n_positions": 1024,
27
+ "pad_token_id": 50256,
28
+ "reorder_and_upcast_attn": false,
29
+ "resid_pdrop": 0.1,
30
+ "scale_attn_by_inverse_layer_idx": false,
31
+ "scale_attn_weights": true,
32
+ "summary_activation": null,
33
+ "summary_first_dropout": 0.1,
34
+ "summary_proj_to_labels": true,
35
+ "summary_type": "cls_index",
36
+ "summary_use_proj": true,
37
+ "task_specific_params": {
38
+ "text-generation": {
39
+ "do_sample": true,
40
+ "max_length": 50
41
+ }
42
+ },
43
+ "transformers_version": "4.57.0",
44
+ "use_cache": true,
45
+ "vocab_size": 50257
46
+ }
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": [
5
+ 50256
6
+ ],
7
+ "pad_token_id": 50256,
8
+ "transformers_version": "4.57.0"
9
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d4034139a735100dbcedfe0e53e8b08662be1878ed9fa9158b9a24ebcca3976
3
+ size 327657928
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": false,
15
+ "eos_token": "<|endoftext|>",
16
+ "extra_special_tokens": {},
17
+ "model_max_length": 1024,
18
+ "pad_token": "<|endoftext|>",
19
+ "tokenizer_class": "GPT2Tokenizer",
20
+ "unk_token": "<|endoftext|>"
21
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11a4e2a11633fd0f6bb5e0d7cb6373f4ecf42b38e751b09725a816e40aa4a0d9
3
+ size 6097
vocab.json ADDED
The diff for this file is too large to render. See raw diff