VERSIL91 commited on
Commit
8eb4533
·
verified ·
1 Parent(s): c5b769e

End of training

Browse files
README.md ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: JackFram/llama-68m
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 655b7e56-a0e0-4ba4-bced-282ddab29d01
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: lora
22
+ base_model: JackFram/llama-68m
23
+ bf16: auto
24
+ chat_template: llama3
25
+ cosine_min_lr_ratio: 0.1
26
+ data_processes: 16
27
+ dataset_prepared_path: null
28
+ datasets:
29
+ - data_files:
30
+ - 1c65ab1e74a5a571_train_data.json
31
+ ds_type: json
32
+ format: custom
33
+ path: /workspace/input_data/1c65ab1e74a5a571_train_data.json
34
+ type:
35
+ field_instruction: instruction
36
+ field_output: output
37
+ format: '{instruction}'
38
+ no_input_format: '{instruction}'
39
+ system_format: '{system}'
40
+ system_prompt: ''
41
+ debug: null
42
+ deepspeed: null
43
+ device_map: '{'''':torch.cuda.current_device()}'
44
+ do_eval: true
45
+ early_stopping_patience: 1
46
+ eval_batch_size: 6
47
+ eval_sample_packing: false
48
+ eval_steps: 25
49
+ evaluation_strategy: steps
50
+ flash_attention: true
51
+ fp16: null
52
+ fsdp: null
53
+ fsdp_config: null
54
+ gradient_accumulation_steps: 5
55
+ gradient_checkpointing: true
56
+ group_by_length: true
57
+ hub_model_id: null
58
+ hub_repo: stevemonite
59
+ hub_strategy: checkpoint
60
+ hub_token: null
61
+ learning_rate: 0.0001
62
+ load_in_4bit: false
63
+ load_in_8bit: false
64
+ local_rank: null
65
+ logging_steps: 1
66
+ lora_alpha: 32
67
+ lora_dropout: 0.05
68
+ lora_fan_in_fan_out: null
69
+ lora_model_dir: null
70
+ lora_r: 16
71
+ lora_target_linear: true
72
+ lora_target_modules:
73
+ - q_proj
74
+ - v_proj
75
+ lr_scheduler: cosine
76
+ max_grad_norm: 1.0
77
+ max_memory:
78
+ 0: 70GiB
79
+ max_steps: 937
80
+ micro_batch_size: 6
81
+ mlflow_experiment_name: /tmp/1c65ab1e74a5a571_train_data.json
82
+ model_type: AutoModelForCausalLM
83
+ num_epochs: 4
84
+ optim_args:
85
+ adam_beta1: 0.9
86
+ adam_beta2: 0.95
87
+ adam_epsilon: 1e-5
88
+ optimizer: adamw_torch
89
+ output_dir: miner_id_24
90
+ pad_to_sequence_len: true
91
+ resume_from_checkpoint: null
92
+ s2_attention: null
93
+ sample_packing: false
94
+ save_steps: 50
95
+ save_strategy: steps
96
+ sequence_len: 2048
97
+ special_tokens:
98
+ pad_token: </s>
99
+ strict: false
100
+ tf32: false
101
+ tokenizer_type: AutoTokenizer
102
+ torch_compile: false
103
+ train_on_inputs: false
104
+ trust_remote_code: true
105
+ val_set_size: 50
106
+ wandb_entity: sn56-miner
107
+ wandb_mode: disabled
108
+ wandb_name: null
109
+ wandb_project: god
110
+ wandb_run: 6hrh
111
+ wandb_runid: null
112
+ warmup_raio: 0.03
113
+ warmup_ratio: 0.05
114
+ weight_decay: 0.01
115
+ xformers_attention: null
116
+
117
+ ```
118
+
119
+ </details><br>
120
+
121
+ # 655b7e56-a0e0-4ba4-bced-282ddab29d01
122
+
123
+ This model is a fine-tuned version of [JackFram/llama-68m](https://huggingface.co/JackFram/llama-68m) on the None dataset.
124
+ It achieves the following results on the evaluation set:
125
+ - Loss: 0.7751
126
+
127
+ ## Model description
128
+
129
+ More information needed
130
+
131
+ ## Intended uses & limitations
132
+
133
+ More information needed
134
+
135
+ ## Training and evaluation data
136
+
137
+ More information needed
138
+
139
+ ## Training procedure
140
+
141
+ ### Training hyperparameters
142
+
143
+ The following hyperparameters were used during training:
144
+ - learning_rate: 0.0001
145
+ - train_batch_size: 6
146
+ - eval_batch_size: 6
147
+ - seed: 42
148
+ - distributed_type: multi-GPU
149
+ - num_devices: 4
150
+ - gradient_accumulation_steps: 5
151
+ - total_train_batch_size: 120
152
+ - total_eval_batch_size: 24
153
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
154
+ - lr_scheduler_type: cosine
155
+ - lr_scheduler_warmup_steps: 46
156
+ - training_steps: 937
157
+
158
+ ### Training results
159
+
160
+ | Training Loss | Epoch | Step | Validation Loss |
161
+ |:-------------:|:------:|:----:|:---------------:|
162
+ | 3.2093 | 0.0006 | 1 | 1.9845 |
163
+ | 1.8359 | 0.0152 | 25 | 1.7007 |
164
+ | 1.3987 | 0.0304 | 50 | 1.2663 |
165
+ | 1.1211 | 0.0456 | 75 | 1.0244 |
166
+ | 1.032 | 0.0608 | 100 | 0.9011 |
167
+ | 1.015 | 0.0761 | 125 | 0.8608 |
168
+ | 0.929 | 0.0913 | 150 | 0.8001 |
169
+ | 0.8793 | 0.1065 | 175 | 0.7929 |
170
+ | 0.8785 | 0.1217 | 200 | 0.7700 |
171
+ | 0.9214 | 0.1369 | 225 | 0.7751 |
172
+
173
+
174
+ ### Framework versions
175
+
176
+ - PEFT 0.13.2
177
+ - Transformers 4.46.0
178
+ - Pytorch 2.5.0+cu124
179
+ - Datasets 3.0.1
180
+ - Tokenizers 0.20.1
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "JackFram/llama-68m",
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
+ "up_proj",
24
+ "k_proj",
25
+ "v_proj",
26
+ "q_proj",
27
+ "gate_proj",
28
+ "down_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66b5e47d82e6ee850d0b0f6536b761f1fa577056015007340c9e9ef02e3cc263
3
+ size 2271170
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb699b560ace51d4c71ee5f33b6d2026b066ed85be77eebbbec0d97d16a0536
3
+ size 2264640
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "JackFram/llama-68m",
4
+ "architectures": [
5
+ "LlamaForCausalLM"
6
+ ],
7
+ "attention_bias": false,
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 0,
10
+ "eos_token_id": 2,
11
+ "head_dim": 64,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "max_position_embeddings": 2048,
17
+ "mlp_bias": false,
18
+ "model_type": "llama",
19
+ "num_attention_heads": 12,
20
+ "num_hidden_layers": 2,
21
+ "num_key_value_heads": 12,
22
+ "pad_token_id": 1,
23
+ "pretraining_tp": 1,
24
+ "rms_norm_eps": 1e-06,
25
+ "rope_scaling": null,
26
+ "rope_theta": 10000.0,
27
+ "tie_word_embeddings": false,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.46.0",
30
+ "use_cache": false,
31
+ "vocab_size": 32000
32
+ }
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: JackFram/llama-68m
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": "JackFram/llama-68m",
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
+ "up_proj",
24
+ "k_proj",
25
+ "v_proj",
26
+ "q_proj",
27
+ "gate_proj",
28
+ "down_proj",
29
+ "o_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:aeb699b560ace51d4c71ee5f33b6d2026b066ed85be77eebbbec0d97d16a0536
3
+ size 2264640
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:024d136383a8d12e2ba5262398c982b5f8c36bff56906381a784438ecc96273c
3
+ size 4545930
last-checkpoint/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86ad5ef13236794cd5f52fa4e26cccf4500e9f1374d7630804e4cb42d661b86c
3
+ size 14960
last-checkpoint/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:856eafe529be5acf06ee252d056ee1ce8fa21260d80f21ef1756c1c5f9026773
3
+ size 15024
last-checkpoint/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cfd9d3e25f5e836e6f84c6cae8f701a5f707917227611dfc1dfc8d496a082fd
3
+ size 15024
last-checkpoint/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeb374aa29ef28c88c82d9b6171c383ed6b9f84220e589f6d60ddd6d1de29d5e
3
+ size 15024
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:047c3e796f6293936627c07b676305e522cc9842903ab1cbcd2ab7e8b47ad5b9
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": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
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": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
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:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": true,
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
+ },
31
+ "bos_token": "<s>",
32
+ "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 %}",
33
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "legacy": true,
36
+ "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "</s>",
38
+ "sp_model_kwargs": {},
39
+ "spaces_between_special_tokens": false,
40
+ "tokenizer_class": "LlamaTokenizer",
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false,
43
+ "use_fast": true
44
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,1514 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.770029604434967,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-200",
4
+ "epoch": 0.12168410805548795,
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.0006084205402774398,
13
+ "grad_norm": 3.7732460498809814,
14
+ "learning_rate": 2.173913043478261e-06,
15
+ "loss": 3.2093,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0006084205402774398,
20
+ "eval_loss": 1.9844963550567627,
21
+ "eval_runtime": 0.0679,
22
+ "eval_samples_per_second": 736.566,
23
+ "eval_steps_per_second": 44.194,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.0012168410805548796,
28
+ "grad_norm": 4.146840572357178,
29
+ "learning_rate": 4.347826086956522e-06,
30
+ "loss": 2.2685,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.0018252616208323193,
35
+ "grad_norm": 3.805527448654175,
36
+ "learning_rate": 6.521739130434783e-06,
37
+ "loss": 2.0894,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.002433682161109759,
42
+ "grad_norm": 3.5490667819976807,
43
+ "learning_rate": 8.695652173913044e-06,
44
+ "loss": 1.9026,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.003042102701387199,
49
+ "grad_norm": 3.1814687252044678,
50
+ "learning_rate": 1.0869565217391305e-05,
51
+ "loss": 1.9351,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.0036505232416646385,
56
+ "grad_norm": 3.0306947231292725,
57
+ "learning_rate": 1.3043478260869566e-05,
58
+ "loss": 1.9283,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.004258943781942078,
63
+ "grad_norm": 3.2333295345306396,
64
+ "learning_rate": 1.5217391304347828e-05,
65
+ "loss": 1.9199,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.004867364322219518,
70
+ "grad_norm": 2.786118745803833,
71
+ "learning_rate": 1.739130434782609e-05,
72
+ "loss": 1.9464,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.005475784862496958,
77
+ "grad_norm": 3.1137781143188477,
78
+ "learning_rate": 1.956521739130435e-05,
79
+ "loss": 1.8952,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.006084205402774398,
84
+ "grad_norm": 3.2737996578216553,
85
+ "learning_rate": 2.173913043478261e-05,
86
+ "loss": 1.8745,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.006692625943051838,
91
+ "grad_norm": 3.218707799911499,
92
+ "learning_rate": 2.391304347826087e-05,
93
+ "loss": 1.9421,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.007301046483329277,
98
+ "grad_norm": 3.402679204940796,
99
+ "learning_rate": 2.608695652173913e-05,
100
+ "loss": 2.0349,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.007909467023606717,
105
+ "grad_norm": 2.8429970741271973,
106
+ "learning_rate": 2.826086956521739e-05,
107
+ "loss": 4.0381,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.008517887563884156,
112
+ "grad_norm": 4.92161750793457,
113
+ "learning_rate": 3.0434782608695656e-05,
114
+ "loss": 2.315,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.009126308104161596,
119
+ "grad_norm": 4.043981075286865,
120
+ "learning_rate": 3.260869565217392e-05,
121
+ "loss": 2.028,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.009734728644439037,
126
+ "grad_norm": 3.5905041694641113,
127
+ "learning_rate": 3.478260869565218e-05,
128
+ "loss": 2.034,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.010343149184716476,
133
+ "grad_norm": 3.121873378753662,
134
+ "learning_rate": 3.695652173913043e-05,
135
+ "loss": 1.9274,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.010951569724993915,
140
+ "grad_norm": 3.123685836791992,
141
+ "learning_rate": 3.91304347826087e-05,
142
+ "loss": 1.9217,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.011559990265271356,
147
+ "grad_norm": 2.93074107170105,
148
+ "learning_rate": 4.130434782608696e-05,
149
+ "loss": 1.6898,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.012168410805548795,
154
+ "grad_norm": 3.0180726051330566,
155
+ "learning_rate": 4.347826086956522e-05,
156
+ "loss": 1.6951,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.012776831345826235,
161
+ "grad_norm": 2.9282548427581787,
162
+ "learning_rate": 4.565217391304348e-05,
163
+ "loss": 1.7592,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.013385251886103676,
168
+ "grad_norm": 2.5757176876068115,
169
+ "learning_rate": 4.782608695652174e-05,
170
+ "loss": 1.753,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.013993672426381115,
175
+ "grad_norm": 2.7244386672973633,
176
+ "learning_rate": 5e-05,
177
+ "loss": 1.7478,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.014602092966658554,
182
+ "grad_norm": 2.9556708335876465,
183
+ "learning_rate": 5.217391304347826e-05,
184
+ "loss": 1.7354,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.015210513506935993,
189
+ "grad_norm": 2.826549530029297,
190
+ "learning_rate": 5.4347826086956524e-05,
191
+ "loss": 1.8359,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.015210513506935993,
196
+ "eval_loss": 1.7007235288619995,
197
+ "eval_runtime": 0.0651,
198
+ "eval_samples_per_second": 767.794,
199
+ "eval_steps_per_second": 46.068,
200
+ "step": 25
201
+ },
202
+ {
203
+ "epoch": 0.015818934047213434,
204
+ "grad_norm": 4.59504508972168,
205
+ "learning_rate": 5.652173913043478e-05,
206
+ "loss": 2.9356,
207
+ "step": 26
208
+ },
209
+ {
210
+ "epoch": 0.016427354587490874,
211
+ "grad_norm": 4.431028842926025,
212
+ "learning_rate": 5.869565217391305e-05,
213
+ "loss": 1.7887,
214
+ "step": 27
215
+ },
216
+ {
217
+ "epoch": 0.017035775127768313,
218
+ "grad_norm": 3.4355099201202393,
219
+ "learning_rate": 6.086956521739131e-05,
220
+ "loss": 1.6548,
221
+ "step": 28
222
+ },
223
+ {
224
+ "epoch": 0.017644195668045752,
225
+ "grad_norm": 2.5302505493164062,
226
+ "learning_rate": 6.304347826086957e-05,
227
+ "loss": 1.6289,
228
+ "step": 29
229
+ },
230
+ {
231
+ "epoch": 0.01825261620832319,
232
+ "grad_norm": 1.6945921182632446,
233
+ "learning_rate": 6.521739130434783e-05,
234
+ "loss": 1.4231,
235
+ "step": 30
236
+ },
237
+ {
238
+ "epoch": 0.018861036748600634,
239
+ "grad_norm": 1.6188069581985474,
240
+ "learning_rate": 6.73913043478261e-05,
241
+ "loss": 1.4109,
242
+ "step": 31
243
+ },
244
+ {
245
+ "epoch": 0.019469457288878073,
246
+ "grad_norm": 1.2194888591766357,
247
+ "learning_rate": 6.956521739130436e-05,
248
+ "loss": 1.4766,
249
+ "step": 32
250
+ },
251
+ {
252
+ "epoch": 0.020077877829155513,
253
+ "grad_norm": 1.0816359519958496,
254
+ "learning_rate": 7.17391304347826e-05,
255
+ "loss": 1.5166,
256
+ "step": 33
257
+ },
258
+ {
259
+ "epoch": 0.020686298369432952,
260
+ "grad_norm": 1.0028973817825317,
261
+ "learning_rate": 7.391304347826086e-05,
262
+ "loss": 1.5929,
263
+ "step": 34
264
+ },
265
+ {
266
+ "epoch": 0.02129471890971039,
267
+ "grad_norm": 0.9615126848220825,
268
+ "learning_rate": 7.608695652173914e-05,
269
+ "loss": 1.3961,
270
+ "step": 35
271
+ },
272
+ {
273
+ "epoch": 0.02190313944998783,
274
+ "grad_norm": 1.0823183059692383,
275
+ "learning_rate": 7.82608695652174e-05,
276
+ "loss": 1.4874,
277
+ "step": 36
278
+ },
279
+ {
280
+ "epoch": 0.022511559990265273,
281
+ "grad_norm": 1.1442559957504272,
282
+ "learning_rate": 8.043478260869566e-05,
283
+ "loss": 1.5171,
284
+ "step": 37
285
+ },
286
+ {
287
+ "epoch": 0.023119980530542712,
288
+ "grad_norm": 3.612239360809326,
289
+ "learning_rate": 8.260869565217392e-05,
290
+ "loss": 3.3537,
291
+ "step": 38
292
+ },
293
+ {
294
+ "epoch": 0.02372840107082015,
295
+ "grad_norm": 3.0585246086120605,
296
+ "learning_rate": 8.478260869565218e-05,
297
+ "loss": 1.571,
298
+ "step": 39
299
+ },
300
+ {
301
+ "epoch": 0.02433682161109759,
302
+ "grad_norm": 2.00331711769104,
303
+ "learning_rate": 8.695652173913044e-05,
304
+ "loss": 1.5134,
305
+ "step": 40
306
+ },
307
+ {
308
+ "epoch": 0.02494524215137503,
309
+ "grad_norm": 1.4210355281829834,
310
+ "learning_rate": 8.91304347826087e-05,
311
+ "loss": 1.2967,
312
+ "step": 41
313
+ },
314
+ {
315
+ "epoch": 0.02555366269165247,
316
+ "grad_norm": 1.2288633584976196,
317
+ "learning_rate": 9.130434782608696e-05,
318
+ "loss": 1.4348,
319
+ "step": 42
320
+ },
321
+ {
322
+ "epoch": 0.02616208323192991,
323
+ "grad_norm": 1.157564640045166,
324
+ "learning_rate": 9.347826086956522e-05,
325
+ "loss": 1.3196,
326
+ "step": 43
327
+ },
328
+ {
329
+ "epoch": 0.02677050377220735,
330
+ "grad_norm": 1.2825106382369995,
331
+ "learning_rate": 9.565217391304348e-05,
332
+ "loss": 1.349,
333
+ "step": 44
334
+ },
335
+ {
336
+ "epoch": 0.02737892431248479,
337
+ "grad_norm": 1.2434223890304565,
338
+ "learning_rate": 9.782608695652174e-05,
339
+ "loss": 1.3314,
340
+ "step": 45
341
+ },
342
+ {
343
+ "epoch": 0.02798734485276223,
344
+ "grad_norm": 1.429315447807312,
345
+ "learning_rate": 0.0001,
346
+ "loss": 1.3863,
347
+ "step": 46
348
+ },
349
+ {
350
+ "epoch": 0.02859576539303967,
351
+ "grad_norm": 0.9383629560470581,
352
+ "learning_rate": 9.999972027814122e-05,
353
+ "loss": 1.3054,
354
+ "step": 47
355
+ },
356
+ {
357
+ "epoch": 0.029204185933317108,
358
+ "grad_norm": 0.7935044765472412,
359
+ "learning_rate": 9.999888111604245e-05,
360
+ "loss": 1.298,
361
+ "step": 48
362
+ },
363
+ {
364
+ "epoch": 0.029812606473594547,
365
+ "grad_norm": 0.859842836856842,
366
+ "learning_rate": 9.999748252413618e-05,
367
+ "loss": 1.3098,
368
+ "step": 49
369
+ },
370
+ {
371
+ "epoch": 0.030421027013871987,
372
+ "grad_norm": 1.2138994932174683,
373
+ "learning_rate": 9.999552451980984e-05,
374
+ "loss": 1.3987,
375
+ "step": 50
376
+ },
377
+ {
378
+ "epoch": 0.030421027013871987,
379
+ "eval_loss": 1.2663160562515259,
380
+ "eval_runtime": 0.064,
381
+ "eval_samples_per_second": 781.103,
382
+ "eval_steps_per_second": 46.866,
383
+ "step": 50
384
+ },
385
+ {
386
+ "epoch": 0.03102944755414943,
387
+ "grad_norm": 3.1896111965179443,
388
+ "learning_rate": 9.999300712740551e-05,
389
+ "loss": 2.1177,
390
+ "step": 51
391
+ },
392
+ {
393
+ "epoch": 0.03163786809442687,
394
+ "grad_norm": 1.8031097650527954,
395
+ "learning_rate": 9.998993037821958e-05,
396
+ "loss": 1.281,
397
+ "step": 52
398
+ },
399
+ {
400
+ "epoch": 0.03224628863470431,
401
+ "grad_norm": 1.3828022480010986,
402
+ "learning_rate": 9.998629431050251e-05,
403
+ "loss": 1.286,
404
+ "step": 53
405
+ },
406
+ {
407
+ "epoch": 0.03285470917498175,
408
+ "grad_norm": 1.2959613800048828,
409
+ "learning_rate": 9.998209896945815e-05,
410
+ "loss": 1.3098,
411
+ "step": 54
412
+ },
413
+ {
414
+ "epoch": 0.033463129715259186,
415
+ "grad_norm": 0.9320961236953735,
416
+ "learning_rate": 9.997734440724333e-05,
417
+ "loss": 1.2237,
418
+ "step": 55
419
+ },
420
+ {
421
+ "epoch": 0.034071550255536626,
422
+ "grad_norm": 0.7311733961105347,
423
+ "learning_rate": 9.997203068296719e-05,
424
+ "loss": 1.1421,
425
+ "step": 56
426
+ },
427
+ {
428
+ "epoch": 0.034679970795814065,
429
+ "grad_norm": 0.7125067710876465,
430
+ "learning_rate": 9.996615786269035e-05,
431
+ "loss": 1.2081,
432
+ "step": 57
433
+ },
434
+ {
435
+ "epoch": 0.035288391336091504,
436
+ "grad_norm": 0.6830151677131653,
437
+ "learning_rate": 9.995972601942424e-05,
438
+ "loss": 1.2123,
439
+ "step": 58
440
+ },
441
+ {
442
+ "epoch": 0.03589681187636894,
443
+ "grad_norm": 0.6575762629508972,
444
+ "learning_rate": 9.995273523313003e-05,
445
+ "loss": 1.1829,
446
+ "step": 59
447
+ },
448
+ {
449
+ "epoch": 0.03650523241664638,
450
+ "grad_norm": 0.8578693866729736,
451
+ "learning_rate": 9.994518559071775e-05,
452
+ "loss": 1.1763,
453
+ "step": 60
454
+ },
455
+ {
456
+ "epoch": 0.03711365295692383,
457
+ "grad_norm": 0.8111445307731628,
458
+ "learning_rate": 9.993707718604522e-05,
459
+ "loss": 1.1614,
460
+ "step": 61
461
+ },
462
+ {
463
+ "epoch": 0.03772207349720127,
464
+ "grad_norm": 0.9371657967567444,
465
+ "learning_rate": 9.992841011991676e-05,
466
+ "loss": 1.2245,
467
+ "step": 62
468
+ },
469
+ {
470
+ "epoch": 0.03833049403747871,
471
+ "grad_norm": 2.6930816173553467,
472
+ "learning_rate": 9.991918450008206e-05,
473
+ "loss": 2.285,
474
+ "step": 63
475
+ },
476
+ {
477
+ "epoch": 0.03893891457775615,
478
+ "grad_norm": 1.746653437614441,
479
+ "learning_rate": 9.99094004412348e-05,
480
+ "loss": 1.301,
481
+ "step": 64
482
+ },
483
+ {
484
+ "epoch": 0.039547335118033586,
485
+ "grad_norm": 1.1019763946533203,
486
+ "learning_rate": 9.98990580650112e-05,
487
+ "loss": 1.1406,
488
+ "step": 65
489
+ },
490
+ {
491
+ "epoch": 0.040155755658311025,
492
+ "grad_norm": 1.0221314430236816,
493
+ "learning_rate": 9.988815749998852e-05,
494
+ "loss": 1.0963,
495
+ "step": 66
496
+ },
497
+ {
498
+ "epoch": 0.040764176198588464,
499
+ "grad_norm": 0.7163240313529968,
500
+ "learning_rate": 9.987669888168351e-05,
501
+ "loss": 1.0621,
502
+ "step": 67
503
+ },
504
+ {
505
+ "epoch": 0.041372596738865904,
506
+ "grad_norm": 1.0129799842834473,
507
+ "learning_rate": 9.986468235255065e-05,
508
+ "loss": 1.0655,
509
+ "step": 68
510
+ },
511
+ {
512
+ "epoch": 0.04198101727914334,
513
+ "grad_norm": 1.0162873268127441,
514
+ "learning_rate": 9.985210806198042e-05,
515
+ "loss": 1.1478,
516
+ "step": 69
517
+ },
518
+ {
519
+ "epoch": 0.04258943781942078,
520
+ "grad_norm": 0.6798834204673767,
521
+ "learning_rate": 9.983897616629744e-05,
522
+ "loss": 1.0584,
523
+ "step": 70
524
+ },
525
+ {
526
+ "epoch": 0.04319785835969822,
527
+ "grad_norm": 0.82222980260849,
528
+ "learning_rate": 9.982528682875851e-05,
529
+ "loss": 1.0776,
530
+ "step": 71
531
+ },
532
+ {
533
+ "epoch": 0.04380627889997566,
534
+ "grad_norm": 0.8663562536239624,
535
+ "learning_rate": 9.981104021955063e-05,
536
+ "loss": 1.073,
537
+ "step": 72
538
+ },
539
+ {
540
+ "epoch": 0.0444146994402531,
541
+ "grad_norm": 1.122699499130249,
542
+ "learning_rate": 9.979623651578881e-05,
543
+ "loss": 1.0509,
544
+ "step": 73
545
+ },
546
+ {
547
+ "epoch": 0.045023119980530546,
548
+ "grad_norm": 1.1595953702926636,
549
+ "learning_rate": 9.978087590151393e-05,
550
+ "loss": 1.1094,
551
+ "step": 74
552
+ },
553
+ {
554
+ "epoch": 0.045631540520807985,
555
+ "grad_norm": 1.62815523147583,
556
+ "learning_rate": 9.976495856769038e-05,
557
+ "loss": 1.1211,
558
+ "step": 75
559
+ },
560
+ {
561
+ "epoch": 0.045631540520807985,
562
+ "eval_loss": 1.0243722200393677,
563
+ "eval_runtime": 0.0649,
564
+ "eval_samples_per_second": 770.624,
565
+ "eval_steps_per_second": 46.237,
566
+ "step": 75
567
+ },
568
+ {
569
+ "epoch": 0.046239961061085424,
570
+ "grad_norm": 2.726969003677368,
571
+ "learning_rate": 9.97484847122038e-05,
572
+ "loss": 2.205,
573
+ "step": 76
574
+ },
575
+ {
576
+ "epoch": 0.046848381601362864,
577
+ "grad_norm": 2.2901804447174072,
578
+ "learning_rate": 9.973145453985854e-05,
579
+ "loss": 1.1102,
580
+ "step": 77
581
+ },
582
+ {
583
+ "epoch": 0.0474568021416403,
584
+ "grad_norm": 2.2033584117889404,
585
+ "learning_rate": 9.971386826237507e-05,
586
+ "loss": 1.0353,
587
+ "step": 78
588
+ },
589
+ {
590
+ "epoch": 0.04806522268191774,
591
+ "grad_norm": 2.2385048866271973,
592
+ "learning_rate": 9.969572609838744e-05,
593
+ "loss": 1.0281,
594
+ "step": 79
595
+ },
596
+ {
597
+ "epoch": 0.04867364322219518,
598
+ "grad_norm": 1.700537919998169,
599
+ "learning_rate": 9.967702827344057e-05,
600
+ "loss": 1.0513,
601
+ "step": 80
602
+ },
603
+ {
604
+ "epoch": 0.04928206376247262,
605
+ "grad_norm": 1.1010593175888062,
606
+ "learning_rate": 9.965777501998734e-05,
607
+ "loss": 1.0073,
608
+ "step": 81
609
+ },
610
+ {
611
+ "epoch": 0.04989048430275006,
612
+ "grad_norm": 0.7716583609580994,
613
+ "learning_rate": 9.963796657738579e-05,
614
+ "loss": 1.0205,
615
+ "step": 82
616
+ },
617
+ {
618
+ "epoch": 0.0504989048430275,
619
+ "grad_norm": 0.7150983810424805,
620
+ "learning_rate": 9.961760319189612e-05,
621
+ "loss": 0.924,
622
+ "step": 83
623
+ },
624
+ {
625
+ "epoch": 0.05110732538330494,
626
+ "grad_norm": 0.9970099925994873,
627
+ "learning_rate": 9.959668511667762e-05,
628
+ "loss": 1.0786,
629
+ "step": 84
630
+ },
631
+ {
632
+ "epoch": 0.05171574592358238,
633
+ "grad_norm": 1.10440194606781,
634
+ "learning_rate": 9.957521261178554e-05,
635
+ "loss": 1.0916,
636
+ "step": 85
637
+ },
638
+ {
639
+ "epoch": 0.05232416646385982,
640
+ "grad_norm": 1.2334967851638794,
641
+ "learning_rate": 9.95531859441678e-05,
642
+ "loss": 1.0281,
643
+ "step": 86
644
+ },
645
+ {
646
+ "epoch": 0.05293258700413726,
647
+ "grad_norm": 1.5450046062469482,
648
+ "learning_rate": 9.953060538766178e-05,
649
+ "loss": 0.9459,
650
+ "step": 87
651
+ },
652
+ {
653
+ "epoch": 0.0535410075444147,
654
+ "grad_norm": 2.800281524658203,
655
+ "learning_rate": 9.950747122299084e-05,
656
+ "loss": 2.3543,
657
+ "step": 88
658
+ },
659
+ {
660
+ "epoch": 0.05414942808469214,
661
+ "grad_norm": 1.7520790100097656,
662
+ "learning_rate": 9.948378373776079e-05,
663
+ "loss": 1.0488,
664
+ "step": 89
665
+ },
666
+ {
667
+ "epoch": 0.05475784862496958,
668
+ "grad_norm": 1.148888111114502,
669
+ "learning_rate": 9.945954322645642e-05,
670
+ "loss": 0.8649,
671
+ "step": 90
672
+ },
673
+ {
674
+ "epoch": 0.05536626916524702,
675
+ "grad_norm": 0.883175253868103,
676
+ "learning_rate": 9.943474999043775e-05,
677
+ "loss": 0.9496,
678
+ "step": 91
679
+ },
680
+ {
681
+ "epoch": 0.05597468970552446,
682
+ "grad_norm": 1.041022539138794,
683
+ "learning_rate": 9.940940433793637e-05,
684
+ "loss": 0.9575,
685
+ "step": 92
686
+ },
687
+ {
688
+ "epoch": 0.0565831102458019,
689
+ "grad_norm": 0.8950981497764587,
690
+ "learning_rate": 9.938350658405152e-05,
691
+ "loss": 0.8507,
692
+ "step": 93
693
+ },
694
+ {
695
+ "epoch": 0.05719153078607934,
696
+ "grad_norm": 0.8415868282318115,
697
+ "learning_rate": 9.935705705074617e-05,
698
+ "loss": 0.9419,
699
+ "step": 94
700
+ },
701
+ {
702
+ "epoch": 0.05779995132635678,
703
+ "grad_norm": 0.8708381652832031,
704
+ "learning_rate": 9.933005606684317e-05,
705
+ "loss": 1.0413,
706
+ "step": 95
707
+ },
708
+ {
709
+ "epoch": 0.058408371866634216,
710
+ "grad_norm": 1.0290625095367432,
711
+ "learning_rate": 9.930250396802094e-05,
712
+ "loss": 0.9954,
713
+ "step": 96
714
+ },
715
+ {
716
+ "epoch": 0.059016792406911656,
717
+ "grad_norm": 0.8220187425613403,
718
+ "learning_rate": 9.927440109680946e-05,
719
+ "loss": 0.987,
720
+ "step": 97
721
+ },
722
+ {
723
+ "epoch": 0.059625212947189095,
724
+ "grad_norm": 0.8632601499557495,
725
+ "learning_rate": 9.924574780258596e-05,
726
+ "loss": 0.9248,
727
+ "step": 98
728
+ },
729
+ {
730
+ "epoch": 0.060233633487466534,
731
+ "grad_norm": 1.202643632888794,
732
+ "learning_rate": 9.921654444157054e-05,
733
+ "loss": 0.9264,
734
+ "step": 99
735
+ },
736
+ {
737
+ "epoch": 0.06084205402774397,
738
+ "grad_norm": 1.6064764261245728,
739
+ "learning_rate": 9.91867913768218e-05,
740
+ "loss": 1.032,
741
+ "step": 100
742
+ },
743
+ {
744
+ "epoch": 0.06084205402774397,
745
+ "eval_loss": 0.901063084602356,
746
+ "eval_runtime": 0.0644,
747
+ "eval_samples_per_second": 776.142,
748
+ "eval_steps_per_second": 46.569,
749
+ "step": 100
750
+ },
751
+ {
752
+ "epoch": 0.06145047456802142,
753
+ "grad_norm": 2.1135504245758057,
754
+ "learning_rate": 9.915648897823232e-05,
755
+ "loss": 1.8061,
756
+ "step": 101
757
+ },
758
+ {
759
+ "epoch": 0.06205889510829886,
760
+ "grad_norm": 1.5115822553634644,
761
+ "learning_rate": 9.912563762252399e-05,
762
+ "loss": 0.9178,
763
+ "step": 102
764
+ },
765
+ {
766
+ "epoch": 0.06266731564857629,
767
+ "grad_norm": 1.3775817155838013,
768
+ "learning_rate": 9.909423769324343e-05,
769
+ "loss": 0.8464,
770
+ "step": 103
771
+ },
772
+ {
773
+ "epoch": 0.06327573618885374,
774
+ "grad_norm": 1.1930534839630127,
775
+ "learning_rate": 9.906228958075717e-05,
776
+ "loss": 0.9817,
777
+ "step": 104
778
+ },
779
+ {
780
+ "epoch": 0.06388415672913117,
781
+ "grad_norm": 1.158815622329712,
782
+ "learning_rate": 9.902979368224675e-05,
783
+ "loss": 0.9052,
784
+ "step": 105
785
+ },
786
+ {
787
+ "epoch": 0.06449257726940862,
788
+ "grad_norm": 0.8110672831535339,
789
+ "learning_rate": 9.899675040170388e-05,
790
+ "loss": 0.8699,
791
+ "step": 106
792
+ },
793
+ {
794
+ "epoch": 0.06510099780968605,
795
+ "grad_norm": 0.6599923372268677,
796
+ "learning_rate": 9.896316014992537e-05,
797
+ "loss": 0.8528,
798
+ "step": 107
799
+ },
800
+ {
801
+ "epoch": 0.0657094183499635,
802
+ "grad_norm": 0.7083361744880676,
803
+ "learning_rate": 9.892902334450798e-05,
804
+ "loss": 0.9154,
805
+ "step": 108
806
+ },
807
+ {
808
+ "epoch": 0.06631783889024094,
809
+ "grad_norm": 1.0131536722183228,
810
+ "learning_rate": 9.889434040984332e-05,
811
+ "loss": 0.9124,
812
+ "step": 109
813
+ },
814
+ {
815
+ "epoch": 0.06692625943051837,
816
+ "grad_norm": 1.1790049076080322,
817
+ "learning_rate": 9.885911177711248e-05,
818
+ "loss": 0.8958,
819
+ "step": 110
820
+ },
821
+ {
822
+ "epoch": 0.06753467997079582,
823
+ "grad_norm": 1.2120789289474487,
824
+ "learning_rate": 9.882333788428073e-05,
825
+ "loss": 0.8547,
826
+ "step": 111
827
+ },
828
+ {
829
+ "epoch": 0.06814310051107325,
830
+ "grad_norm": 1.194826364517212,
831
+ "learning_rate": 9.878701917609207e-05,
832
+ "loss": 0.9218,
833
+ "step": 112
834
+ },
835
+ {
836
+ "epoch": 0.0687515210513507,
837
+ "grad_norm": 2.966965913772583,
838
+ "learning_rate": 9.875015610406369e-05,
839
+ "loss": 2.5956,
840
+ "step": 113
841
+ },
842
+ {
843
+ "epoch": 0.06935994159162813,
844
+ "grad_norm": 1.3608638048171997,
845
+ "learning_rate": 9.871274912648033e-05,
846
+ "loss": 0.9144,
847
+ "step": 114
848
+ },
849
+ {
850
+ "epoch": 0.06996836213190558,
851
+ "grad_norm": 1.4627468585968018,
852
+ "learning_rate": 9.867479870838862e-05,
853
+ "loss": 0.9815,
854
+ "step": 115
855
+ },
856
+ {
857
+ "epoch": 0.07057678267218301,
858
+ "grad_norm": 1.1806144714355469,
859
+ "learning_rate": 9.863630532159132e-05,
860
+ "loss": 0.7937,
861
+ "step": 116
862
+ },
863
+ {
864
+ "epoch": 0.07118520321246045,
865
+ "grad_norm": 1.0851095914840698,
866
+ "learning_rate": 9.859726944464137e-05,
867
+ "loss": 0.8003,
868
+ "step": 117
869
+ },
870
+ {
871
+ "epoch": 0.07179362375273789,
872
+ "grad_norm": 1.126287579536438,
873
+ "learning_rate": 9.855769156283603e-05,
874
+ "loss": 0.9241,
875
+ "step": 118
876
+ },
877
+ {
878
+ "epoch": 0.07240204429301533,
879
+ "grad_norm": 0.6791806817054749,
880
+ "learning_rate": 9.851757216821079e-05,
881
+ "loss": 0.9201,
882
+ "step": 119
883
+ },
884
+ {
885
+ "epoch": 0.07301046483329277,
886
+ "grad_norm": 0.7268375158309937,
887
+ "learning_rate": 9.847691175953328e-05,
888
+ "loss": 0.8126,
889
+ "step": 120
890
+ },
891
+ {
892
+ "epoch": 0.07361888537357021,
893
+ "grad_norm": 0.8680149912834167,
894
+ "learning_rate": 9.843571084229707e-05,
895
+ "loss": 0.8912,
896
+ "step": 121
897
+ },
898
+ {
899
+ "epoch": 0.07422730591384766,
900
+ "grad_norm": 1.042919397354126,
901
+ "learning_rate": 9.839396992871535e-05,
902
+ "loss": 0.9064,
903
+ "step": 122
904
+ },
905
+ {
906
+ "epoch": 0.07483572645412509,
907
+ "grad_norm": 1.2081691026687622,
908
+ "learning_rate": 9.835168953771461e-05,
909
+ "loss": 0.9376,
910
+ "step": 123
911
+ },
912
+ {
913
+ "epoch": 0.07544414699440254,
914
+ "grad_norm": 1.1437644958496094,
915
+ "learning_rate": 9.830887019492818e-05,
916
+ "loss": 0.9418,
917
+ "step": 124
918
+ },
919
+ {
920
+ "epoch": 0.07605256753467997,
921
+ "grad_norm": 1.2367491722106934,
922
+ "learning_rate": 9.826551243268966e-05,
923
+ "loss": 1.015,
924
+ "step": 125
925
+ },
926
+ {
927
+ "epoch": 0.07605256753467997,
928
+ "eval_loss": 0.8607701063156128,
929
+ "eval_runtime": 0.0636,
930
+ "eval_samples_per_second": 785.848,
931
+ "eval_steps_per_second": 47.151,
932
+ "step": 125
933
+ },
934
+ {
935
+ "epoch": 0.07666098807495741,
936
+ "grad_norm": 2.4859538078308105,
937
+ "learning_rate": 9.82216167900263e-05,
938
+ "loss": 1.8291,
939
+ "step": 126
940
+ },
941
+ {
942
+ "epoch": 0.07726940861523485,
943
+ "grad_norm": 1.4214491844177246,
944
+ "learning_rate": 9.81771838126524e-05,
945
+ "loss": 1.0467,
946
+ "step": 127
947
+ },
948
+ {
949
+ "epoch": 0.0778778291555123,
950
+ "grad_norm": 1.3560972213745117,
951
+ "learning_rate": 9.813221405296237e-05,
952
+ "loss": 1.0159,
953
+ "step": 128
954
+ },
955
+ {
956
+ "epoch": 0.07848624969578973,
957
+ "grad_norm": 1.501007080078125,
958
+ "learning_rate": 9.8086708070024e-05,
959
+ "loss": 0.8479,
960
+ "step": 129
961
+ },
962
+ {
963
+ "epoch": 0.07909467023606717,
964
+ "grad_norm": 1.5460386276245117,
965
+ "learning_rate": 9.804066642957143e-05,
966
+ "loss": 0.9617,
967
+ "step": 130
968
+ },
969
+ {
970
+ "epoch": 0.0797030907763446,
971
+ "grad_norm": 1.2963954210281372,
972
+ "learning_rate": 9.799408970399813e-05,
973
+ "loss": 0.8346,
974
+ "step": 131
975
+ },
976
+ {
977
+ "epoch": 0.08031151131662205,
978
+ "grad_norm": 0.8653491139411926,
979
+ "learning_rate": 9.79469784723498e-05,
980
+ "loss": 0.8009,
981
+ "step": 132
982
+ },
983
+ {
984
+ "epoch": 0.08091993185689948,
985
+ "grad_norm": 1.0787755250930786,
986
+ "learning_rate": 9.789933332031717e-05,
987
+ "loss": 0.9501,
988
+ "step": 133
989
+ },
990
+ {
991
+ "epoch": 0.08152835239717693,
992
+ "grad_norm": 1.0019638538360596,
993
+ "learning_rate": 9.78511548402287e-05,
994
+ "loss": 0.841,
995
+ "step": 134
996
+ },
997
+ {
998
+ "epoch": 0.08213677293745437,
999
+ "grad_norm": 1.1226329803466797,
1000
+ "learning_rate": 9.780244363104323e-05,
1001
+ "loss": 0.8492,
1002
+ "step": 135
1003
+ },
1004
+ {
1005
+ "epoch": 0.08274519347773181,
1006
+ "grad_norm": 1.269909381866455,
1007
+ "learning_rate": 9.775320029834254e-05,
1008
+ "loss": 0.854,
1009
+ "step": 136
1010
+ },
1011
+ {
1012
+ "epoch": 0.08335361401800925,
1013
+ "grad_norm": 1.76808762550354,
1014
+ "learning_rate": 9.770342545432383e-05,
1015
+ "loss": 0.8746,
1016
+ "step": 137
1017
+ },
1018
+ {
1019
+ "epoch": 0.08396203455828669,
1020
+ "grad_norm": 3.7219080924987793,
1021
+ "learning_rate": 9.765311971779204e-05,
1022
+ "loss": 2.2368,
1023
+ "step": 138
1024
+ },
1025
+ {
1026
+ "epoch": 0.08457045509856413,
1027
+ "grad_norm": 1.7717487812042236,
1028
+ "learning_rate": 9.760228371415227e-05,
1029
+ "loss": 1.0042,
1030
+ "step": 139
1031
+ },
1032
+ {
1033
+ "epoch": 0.08517887563884156,
1034
+ "grad_norm": 1.4473094940185547,
1035
+ "learning_rate": 9.75509180754019e-05,
1036
+ "loss": 0.8678,
1037
+ "step": 140
1038
+ },
1039
+ {
1040
+ "epoch": 0.08578729617911901,
1041
+ "grad_norm": 1.3099236488342285,
1042
+ "learning_rate": 9.749902344012279e-05,
1043
+ "loss": 0.7265,
1044
+ "step": 141
1045
+ },
1046
+ {
1047
+ "epoch": 0.08639571671939644,
1048
+ "grad_norm": 1.1434625387191772,
1049
+ "learning_rate": 9.744660045347336e-05,
1050
+ "loss": 0.7999,
1051
+ "step": 142
1052
+ },
1053
+ {
1054
+ "epoch": 0.08700413725967389,
1055
+ "grad_norm": 1.1469634771347046,
1056
+ "learning_rate": 9.73936497671805e-05,
1057
+ "loss": 0.8769,
1058
+ "step": 143
1059
+ },
1060
+ {
1061
+ "epoch": 0.08761255779995132,
1062
+ "grad_norm": 1.1170365810394287,
1063
+ "learning_rate": 9.734017203953149e-05,
1064
+ "loss": 0.8353,
1065
+ "step": 144
1066
+ },
1067
+ {
1068
+ "epoch": 0.08822097834022877,
1069
+ "grad_norm": 0.7087867259979248,
1070
+ "learning_rate": 9.728616793536588e-05,
1071
+ "loss": 0.8558,
1072
+ "step": 145
1073
+ },
1074
+ {
1075
+ "epoch": 0.0888293988805062,
1076
+ "grad_norm": 0.7099660634994507,
1077
+ "learning_rate": 9.723163812606716e-05,
1078
+ "loss": 0.7829,
1079
+ "step": 146
1080
+ },
1081
+ {
1082
+ "epoch": 0.08943781942078365,
1083
+ "grad_norm": 1.0997332334518433,
1084
+ "learning_rate": 9.71765832895544e-05,
1085
+ "loss": 0.8654,
1086
+ "step": 147
1087
+ },
1088
+ {
1089
+ "epoch": 0.09004623996106109,
1090
+ "grad_norm": 1.0360599756240845,
1091
+ "learning_rate": 9.712100411027391e-05,
1092
+ "loss": 0.8817,
1093
+ "step": 148
1094
+ },
1095
+ {
1096
+ "epoch": 0.09065466050133852,
1097
+ "grad_norm": 1.460658311843872,
1098
+ "learning_rate": 9.70649012791906e-05,
1099
+ "loss": 0.8495,
1100
+ "step": 149
1101
+ },
1102
+ {
1103
+ "epoch": 0.09126308104161597,
1104
+ "grad_norm": 1.6194958686828613,
1105
+ "learning_rate": 9.700827549377955e-05,
1106
+ "loss": 0.929,
1107
+ "step": 150
1108
+ },
1109
+ {
1110
+ "epoch": 0.09126308104161597,
1111
+ "eval_loss": 0.8000746369361877,
1112
+ "eval_runtime": 0.0648,
1113
+ "eval_samples_per_second": 771.193,
1114
+ "eval_steps_per_second": 46.272,
1115
+ "step": 150
1116
+ },
1117
+ {
1118
+ "epoch": 0.0918715015818934,
1119
+ "grad_norm": 2.0881123542785645,
1120
+ "learning_rate": 9.695112745801716e-05,
1121
+ "loss": 1.903,
1122
+ "step": 151
1123
+ },
1124
+ {
1125
+ "epoch": 0.09247992212217085,
1126
+ "grad_norm": 1.1570873260498047,
1127
+ "learning_rate": 9.689345788237256e-05,
1128
+ "loss": 0.9427,
1129
+ "step": 152
1130
+ },
1131
+ {
1132
+ "epoch": 0.09308834266244828,
1133
+ "grad_norm": 0.8610666990280151,
1134
+ "learning_rate": 9.683526748379864e-05,
1135
+ "loss": 0.8573,
1136
+ "step": 153
1137
+ },
1138
+ {
1139
+ "epoch": 0.09369676320272573,
1140
+ "grad_norm": 0.8190277218818665,
1141
+ "learning_rate": 9.677655698572326e-05,
1142
+ "loss": 0.6991,
1143
+ "step": 154
1144
+ },
1145
+ {
1146
+ "epoch": 0.09430518374300316,
1147
+ "grad_norm": 0.8921626210212708,
1148
+ "learning_rate": 9.671732711804022e-05,
1149
+ "loss": 0.7823,
1150
+ "step": 155
1151
+ },
1152
+ {
1153
+ "epoch": 0.0949136042832806,
1154
+ "grad_norm": 0.6367238759994507,
1155
+ "learning_rate": 9.665757861710008e-05,
1156
+ "loss": 0.8343,
1157
+ "step": 156
1158
+ },
1159
+ {
1160
+ "epoch": 0.09552202482355804,
1161
+ "grad_norm": 0.533492922782898,
1162
+ "learning_rate": 9.659731222570114e-05,
1163
+ "loss": 0.8161,
1164
+ "step": 157
1165
+ },
1166
+ {
1167
+ "epoch": 0.09613044536383548,
1168
+ "grad_norm": 0.7728853821754456,
1169
+ "learning_rate": 9.653652869308019e-05,
1170
+ "loss": 0.925,
1171
+ "step": 158
1172
+ },
1173
+ {
1174
+ "epoch": 0.09673886590411292,
1175
+ "grad_norm": 0.7567634582519531,
1176
+ "learning_rate": 9.647522877490312e-05,
1177
+ "loss": 0.8247,
1178
+ "step": 159
1179
+ },
1180
+ {
1181
+ "epoch": 0.09734728644439036,
1182
+ "grad_norm": 0.6781755685806274,
1183
+ "learning_rate": 9.641341323325554e-05,
1184
+ "loss": 0.8119,
1185
+ "step": 160
1186
+ },
1187
+ {
1188
+ "epoch": 0.09795570698466781,
1189
+ "grad_norm": 0.9459850788116455,
1190
+ "learning_rate": 9.635108283663343e-05,
1191
+ "loss": 0.7861,
1192
+ "step": 161
1193
+ },
1194
+ {
1195
+ "epoch": 0.09856412752494524,
1196
+ "grad_norm": 0.8214953541755676,
1197
+ "learning_rate": 9.628823835993338e-05,
1198
+ "loss": 0.8647,
1199
+ "step": 162
1200
+ },
1201
+ {
1202
+ "epoch": 0.09917254806522269,
1203
+ "grad_norm": 2.5658833980560303,
1204
+ "learning_rate": 9.622488058444314e-05,
1205
+ "loss": 2.3544,
1206
+ "step": 163
1207
+ },
1208
+ {
1209
+ "epoch": 0.09978096860550012,
1210
+ "grad_norm": 1.3964160680770874,
1211
+ "learning_rate": 9.61610102978318e-05,
1212
+ "loss": 0.8933,
1213
+ "step": 164
1214
+ },
1215
+ {
1216
+ "epoch": 0.10038938914577757,
1217
+ "grad_norm": 1.2962576150894165,
1218
+ "learning_rate": 9.609662829414005e-05,
1219
+ "loss": 0.7469,
1220
+ "step": 165
1221
+ },
1222
+ {
1223
+ "epoch": 0.100997809686055,
1224
+ "grad_norm": 1.0267356634140015,
1225
+ "learning_rate": 9.603173537377026e-05,
1226
+ "loss": 0.8354,
1227
+ "step": 166
1228
+ },
1229
+ {
1230
+ "epoch": 0.10160623022633244,
1231
+ "grad_norm": 0.7708994150161743,
1232
+ "learning_rate": 9.59663323434766e-05,
1233
+ "loss": 0.9245,
1234
+ "step": 167
1235
+ },
1236
+ {
1237
+ "epoch": 0.10221465076660988,
1238
+ "grad_norm": 0.5819109678268433,
1239
+ "learning_rate": 9.590042001635495e-05,
1240
+ "loss": 0.8,
1241
+ "step": 168
1242
+ },
1243
+ {
1244
+ "epoch": 0.10282307130688732,
1245
+ "grad_norm": 0.5333255529403687,
1246
+ "learning_rate": 9.583399921183276e-05,
1247
+ "loss": 0.798,
1248
+ "step": 169
1249
+ },
1250
+ {
1251
+ "epoch": 0.10343149184716476,
1252
+ "grad_norm": 0.9702023267745972,
1253
+ "learning_rate": 9.5767070755659e-05,
1254
+ "loss": 0.9434,
1255
+ "step": 170
1256
+ },
1257
+ {
1258
+ "epoch": 0.1040399123874422,
1259
+ "grad_norm": 0.9722750186920166,
1260
+ "learning_rate": 9.569963547989376e-05,
1261
+ "loss": 0.8818,
1262
+ "step": 171
1263
+ },
1264
+ {
1265
+ "epoch": 0.10464833292771963,
1266
+ "grad_norm": 1.0027716159820557,
1267
+ "learning_rate": 9.563169422289797e-05,
1268
+ "loss": 0.7531,
1269
+ "step": 172
1270
+ },
1271
+ {
1272
+ "epoch": 0.10525675346799708,
1273
+ "grad_norm": 0.7870794534683228,
1274
+ "learning_rate": 9.556324782932292e-05,
1275
+ "loss": 0.8253,
1276
+ "step": 173
1277
+ },
1278
+ {
1279
+ "epoch": 0.10586517400827453,
1280
+ "grad_norm": 0.7732038497924805,
1281
+ "learning_rate": 9.549429715009983e-05,
1282
+ "loss": 0.8425,
1283
+ "step": 174
1284
+ },
1285
+ {
1286
+ "epoch": 0.10647359454855196,
1287
+ "grad_norm": 1.3445314168930054,
1288
+ "learning_rate": 9.542484304242927e-05,
1289
+ "loss": 0.8793,
1290
+ "step": 175
1291
+ },
1292
+ {
1293
+ "epoch": 0.10647359454855196,
1294
+ "eval_loss": 0.7928541302680969,
1295
+ "eval_runtime": 0.0638,
1296
+ "eval_samples_per_second": 783.396,
1297
+ "eval_steps_per_second": 47.004,
1298
+ "step": 175
1299
+ },
1300
+ {
1301
+ "epoch": 0.1070820150888294,
1302
+ "grad_norm": 3.020885705947876,
1303
+ "learning_rate": 9.535488636977042e-05,
1304
+ "loss": 1.6845,
1305
+ "step": 176
1306
+ },
1307
+ {
1308
+ "epoch": 0.10769043562910684,
1309
+ "grad_norm": 2.2240676879882812,
1310
+ "learning_rate": 9.528442800183043e-05,
1311
+ "loss": 0.8827,
1312
+ "step": 177
1313
+ },
1314
+ {
1315
+ "epoch": 0.10829885616938428,
1316
+ "grad_norm": 1.7883273363113403,
1317
+ "learning_rate": 9.521346881455356e-05,
1318
+ "loss": 0.7705,
1319
+ "step": 178
1320
+ },
1321
+ {
1322
+ "epoch": 0.10890727670966172,
1323
+ "grad_norm": 1.2515283823013306,
1324
+ "learning_rate": 9.514200969011025e-05,
1325
+ "loss": 0.7441,
1326
+ "step": 179
1327
+ },
1328
+ {
1329
+ "epoch": 0.10951569724993916,
1330
+ "grad_norm": 0.8652520179748535,
1331
+ "learning_rate": 9.507005151688627e-05,
1332
+ "loss": 0.725,
1333
+ "step": 180
1334
+ },
1335
+ {
1336
+ "epoch": 0.1101241177902166,
1337
+ "grad_norm": 0.6205310225486755,
1338
+ "learning_rate": 9.499759518947156e-05,
1339
+ "loss": 0.7823,
1340
+ "step": 181
1341
+ },
1342
+ {
1343
+ "epoch": 0.11073253833049404,
1344
+ "grad_norm": 0.6425133943557739,
1345
+ "learning_rate": 9.492464160864917e-05,
1346
+ "loss": 0.7767,
1347
+ "step": 182
1348
+ },
1349
+ {
1350
+ "epoch": 0.11134095887077147,
1351
+ "grad_norm": 1.1534785032272339,
1352
+ "learning_rate": 9.485119168138405e-05,
1353
+ "loss": 0.8115,
1354
+ "step": 183
1355
+ },
1356
+ {
1357
+ "epoch": 0.11194937941104892,
1358
+ "grad_norm": 1.0528301000595093,
1359
+ "learning_rate": 9.477724632081176e-05,
1360
+ "loss": 0.7672,
1361
+ "step": 184
1362
+ },
1363
+ {
1364
+ "epoch": 0.11255779995132635,
1365
+ "grad_norm": 1.1875839233398438,
1366
+ "learning_rate": 9.470280644622713e-05,
1367
+ "loss": 0.8329,
1368
+ "step": 185
1369
+ },
1370
+ {
1371
+ "epoch": 0.1131662204916038,
1372
+ "grad_norm": 1.0731632709503174,
1373
+ "learning_rate": 9.462787298307285e-05,
1374
+ "loss": 0.8891,
1375
+ "step": 186
1376
+ },
1377
+ {
1378
+ "epoch": 0.11377464103188123,
1379
+ "grad_norm": 1.1598612070083618,
1380
+ "learning_rate": 9.455244686292789e-05,
1381
+ "loss": 0.7696,
1382
+ "step": 187
1383
+ },
1384
+ {
1385
+ "epoch": 0.11438306157215868,
1386
+ "grad_norm": 3.4111616611480713,
1387
+ "learning_rate": 9.447652902349602e-05,
1388
+ "loss": 1.4939,
1389
+ "step": 188
1390
+ },
1391
+ {
1392
+ "epoch": 0.11499148211243612,
1393
+ "grad_norm": 1.8949023485183716,
1394
+ "learning_rate": 9.44001204085941e-05,
1395
+ "loss": 0.8453,
1396
+ "step": 189
1397
+ },
1398
+ {
1399
+ "epoch": 0.11559990265271355,
1400
+ "grad_norm": 1.656935214996338,
1401
+ "learning_rate": 9.432322196814033e-05,
1402
+ "loss": 0.7722,
1403
+ "step": 190
1404
+ },
1405
+ {
1406
+ "epoch": 0.116208323192991,
1407
+ "grad_norm": 1.8966083526611328,
1408
+ "learning_rate": 9.424583465814249e-05,
1409
+ "loss": 0.7714,
1410
+ "step": 191
1411
+ },
1412
+ {
1413
+ "epoch": 0.11681674373326843,
1414
+ "grad_norm": 1.4729326963424683,
1415
+ "learning_rate": 9.4167959440686e-05,
1416
+ "loss": 0.8103,
1417
+ "step": 192
1418
+ },
1419
+ {
1420
+ "epoch": 0.11742516427354588,
1421
+ "grad_norm": 1.2855483293533325,
1422
+ "learning_rate": 9.408959728392199e-05,
1423
+ "loss": 0.751,
1424
+ "step": 193
1425
+ },
1426
+ {
1427
+ "epoch": 0.11803358481382331,
1428
+ "grad_norm": 0.6022900938987732,
1429
+ "learning_rate": 9.401074916205528e-05,
1430
+ "loss": 0.7532,
1431
+ "step": 194
1432
+ },
1433
+ {
1434
+ "epoch": 0.11864200535410076,
1435
+ "grad_norm": 0.6037607789039612,
1436
+ "learning_rate": 9.393141605533224e-05,
1437
+ "loss": 0.683,
1438
+ "step": 195
1439
+ },
1440
+ {
1441
+ "epoch": 0.11925042589437819,
1442
+ "grad_norm": 1.0040525197982788,
1443
+ "learning_rate": 9.385159895002859e-05,
1444
+ "loss": 0.7185,
1445
+ "step": 196
1446
+ },
1447
+ {
1448
+ "epoch": 0.11985884643465564,
1449
+ "grad_norm": 1.1619277000427246,
1450
+ "learning_rate": 9.37712988384372e-05,
1451
+ "loss": 0.934,
1452
+ "step": 197
1453
+ },
1454
+ {
1455
+ "epoch": 0.12046726697493307,
1456
+ "grad_norm": 1.2666449546813965,
1457
+ "learning_rate": 9.369051671885566e-05,
1458
+ "loss": 0.8437,
1459
+ "step": 198
1460
+ },
1461
+ {
1462
+ "epoch": 0.12107568751521051,
1463
+ "grad_norm": 1.3021451234817505,
1464
+ "learning_rate": 9.360925359557397e-05,
1465
+ "loss": 0.7939,
1466
+ "step": 199
1467
+ },
1468
+ {
1469
+ "epoch": 0.12168410805548795,
1470
+ "grad_norm": 1.3136470317840576,
1471
+ "learning_rate": 9.3527510478862e-05,
1472
+ "loss": 0.8785,
1473
+ "step": 200
1474
+ },
1475
+ {
1476
+ "epoch": 0.12168410805548795,
1477
+ "eval_loss": 0.770029604434967,
1478
+ "eval_runtime": 0.0645,
1479
+ "eval_samples_per_second": 775.029,
1480
+ "eval_steps_per_second": 46.502,
1481
+ "step": 200
1482
+ }
1483
+ ],
1484
+ "logging_steps": 1,
1485
+ "max_steps": 937,
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": false
1506
+ },
1507
+ "attributes": {}
1508
+ }
1509
+ },
1510
+ "total_flos": 1.3040284166258688e+16,
1511
+ "train_batch_size": 6,
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:d1c7f758a168c682ec156a053181a1d73670ecd00a5ef4c804eab91ecc0c3217
3
+ size 6776
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
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": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": true,
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
+ },
31
+ "bos_token": "<s>",
32
+ "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 %}",
33
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "legacy": true,
36
+ "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "</s>",
38
+ "sp_model_kwargs": {},
39
+ "spaces_between_special_tokens": false,
40
+ "tokenizer_class": "LlamaTokenizer",
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false,
43
+ "use_fast": true
44
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1c7f758a168c682ec156a053181a1d73670ecd00a5ef4c804eab91ecc0c3217
3
+ size 6776