rayonlabs VerdeSalsa commited on
Commit
09202b4
·
verified ·
0 Parent(s):

Duplicate from VerdeSalsa/58d89b58d312a-07da-44ee-8ced-b7d27a9f955b

Browse files

Co-authored-by: Verde Salsa <[email protected]>

.gitattributes ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "bigscience/bloomz-560m",
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": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "dense_4h_to_h",
24
+ "dense",
25
+ "query_key_value",
26
+ "v_proj",
27
+ "q_proj",
28
+ "dense_h_to_4h"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0875142d6f9297f51f2dc2d8e6640c6b47dd386086fe9b540df8a9de19e947da
3
+ size 25236362
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20232d43a6890a8437bbc92bb40051f8582208f2f9a2c6becb21976c63fb7c8
3
+ size 25192688
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "bigscience/bloomz-560m",
4
+ "apply_residual_connection_post_layernorm": false,
5
+ "architectures": [
6
+ "BloomForCausalLM"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "attention_softmax_in_fp32": true,
10
+ "bias_dropout_fusion": true,
11
+ "bos_token_id": 1,
12
+ "eos_token_id": 2,
13
+ "hidden_dropout": 0.0,
14
+ "hidden_size": 1024,
15
+ "initializer_range": 0.02,
16
+ "layer_norm_epsilon": 1e-05,
17
+ "masked_softmax_fusion": true,
18
+ "model_type": "bloom",
19
+ "n_head": 16,
20
+ "n_inner": null,
21
+ "n_layer": 24,
22
+ "offset_alibi": 100,
23
+ "pad_token_id": 3,
24
+ "pretraining_tp": 1,
25
+ "seq_length": 2048,
26
+ "skip_bias_add": true,
27
+ "skip_bias_add_qkv": false,
28
+ "slow_but_exact": false,
29
+ "transformers_version": "4.46.0",
30
+ "unk_token_id": 0,
31
+ "use_cache": false,
32
+ "vocab_size": 250880
33
+ }
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bigscience/bloomz-560m
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,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "bigscience/bloomz-560m",
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": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "dense_4h_to_h",
24
+ "dense",
25
+ "query_key_value",
26
+ "v_proj",
27
+ "q_proj",
28
+ "dense_h_to_4h"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20232d43a6890a8437bbc92bb40051f8582208f2f9a2c6becb21976c63fb7c8
3
+ size 25192688
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb05d8f4284d4b6ad077d6706fb0b666305bce1a6d285a8426a7ac61b7b4ea26
3
+ size 50493050
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78cda5a99e29befc496e0538cfb55368e69eb513244e1f2a59662ca5f6b11056
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7848dbf9a1db3b34483e2da46ad50a2c3c12ecfa3377557f41af1746916b9b89
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d963066d6adae5034a1dc114c3ac444512de09928cf14ed4562ba94d9a440e66
3
+ size 21763085
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<unk>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<s>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<pad>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ }
36
+ },
37
+ "bos_token": "<s>",
38
+ "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 %}",
39
+ "clean_up_tokenization_spaces": false,
40
+ "eos_token": "</s>",
41
+ "merges_file": null,
42
+ "model_max_length": 1000000000000000019884624838656,
43
+ "pad_token": "<pad>",
44
+ "padding_side": "left",
45
+ "tokenizer_class": "BloomTokenizer",
46
+ "unk_token": "<unk>",
47
+ "vocab_file": null
48
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,1514 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.3831464052200317,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-200",
4
+ "epoch": 0.4305415405314497,
5
+ "eval_steps": 25,
6
+ "global_step": 200,
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.0021527077026572486,
13
+ "grad_norm": 27.975635528564453,
14
+ "learning_rate": 4.9999999999999996e-05,
15
+ "loss": 52.1874,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0021527077026572486,
20
+ "eval_loss": 1.9092251062393188,
21
+ "eval_runtime": 4.6352,
22
+ "eval_samples_per_second": 10.787,
23
+ "eval_steps_per_second": 10.787,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.004305415405314497,
28
+ "grad_norm": 28.772228240966797,
29
+ "learning_rate": 9.999999999999999e-05,
30
+ "loss": 50.8343,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.006458123107971746,
35
+ "grad_norm": 26.468538284301758,
36
+ "learning_rate": 0.00015,
37
+ "loss": 57.1093,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.008610830810628994,
42
+ "grad_norm": 30.467575073242188,
43
+ "learning_rate": 0.00019999999999999998,
44
+ "loss": 53.5437,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.010763538513286243,
49
+ "grad_norm": 22.272993087768555,
50
+ "learning_rate": 0.00025,
51
+ "loss": 52.2886,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.012916246215943492,
56
+ "grad_norm": 22.904247283935547,
57
+ "learning_rate": 0.0003,
58
+ "loss": 58.8652,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.01506895391860074,
63
+ "grad_norm": 19.842830657958984,
64
+ "learning_rate": 0.00029998229929486034,
65
+ "loss": 55.835,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.01722166162125799,
70
+ "grad_norm": 28.269920349121094,
71
+ "learning_rate": 0.0002999292018211445,
72
+ "loss": 52.4249,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.019374369323915237,
77
+ "grad_norm": 25.87576675415039,
78
+ "learning_rate": 0.0002998407215027447,
79
+ "loss": 49.1273,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.021527077026572486,
84
+ "grad_norm": 27.49983787536621,
85
+ "learning_rate": 0.00029971688154209106,
86
+ "loss": 47.7184,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.023679784729229734,
91
+ "grad_norm": 28.130020141601562,
92
+ "learning_rate": 0.00029955771441406685,
93
+ "loss": 49.5591,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.025832492431886983,
98
+ "grad_norm": 20.761058807373047,
99
+ "learning_rate": 0.00029936326185749286,
100
+ "loss": 62.6977,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.02798520013454423,
105
+ "grad_norm": 24.422517776489258,
106
+ "learning_rate": 0.00029913357486418196,
107
+ "loss": 49.0729,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.03013790783720148,
112
+ "grad_norm": 17.220544815063477,
113
+ "learning_rate": 0.0002988687136655674,
114
+ "loss": 58.0586,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.03229061553985873,
119
+ "grad_norm": 16.4974365234375,
120
+ "learning_rate": 0.00029856874771690806,
121
+ "loss": 67.3599,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.03444332324251598,
126
+ "grad_norm": 17.164011001586914,
127
+ "learning_rate": 0.0002982337556790752,
128
+ "loss": 52.5874,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.036596030945173226,
133
+ "grad_norm": 15.168697357177734,
134
+ "learning_rate": 0.000297863825397925,
135
+ "loss": 67.4725,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.038748738647830475,
140
+ "grad_norm": 15.330493927001953,
141
+ "learning_rate": 0.0002974590538812622,
142
+ "loss": 67.5717,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.04090144635048772,
147
+ "grad_norm": 18.652278900146484,
148
+ "learning_rate": 0.00029701954727340204,
149
+ "loss": 51.9793,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.04305415405314497,
154
+ "grad_norm": 16.22951316833496,
155
+ "learning_rate": 0.000296545420827335,
156
+ "loss": 47.1872,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.04520686175580222,
161
+ "grad_norm": 15.609740257263184,
162
+ "learning_rate": 0.0002960367988745045,
163
+ "loss": 67.1906,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.04735956945845947,
168
+ "grad_norm": 16.1520938873291,
169
+ "learning_rate": 0.0002954938147922025,
170
+ "loss": 64.4007,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.04951227716111672,
175
+ "grad_norm": 17.867395401000977,
176
+ "learning_rate": 0.00029491661096859407,
177
+ "loss": 64.1611,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.051664984863773966,
182
+ "grad_norm": 21.238767623901367,
183
+ "learning_rate": 0.00029430533876537824,
184
+ "loss": 53.9628,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.053817692566431215,
189
+ "grad_norm": 17.106630325317383,
190
+ "learning_rate": 0.0002936601584780962,
191
+ "loss": 65.3057,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.053817692566431215,
196
+ "eval_loss": 1.4372963905334473,
197
+ "eval_runtime": 4.6502,
198
+ "eval_samples_per_second": 10.752,
199
+ "eval_steps_per_second": 10.752,
200
+ "step": 25
201
+ },
202
+ {
203
+ "epoch": 0.05597040026908846,
204
+ "grad_norm": 16.96392822265625,
205
+ "learning_rate": 0.00029298123929409647,
206
+ "loss": 56.2454,
207
+ "step": 26
208
+ },
209
+ {
210
+ "epoch": 0.05812310797174571,
211
+ "grad_norm": 17.571765899658203,
212
+ "learning_rate": 0.0002922687592481686,
213
+ "loss": 55.3028,
214
+ "step": 27
215
+ },
216
+ {
217
+ "epoch": 0.06027581567440296,
218
+ "grad_norm": 19.826202392578125,
219
+ "learning_rate": 0.00029152290517585637,
220
+ "loss": 59.4945,
221
+ "step": 28
222
+ },
223
+ {
224
+ "epoch": 0.06242852337706021,
225
+ "grad_norm": 18.554855346679688,
226
+ "learning_rate": 0.0002907438726644637,
227
+ "loss": 59.2052,
228
+ "step": 29
229
+ },
230
+ {
231
+ "epoch": 0.06458123107971746,
232
+ "grad_norm": 19.96543312072754,
233
+ "learning_rate": 0.00028993186600176504,
234
+ "loss": 56.7843,
235
+ "step": 30
236
+ },
237
+ {
238
+ "epoch": 0.0667339387823747,
239
+ "grad_norm": 18.83479881286621,
240
+ "learning_rate": 0.00028908709812243465,
241
+ "loss": 60.5815,
242
+ "step": 31
243
+ },
244
+ {
245
+ "epoch": 0.06888664648503195,
246
+ "grad_norm": 19.240285873413086,
247
+ "learning_rate": 0.0002882097905522079,
248
+ "loss": 65.3217,
249
+ "step": 32
250
+ },
251
+ {
252
+ "epoch": 0.0710393541876892,
253
+ "grad_norm": 20.48154640197754,
254
+ "learning_rate": 0.0002873001733497903,
255
+ "loss": 50.349,
256
+ "step": 33
257
+ },
258
+ {
259
+ "epoch": 0.07319206189034645,
260
+ "grad_norm": 17.85178565979004,
261
+ "learning_rate": 0.00028635848504652834,
262
+ "loss": 55.1921,
263
+ "step": 34
264
+ },
265
+ {
266
+ "epoch": 0.0753447695930037,
267
+ "grad_norm": 18.247879028320312,
268
+ "learning_rate": 0.00028538497258385895,
269
+ "loss": 51.2774,
270
+ "step": 35
271
+ },
272
+ {
273
+ "epoch": 0.07749747729566095,
274
+ "grad_norm": 21.495031356811523,
275
+ "learning_rate": 0.00028437989124855317,
276
+ "loss": 53.9253,
277
+ "step": 36
278
+ },
279
+ {
280
+ "epoch": 0.07965018499831819,
281
+ "grad_norm": 19.129505157470703,
282
+ "learning_rate": 0.0002833435046057719,
283
+ "loss": 49.977,
284
+ "step": 37
285
+ },
286
+ {
287
+ "epoch": 0.08180289270097545,
288
+ "grad_norm": 20.080968856811523,
289
+ "learning_rate": 0.00028227608442995037,
290
+ "loss": 45.9058,
291
+ "step": 38
292
+ },
293
+ {
294
+ "epoch": 0.08395560040363269,
295
+ "grad_norm": 25.35235023498535,
296
+ "learning_rate": 0.00028117791063352987,
297
+ "loss": 53.9856,
298
+ "step": 39
299
+ },
300
+ {
301
+ "epoch": 0.08610830810628994,
302
+ "grad_norm": 33.66371536254883,
303
+ "learning_rate": 0.0002800492711935558,
304
+ "loss": 45.4571,
305
+ "step": 40
306
+ },
307
+ {
308
+ "epoch": 0.08826101580894719,
309
+ "grad_norm": 27.388399124145508,
310
+ "learning_rate": 0.00027889046207616055,
311
+ "loss": 45.3808,
312
+ "step": 41
313
+ },
314
+ {
315
+ "epoch": 0.09041372351160444,
316
+ "grad_norm": 32.35976791381836,
317
+ "learning_rate": 0.00027770178715895156,
318
+ "loss": 37.1048,
319
+ "step": 42
320
+ },
321
+ {
322
+ "epoch": 0.09256643121426168,
323
+ "grad_norm": 35.10908508300781,
324
+ "learning_rate": 0.0002764835581513246,
325
+ "loss": 39.1569,
326
+ "step": 43
327
+ },
328
+ {
329
+ "epoch": 0.09471913891691894,
330
+ "grad_norm": 31.484935760498047,
331
+ "learning_rate": 0.00027523609451272343,
332
+ "loss": 26.3453,
333
+ "step": 44
334
+ },
335
+ {
336
+ "epoch": 0.09687184661957618,
337
+ "grad_norm": 30.296733856201172,
338
+ "learning_rate": 0.0002739597233688672,
339
+ "loss": 31.8288,
340
+ "step": 45
341
+ },
342
+ {
343
+ "epoch": 0.09902455432223344,
344
+ "grad_norm": 26.935611724853516,
345
+ "learning_rate": 0.0002726547794259673,
346
+ "loss": 30.4528,
347
+ "step": 46
348
+ },
349
+ {
350
+ "epoch": 0.10117726202489068,
351
+ "grad_norm": 22.19170379638672,
352
+ "learning_rate": 0.0002713216048829563,
353
+ "loss": 31.2617,
354
+ "step": 47
355
+ },
356
+ {
357
+ "epoch": 0.10332996972754793,
358
+ "grad_norm": 30.748441696166992,
359
+ "learning_rate": 0.00026996054934175267,
360
+ "loss": 31.4245,
361
+ "step": 48
362
+ },
363
+ {
364
+ "epoch": 0.10548267743020517,
365
+ "grad_norm": 24.570531845092773,
366
+ "learning_rate": 0.00026857196971558306,
367
+ "loss": 24.5434,
368
+ "step": 49
369
+ },
370
+ {
371
+ "epoch": 0.10763538513286243,
372
+ "grad_norm": 21.509544372558594,
373
+ "learning_rate": 0.00026715623013538883,
374
+ "loss": 16.7066,
375
+ "step": 50
376
+ },
377
+ {
378
+ "epoch": 0.10763538513286243,
379
+ "eval_loss": 1.8110151290893555,
380
+ "eval_runtime": 4.6693,
381
+ "eval_samples_per_second": 10.708,
382
+ "eval_steps_per_second": 10.708,
383
+ "step": 50
384
+ },
385
+ {
386
+ "epoch": 0.10978809283551967,
387
+ "grad_norm": 251.77491760253906,
388
+ "learning_rate": 0.0002657137018543382,
389
+ "loss": 81.1481,
390
+ "step": 51
391
+ },
392
+ {
393
+ "epoch": 0.11194080053817693,
394
+ "grad_norm": 151.48643493652344,
395
+ "learning_rate": 0.00026424476315047203,
396
+ "loss": 56.8618,
397
+ "step": 52
398
+ },
399
+ {
400
+ "epoch": 0.11409350824083417,
401
+ "grad_norm": 83.96969604492188,
402
+ "learning_rate": 0.0002627497992275069,
403
+ "loss": 59.0097,
404
+ "step": 53
405
+ },
406
+ {
407
+ "epoch": 0.11624621594349142,
408
+ "grad_norm": 54.963260650634766,
409
+ "learning_rate": 0.0002612292021138219,
410
+ "loss": 69.7693,
411
+ "step": 54
412
+ },
413
+ {
414
+ "epoch": 0.11839892364614867,
415
+ "grad_norm": 29.370437622070312,
416
+ "learning_rate": 0.0002596833705596564,
417
+ "loss": 50.5148,
418
+ "step": 55
419
+ },
420
+ {
421
+ "epoch": 0.12055163134880592,
422
+ "grad_norm": 22.113611221313477,
423
+ "learning_rate": 0.0002581127099325441,
424
+ "loss": 48.963,
425
+ "step": 56
426
+ },
427
+ {
428
+ "epoch": 0.12270433905146316,
429
+ "grad_norm": 22.532588958740234,
430
+ "learning_rate": 0.0002565176321110129,
431
+ "loss": 45.6119,
432
+ "step": 57
433
+ },
434
+ {
435
+ "epoch": 0.12485704675412042,
436
+ "grad_norm": 18.061492919921875,
437
+ "learning_rate": 0.0002548985553765769,
438
+ "loss": 47.1696,
439
+ "step": 58
440
+ },
441
+ {
442
+ "epoch": 0.12700975445677767,
443
+ "grad_norm": 19.217716217041016,
444
+ "learning_rate": 0.0002532559043040491,
445
+ "loss": 48.7373,
446
+ "step": 59
447
+ },
448
+ {
449
+ "epoch": 0.12916246215943492,
450
+ "grad_norm": 17.86422348022461,
451
+ "learning_rate": 0.00025159010965020384,
452
+ "loss": 49.57,
453
+ "step": 60
454
+ },
455
+ {
456
+ "epoch": 0.13131516986209216,
457
+ "grad_norm": 17.24818992614746,
458
+ "learning_rate": 0.000249901608240819,
459
+ "loss": 43.3737,
460
+ "step": 61
461
+ },
462
+ {
463
+ "epoch": 0.1334678775647494,
464
+ "grad_norm": 15.537205696105957,
465
+ "learning_rate": 0.0002481908428561252,
466
+ "loss": 48.9256,
467
+ "step": 62
468
+ },
469
+ {
470
+ "epoch": 0.13562058526740667,
471
+ "grad_norm": 15.320372581481934,
472
+ "learning_rate": 0.0002464582621146948,
473
+ "loss": 58.0217,
474
+ "step": 63
475
+ },
476
+ {
477
+ "epoch": 0.1377732929700639,
478
+ "grad_norm": 15.557882308959961,
479
+ "learning_rate": 0.00024470432035579955,
480
+ "loss": 52.9572,
481
+ "step": 64
482
+ },
483
+ {
484
+ "epoch": 0.13992600067272115,
485
+ "grad_norm": 18.153133392333984,
486
+ "learning_rate": 0.00024292947752026762,
487
+ "loss": 54.717,
488
+ "step": 65
489
+ },
490
+ {
491
+ "epoch": 0.1420787083753784,
492
+ "grad_norm": 17.778865814208984,
493
+ "learning_rate": 0.00024113419902987233,
494
+ "loss": 53.135,
495
+ "step": 66
496
+ },
497
+ {
498
+ "epoch": 0.14423141607803566,
499
+ "grad_norm": 20.06256866455078,
500
+ "learning_rate": 0.00023931895566528346,
501
+ "loss": 58.12,
502
+ "step": 67
503
+ },
504
+ {
505
+ "epoch": 0.1463841237806929,
506
+ "grad_norm": 16.77607536315918,
507
+ "learning_rate": 0.00023748422344261282,
508
+ "loss": 53.9254,
509
+ "step": 68
510
+ },
511
+ {
512
+ "epoch": 0.14853683148335015,
513
+ "grad_norm": 18.06422996520996,
514
+ "learning_rate": 0.00023563048348858754,
515
+ "loss": 54.2261,
516
+ "step": 69
517
+ },
518
+ {
519
+ "epoch": 0.1506895391860074,
520
+ "grad_norm": 15.940298080444336,
521
+ "learning_rate": 0.000233758221914383,
522
+ "loss": 66.3633,
523
+ "step": 70
524
+ },
525
+ {
526
+ "epoch": 0.15284224688866466,
527
+ "grad_norm": 18.226343154907227,
528
+ "learning_rate": 0.00023186792968814835,
529
+ "loss": 59.0898,
530
+ "step": 71
531
+ },
532
+ {
533
+ "epoch": 0.1549949545913219,
534
+ "grad_norm": 18.315324783325195,
535
+ "learning_rate": 0.0002299601025062587,
536
+ "loss": 55.1847,
537
+ "step": 72
538
+ },
539
+ {
540
+ "epoch": 0.15714766229397914,
541
+ "grad_norm": 18.426488876342773,
542
+ "learning_rate": 0.00022803524066332745,
543
+ "loss": 61.6653,
544
+ "step": 73
545
+ },
546
+ {
547
+ "epoch": 0.15930036999663638,
548
+ "grad_norm": 15.84361743927002,
549
+ "learning_rate": 0.00022609384892101274,
550
+ "loss": 53.0315,
551
+ "step": 74
552
+ },
553
+ {
554
+ "epoch": 0.16145307769929365,
555
+ "grad_norm": 16.615859985351562,
556
+ "learning_rate": 0.0002241364363756521,
557
+ "loss": 58.2848,
558
+ "step": 75
559
+ },
560
+ {
561
+ "epoch": 0.16145307769929365,
562
+ "eval_loss": 1.397356390953064,
563
+ "eval_runtime": 4.6614,
564
+ "eval_samples_per_second": 10.726,
565
+ "eval_steps_per_second": 10.726,
566
+ "step": 75
567
+ },
568
+ {
569
+ "epoch": 0.1636057854019509,
570
+ "grad_norm": 18.040613174438477,
571
+ "learning_rate": 0.0002221635163247612,
572
+ "loss": 49.2038,
573
+ "step": 76
574
+ },
575
+ {
576
+ "epoch": 0.16575849310460813,
577
+ "grad_norm": 17.213279724121094,
578
+ "learning_rate": 0.00022017560613243008,
579
+ "loss": 61.9849,
580
+ "step": 77
581
+ },
582
+ {
583
+ "epoch": 0.16791120080726538,
584
+ "grad_norm": 16.561328887939453,
585
+ "learning_rate": 0.00021817322709365372,
586
+ "loss": 54.9861,
587
+ "step": 78
588
+ },
589
+ {
590
+ "epoch": 0.17006390850992265,
591
+ "grad_norm": 18.200952529907227,
592
+ "learning_rate": 0.00021615690429763141,
593
+ "loss": 57.5604,
594
+ "step": 79
595
+ },
596
+ {
597
+ "epoch": 0.1722166162125799,
598
+ "grad_norm": 18.224294662475586,
599
+ "learning_rate": 0.00021412716649007083,
600
+ "loss": 54.4244,
601
+ "step": 80
602
+ },
603
+ {
604
+ "epoch": 0.17436932391523713,
605
+ "grad_norm": 20.06167984008789,
606
+ "learning_rate": 0.00021208454593453407,
607
+ "loss": 48.1195,
608
+ "step": 81
609
+ },
610
+ {
611
+ "epoch": 0.17652203161789437,
612
+ "grad_norm": 18.243457794189453,
613
+ "learning_rate": 0.00021002957827286078,
614
+ "loss": 61.208,
615
+ "step": 82
616
+ },
617
+ {
618
+ "epoch": 0.17867473932055164,
619
+ "grad_norm": 19.6166934967041,
620
+ "learning_rate": 0.00020796280238470492,
621
+ "loss": 51.9622,
622
+ "step": 83
623
+ },
624
+ {
625
+ "epoch": 0.18082744702320888,
626
+ "grad_norm": 17.353927612304688,
627
+ "learning_rate": 0.00020588476024622332,
628
+ "loss": 52.8324,
629
+ "step": 84
630
+ },
631
+ {
632
+ "epoch": 0.18298015472586612,
633
+ "grad_norm": 19.890092849731445,
634
+ "learning_rate": 0.0002037959967879518,
635
+ "loss": 49.001,
636
+ "step": 85
637
+ },
638
+ {
639
+ "epoch": 0.18513286242852336,
640
+ "grad_norm": 22.065095901489258,
641
+ "learning_rate": 0.00020169705975190628,
642
+ "loss": 56.8814,
643
+ "step": 86
644
+ },
645
+ {
646
+ "epoch": 0.18728557013118063,
647
+ "grad_norm": 20.77701187133789,
648
+ "learning_rate": 0.0001995884995479472,
649
+ "loss": 49.7699,
650
+ "step": 87
651
+ },
652
+ {
653
+ "epoch": 0.18943827783383788,
654
+ "grad_norm": 20.845335006713867,
655
+ "learning_rate": 0.00019747086910944423,
656
+ "loss": 49.7895,
657
+ "step": 88
658
+ },
659
+ {
660
+ "epoch": 0.19159098553649512,
661
+ "grad_norm": 24.944059371948242,
662
+ "learning_rate": 0.00019534472374827845,
663
+ "loss": 54.0157,
664
+ "step": 89
665
+ },
666
+ {
667
+ "epoch": 0.19374369323915236,
668
+ "grad_norm": 19.914514541625977,
669
+ "learning_rate": 0.00019321062100922213,
670
+ "loss": 45.4326,
671
+ "step": 90
672
+ },
673
+ {
674
+ "epoch": 0.19589640094180963,
675
+ "grad_norm": 24.652219772338867,
676
+ "learning_rate": 0.00019106912052373187,
677
+ "loss": 47.0036,
678
+ "step": 91
679
+ },
680
+ {
681
+ "epoch": 0.19804910864446687,
682
+ "grad_norm": 21.81653594970703,
683
+ "learning_rate": 0.00018892078386319508,
684
+ "loss": 36.5694,
685
+ "step": 92
686
+ },
687
+ {
688
+ "epoch": 0.2002018163471241,
689
+ "grad_norm": 21.040407180786133,
690
+ "learning_rate": 0.00018676617439166755,
691
+ "loss": 34.3789,
692
+ "step": 93
693
+ },
694
+ {
695
+ "epoch": 0.20235452404978135,
696
+ "grad_norm": 21.030424118041992,
697
+ "learning_rate": 0.0001846058571181412,
698
+ "loss": 24.1345,
699
+ "step": 94
700
+ },
701
+ {
702
+ "epoch": 0.20450723175243862,
703
+ "grad_norm": 19.839706420898438,
704
+ "learning_rate": 0.00018244039854837984,
705
+ "loss": 29.7828,
706
+ "step": 95
707
+ },
708
+ {
709
+ "epoch": 0.20665993945509586,
710
+ "grad_norm": 22.62742042541504,
711
+ "learning_rate": 0.0001802703665363634,
712
+ "loss": 33.3202,
713
+ "step": 96
714
+ },
715
+ {
716
+ "epoch": 0.2088126471577531,
717
+ "grad_norm": 22.82349395751953,
718
+ "learning_rate": 0.0001780963301353775,
719
+ "loss": 25.4279,
720
+ "step": 97
721
+ },
722
+ {
723
+ "epoch": 0.21096535486041035,
724
+ "grad_norm": 23.84822654724121,
725
+ "learning_rate": 0.0001759188594487896,
726
+ "loss": 27.3422,
727
+ "step": 98
728
+ },
729
+ {
730
+ "epoch": 0.21311806256306762,
731
+ "grad_norm": 22.19009780883789,
732
+ "learning_rate": 0.00017373852548054883,
733
+ "loss": 18.5194,
734
+ "step": 99
735
+ },
736
+ {
737
+ "epoch": 0.21527077026572486,
738
+ "grad_norm": 20.305334091186523,
739
+ "learning_rate": 0.0001715558999854505,
740
+ "loss": 16.2787,
741
+ "step": 100
742
+ },
743
+ {
744
+ "epoch": 0.21527077026572486,
745
+ "eval_loss": 1.5999956130981445,
746
+ "eval_runtime": 4.6458,
747
+ "eval_samples_per_second": 10.762,
748
+ "eval_steps_per_second": 10.762,
749
+ "step": 100
750
+ },
751
+ {
752
+ "epoch": 0.2174234779683821,
753
+ "grad_norm": 82.87445831298828,
754
+ "learning_rate": 0.00016937155531920306,
755
+ "loss": 61.8069,
756
+ "step": 101
757
+ },
758
+ {
759
+ "epoch": 0.21957618567103934,
760
+ "grad_norm": 65.13322448730469,
761
+ "learning_rate": 0.00016718606428833772,
762
+ "loss": 57.1572,
763
+ "step": 102
764
+ },
765
+ {
766
+ "epoch": 0.2217288933736966,
767
+ "grad_norm": 54.594844818115234,
768
+ "learning_rate": 0.000165,
769
+ "loss": 51.6823,
770
+ "step": 103
771
+ },
772
+ {
773
+ "epoch": 0.22388160107635385,
774
+ "grad_norm": 37.8702278137207,
775
+ "learning_rate": 0.00016281393571166228,
776
+ "loss": 49.1134,
777
+ "step": 104
778
+ },
779
+ {
780
+ "epoch": 0.2260343087790111,
781
+ "grad_norm": 33.802913665771484,
782
+ "learning_rate": 0.000160628444680797,
783
+ "loss": 42.163,
784
+ "step": 105
785
+ },
786
+ {
787
+ "epoch": 0.22818701648166834,
788
+ "grad_norm": 20.086145401000977,
789
+ "learning_rate": 0.00015844410001454953,
790
+ "loss": 48.1086,
791
+ "step": 106
792
+ },
793
+ {
794
+ "epoch": 0.2303397241843256,
795
+ "grad_norm": 18.237884521484375,
796
+ "learning_rate": 0.00015626147451945117,
797
+ "loss": 50.6928,
798
+ "step": 107
799
+ },
800
+ {
801
+ "epoch": 0.23249243188698285,
802
+ "grad_norm": 15.673614501953125,
803
+ "learning_rate": 0.00015408114055121046,
804
+ "loss": 54.4374,
805
+ "step": 108
806
+ },
807
+ {
808
+ "epoch": 0.2346451395896401,
809
+ "grad_norm": 17.010723114013672,
810
+ "learning_rate": 0.0001519036698646225,
811
+ "loss": 36.3256,
812
+ "step": 109
813
+ },
814
+ {
815
+ "epoch": 0.23679784729229733,
816
+ "grad_norm": 16.029193878173828,
817
+ "learning_rate": 0.0001497296334636366,
818
+ "loss": 47.0858,
819
+ "step": 110
820
+ },
821
+ {
822
+ "epoch": 0.2389505549949546,
823
+ "grad_norm": 16.307323455810547,
824
+ "learning_rate": 0.00014755960145162016,
825
+ "loss": 57.0106,
826
+ "step": 111
827
+ },
828
+ {
829
+ "epoch": 0.24110326269761184,
830
+ "grad_norm": 17.687231063842773,
831
+ "learning_rate": 0.00014539414288185882,
832
+ "loss": 52.8393,
833
+ "step": 112
834
+ },
835
+ {
836
+ "epoch": 0.24325597040026908,
837
+ "grad_norm": 15.435744285583496,
838
+ "learning_rate": 0.00014323382560833242,
839
+ "loss": 50.8995,
840
+ "step": 113
841
+ },
842
+ {
843
+ "epoch": 0.24540867810292633,
844
+ "grad_norm": 34.477108001708984,
845
+ "learning_rate": 0.00014107921613680491,
846
+ "loss": 45.3053,
847
+ "step": 114
848
+ },
849
+ {
850
+ "epoch": 0.2475613858055836,
851
+ "grad_norm": 17.266403198242188,
852
+ "learning_rate": 0.00013893087947626812,
853
+ "loss": 56.6521,
854
+ "step": 115
855
+ },
856
+ {
857
+ "epoch": 0.24971409350824084,
858
+ "grad_norm": 14.08521842956543,
859
+ "learning_rate": 0.00013678937899077787,
860
+ "loss": 56.4354,
861
+ "step": 116
862
+ },
863
+ {
864
+ "epoch": 0.2518668012108981,
865
+ "grad_norm": 13.650261878967285,
866
+ "learning_rate": 0.00013465527625172158,
867
+ "loss": 58.5963,
868
+ "step": 117
869
+ },
870
+ {
871
+ "epoch": 0.25401950891355535,
872
+ "grad_norm": 15.609672546386719,
873
+ "learning_rate": 0.0001325291308905558,
874
+ "loss": 61.3632,
875
+ "step": 118
876
+ },
877
+ {
878
+ "epoch": 0.2561722166162126,
879
+ "grad_norm": 17.89152717590332,
880
+ "learning_rate": 0.00013041150045205272,
881
+ "loss": 49.1726,
882
+ "step": 119
883
+ },
884
+ {
885
+ "epoch": 0.25832492431886983,
886
+ "grad_norm": 15.168315887451172,
887
+ "learning_rate": 0.00012830294024809372,
888
+ "loss": 55.65,
889
+ "step": 120
890
+ },
891
+ {
892
+ "epoch": 0.2604776320215271,
893
+ "grad_norm": 16.242740631103516,
894
+ "learning_rate": 0.0001262040032120482,
895
+ "loss": 62.057,
896
+ "step": 121
897
+ },
898
+ {
899
+ "epoch": 0.2626303397241843,
900
+ "grad_norm": 14.286775588989258,
901
+ "learning_rate": 0.00012411523975377667,
902
+ "loss": 58.6996,
903
+ "step": 122
904
+ },
905
+ {
906
+ "epoch": 0.26478304742684156,
907
+ "grad_norm": 13.97586727142334,
908
+ "learning_rate": 0.00012203719761529511,
909
+ "loss": 62.2048,
910
+ "step": 123
911
+ },
912
+ {
913
+ "epoch": 0.2669357551294988,
914
+ "grad_norm": 13.744102478027344,
915
+ "learning_rate": 0.00011997042172713925,
916
+ "loss": 59.8054,
917
+ "step": 124
918
+ },
919
+ {
920
+ "epoch": 0.2690884628321561,
921
+ "grad_norm": 16.709117889404297,
922
+ "learning_rate": 0.00011791545406546589,
923
+ "loss": 57.2232,
924
+ "step": 125
925
+ },
926
+ {
927
+ "epoch": 0.2690884628321561,
928
+ "eval_loss": 1.3868330717086792,
929
+ "eval_runtime": 4.6549,
930
+ "eval_samples_per_second": 10.741,
931
+ "eval_steps_per_second": 10.741,
932
+ "step": 125
933
+ },
934
+ {
935
+ "epoch": 0.27124117053481334,
936
+ "grad_norm": 15.43789005279541,
937
+ "learning_rate": 0.00011587283350992917,
938
+ "loss": 57.2502,
939
+ "step": 126
940
+ },
941
+ {
942
+ "epoch": 0.2733938782374706,
943
+ "grad_norm": 14.495203018188477,
944
+ "learning_rate": 0.0001138430957023686,
945
+ "loss": 66.2669,
946
+ "step": 127
947
+ },
948
+ {
949
+ "epoch": 0.2755465859401278,
950
+ "grad_norm": 15.335055351257324,
951
+ "learning_rate": 0.00011182677290634626,
952
+ "loss": 59.3284,
953
+ "step": 128
954
+ },
955
+ {
956
+ "epoch": 0.27769929364278506,
957
+ "grad_norm": 15.876263618469238,
958
+ "learning_rate": 0.00010982439386756993,
959
+ "loss": 48.8434,
960
+ "step": 129
961
+ },
962
+ {
963
+ "epoch": 0.2798520013454423,
964
+ "grad_norm": 15.106823921203613,
965
+ "learning_rate": 0.00010783648367523887,
966
+ "loss": 55.1709,
967
+ "step": 130
968
+ },
969
+ {
970
+ "epoch": 0.28200470904809954,
971
+ "grad_norm": 16.672956466674805,
972
+ "learning_rate": 0.00010586356362434786,
973
+ "loss": 59.7799,
974
+ "step": 131
975
+ },
976
+ {
977
+ "epoch": 0.2841574167507568,
978
+ "grad_norm": 15.906288146972656,
979
+ "learning_rate": 0.00010390615107898727,
980
+ "loss": 53.3234,
981
+ "step": 132
982
+ },
983
+ {
984
+ "epoch": 0.2863101244534141,
985
+ "grad_norm": 16.802085876464844,
986
+ "learning_rate": 0.00010196475933667252,
987
+ "loss": 59.1581,
988
+ "step": 133
989
+ },
990
+ {
991
+ "epoch": 0.2884628321560713,
992
+ "grad_norm": 17.283231735229492,
993
+ "learning_rate": 0.00010003989749374132,
994
+ "loss": 50.9385,
995
+ "step": 134
996
+ },
997
+ {
998
+ "epoch": 0.29061553985872857,
999
+ "grad_norm": 17.643165588378906,
1000
+ "learning_rate": 9.813207031185173e-05,
1001
+ "loss": 59.0425,
1002
+ "step": 135
1003
+ },
1004
+ {
1005
+ "epoch": 0.2927682475613858,
1006
+ "grad_norm": 17.9544620513916,
1007
+ "learning_rate": 9.624177808561703e-05,
1008
+ "loss": 56.6361,
1009
+ "step": 136
1010
+ },
1011
+ {
1012
+ "epoch": 0.29492095526404305,
1013
+ "grad_norm": 17.375778198242188,
1014
+ "learning_rate": 9.436951651141242e-05,
1015
+ "loss": 54.7815,
1016
+ "step": 137
1017
+ },
1018
+ {
1019
+ "epoch": 0.2970736629667003,
1020
+ "grad_norm": 17.666385650634766,
1021
+ "learning_rate": 9.251577655738719e-05,
1022
+ "loss": 42.6534,
1023
+ "step": 138
1024
+ },
1025
+ {
1026
+ "epoch": 0.29922637066935753,
1027
+ "grad_norm": 18.56308364868164,
1028
+ "learning_rate": 9.068104433471652e-05,
1029
+ "loss": 51.0905,
1030
+ "step": 139
1031
+ },
1032
+ {
1033
+ "epoch": 0.3013790783720148,
1034
+ "grad_norm": 19.243757247924805,
1035
+ "learning_rate": 8.886580097012762e-05,
1036
+ "loss": 47.3786,
1037
+ "step": 140
1038
+ },
1039
+ {
1040
+ "epoch": 0.30353178607467207,
1041
+ "grad_norm": 19.949800491333008,
1042
+ "learning_rate": 8.70705224797324e-05,
1043
+ "loss": 53.0778,
1044
+ "step": 141
1045
+ },
1046
+ {
1047
+ "epoch": 0.3056844937773293,
1048
+ "grad_norm": 19.51043701171875,
1049
+ "learning_rate": 8.529567964420047e-05,
1050
+ "loss": 43.7085,
1051
+ "step": 142
1052
+ },
1053
+ {
1054
+ "epoch": 0.30783720147998656,
1055
+ "grad_norm": 18.10249900817871,
1056
+ "learning_rate": 8.354173788530516e-05,
1057
+ "loss": 38.5526,
1058
+ "step": 143
1059
+ },
1060
+ {
1061
+ "epoch": 0.3099899091826438,
1062
+ "grad_norm": 17.946630477905273,
1063
+ "learning_rate": 8.180915714387479e-05,
1064
+ "loss": 27.1243,
1065
+ "step": 144
1066
+ },
1067
+ {
1068
+ "epoch": 0.31214261688530104,
1069
+ "grad_norm": 18.7962703704834,
1070
+ "learning_rate": 8.009839175918098e-05,
1071
+ "loss": 23.8417,
1072
+ "step": 145
1073
+ },
1074
+ {
1075
+ "epoch": 0.3142953245879583,
1076
+ "grad_norm": 20.63129997253418,
1077
+ "learning_rate": 7.840989034979613e-05,
1078
+ "loss": 32.8246,
1079
+ "step": 146
1080
+ },
1081
+ {
1082
+ "epoch": 0.3164480322906155,
1083
+ "grad_norm": 20.96570587158203,
1084
+ "learning_rate": 7.674409569595094e-05,
1085
+ "loss": 24.125,
1086
+ "step": 147
1087
+ },
1088
+ {
1089
+ "epoch": 0.31860073999327276,
1090
+ "grad_norm": 20.575000762939453,
1091
+ "learning_rate": 7.510144462342307e-05,
1092
+ "loss": 25.7693,
1093
+ "step": 148
1094
+ },
1095
+ {
1096
+ "epoch": 0.32075344769593006,
1097
+ "grad_norm": 18.93328094482422,
1098
+ "learning_rate": 7.348236788898705e-05,
1099
+ "loss": 18.3569,
1100
+ "step": 149
1101
+ },
1102
+ {
1103
+ "epoch": 0.3229061553985873,
1104
+ "grad_norm": 28.199974060058594,
1105
+ "learning_rate": 7.188729006745592e-05,
1106
+ "loss": 16.7151,
1107
+ "step": 150
1108
+ },
1109
+ {
1110
+ "epoch": 0.3229061553985873,
1111
+ "eval_loss": 1.426528811454773,
1112
+ "eval_runtime": 4.6498,
1113
+ "eval_samples_per_second": 10.753,
1114
+ "eval_steps_per_second": 10.753,
1115
+ "step": 150
1116
+ },
1117
+ {
1118
+ "epoch": 0.32505886310124454,
1119
+ "grad_norm": 41.9819221496582,
1120
+ "learning_rate": 7.03166294403436e-05,
1121
+ "loss": 46.1149,
1122
+ "step": 151
1123
+ },
1124
+ {
1125
+ "epoch": 0.3272115708039018,
1126
+ "grad_norm": 30.605613708496094,
1127
+ "learning_rate": 6.877079788617809e-05,
1128
+ "loss": 55.5686,
1129
+ "step": 152
1130
+ },
1131
+ {
1132
+ "epoch": 0.329364278506559,
1133
+ "grad_norm": 27.620370864868164,
1134
+ "learning_rate": 6.725020077249312e-05,
1135
+ "loss": 43.7873,
1136
+ "step": 153
1137
+ },
1138
+ {
1139
+ "epoch": 0.33151698620921627,
1140
+ "grad_norm": 30.644044876098633,
1141
+ "learning_rate": 6.575523684952798e-05,
1142
+ "loss": 56.4732,
1143
+ "step": 154
1144
+ },
1145
+ {
1146
+ "epoch": 0.3336696939118735,
1147
+ "grad_norm": 26.266923904418945,
1148
+ "learning_rate": 6.428629814566178e-05,
1149
+ "loss": 42.3263,
1150
+ "step": 155
1151
+ },
1152
+ {
1153
+ "epoch": 0.33582240161453075,
1154
+ "grad_norm": 23.177692413330078,
1155
+ "learning_rate": 6.284376986461113e-05,
1156
+ "loss": 46.6876,
1157
+ "step": 156
1158
+ },
1159
+ {
1160
+ "epoch": 0.33797510931718805,
1161
+ "grad_norm": 23.30403709411621,
1162
+ "learning_rate": 6.142803028441687e-05,
1163
+ "loss": 38.3969,
1164
+ "step": 157
1165
+ },
1166
+ {
1167
+ "epoch": 0.3401278170198453,
1168
+ "grad_norm": 22.989364624023438,
1169
+ "learning_rate": 6.003945065824737e-05,
1170
+ "loss": 53.7869,
1171
+ "step": 158
1172
+ },
1173
+ {
1174
+ "epoch": 0.34228052472250253,
1175
+ "grad_norm": 23.292339324951172,
1176
+ "learning_rate": 5.867839511704368e-05,
1177
+ "loss": 50.1899,
1178
+ "step": 159
1179
+ },
1180
+ {
1181
+ "epoch": 0.3444332324251598,
1182
+ "grad_norm": 16.233699798583984,
1183
+ "learning_rate": 5.734522057403271e-05,
1184
+ "loss": 59.9854,
1185
+ "step": 160
1186
+ },
1187
+ {
1188
+ "epoch": 0.346585940127817,
1189
+ "grad_norm": 17.827598571777344,
1190
+ "learning_rate": 5.604027663113273e-05,
1191
+ "loss": 45.3715,
1192
+ "step": 161
1193
+ },
1194
+ {
1195
+ "epoch": 0.34873864783047426,
1196
+ "grad_norm": 16.554851531982422,
1197
+ "learning_rate": 5.4763905487276506e-05,
1198
+ "loss": 48.1336,
1199
+ "step": 162
1200
+ },
1201
+ {
1202
+ "epoch": 0.3508913555331315,
1203
+ "grad_norm": 17.867149353027344,
1204
+ "learning_rate": 5.3516441848675385e-05,
1205
+ "loss": 56.3543,
1206
+ "step": 163
1207
+ },
1208
+ {
1209
+ "epoch": 0.35304406323578874,
1210
+ "grad_norm": 14.600744247436523,
1211
+ "learning_rate": 5.229821284104842e-05,
1212
+ "loss": 52.4116,
1213
+ "step": 164
1214
+ },
1215
+ {
1216
+ "epoch": 0.35519677093844604,
1217
+ "grad_norm": 14.218669891357422,
1218
+ "learning_rate": 5.110953792383941e-05,
1219
+ "loss": 51.6633,
1220
+ "step": 165
1221
+ },
1222
+ {
1223
+ "epoch": 0.3573494786411033,
1224
+ "grad_norm": 14.407130241394043,
1225
+ "learning_rate": 4.995072880644416e-05,
1226
+ "loss": 56.2798,
1227
+ "step": 166
1228
+ },
1229
+ {
1230
+ "epoch": 0.3595021863437605,
1231
+ "grad_norm": 15.17442512512207,
1232
+ "learning_rate": 4.882208936647008e-05,
1233
+ "loss": 46.4648,
1234
+ "step": 167
1235
+ },
1236
+ {
1237
+ "epoch": 0.36165489404641776,
1238
+ "grad_norm": 14.578434944152832,
1239
+ "learning_rate": 4.7723915570049596e-05,
1240
+ "loss": 57.4643,
1241
+ "step": 168
1242
+ },
1243
+ {
1244
+ "epoch": 0.363807601749075,
1245
+ "grad_norm": 15.142487525939941,
1246
+ "learning_rate": 4.6656495394228076e-05,
1247
+ "loss": 52.9338,
1248
+ "step": 169
1249
+ },
1250
+ {
1251
+ "epoch": 0.36596030945173225,
1252
+ "grad_norm": 13.773836135864258,
1253
+ "learning_rate": 4.562010875144683e-05,
1254
+ "loss": 65.5862,
1255
+ "step": 170
1256
+ },
1257
+ {
1258
+ "epoch": 0.3681130171543895,
1259
+ "grad_norm": 14.126533508300781,
1260
+ "learning_rate": 4.461502741614107e-05,
1261
+ "loss": 61.5793,
1262
+ "step": 171
1263
+ },
1264
+ {
1265
+ "epoch": 0.37026572485704673,
1266
+ "grad_norm": 14.658692359924316,
1267
+ "learning_rate": 4.364151495347164e-05,
1268
+ "loss": 65.1335,
1269
+ "step": 172
1270
+ },
1271
+ {
1272
+ "epoch": 0.372418432559704,
1273
+ "grad_norm": 14.365325927734375,
1274
+ "learning_rate": 4.269982665020967e-05,
1275
+ "loss": 60.9303,
1276
+ "step": 173
1277
+ },
1278
+ {
1279
+ "epoch": 0.37457114026236127,
1280
+ "grad_norm": 14.562641143798828,
1281
+ "learning_rate": 4.179020944779209e-05,
1282
+ "loss": 62.4841,
1283
+ "step": 174
1284
+ },
1285
+ {
1286
+ "epoch": 0.3767238479650185,
1287
+ "grad_norm": 15.046587944030762,
1288
+ "learning_rate": 4.091290187756536e-05,
1289
+ "loss": 55.8978,
1290
+ "step": 175
1291
+ },
1292
+ {
1293
+ "epoch": 0.3767238479650185,
1294
+ "eval_loss": 1.4019769430160522,
1295
+ "eval_runtime": 4.6566,
1296
+ "eval_samples_per_second": 10.737,
1297
+ "eval_steps_per_second": 10.737,
1298
+ "step": 175
1299
+ },
1300
+ {
1301
+ "epoch": 0.37887655566767575,
1302
+ "grad_norm": 15.49817943572998,
1303
+ "learning_rate": 4.006813399823494e-05,
1304
+ "loss": 65.303,
1305
+ "step": 176
1306
+ },
1307
+ {
1308
+ "epoch": 0.381029263370333,
1309
+ "grad_norm": 14.744792938232422,
1310
+ "learning_rate": 3.925612733553629e-05,
1311
+ "loss": 63.0347,
1312
+ "step": 177
1313
+ },
1314
+ {
1315
+ "epoch": 0.38318197107299024,
1316
+ "grad_norm": 16.15069580078125,
1317
+ "learning_rate": 3.8477094824143625e-05,
1318
+ "loss": 62.3457,
1319
+ "step": 178
1320
+ },
1321
+ {
1322
+ "epoch": 0.3853346787756475,
1323
+ "grad_norm": 14.346293449401855,
1324
+ "learning_rate": 3.7731240751831375e-05,
1325
+ "loss": 55.1305,
1326
+ "step": 179
1327
+ },
1328
+ {
1329
+ "epoch": 0.3874873864783047,
1330
+ "grad_norm": 15.92353630065918,
1331
+ "learning_rate": 3.701876070590349e-05,
1332
+ "loss": 53.608,
1333
+ "step": 180
1334
+ },
1335
+ {
1336
+ "epoch": 0.389640094180962,
1337
+ "grad_norm": 14.467766761779785,
1338
+ "learning_rate": 3.633984152190378e-05,
1339
+ "loss": 54.3097,
1340
+ "step": 181
1341
+ },
1342
+ {
1343
+ "epoch": 0.39179280188361926,
1344
+ "grad_norm": 15.454816818237305,
1345
+ "learning_rate": 3.5694661234621745e-05,
1346
+ "loss": 58.8295,
1347
+ "step": 182
1348
+ },
1349
+ {
1350
+ "epoch": 0.3939455095862765,
1351
+ "grad_norm": 18.29946517944336,
1352
+ "learning_rate": 3.508338903140592e-05,
1353
+ "loss": 46.8614,
1354
+ "step": 183
1355
+ },
1356
+ {
1357
+ "epoch": 0.39609821728893374,
1358
+ "grad_norm": 15.767854690551758,
1359
+ "learning_rate": 3.4506185207797495e-05,
1360
+ "loss": 53.0518,
1361
+ "step": 184
1362
+ },
1363
+ {
1364
+ "epoch": 0.398250924991591,
1365
+ "grad_norm": 18.729963302612305,
1366
+ "learning_rate": 3.396320112549551e-05,
1367
+ "loss": 46.7372,
1368
+ "step": 185
1369
+ },
1370
+ {
1371
+ "epoch": 0.4004036326942482,
1372
+ "grad_norm": 17.034263610839844,
1373
+ "learning_rate": 3.345457917266499e-05,
1374
+ "loss": 54.1875,
1375
+ "step": 186
1376
+ },
1377
+ {
1378
+ "epoch": 0.40255634039690547,
1379
+ "grad_norm": 18.100072860717773,
1380
+ "learning_rate": 3.298045272659797e-05,
1381
+ "loss": 49.5733,
1382
+ "step": 187
1383
+ },
1384
+ {
1385
+ "epoch": 0.4047090480995627,
1386
+ "grad_norm": 17.38837242126465,
1387
+ "learning_rate": 3.254094611873773e-05,
1388
+ "loss": 47.9609,
1389
+ "step": 188
1390
+ },
1391
+ {
1392
+ "epoch": 0.40686175580222,
1393
+ "grad_norm": 18.574222564697266,
1394
+ "learning_rate": 3.213617460207498e-05,
1395
+ "loss": 49.3699,
1396
+ "step": 189
1397
+ },
1398
+ {
1399
+ "epoch": 0.40901446350487725,
1400
+ "grad_norm": 19.958696365356445,
1401
+ "learning_rate": 3.176624432092475e-05,
1402
+ "loss": 46.7215,
1403
+ "step": 190
1404
+ },
1405
+ {
1406
+ "epoch": 0.4111671712075345,
1407
+ "grad_norm": 21.526926040649414,
1408
+ "learning_rate": 3.143125228309194e-05,
1409
+ "loss": 46.696,
1410
+ "step": 191
1411
+ },
1412
+ {
1413
+ "epoch": 0.41331987891019173,
1414
+ "grad_norm": 19.809968948364258,
1415
+ "learning_rate": 3.113128633443261e-05,
1416
+ "loss": 37.0424,
1417
+ "step": 192
1418
+ },
1419
+ {
1420
+ "epoch": 0.41547258661284897,
1421
+ "grad_norm": 20.5278377532959,
1422
+ "learning_rate": 3.086642513581802e-05,
1423
+ "loss": 31.7745,
1424
+ "step": 193
1425
+ },
1426
+ {
1427
+ "epoch": 0.4176252943155062,
1428
+ "grad_norm": 14.962890625,
1429
+ "learning_rate": 3.0636738142507115e-05,
1430
+ "loss": 17.8696,
1431
+ "step": 194
1432
+ },
1433
+ {
1434
+ "epoch": 0.41977800201816345,
1435
+ "grad_norm": 18.451675415039062,
1436
+ "learning_rate": 3.044228558593313e-05,
1437
+ "loss": 23.2517,
1438
+ "step": 195
1439
+ },
1440
+ {
1441
+ "epoch": 0.4219307097208207,
1442
+ "grad_norm": 26.63257598876953,
1443
+ "learning_rate": 3.028311845790893e-05,
1444
+ "loss": 33.0328,
1445
+ "step": 196
1446
+ },
1447
+ {
1448
+ "epoch": 0.424083417423478,
1449
+ "grad_norm": 26.404699325561523,
1450
+ "learning_rate": 3.0159278497255256e-05,
1451
+ "loss": 30.4732,
1452
+ "step": 197
1453
+ },
1454
+ {
1455
+ "epoch": 0.42623612512613523,
1456
+ "grad_norm": 26.336477279663086,
1457
+ "learning_rate": 3.0070798178855484e-05,
1458
+ "loss": 24.6996,
1459
+ "step": 198
1460
+ },
1461
+ {
1462
+ "epoch": 0.4283888328287925,
1463
+ "grad_norm": 26.34403419494629,
1464
+ "learning_rate": 3.001770070513965e-05,
1465
+ "loss": 16.7861,
1466
+ "step": 199
1467
+ },
1468
+ {
1469
+ "epoch": 0.4305415405314497,
1470
+ "grad_norm": 41.23857879638672,
1471
+ "learning_rate": 2.9999999999999997e-05,
1472
+ "loss": 16.6288,
1473
+ "step": 200
1474
+ },
1475
+ {
1476
+ "epoch": 0.4305415405314497,
1477
+ "eval_loss": 1.3831464052200317,
1478
+ "eval_runtime": 4.6565,
1479
+ "eval_samples_per_second": 10.738,
1480
+ "eval_steps_per_second": 10.738,
1481
+ "step": 200
1482
+ }
1483
+ ],
1484
+ "logging_steps": 1,
1485
+ "max_steps": 200,
1486
+ "num_input_tokens_seen": 0,
1487
+ "num_train_epochs": 1,
1488
+ "save_steps": 50,
1489
+ "stateful_callbacks": {
1490
+ "EarlyStoppingCallback": {
1491
+ "args": {
1492
+ "early_stopping_patience": 1,
1493
+ "early_stopping_threshold": 0.0
1494
+ },
1495
+ "attributes": {
1496
+ "early_stopping_patience_counter": 0
1497
+ }
1498
+ },
1499
+ "TrainerControl": {
1500
+ "args": {
1501
+ "should_epoch_stop": false,
1502
+ "should_evaluate": false,
1503
+ "should_log": false,
1504
+ "should_save": true,
1505
+ "should_training_stop": true
1506
+ },
1507
+ "attributes": {}
1508
+ }
1509
+ },
1510
+ "total_flos": 2.430760044724224e+16,
1511
+ "train_batch_size": 1,
1512
+ "trial_name": null,
1513
+ "trial_params": null
1514
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d42b69dad4d9bf474b5137f9fa24ea856d60689665568654a7b06f3d0e55dbe
3
+ size 6776
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d963066d6adae5034a1dc114c3ac444512de09928cf14ed4562ba94d9a440e66
3
+ size 21763085
tokenizer_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<unk>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<s>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<pad>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ }
36
+ },
37
+ "bos_token": "<s>",
38
+ "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 %}",
39
+ "clean_up_tokenization_spaces": false,
40
+ "eos_token": "</s>",
41
+ "merges_file": null,
42
+ "model_max_length": 1000000000000000019884624838656,
43
+ "pad_token": "<pad>",
44
+ "padding_side": "left",
45
+ "tokenizer_class": "BloomTokenizer",
46
+ "unk_token": "<unk>",
47
+ "vocab_file": null
48
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d42b69dad4d9bf474b5137f9fa24ea856d60689665568654a7b06f3d0e55dbe
3
+ size 6776