error577 commited on
Commit
f95dcb8
·
verified ·
1 Parent(s): 325ba4f

Training in progress, step 100, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: berkeley-nest/Starling-LM-7B-alpha
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "berkeley-nest/Starling-LM-7B-alpha",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 64,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "down_proj",
24
+ "k_proj",
25
+ "q_proj",
26
+ "v_proj",
27
+ "o_proj",
28
+ "up_proj",
29
+ "gate_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:881444cf70f70d0ccdcde7f927db7dc1702a38e39028bae1149df9a6322310ea
3
+ size 859942080
last-checkpoint/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<sep>": 32002,
3
+ "<|end_of_turn|>": 32000,
4
+ "<|pad_0|>": 32001
5
+ }
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37ce568517e845e12b882a12daa1dcaa6c37ead61f87765fbfff89ea1cf27426
3
+ size 90187222
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0249daad6bba3532cdfe955baeb2365ed9c0ac740b6b1be283905494df7b79fa
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fec1f8f2c1e492d7ced7a566946ce0a12ce91b87a9087e2da8c9d69f72bf0622
3
+ size 2080
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|end_of_turn|>",
4
+ "<|pad_0|>"
5
+ ],
6
+ "bos_token": {
7
+ "content": "<s>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "eos_token": {
14
+ "content": "<|end_of_turn|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "pad_token": {
21
+ "content": "<|end_of_turn|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false
26
+ },
27
+ "sep_token": "<sep>",
28
+ "unk_token": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ }
35
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "32000": {
31
+ "content": "<|end_of_turn|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<|pad_0|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
+ "content": "<sep>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": true
53
+ }
54
+ },
55
+ "additional_special_tokens": [
56
+ "<|end_of_turn|>",
57
+ "<|pad_0|>"
58
+ ],
59
+ "bos_token": "<s>",
60
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
61
+ "clean_up_tokenization_spaces": false,
62
+ "eos_token": "<|end_of_turn|>",
63
+ "legacy": true,
64
+ "model_max_length": 1000000000000000019884624838656,
65
+ "pad_token": "<|end_of_turn|>",
66
+ "sep_token": "<sep>",
67
+ "sp_model_kwargs": {},
68
+ "spaces_between_special_tokens": false,
69
+ "tokenizer_class": "LlamaTokenizer",
70
+ "unk_token": "<unk>",
71
+ "use_default_system_prompt": true
72
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,758 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.802311658859253,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-100",
4
+ "epoch": 0.0007281677115873328,
5
+ "eval_steps": 100,
6
+ "global_step": 100,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 7.281677115873328e-06,
13
+ "grad_norm": 32.081058502197266,
14
+ "learning_rate": 6.666666649834951e-06,
15
+ "loss": 3.7724,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 7.281677115873328e-06,
20
+ "eval_loss": 3.567474126815796,
21
+ "eval_runtime": 36.2696,
22
+ "eval_samples_per_second": 5.707,
23
+ "eval_steps_per_second": 1.902,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 1.4563354231746655e-05,
28
+ "grad_norm": 26.719684600830078,
29
+ "learning_rate": 1.3333333299669903e-05,
30
+ "loss": 4.3109,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 2.1845031347619984e-05,
35
+ "grad_norm": 28.696157455444336,
36
+ "learning_rate": 1.9999999494757503e-05,
37
+ "loss": 3.0731,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 2.912670846349331e-05,
42
+ "grad_norm": 28.69101333618164,
43
+ "learning_rate": 2.6666666599339806e-05,
44
+ "loss": 4.2649,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 3.640838557936664e-05,
49
+ "grad_norm": 21.257244110107422,
50
+ "learning_rate": 3.333333370392211e-05,
51
+ "loss": 3.7515,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 4.369006269523997e-05,
56
+ "grad_norm": 20.194238662719727,
57
+ "learning_rate": 3.9999998989515007e-05,
58
+ "loss": 2.7004,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 5.0971739811113294e-05,
63
+ "grad_norm": 20.23609733581543,
64
+ "learning_rate": 4.6666664275107905e-05,
65
+ "loss": 2.1684,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 5.825341692698662e-05,
70
+ "grad_norm": 18.441892623901367,
71
+ "learning_rate": 5.333333319867961e-05,
72
+ "loss": 2.9802,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 6.553509404285995e-05,
77
+ "grad_norm": 22.309213638305664,
78
+ "learning_rate": 6.000000212225132e-05,
79
+ "loss": 2.8187,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 7.281677115873328e-05,
84
+ "grad_norm": 15.579436302185059,
85
+ "learning_rate": 6.666666740784422e-05,
86
+ "loss": 2.2012,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 8.009844827460661e-05,
91
+ "grad_norm": 18.889211654663086,
92
+ "learning_rate": 7.333333633141592e-05,
93
+ "loss": 2.8882,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 8.738012539047993e-05,
98
+ "grad_norm": 18.918540954589844,
99
+ "learning_rate": 7.999999797903001e-05,
100
+ "loss": 2.6583,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 9.466180250635326e-05,
105
+ "grad_norm": 12.746397972106934,
106
+ "learning_rate": 8.666666690260172e-05,
107
+ "loss": 1.8262,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.00010194347962222659,
112
+ "grad_norm": 12.528048515319824,
113
+ "learning_rate": 9.333332855021581e-05,
114
+ "loss": 2.072,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.00010922515673809991,
119
+ "grad_norm": 17.916404724121094,
120
+ "learning_rate": 9.999999747378752e-05,
121
+ "loss": 2.3529,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.00011650683385397324,
126
+ "grad_norm": 28.378358840942383,
127
+ "learning_rate": 0.00010666666639735922,
128
+ "loss": 2.8837,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.00012378851096984657,
133
+ "grad_norm": 17.366392135620117,
134
+ "learning_rate": 0.00011333332804497331,
135
+ "loss": 2.1993,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.0001310701880857199,
140
+ "grad_norm": 17.180925369262695,
141
+ "learning_rate": 0.00012000000424450263,
142
+ "loss": 2.2252,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.00013835186520159322,
147
+ "grad_norm": 11.846346855163574,
148
+ "learning_rate": 0.00012666666589211673,
149
+ "loss": 1.4921,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.00014563354231746656,
154
+ "grad_norm": 13.193870544433594,
155
+ "learning_rate": 0.00013333333481568843,
156
+ "loss": 2.1297,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.00015291521943333988,
161
+ "grad_norm": 7.473117351531982,
162
+ "learning_rate": 0.0001399999891873449,
163
+ "loss": 1.3787,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.00016019689654921322,
168
+ "grad_norm": 8.029251098632812,
169
+ "learning_rate": 0.00014666667266283184,
170
+ "loss": 1.2265,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.00016747857366508656,
175
+ "grad_norm": 13.38338565826416,
176
+ "learning_rate": 0.00015333332703448832,
177
+ "loss": 1.9734,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.00017476025078095987,
182
+ "grad_norm": 8.846519470214844,
183
+ "learning_rate": 0.00015999999595806003,
184
+ "loss": 1.3766,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.0001820419278968332,
189
+ "grad_norm": 13.681675910949707,
190
+ "learning_rate": 0.00016666666488163173,
191
+ "loss": 2.9282,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.00018932360501270652,
196
+ "grad_norm": 12.876551628112793,
197
+ "learning_rate": 0.00017333333380520344,
198
+ "loss": 2.0455,
199
+ "step": 26
200
+ },
201
+ {
202
+ "epoch": 0.00019660528212857986,
203
+ "grad_norm": 10.34542179107666,
204
+ "learning_rate": 0.00017999998817685992,
205
+ "loss": 2.1095,
206
+ "step": 27
207
+ },
208
+ {
209
+ "epoch": 0.00020388695924445318,
210
+ "grad_norm": 9.37545108795166,
211
+ "learning_rate": 0.00018666665710043162,
212
+ "loss": 1.3282,
213
+ "step": 28
214
+ },
215
+ {
216
+ "epoch": 0.00021116863636032652,
217
+ "grad_norm": 14.604949951171875,
218
+ "learning_rate": 0.00019333332602400333,
219
+ "loss": 2.3134,
220
+ "step": 29
221
+ },
222
+ {
223
+ "epoch": 0.00021845031347619983,
224
+ "grad_norm": 12.410186767578125,
225
+ "learning_rate": 0.00019999999494757503,
226
+ "loss": 1.8607,
227
+ "step": 30
228
+ },
229
+ {
230
+ "epoch": 0.00022573199059207317,
231
+ "grad_norm": 12.571514129638672,
232
+ "learning_rate": 0.00019999999494757503,
233
+ "loss": 1.7583,
234
+ "step": 31
235
+ },
236
+ {
237
+ "epoch": 0.00023301366770794648,
238
+ "grad_norm": 12.000675201416016,
239
+ "learning_rate": 0.00019999999494757503,
240
+ "loss": 1.739,
241
+ "step": 32
242
+ },
243
+ {
244
+ "epoch": 0.00024029534482381982,
245
+ "grad_norm": 14.323058128356934,
246
+ "learning_rate": 0.00019999999494757503,
247
+ "loss": 1.6006,
248
+ "step": 33
249
+ },
250
+ {
251
+ "epoch": 0.00024757702193969314,
252
+ "grad_norm": 9.827459335327148,
253
+ "learning_rate": 0.00019999999494757503,
254
+ "loss": 1.5745,
255
+ "step": 34
256
+ },
257
+ {
258
+ "epoch": 0.0002548586990555665,
259
+ "grad_norm": 16.32522201538086,
260
+ "learning_rate": 0.00019999999494757503,
261
+ "loss": 2.6467,
262
+ "step": 35
263
+ },
264
+ {
265
+ "epoch": 0.0002621403761714398,
266
+ "grad_norm": 14.362905502319336,
267
+ "learning_rate": 0.00019999999494757503,
268
+ "loss": 1.9692,
269
+ "step": 36
270
+ },
271
+ {
272
+ "epoch": 0.00026942205328731316,
273
+ "grad_norm": 10.92935848236084,
274
+ "learning_rate": 0.00019999999494757503,
275
+ "loss": 1.3777,
276
+ "step": 37
277
+ },
278
+ {
279
+ "epoch": 0.00027670373040318644,
280
+ "grad_norm": 15.349874496459961,
281
+ "learning_rate": 0.00019999999494757503,
282
+ "loss": 2.1207,
283
+ "step": 38
284
+ },
285
+ {
286
+ "epoch": 0.0002839854075190598,
287
+ "grad_norm": 14.243389129638672,
288
+ "learning_rate": 0.00019999999494757503,
289
+ "loss": 2.0157,
290
+ "step": 39
291
+ },
292
+ {
293
+ "epoch": 0.0002912670846349331,
294
+ "grad_norm": 13.888446807861328,
295
+ "learning_rate": 0.00019999999494757503,
296
+ "loss": 2.4297,
297
+ "step": 40
298
+ },
299
+ {
300
+ "epoch": 0.00029854876175080646,
301
+ "grad_norm": 10.047245979309082,
302
+ "learning_rate": 0.00019999999494757503,
303
+ "loss": 1.9445,
304
+ "step": 41
305
+ },
306
+ {
307
+ "epoch": 0.00030583043886667975,
308
+ "grad_norm": 13.662796974182129,
309
+ "learning_rate": 0.00019999999494757503,
310
+ "loss": 1.9516,
311
+ "step": 42
312
+ },
313
+ {
314
+ "epoch": 0.0003131121159825531,
315
+ "grad_norm": 9.886545181274414,
316
+ "learning_rate": 0.00019999999494757503,
317
+ "loss": 1.2759,
318
+ "step": 43
319
+ },
320
+ {
321
+ "epoch": 0.00032039379309842643,
322
+ "grad_norm": 14.678671836853027,
323
+ "learning_rate": 0.00019999999494757503,
324
+ "loss": 2.3903,
325
+ "step": 44
326
+ },
327
+ {
328
+ "epoch": 0.00032767547021429977,
329
+ "grad_norm": 12.611424446105957,
330
+ "learning_rate": 0.00019999999494757503,
331
+ "loss": 2.3184,
332
+ "step": 45
333
+ },
334
+ {
335
+ "epoch": 0.0003349571473301731,
336
+ "grad_norm": 8.463369369506836,
337
+ "learning_rate": 0.00019999999494757503,
338
+ "loss": 1.2559,
339
+ "step": 46
340
+ },
341
+ {
342
+ "epoch": 0.0003422388244460464,
343
+ "grad_norm": 11.718871116638184,
344
+ "learning_rate": 0.00019999999494757503,
345
+ "loss": 2.286,
346
+ "step": 47
347
+ },
348
+ {
349
+ "epoch": 0.00034952050156191974,
350
+ "grad_norm": 10.129379272460938,
351
+ "learning_rate": 0.00019999999494757503,
352
+ "loss": 2.3389,
353
+ "step": 48
354
+ },
355
+ {
356
+ "epoch": 0.0003568021786777931,
357
+ "grad_norm": 18.377500534057617,
358
+ "learning_rate": 0.00019999999494757503,
359
+ "loss": 2.5664,
360
+ "step": 49
361
+ },
362
+ {
363
+ "epoch": 0.0003640838557936664,
364
+ "grad_norm": 8.129563331604004,
365
+ "learning_rate": 0.00019999999494757503,
366
+ "loss": 1.3578,
367
+ "step": 50
368
+ },
369
+ {
370
+ "epoch": 0.0003713655329095397,
371
+ "grad_norm": 15.545936584472656,
372
+ "learning_rate": 0.00019999999494757503,
373
+ "loss": 2.3388,
374
+ "step": 51
375
+ },
376
+ {
377
+ "epoch": 0.00037864721002541304,
378
+ "grad_norm": 19.30238914489746,
379
+ "learning_rate": 0.00019999999494757503,
380
+ "loss": 1.9213,
381
+ "step": 52
382
+ },
383
+ {
384
+ "epoch": 0.0003859288871412864,
385
+ "grad_norm": 9.524874687194824,
386
+ "learning_rate": 0.00019999999494757503,
387
+ "loss": 1.3609,
388
+ "step": 53
389
+ },
390
+ {
391
+ "epoch": 0.0003932105642571597,
392
+ "grad_norm": 8.867419242858887,
393
+ "learning_rate": 0.00019999999494757503,
394
+ "loss": 1.3336,
395
+ "step": 54
396
+ },
397
+ {
398
+ "epoch": 0.000400492241373033,
399
+ "grad_norm": 18.1430721282959,
400
+ "learning_rate": 0.00019999999494757503,
401
+ "loss": 2.0293,
402
+ "step": 55
403
+ },
404
+ {
405
+ "epoch": 0.00040777391848890635,
406
+ "grad_norm": 13.115132331848145,
407
+ "learning_rate": 0.00019999999494757503,
408
+ "loss": 1.6964,
409
+ "step": 56
410
+ },
411
+ {
412
+ "epoch": 0.0004150555956047797,
413
+ "grad_norm": 11.81332778930664,
414
+ "learning_rate": 0.00019999999494757503,
415
+ "loss": 2.5208,
416
+ "step": 57
417
+ },
418
+ {
419
+ "epoch": 0.00042233727272065303,
420
+ "grad_norm": 22.853822708129883,
421
+ "learning_rate": 0.00019999999494757503,
422
+ "loss": 2.4109,
423
+ "step": 58
424
+ },
425
+ {
426
+ "epoch": 0.00042961894983652637,
427
+ "grad_norm": 10.308122634887695,
428
+ "learning_rate": 0.00019999999494757503,
429
+ "loss": 1.4154,
430
+ "step": 59
431
+ },
432
+ {
433
+ "epoch": 0.00043690062695239966,
434
+ "grad_norm": 12.502983093261719,
435
+ "learning_rate": 0.00019999999494757503,
436
+ "loss": 2.0156,
437
+ "step": 60
438
+ },
439
+ {
440
+ "epoch": 0.000444182304068273,
441
+ "grad_norm": 11.096599578857422,
442
+ "learning_rate": 0.00019999999494757503,
443
+ "loss": 1.2883,
444
+ "step": 61
445
+ },
446
+ {
447
+ "epoch": 0.00045146398118414634,
448
+ "grad_norm": 7.334011077880859,
449
+ "learning_rate": 0.00019999999494757503,
450
+ "loss": 0.9988,
451
+ "step": 62
452
+ },
453
+ {
454
+ "epoch": 0.0004587456583000197,
455
+ "grad_norm": 14.351083755493164,
456
+ "learning_rate": 0.00019999999494757503,
457
+ "loss": 1.7194,
458
+ "step": 63
459
+ },
460
+ {
461
+ "epoch": 0.00046602733541589297,
462
+ "grad_norm": 10.029400825500488,
463
+ "learning_rate": 0.00019999999494757503,
464
+ "loss": 1.3035,
465
+ "step": 64
466
+ },
467
+ {
468
+ "epoch": 0.0004733090125317663,
469
+ "grad_norm": 11.90767765045166,
470
+ "learning_rate": 0.00019999999494757503,
471
+ "loss": 1.9229,
472
+ "step": 65
473
+ },
474
+ {
475
+ "epoch": 0.00048059068964763965,
476
+ "grad_norm": 15.592071533203125,
477
+ "learning_rate": 0.00019999999494757503,
478
+ "loss": 2.304,
479
+ "step": 66
480
+ },
481
+ {
482
+ "epoch": 0.000487872366763513,
483
+ "grad_norm": 14.330926895141602,
484
+ "learning_rate": 0.00019999999494757503,
485
+ "loss": 2.1427,
486
+ "step": 67
487
+ },
488
+ {
489
+ "epoch": 0.0004951540438793863,
490
+ "grad_norm": 12.545243263244629,
491
+ "learning_rate": 0.00019999999494757503,
492
+ "loss": 2.3295,
493
+ "step": 68
494
+ },
495
+ {
496
+ "epoch": 0.0005024357209952597,
497
+ "grad_norm": 12.485980987548828,
498
+ "learning_rate": 0.00019999999494757503,
499
+ "loss": 2.0807,
500
+ "step": 69
501
+ },
502
+ {
503
+ "epoch": 0.000509717398111133,
504
+ "grad_norm": 9.900684356689453,
505
+ "learning_rate": 0.00019999999494757503,
506
+ "loss": 1.6618,
507
+ "step": 70
508
+ },
509
+ {
510
+ "epoch": 0.0005169990752270062,
511
+ "grad_norm": 8.666007041931152,
512
+ "learning_rate": 0.00019999999494757503,
513
+ "loss": 1.379,
514
+ "step": 71
515
+ },
516
+ {
517
+ "epoch": 0.0005242807523428796,
518
+ "grad_norm": 9.907315254211426,
519
+ "learning_rate": 0.00019999999494757503,
520
+ "loss": 1.332,
521
+ "step": 72
522
+ },
523
+ {
524
+ "epoch": 0.0005315624294587529,
525
+ "grad_norm": 18.243879318237305,
526
+ "learning_rate": 0.00019999999494757503,
527
+ "loss": 2.5743,
528
+ "step": 73
529
+ },
530
+ {
531
+ "epoch": 0.0005388441065746263,
532
+ "grad_norm": 11.123123168945312,
533
+ "learning_rate": 0.00019999999494757503,
534
+ "loss": 1.7189,
535
+ "step": 74
536
+ },
537
+ {
538
+ "epoch": 0.0005461257836904996,
539
+ "grad_norm": 9.435197830200195,
540
+ "learning_rate": 0.00019999999494757503,
541
+ "loss": 1.6251,
542
+ "step": 75
543
+ },
544
+ {
545
+ "epoch": 0.0005534074608063729,
546
+ "grad_norm": 10.807989120483398,
547
+ "learning_rate": 0.0001999999803956598,
548
+ "loss": 1.578,
549
+ "step": 76
550
+ },
551
+ {
552
+ "epoch": 0.0005606891379222463,
553
+ "grad_norm": 14.641561508178711,
554
+ "learning_rate": 0.0001999999803956598,
555
+ "loss": 1.9178,
556
+ "step": 77
557
+ },
558
+ {
559
+ "epoch": 0.0005679708150381196,
560
+ "grad_norm": 9.294282913208008,
561
+ "learning_rate": 0.0001999999803956598,
562
+ "loss": 1.4863,
563
+ "step": 78
564
+ },
565
+ {
566
+ "epoch": 0.000575252492153993,
567
+ "grad_norm": 12.950692176818848,
568
+ "learning_rate": 0.0001999999803956598,
569
+ "loss": 1.3516,
570
+ "step": 79
571
+ },
572
+ {
573
+ "epoch": 0.0005825341692698662,
574
+ "grad_norm": 10.54663372039795,
575
+ "learning_rate": 0.0001999999803956598,
576
+ "loss": 1.0136,
577
+ "step": 80
578
+ },
579
+ {
580
+ "epoch": 0.0005898158463857395,
581
+ "grad_norm": 14.21554946899414,
582
+ "learning_rate": 0.0001999999803956598,
583
+ "loss": 2.1131,
584
+ "step": 81
585
+ },
586
+ {
587
+ "epoch": 0.0005970975235016129,
588
+ "grad_norm": 15.368677139282227,
589
+ "learning_rate": 0.0001999999803956598,
590
+ "loss": 2.5619,
591
+ "step": 82
592
+ },
593
+ {
594
+ "epoch": 0.0006043792006174862,
595
+ "grad_norm": 10.950226783752441,
596
+ "learning_rate": 0.0001999999803956598,
597
+ "loss": 1.213,
598
+ "step": 83
599
+ },
600
+ {
601
+ "epoch": 0.0006116608777333595,
602
+ "grad_norm": 11.71099853515625,
603
+ "learning_rate": 0.0001999999803956598,
604
+ "loss": 1.3591,
605
+ "step": 84
606
+ },
607
+ {
608
+ "epoch": 0.0006189425548492329,
609
+ "grad_norm": 14.5923490524292,
610
+ "learning_rate": 0.0001999999803956598,
611
+ "loss": 1.5606,
612
+ "step": 85
613
+ },
614
+ {
615
+ "epoch": 0.0006262242319651062,
616
+ "grad_norm": 16.677244186401367,
617
+ "learning_rate": 0.0001999999803956598,
618
+ "loss": 2.1233,
619
+ "step": 86
620
+ },
621
+ {
622
+ "epoch": 0.0006335059090809796,
623
+ "grad_norm": 9.374341011047363,
624
+ "learning_rate": 0.0001999999803956598,
625
+ "loss": 1.4684,
626
+ "step": 87
627
+ },
628
+ {
629
+ "epoch": 0.0006407875861968529,
630
+ "grad_norm": 10.14657974243164,
631
+ "learning_rate": 0.0001999999803956598,
632
+ "loss": 1.589,
633
+ "step": 88
634
+ },
635
+ {
636
+ "epoch": 0.0006480692633127261,
637
+ "grad_norm": 8.499090194702148,
638
+ "learning_rate": 0.0001999999803956598,
639
+ "loss": 1.2214,
640
+ "step": 89
641
+ },
642
+ {
643
+ "epoch": 0.0006553509404285995,
644
+ "grad_norm": 10.182332992553711,
645
+ "learning_rate": 0.0001999999803956598,
646
+ "loss": 2.0631,
647
+ "step": 90
648
+ },
649
+ {
650
+ "epoch": 0.0006626326175444728,
651
+ "grad_norm": 29.207523345947266,
652
+ "learning_rate": 0.0001999999803956598,
653
+ "loss": 2.6376,
654
+ "step": 91
655
+ },
656
+ {
657
+ "epoch": 0.0006699142946603462,
658
+ "grad_norm": 9.529050827026367,
659
+ "learning_rate": 0.0001999999803956598,
660
+ "loss": 1.2821,
661
+ "step": 92
662
+ },
663
+ {
664
+ "epoch": 0.0006771959717762195,
665
+ "grad_norm": 7.878261566162109,
666
+ "learning_rate": 0.0001999999803956598,
667
+ "loss": 1.5785,
668
+ "step": 93
669
+ },
670
+ {
671
+ "epoch": 0.0006844776488920928,
672
+ "grad_norm": 9.215558052062988,
673
+ "learning_rate": 0.0001999999803956598,
674
+ "loss": 2.0394,
675
+ "step": 94
676
+ },
677
+ {
678
+ "epoch": 0.0006917593260079662,
679
+ "grad_norm": 9.54971694946289,
680
+ "learning_rate": 0.0001999999803956598,
681
+ "loss": 1.7829,
682
+ "step": 95
683
+ },
684
+ {
685
+ "epoch": 0.0006990410031238395,
686
+ "grad_norm": 12.381904602050781,
687
+ "learning_rate": 0.0001999999803956598,
688
+ "loss": 2.3814,
689
+ "step": 96
690
+ },
691
+ {
692
+ "epoch": 0.0007063226802397128,
693
+ "grad_norm": 46.37825012207031,
694
+ "learning_rate": 0.0001999999803956598,
695
+ "loss": 1.3676,
696
+ "step": 97
697
+ },
698
+ {
699
+ "epoch": 0.0007136043573555862,
700
+ "grad_norm": 9.4981689453125,
701
+ "learning_rate": 0.0001999999803956598,
702
+ "loss": 2.2318,
703
+ "step": 98
704
+ },
705
+ {
706
+ "epoch": 0.0007208860344714594,
707
+ "grad_norm": 7.659134387969971,
708
+ "learning_rate": 0.0001999999803956598,
709
+ "loss": 1.0546,
710
+ "step": 99
711
+ },
712
+ {
713
+ "epoch": 0.0007281677115873328,
714
+ "grad_norm": 7.8286614418029785,
715
+ "learning_rate": 0.0001999999803956598,
716
+ "loss": 1.4195,
717
+ "step": 100
718
+ },
719
+ {
720
+ "epoch": 0.0007281677115873328,
721
+ "eval_loss": 1.802311658859253,
722
+ "eval_runtime": 36.3495,
723
+ "eval_samples_per_second": 5.695,
724
+ "eval_steps_per_second": 1.898,
725
+ "step": 100
726
+ }
727
+ ],
728
+ "logging_steps": 1,
729
+ "max_steps": 411993,
730
+ "num_input_tokens_seen": 0,
731
+ "num_train_epochs": 3,
732
+ "save_steps": 100,
733
+ "stateful_callbacks": {
734
+ "EarlyStoppingCallback": {
735
+ "args": {
736
+ "early_stopping_patience": 3,
737
+ "early_stopping_threshold": 0.0
738
+ },
739
+ "attributes": {
740
+ "early_stopping_patience_counter": 0
741
+ }
742
+ },
743
+ "TrainerControl": {
744
+ "args": {
745
+ "should_epoch_stop": false,
746
+ "should_evaluate": false,
747
+ "should_log": false,
748
+ "should_save": true,
749
+ "should_training_stop": false
750
+ },
751
+ "attributes": {}
752
+ }
753
+ },
754
+ "total_flos": 6630505080422400.0,
755
+ "train_batch_size": 3,
756
+ "trial_name": null,
757
+ "trial_params": null
758
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c49c3b414f3754d97cc34bb70306f822501b6fb71b5440451cd85e99efea999
3
+ size 6776