tsunayoshi21 commited on
Commit
fd08d90
1 Parent(s): eaba9ac

Subiendo mi modelo entrenado

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +143 -0
  2. adapter_config.json +34 -0
  3. adapter_model.bin +3 -0
  4. checkpoint-237/README.md +202 -0
  5. checkpoint-237/adapter_config.json +34 -0
  6. checkpoint-237/adapter_model.safetensors +3 -0
  7. checkpoint-237/optimizer.pt +3 -0
  8. checkpoint-237/rng_state.pth +3 -0
  9. checkpoint-237/scheduler.pt +3 -0
  10. checkpoint-237/special_tokens_map.json +24 -0
  11. checkpoint-237/tokenizer.model +3 -0
  12. checkpoint-237/tokenizer_config.json +44 -0
  13. checkpoint-237/trainer_state.json +1724 -0
  14. checkpoint-237/training_args.bin +3 -0
  15. checkpoint-474/README.md +202 -0
  16. checkpoint-474/adapter_config.json +34 -0
  17. checkpoint-474/adapter_model.safetensors +3 -0
  18. checkpoint-474/optimizer.pt +3 -0
  19. checkpoint-474/rng_state.pth +3 -0
  20. checkpoint-474/scheduler.pt +3 -0
  21. checkpoint-474/special_tokens_map.json +24 -0
  22. checkpoint-474/tokenizer.model +3 -0
  23. checkpoint-474/tokenizer_config.json +44 -0
  24. checkpoint-474/trainer_state.json +3415 -0
  25. checkpoint-474/training_args.bin +3 -0
  26. checkpoint-711/README.md +202 -0
  27. checkpoint-711/adapter_config.json +34 -0
  28. checkpoint-711/adapter_model.safetensors +3 -0
  29. checkpoint-711/optimizer.pt +3 -0
  30. checkpoint-711/rng_state.pth +3 -0
  31. checkpoint-711/scheduler.pt +3 -0
  32. checkpoint-711/special_tokens_map.json +24 -0
  33. checkpoint-711/tokenizer.model +3 -0
  34. checkpoint-711/tokenizer_config.json +44 -0
  35. checkpoint-711/trainer_state.json +0 -0
  36. checkpoint-711/training_args.bin +3 -0
  37. checkpoint-948/README.md +202 -0
  38. checkpoint-948/adapter_config.json +34 -0
  39. checkpoint-948/adapter_model.safetensors +3 -0
  40. checkpoint-948/optimizer.pt +3 -0
  41. checkpoint-948/rng_state.pth +3 -0
  42. checkpoint-948/scheduler.pt +3 -0
  43. checkpoint-948/special_tokens_map.json +24 -0
  44. checkpoint-948/tokenizer.model +3 -0
  45. checkpoint-948/tokenizer_config.json +44 -0
  46. checkpoint-948/trainer_state.json +0 -0
  47. checkpoint-948/training_args.bin +3 -0
  48. config.json +44 -0
  49. special_tokens_map.json +24 -0
  50. tokenizer.model +3 -0
README.md ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
7
+ model-index:
8
+ - name: outputs/qlora-out
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
16
+ <details><summary>See axolotl config</summary>
17
+
18
+ axolotl version: `0.4.1`
19
+ ```yaml
20
+ adapter: qlora
21
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
22
+ bf16: false
23
+ dataset_prepared_path: null
24
+ datasets:
25
+ - path: mhenrichsen/alpaca_2k_test
26
+ type: alpaca
27
+ debug: null
28
+ deepspeed: null
29
+ early_stopping_patience: null
30
+ eval_sample_packing: false
31
+ evals_per_epoch: 4
32
+ flash_attention: false
33
+ fp16: null
34
+ fsdp: null
35
+ fsdp_config: null
36
+ gradient_accumulation_steps: 4
37
+ gradient_checkpointing: true
38
+ group_by_length: false
39
+ learning_rate: 0.0002
40
+ load_in_4bit: true
41
+ load_in_8bit: false
42
+ local_rank: null
43
+ logging_steps: 1
44
+ lora_alpha: 16
45
+ lora_dropout: 0.05
46
+ lora_fan_in_fan_out: null
47
+ lora_model_dir: null
48
+ lora_r: 32
49
+ lora_target_linear: true
50
+ lora_target_modules: null
51
+ lr_scheduler: cosine
52
+ micro_batch_size: 2
53
+ model_type: LlamaForCausalLM
54
+ num_epochs: 4
55
+ optimizer: paged_adamw_32bit
56
+ output_dir: ./outputs/qlora-out
57
+ pad_to_sequence_len: false
58
+ resume_from_checkpoint: null
59
+ sample_packing: false
60
+ saves_per_epoch: 1
61
+ sequence_len: 4096
62
+ special_tokens: null
63
+ strict: false
64
+ tf32: null
65
+ tokenizer_type: LlamaTokenizer
66
+ train_on_inputs: false
67
+ val_set_size: 0.05
68
+ wandb_entity: null
69
+ wandb_log_model: null
70
+ wandb_name: null
71
+ wandb_project: null
72
+ wandb_watch: null
73
+ warmup_steps: 10
74
+ weight_decay: 0.0
75
+ xformers_attention: null
76
+
77
+ ```
78
+
79
+ </details><br>
80
+
81
+ # outputs/qlora-out
82
+
83
+ This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on the None dataset.
84
+ It achieves the following results on the evaluation set:
85
+ - Loss: 1.2295
86
+
87
+ ## Model description
88
+
89
+ More information needed
90
+
91
+ ## Intended uses & limitations
92
+
93
+ More information needed
94
+
95
+ ## Training and evaluation data
96
+
97
+ More information needed
98
+
99
+ ## Training procedure
100
+
101
+ ### Training hyperparameters
102
+
103
+ The following hyperparameters were used during training:
104
+ - learning_rate: 0.0002
105
+ - train_batch_size: 2
106
+ - eval_batch_size: 2
107
+ - seed: 42
108
+ - gradient_accumulation_steps: 4
109
+ - total_train_batch_size: 8
110
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
111
+ - lr_scheduler_type: cosine
112
+ - lr_scheduler_warmup_steps: 10
113
+ - num_epochs: 4
114
+
115
+ ### Training results
116
+
117
+ | Training Loss | Epoch | Step | Validation Loss |
118
+ |:-------------:|:------:|:----:|:---------------:|
119
+ | 1.5605 | 0.0042 | 1 | 1.5265 |
120
+ | 1.1485 | 0.2526 | 60 | 1.2386 |
121
+ | 1.1249 | 0.5053 | 120 | 1.2167 |
122
+ | 1.3675 | 0.7579 | 180 | 1.2130 |
123
+ | 1.3449 | 1.0105 | 240 | 1.1995 |
124
+ | 1.1825 | 1.2632 | 300 | 1.2074 |
125
+ | 0.9782 | 1.5158 | 360 | 1.2060 |
126
+ | 1.2063 | 1.7684 | 420 | 1.1994 |
127
+ | 0.9614 | 2.0211 | 480 | 1.1929 |
128
+ | 1.0084 | 2.2737 | 540 | 1.2140 |
129
+ | 1.1655 | 2.5263 | 600 | 1.2174 |
130
+ | 1.1503 | 2.7789 | 660 | 1.2198 |
131
+ | 0.9577 | 3.0316 | 720 | 1.2164 |
132
+ | 0.9943 | 3.2842 | 780 | 1.2286 |
133
+ | 1.0043 | 3.5368 | 840 | 1.2289 |
134
+ | 1.128 | 3.7895 | 900 | 1.2295 |
135
+
136
+
137
+ ### Framework versions
138
+
139
+ - PEFT 0.11.1
140
+ - Transformers 4.41.1
141
+ - Pytorch 2.1.2+cu121
142
+ - Datasets 2.19.1
143
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
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": 16,
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": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "v_proj",
24
+ "k_proj",
25
+ "q_proj",
26
+ "gate_proj",
27
+ "up_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:fe890ad8ee220f505bc4a0ebd66cf525a3d15a760985d3af21a1e0e8212e40b4
3
+ size 50573978
checkpoint-237/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
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.11.1
checkpoint-237/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
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": 16,
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": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "v_proj",
24
+ "k_proj",
25
+ "q_proj",
26
+ "gate_proj",
27
+ "up_proj",
28
+ "down_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-237/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0117ce11d9f2e5d6bd5f133ad30669999be08dbaa426121bbd98337975bf835
3
+ size 50503848
checkpoint-237/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e8acf16b4e1bd9dc6c260276356388e91496c718a307a28cecd8e4a79af1e2f
3
+ size 202035450
checkpoint-237/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1746df72a4bad5eddb1e3c7cb25ea26a49bf4140a3ca0312fff3900f3c96776
3
+ size 14244
checkpoint-237/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d93959d5a6796fe7eb3f081e11fa0927ee021d92c2af05266234d62643f7e6c
3
+ size 1064
checkpoint-237/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-237/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-237/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": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "</s>",
37
+ "padding_side": "right",
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
+ }
checkpoint-237/trainer_state.json ADDED
@@ -0,0 +1,1724 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9978947368421053,
5
+ "eval_steps": 60,
6
+ "global_step": 237,
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.004210526315789474,
13
+ "grad_norm": 0.310546875,
14
+ "learning_rate": 2e-05,
15
+ "loss": 1.5605,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.004210526315789474,
20
+ "eval_loss": 1.5264556407928467,
21
+ "eval_runtime": 26.3082,
22
+ "eval_samples_per_second": 3.801,
23
+ "eval_steps_per_second": 1.901,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.008421052631578947,
28
+ "grad_norm": 0.306640625,
29
+ "learning_rate": 4e-05,
30
+ "loss": 1.4702,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.01263157894736842,
35
+ "grad_norm": 0.2578125,
36
+ "learning_rate": 6e-05,
37
+ "loss": 1.4576,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.016842105263157894,
42
+ "grad_norm": 0.65234375,
43
+ "learning_rate": 8e-05,
44
+ "loss": 1.5868,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.021052631578947368,
49
+ "grad_norm": 0.56640625,
50
+ "learning_rate": 0.0001,
51
+ "loss": 1.5916,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.02526315789473684,
56
+ "grad_norm": 0.5703125,
57
+ "learning_rate": 0.00012,
58
+ "loss": 1.7851,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.029473684210526315,
63
+ "grad_norm": 0.3359375,
64
+ "learning_rate": 0.00014,
65
+ "loss": 1.5319,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.03368421052631579,
70
+ "grad_norm": 0.39453125,
71
+ "learning_rate": 0.00016,
72
+ "loss": 1.8462,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.037894736842105266,
77
+ "grad_norm": 0.484375,
78
+ "learning_rate": 0.00018,
79
+ "loss": 1.4219,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.042105263157894736,
84
+ "grad_norm": 0.30859375,
85
+ "learning_rate": 0.0002,
86
+ "loss": 1.6555,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.04631578947368421,
91
+ "grad_norm": 0.267578125,
92
+ "learning_rate": 0.0001999994391281196,
93
+ "loss": 1.1527,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.05052631578947368,
98
+ "grad_norm": 0.298828125,
99
+ "learning_rate": 0.00019999775651876987,
100
+ "loss": 1.4265,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.05473684210526316,
105
+ "grad_norm": 0.376953125,
106
+ "learning_rate": 0.00019999495219082545,
107
+ "loss": 1.5505,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.05894736842105263,
112
+ "grad_norm": 0.380859375,
113
+ "learning_rate": 0.00019999102617574365,
114
+ "loss": 1.0313,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.06315789473684211,
119
+ "grad_norm": 0.494140625,
120
+ "learning_rate": 0.0001999859785175643,
121
+ "loss": 1.439,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.06736842105263158,
126
+ "grad_norm": 0.40234375,
127
+ "learning_rate": 0.00019997980927290927,
128
+ "loss": 1.3511,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.07157894736842105,
133
+ "grad_norm": 0.390625,
134
+ "learning_rate": 0.0001999725185109816,
135
+ "loss": 1.2886,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.07578947368421053,
140
+ "grad_norm": 0.388671875,
141
+ "learning_rate": 0.00019996410631356498,
142
+ "loss": 1.3057,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.08,
147
+ "grad_norm": 0.6328125,
148
+ "learning_rate": 0.00019995457277502271,
149
+ "loss": 1.7375,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.08421052631578947,
154
+ "grad_norm": 0.51953125,
155
+ "learning_rate": 0.00019994391800229666,
156
+ "loss": 1.3436,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.08842105263157894,
161
+ "grad_norm": 0.345703125,
162
+ "learning_rate": 0.00019993214211490608,
163
+ "loss": 1.14,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.09263157894736843,
168
+ "grad_norm": 0.357421875,
169
+ "learning_rate": 0.00019991924524494627,
170
+ "loss": 1.1322,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.0968421052631579,
175
+ "grad_norm": 0.431640625,
176
+ "learning_rate": 0.00019990522753708705,
177
+ "loss": 1.4512,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.10105263157894737,
182
+ "grad_norm": 0.2490234375,
183
+ "learning_rate": 0.00019989008914857116,
184
+ "loss": 1.3419,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.10526315789473684,
189
+ "grad_norm": 0.78515625,
190
+ "learning_rate": 0.00019987383024921255,
191
+ "loss": 1.382,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.10947368421052632,
196
+ "grad_norm": 0.56640625,
197
+ "learning_rate": 0.0001998564510213944,
198
+ "loss": 1.582,
199
+ "step": 26
200
+ },
201
+ {
202
+ "epoch": 0.11368421052631579,
203
+ "grad_norm": 0.5703125,
204
+ "learning_rate": 0.00019983795166006715,
205
+ "loss": 1.188,
206
+ "step": 27
207
+ },
208
+ {
209
+ "epoch": 0.11789473684210526,
210
+ "grad_norm": 0.46875,
211
+ "learning_rate": 0.00019981833237274618,
212
+ "loss": 1.4246,
213
+ "step": 28
214
+ },
215
+ {
216
+ "epoch": 0.12210526315789473,
217
+ "grad_norm": 0.3984375,
218
+ "learning_rate": 0.00019979759337950968,
219
+ "loss": 1.2828,
220
+ "step": 29
221
+ },
222
+ {
223
+ "epoch": 0.12631578947368421,
224
+ "grad_norm": 0.55078125,
225
+ "learning_rate": 0.00019977573491299598,
226
+ "loss": 1.6199,
227
+ "step": 30
228
+ },
229
+ {
230
+ "epoch": 0.13052631578947368,
231
+ "grad_norm": 0.8359375,
232
+ "learning_rate": 0.00019975275721840103,
233
+ "loss": 1.2398,
234
+ "step": 31
235
+ },
236
+ {
237
+ "epoch": 0.13473684210526315,
238
+ "grad_norm": 0.5,
239
+ "learning_rate": 0.00019972866055347572,
240
+ "loss": 1.4295,
241
+ "step": 32
242
+ },
243
+ {
244
+ "epoch": 0.13894736842105262,
245
+ "grad_norm": 0.5390625,
246
+ "learning_rate": 0.0001997034451885229,
247
+ "loss": 1.2814,
248
+ "step": 33
249
+ },
250
+ {
251
+ "epoch": 0.1431578947368421,
252
+ "grad_norm": 0.28515625,
253
+ "learning_rate": 0.0001996771114063943,
254
+ "loss": 1.532,
255
+ "step": 34
256
+ },
257
+ {
258
+ "epoch": 0.14736842105263157,
259
+ "grad_norm": 0.40625,
260
+ "learning_rate": 0.00019964965950248757,
261
+ "loss": 1.3516,
262
+ "step": 35
263
+ },
264
+ {
265
+ "epoch": 0.15157894736842106,
266
+ "grad_norm": 0.44921875,
267
+ "learning_rate": 0.00019962108978474263,
268
+ "loss": 1.1487,
269
+ "step": 36
270
+ },
271
+ {
272
+ "epoch": 0.15578947368421053,
273
+ "grad_norm": 0.310546875,
274
+ "learning_rate": 0.0001995914025736386,
275
+ "loss": 1.3543,
276
+ "step": 37
277
+ },
278
+ {
279
+ "epoch": 0.16,
280
+ "grad_norm": 0.306640625,
281
+ "learning_rate": 0.00019956059820218982,
282
+ "loss": 1.2986,
283
+ "step": 38
284
+ },
285
+ {
286
+ "epoch": 0.16421052631578947,
287
+ "grad_norm": 0.625,
288
+ "learning_rate": 0.00019952867701594247,
289
+ "loss": 1.0167,
290
+ "step": 39
291
+ },
292
+ {
293
+ "epoch": 0.16842105263157894,
294
+ "grad_norm": 0.306640625,
295
+ "learning_rate": 0.00019949563937297045,
296
+ "loss": 1.2287,
297
+ "step": 40
298
+ },
299
+ {
300
+ "epoch": 0.1726315789473684,
301
+ "grad_norm": 0.34765625,
302
+ "learning_rate": 0.00019946148564387145,
303
+ "loss": 1.0063,
304
+ "step": 41
305
+ },
306
+ {
307
+ "epoch": 0.17684210526315788,
308
+ "grad_norm": 0.94921875,
309
+ "learning_rate": 0.00019942621621176282,
310
+ "loss": 1.2712,
311
+ "step": 42
312
+ },
313
+ {
314
+ "epoch": 0.18105263157894738,
315
+ "grad_norm": 0.333984375,
316
+ "learning_rate": 0.00019938983147227716,
317
+ "loss": 1.2106,
318
+ "step": 43
319
+ },
320
+ {
321
+ "epoch": 0.18526315789473685,
322
+ "grad_norm": 0.6328125,
323
+ "learning_rate": 0.0001993523318335581,
324
+ "loss": 1.4887,
325
+ "step": 44
326
+ },
327
+ {
328
+ "epoch": 0.18947368421052632,
329
+ "grad_norm": 0.62890625,
330
+ "learning_rate": 0.00019931371771625544,
331
+ "loss": 1.2747,
332
+ "step": 45
333
+ },
334
+ {
335
+ "epoch": 0.1936842105263158,
336
+ "grad_norm": 0.2216796875,
337
+ "learning_rate": 0.00019927398955352061,
338
+ "loss": 1.1946,
339
+ "step": 46
340
+ },
341
+ {
342
+ "epoch": 0.19789473684210526,
343
+ "grad_norm": 0.54296875,
344
+ "learning_rate": 0.00019923314779100184,
345
+ "loss": 1.2467,
346
+ "step": 47
347
+ },
348
+ {
349
+ "epoch": 0.20210526315789473,
350
+ "grad_norm": 0.25390625,
351
+ "learning_rate": 0.00019919119288683908,
352
+ "loss": 1.5067,
353
+ "step": 48
354
+ },
355
+ {
356
+ "epoch": 0.2063157894736842,
357
+ "grad_norm": 0.404296875,
358
+ "learning_rate": 0.00019914812531165877,
359
+ "loss": 1.4291,
360
+ "step": 49
361
+ },
362
+ {
363
+ "epoch": 0.21052631578947367,
364
+ "grad_norm": 0.267578125,
365
+ "learning_rate": 0.00019910394554856876,
366
+ "loss": 1.0136,
367
+ "step": 50
368
+ },
369
+ {
370
+ "epoch": 0.21473684210526317,
371
+ "grad_norm": 1.328125,
372
+ "learning_rate": 0.00019905865409315288,
373
+ "loss": 1.2874,
374
+ "step": 51
375
+ },
376
+ {
377
+ "epoch": 0.21894736842105264,
378
+ "grad_norm": 0.244140625,
379
+ "learning_rate": 0.0001990122514534651,
380
+ "loss": 0.9588,
381
+ "step": 52
382
+ },
383
+ {
384
+ "epoch": 0.2231578947368421,
385
+ "grad_norm": 0.376953125,
386
+ "learning_rate": 0.0001989647381500242,
387
+ "loss": 1.3036,
388
+ "step": 53
389
+ },
390
+ {
391
+ "epoch": 0.22736842105263158,
392
+ "grad_norm": 0.5,
393
+ "learning_rate": 0.00019891611471580764,
394
+ "loss": 1.514,
395
+ "step": 54
396
+ },
397
+ {
398
+ "epoch": 0.23157894736842105,
399
+ "grad_norm": 0.423828125,
400
+ "learning_rate": 0.0001988663816962458,
401
+ "loss": 1.2444,
402
+ "step": 55
403
+ },
404
+ {
405
+ "epoch": 0.23578947368421052,
406
+ "grad_norm": 0.30078125,
407
+ "learning_rate": 0.00019881553964921572,
408
+ "loss": 1.2261,
409
+ "step": 56
410
+ },
411
+ {
412
+ "epoch": 0.24,
413
+ "grad_norm": 0.34765625,
414
+ "learning_rate": 0.00019876358914503492,
415
+ "loss": 1.2489,
416
+ "step": 57
417
+ },
418
+ {
419
+ "epoch": 0.24421052631578946,
420
+ "grad_norm": 0.431640625,
421
+ "learning_rate": 0.00019871053076645488,
422
+ "loss": 1.2134,
423
+ "step": 58
424
+ },
425
+ {
426
+ "epoch": 0.24842105263157896,
427
+ "grad_norm": 0.259765625,
428
+ "learning_rate": 0.00019865636510865467,
429
+ "loss": 1.1999,
430
+ "step": 59
431
+ },
432
+ {
433
+ "epoch": 0.25263157894736843,
434
+ "grad_norm": 0.2421875,
435
+ "learning_rate": 0.00019860109277923418,
436
+ "loss": 1.1485,
437
+ "step": 60
438
+ },
439
+ {
440
+ "epoch": 0.25263157894736843,
441
+ "eval_loss": 1.2386109828948975,
442
+ "eval_runtime": 25.8708,
443
+ "eval_samples_per_second": 3.865,
444
+ "eval_steps_per_second": 1.933,
445
+ "step": 60
446
+ },
447
+ {
448
+ "epoch": 0.25684210526315787,
449
+ "grad_norm": 0.5390625,
450
+ "learning_rate": 0.00019854471439820733,
451
+ "loss": 1.2963,
452
+ "step": 61
453
+ },
454
+ {
455
+ "epoch": 0.26105263157894737,
456
+ "grad_norm": 0.345703125,
457
+ "learning_rate": 0.00019848723059799506,
458
+ "loss": 1.097,
459
+ "step": 62
460
+ },
461
+ {
462
+ "epoch": 0.26526315789473687,
463
+ "grad_norm": 0.49609375,
464
+ "learning_rate": 0.00019842864202341835,
465
+ "loss": 1.1463,
466
+ "step": 63
467
+ },
468
+ {
469
+ "epoch": 0.2694736842105263,
470
+ "grad_norm": 0.267578125,
471
+ "learning_rate": 0.00019836894933169088,
472
+ "loss": 1.1921,
473
+ "step": 64
474
+ },
475
+ {
476
+ "epoch": 0.2736842105263158,
477
+ "grad_norm": 0.349609375,
478
+ "learning_rate": 0.00019830815319241168,
479
+ "loss": 1.1835,
480
+ "step": 65
481
+ },
482
+ {
483
+ "epoch": 0.27789473684210525,
484
+ "grad_norm": 0.333984375,
485
+ "learning_rate": 0.0001982462542875576,
486
+ "loss": 1.1998,
487
+ "step": 66
488
+ },
489
+ {
490
+ "epoch": 0.28210526315789475,
491
+ "grad_norm": 0.244140625,
492
+ "learning_rate": 0.00019818325331147585,
493
+ "loss": 1.1047,
494
+ "step": 67
495
+ },
496
+ {
497
+ "epoch": 0.2863157894736842,
498
+ "grad_norm": 0.244140625,
499
+ "learning_rate": 0.00019811915097087587,
500
+ "loss": 1.2452,
501
+ "step": 68
502
+ },
503
+ {
504
+ "epoch": 0.2905263157894737,
505
+ "grad_norm": 0.259765625,
506
+ "learning_rate": 0.00019805394798482167,
507
+ "loss": 1.1633,
508
+ "step": 69
509
+ },
510
+ {
511
+ "epoch": 0.29473684210526313,
512
+ "grad_norm": 0.44140625,
513
+ "learning_rate": 0.00019798764508472373,
514
+ "loss": 1.0081,
515
+ "step": 70
516
+ },
517
+ {
518
+ "epoch": 0.29894736842105263,
519
+ "grad_norm": 0.5703125,
520
+ "learning_rate": 0.00019792024301433064,
521
+ "loss": 0.9194,
522
+ "step": 71
523
+ },
524
+ {
525
+ "epoch": 0.3031578947368421,
526
+ "grad_norm": 0.357421875,
527
+ "learning_rate": 0.00019785174252972092,
528
+ "loss": 0.8091,
529
+ "step": 72
530
+ },
531
+ {
532
+ "epoch": 0.30736842105263157,
533
+ "grad_norm": 0.33984375,
534
+ "learning_rate": 0.00019778214439929452,
535
+ "loss": 1.1248,
536
+ "step": 73
537
+ },
538
+ {
539
+ "epoch": 0.31157894736842107,
540
+ "grad_norm": 0.23046875,
541
+ "learning_rate": 0.0001977114494037641,
542
+ "loss": 1.1204,
543
+ "step": 74
544
+ },
545
+ {
546
+ "epoch": 0.3157894736842105,
547
+ "grad_norm": 0.51171875,
548
+ "learning_rate": 0.0001976396583361464,
549
+ "loss": 1.1662,
550
+ "step": 75
551
+ },
552
+ {
553
+ "epoch": 0.32,
554
+ "grad_norm": 0.2578125,
555
+ "learning_rate": 0.00019756677200175315,
556
+ "loss": 1.1222,
557
+ "step": 76
558
+ },
559
+ {
560
+ "epoch": 0.32421052631578945,
561
+ "grad_norm": 0.796875,
562
+ "learning_rate": 0.00019749279121818235,
563
+ "loss": 1.0329,
564
+ "step": 77
565
+ },
566
+ {
567
+ "epoch": 0.32842105263157895,
568
+ "grad_norm": 0.2490234375,
569
+ "learning_rate": 0.0001974177168153088,
570
+ "loss": 1.1199,
571
+ "step": 78
572
+ },
573
+ {
574
+ "epoch": 0.33263157894736844,
575
+ "grad_norm": 0.26171875,
576
+ "learning_rate": 0.00019734154963527495,
577
+ "loss": 1.4391,
578
+ "step": 79
579
+ },
580
+ {
581
+ "epoch": 0.3368421052631579,
582
+ "grad_norm": 0.30078125,
583
+ "learning_rate": 0.0001972642905324813,
584
+ "loss": 1.3924,
585
+ "step": 80
586
+ },
587
+ {
588
+ "epoch": 0.3410526315789474,
589
+ "grad_norm": 0.208984375,
590
+ "learning_rate": 0.00019718594037357713,
591
+ "loss": 1.1518,
592
+ "step": 81
593
+ },
594
+ {
595
+ "epoch": 0.3452631578947368,
596
+ "grad_norm": 0.953125,
597
+ "learning_rate": 0.0001971065000374504,
598
+ "loss": 1.2606,
599
+ "step": 82
600
+ },
601
+ {
602
+ "epoch": 0.3494736842105263,
603
+ "grad_norm": 0.306640625,
604
+ "learning_rate": 0.0001970259704152181,
605
+ "loss": 1.2293,
606
+ "step": 83
607
+ },
608
+ {
609
+ "epoch": 0.35368421052631577,
610
+ "grad_norm": 0.6328125,
611
+ "learning_rate": 0.0001969443524102163,
612
+ "loss": 0.9564,
613
+ "step": 84
614
+ },
615
+ {
616
+ "epoch": 0.35789473684210527,
617
+ "grad_norm": 0.279296875,
618
+ "learning_rate": 0.00019686164693798986,
619
+ "loss": 1.2023,
620
+ "step": 85
621
+ },
622
+ {
623
+ "epoch": 0.36210526315789476,
624
+ "grad_norm": 0.263671875,
625
+ "learning_rate": 0.0001967778549262822,
626
+ "loss": 0.9322,
627
+ "step": 86
628
+ },
629
+ {
630
+ "epoch": 0.3663157894736842,
631
+ "grad_norm": 0.51171875,
632
+ "learning_rate": 0.00019669297731502507,
633
+ "loss": 1.2589,
634
+ "step": 87
635
+ },
636
+ {
637
+ "epoch": 0.3705263157894737,
638
+ "grad_norm": 0.392578125,
639
+ "learning_rate": 0.00019660701505632772,
640
+ "loss": 1.3188,
641
+ "step": 88
642
+ },
643
+ {
644
+ "epoch": 0.37473684210526315,
645
+ "grad_norm": 0.51953125,
646
+ "learning_rate": 0.00019651996911446647,
647
+ "loss": 1.0415,
648
+ "step": 89
649
+ },
650
+ {
651
+ "epoch": 0.37894736842105264,
652
+ "grad_norm": 0.427734375,
653
+ "learning_rate": 0.0001964318404658737,
654
+ "loss": 1.467,
655
+ "step": 90
656
+ },
657
+ {
658
+ "epoch": 0.3831578947368421,
659
+ "grad_norm": 0.4453125,
660
+ "learning_rate": 0.00019634263009912705,
661
+ "loss": 1.5527,
662
+ "step": 91
663
+ },
664
+ {
665
+ "epoch": 0.3873684210526316,
666
+ "grad_norm": 0.30859375,
667
+ "learning_rate": 0.00019625233901493822,
668
+ "loss": 1.2043,
669
+ "step": 92
670
+ },
671
+ {
672
+ "epoch": 0.391578947368421,
673
+ "grad_norm": 0.279296875,
674
+ "learning_rate": 0.00019616096822614186,
675
+ "loss": 0.9677,
676
+ "step": 93
677
+ },
678
+ {
679
+ "epoch": 0.3957894736842105,
680
+ "grad_norm": 0.46484375,
681
+ "learning_rate": 0.000196068518757684,
682
+ "loss": 1.1942,
683
+ "step": 94
684
+ },
685
+ {
686
+ "epoch": 0.4,
687
+ "grad_norm": 0.435546875,
688
+ "learning_rate": 0.00019597499164661093,
689
+ "loss": 1.3481,
690
+ "step": 95
691
+ },
692
+ {
693
+ "epoch": 0.40421052631578946,
694
+ "grad_norm": 0.291015625,
695
+ "learning_rate": 0.00019588038794205703,
696
+ "loss": 1.2776,
697
+ "step": 96
698
+ },
699
+ {
700
+ "epoch": 0.40842105263157896,
701
+ "grad_norm": 0.3828125,
702
+ "learning_rate": 0.00019578470870523359,
703
+ "loss": 1.4808,
704
+ "step": 97
705
+ },
706
+ {
707
+ "epoch": 0.4126315789473684,
708
+ "grad_norm": 0.28125,
709
+ "learning_rate": 0.00019568795500941635,
710
+ "loss": 1.3385,
711
+ "step": 98
712
+ },
713
+ {
714
+ "epoch": 0.4168421052631579,
715
+ "grad_norm": 0.484375,
716
+ "learning_rate": 0.00019559012793993392,
717
+ "loss": 1.5787,
718
+ "step": 99
719
+ },
720
+ {
721
+ "epoch": 0.42105263157894735,
722
+ "grad_norm": 0.298828125,
723
+ "learning_rate": 0.00019549122859415538,
724
+ "loss": 1.2151,
725
+ "step": 100
726
+ },
727
+ {
728
+ "epoch": 0.42526315789473684,
729
+ "grad_norm": 0.65234375,
730
+ "learning_rate": 0.0001953912580814779,
731
+ "loss": 1.0332,
732
+ "step": 101
733
+ },
734
+ {
735
+ "epoch": 0.42947368421052634,
736
+ "grad_norm": 0.37890625,
737
+ "learning_rate": 0.00019529021752331453,
738
+ "loss": 1.2677,
739
+ "step": 102
740
+ },
741
+ {
742
+ "epoch": 0.4336842105263158,
743
+ "grad_norm": 0.265625,
744
+ "learning_rate": 0.0001951881080530814,
745
+ "loss": 1.0672,
746
+ "step": 103
747
+ },
748
+ {
749
+ "epoch": 0.4378947368421053,
750
+ "grad_norm": 0.498046875,
751
+ "learning_rate": 0.00019508493081618513,
752
+ "loss": 1.1736,
753
+ "step": 104
754
+ },
755
+ {
756
+ "epoch": 0.4421052631578947,
757
+ "grad_norm": 0.298828125,
758
+ "learning_rate": 0.00019498068697000994,
759
+ "loss": 1.1174,
760
+ "step": 105
761
+ },
762
+ {
763
+ "epoch": 0.4463157894736842,
764
+ "grad_norm": 0.169921875,
765
+ "learning_rate": 0.00019487537768390464,
766
+ "loss": 1.0712,
767
+ "step": 106
768
+ },
769
+ {
770
+ "epoch": 0.45052631578947366,
771
+ "grad_norm": 0.55078125,
772
+ "learning_rate": 0.0001947690041391696,
773
+ "loss": 1.4496,
774
+ "step": 107
775
+ },
776
+ {
777
+ "epoch": 0.45473684210526316,
778
+ "grad_norm": 0.47265625,
779
+ "learning_rate": 0.00019466156752904343,
780
+ "loss": 1.2413,
781
+ "step": 108
782
+ },
783
+ {
784
+ "epoch": 0.4589473684210526,
785
+ "grad_norm": 0.6015625,
786
+ "learning_rate": 0.0001945530690586896,
787
+ "loss": 1.0208,
788
+ "step": 109
789
+ },
790
+ {
791
+ "epoch": 0.4631578947368421,
792
+ "grad_norm": 0.35546875,
793
+ "learning_rate": 0.0001944435099451829,
794
+ "loss": 1.3997,
795
+ "step": 110
796
+ },
797
+ {
798
+ "epoch": 0.4673684210526316,
799
+ "grad_norm": 0.330078125,
800
+ "learning_rate": 0.00019433289141749586,
801
+ "loss": 1.2914,
802
+ "step": 111
803
+ },
804
+ {
805
+ "epoch": 0.47157894736842104,
806
+ "grad_norm": 0.63671875,
807
+ "learning_rate": 0.00019422121471648497,
808
+ "loss": 0.8134,
809
+ "step": 112
810
+ },
811
+ {
812
+ "epoch": 0.47578947368421054,
813
+ "grad_norm": 0.30859375,
814
+ "learning_rate": 0.00019410848109487658,
815
+ "loss": 1.1282,
816
+ "step": 113
817
+ },
818
+ {
819
+ "epoch": 0.48,
820
+ "grad_norm": 0.5625,
821
+ "learning_rate": 0.0001939946918172531,
822
+ "loss": 1.3254,
823
+ "step": 114
824
+ },
825
+ {
826
+ "epoch": 0.4842105263157895,
827
+ "grad_norm": 0.30859375,
828
+ "learning_rate": 0.00019387984816003867,
829
+ "loss": 1.6428,
830
+ "step": 115
831
+ },
832
+ {
833
+ "epoch": 0.4884210526315789,
834
+ "grad_norm": 0.33203125,
835
+ "learning_rate": 0.00019376395141148476,
836
+ "loss": 1.0688,
837
+ "step": 116
838
+ },
839
+ {
840
+ "epoch": 0.4926315789473684,
841
+ "grad_norm": 0.6953125,
842
+ "learning_rate": 0.00019364700287165604,
843
+ "loss": 1.0969,
844
+ "step": 117
845
+ },
846
+ {
847
+ "epoch": 0.4968421052631579,
848
+ "grad_norm": 1.296875,
849
+ "learning_rate": 0.00019352900385241536,
850
+ "loss": 1.5249,
851
+ "step": 118
852
+ },
853
+ {
854
+ "epoch": 0.5010526315789474,
855
+ "grad_norm": 0.2001953125,
856
+ "learning_rate": 0.00019340995567740938,
857
+ "loss": 1.2095,
858
+ "step": 119
859
+ },
860
+ {
861
+ "epoch": 0.5052631578947369,
862
+ "grad_norm": 0.53515625,
863
+ "learning_rate": 0.0001932898596820536,
864
+ "loss": 1.1249,
865
+ "step": 120
866
+ },
867
+ {
868
+ "epoch": 0.5052631578947369,
869
+ "eval_loss": 1.2166697978973389,
870
+ "eval_runtime": 25.8713,
871
+ "eval_samples_per_second": 3.865,
872
+ "eval_steps_per_second": 1.933,
873
+ "step": 120
874
+ },
875
+ {
876
+ "epoch": 0.5094736842105263,
877
+ "grad_norm": 0.423828125,
878
+ "learning_rate": 0.00019316871721351733,
879
+ "loss": 1.5017,
880
+ "step": 121
881
+ },
882
+ {
883
+ "epoch": 0.5136842105263157,
884
+ "grad_norm": 0.7421875,
885
+ "learning_rate": 0.0001930465296307087,
886
+ "loss": 1.0994,
887
+ "step": 122
888
+ },
889
+ {
890
+ "epoch": 0.5178947368421053,
891
+ "grad_norm": 0.21875,
892
+ "learning_rate": 0.0001929232983042592,
893
+ "loss": 1.0339,
894
+ "step": 123
895
+ },
896
+ {
897
+ "epoch": 0.5221052631578947,
898
+ "grad_norm": 0.6328125,
899
+ "learning_rate": 0.00019279902461650866,
900
+ "loss": 1.1317,
901
+ "step": 124
902
+ },
903
+ {
904
+ "epoch": 0.5263157894736842,
905
+ "grad_norm": 0.3984375,
906
+ "learning_rate": 0.00019267370996148934,
907
+ "loss": 0.9421,
908
+ "step": 125
909
+ },
910
+ {
911
+ "epoch": 0.5305263157894737,
912
+ "grad_norm": 0.396484375,
913
+ "learning_rate": 0.00019254735574491058,
914
+ "loss": 1.3029,
915
+ "step": 126
916
+ },
917
+ {
918
+ "epoch": 0.5347368421052632,
919
+ "grad_norm": 0.8359375,
920
+ "learning_rate": 0.00019241996338414296,
921
+ "loss": 1.3548,
922
+ "step": 127
923
+ },
924
+ {
925
+ "epoch": 0.5389473684210526,
926
+ "grad_norm": 0.84765625,
927
+ "learning_rate": 0.00019229153430820232,
928
+ "loss": 1.0865,
929
+ "step": 128
930
+ },
931
+ {
932
+ "epoch": 0.5431578947368421,
933
+ "grad_norm": 0.453125,
934
+ "learning_rate": 0.00019216206995773373,
935
+ "loss": 0.8151,
936
+ "step": 129
937
+ },
938
+ {
939
+ "epoch": 0.5473684210526316,
940
+ "grad_norm": 0.8046875,
941
+ "learning_rate": 0.0001920315717849956,
942
+ "loss": 1.3576,
943
+ "step": 130
944
+ },
945
+ {
946
+ "epoch": 0.5515789473684211,
947
+ "grad_norm": 0.82421875,
948
+ "learning_rate": 0.00019190004125384293,
949
+ "loss": 1.2439,
950
+ "step": 131
951
+ },
952
+ {
953
+ "epoch": 0.5557894736842105,
954
+ "grad_norm": 0.56640625,
955
+ "learning_rate": 0.0001917674798397113,
956
+ "loss": 0.9743,
957
+ "step": 132
958
+ },
959
+ {
960
+ "epoch": 0.56,
961
+ "grad_norm": 1.1015625,
962
+ "learning_rate": 0.0001916338890296001,
963
+ "loss": 1.3315,
964
+ "step": 133
965
+ },
966
+ {
967
+ "epoch": 0.5642105263157895,
968
+ "grad_norm": 0.333984375,
969
+ "learning_rate": 0.00019149927032205587,
970
+ "loss": 1.3268,
971
+ "step": 134
972
+ },
973
+ {
974
+ "epoch": 0.5684210526315789,
975
+ "grad_norm": 0.388671875,
976
+ "learning_rate": 0.00019136362522715562,
977
+ "loss": 1.4751,
978
+ "step": 135
979
+ },
980
+ {
981
+ "epoch": 0.5726315789473684,
982
+ "grad_norm": 0.2734375,
983
+ "learning_rate": 0.00019122695526648968,
984
+ "loss": 1.1219,
985
+ "step": 136
986
+ },
987
+ {
988
+ "epoch": 0.5768421052631579,
989
+ "grad_norm": 1.0703125,
990
+ "learning_rate": 0.00019108926197314486,
991
+ "loss": 1.4059,
992
+ "step": 137
993
+ },
994
+ {
995
+ "epoch": 0.5810526315789474,
996
+ "grad_norm": 0.33203125,
997
+ "learning_rate": 0.00019095054689168705,
998
+ "loss": 1.3282,
999
+ "step": 138
1000
+ },
1001
+ {
1002
+ "epoch": 0.5852631578947368,
1003
+ "grad_norm": 0.6171875,
1004
+ "learning_rate": 0.00019081081157814404,
1005
+ "loss": 1.6334,
1006
+ "step": 139
1007
+ },
1008
+ {
1009
+ "epoch": 0.5894736842105263,
1010
+ "grad_norm": 0.359375,
1011
+ "learning_rate": 0.00019067005759998797,
1012
+ "loss": 1.159,
1013
+ "step": 140
1014
+ },
1015
+ {
1016
+ "epoch": 0.5936842105263158,
1017
+ "grad_norm": 0.470703125,
1018
+ "learning_rate": 0.00019052828653611786,
1019
+ "loss": 1.3261,
1020
+ "step": 141
1021
+ },
1022
+ {
1023
+ "epoch": 0.5978947368421053,
1024
+ "grad_norm": 0.26171875,
1025
+ "learning_rate": 0.0001903854999768417,
1026
+ "loss": 1.2041,
1027
+ "step": 142
1028
+ },
1029
+ {
1030
+ "epoch": 0.6021052631578947,
1031
+ "grad_norm": 0.27734375,
1032
+ "learning_rate": 0.00019024169952385885,
1033
+ "loss": 1.1998,
1034
+ "step": 143
1035
+ },
1036
+ {
1037
+ "epoch": 0.6063157894736843,
1038
+ "grad_norm": 0.56640625,
1039
+ "learning_rate": 0.0001900968867902419,
1040
+ "loss": 1.6427,
1041
+ "step": 144
1042
+ },
1043
+ {
1044
+ "epoch": 0.6105263157894737,
1045
+ "grad_norm": 0.419921875,
1046
+ "learning_rate": 0.00018995106340041873,
1047
+ "loss": 1.1968,
1048
+ "step": 145
1049
+ },
1050
+ {
1051
+ "epoch": 0.6147368421052631,
1052
+ "grad_norm": 0.671875,
1053
+ "learning_rate": 0.00018980423099015402,
1054
+ "loss": 0.8641,
1055
+ "step": 146
1056
+ },
1057
+ {
1058
+ "epoch": 0.6189473684210526,
1059
+ "grad_norm": 0.333984375,
1060
+ "learning_rate": 0.00018965639120653121,
1061
+ "loss": 1.4518,
1062
+ "step": 147
1063
+ },
1064
+ {
1065
+ "epoch": 0.6231578947368421,
1066
+ "grad_norm": 0.423828125,
1067
+ "learning_rate": 0.00018950754570793384,
1068
+ "loss": 1.3077,
1069
+ "step": 148
1070
+ },
1071
+ {
1072
+ "epoch": 0.6273684210526316,
1073
+ "grad_norm": 0.85546875,
1074
+ "learning_rate": 0.00018935769616402703,
1075
+ "loss": 1.2077,
1076
+ "step": 149
1077
+ },
1078
+ {
1079
+ "epoch": 0.631578947368421,
1080
+ "grad_norm": 0.224609375,
1081
+ "learning_rate": 0.00018920684425573865,
1082
+ "loss": 1.0868,
1083
+ "step": 150
1084
+ },
1085
+ {
1086
+ "epoch": 0.6357894736842106,
1087
+ "grad_norm": 0.25390625,
1088
+ "learning_rate": 0.00018905499167524062,
1089
+ "loss": 1.2018,
1090
+ "step": 151
1091
+ },
1092
+ {
1093
+ "epoch": 0.64,
1094
+ "grad_norm": 0.498046875,
1095
+ "learning_rate": 0.00018890214012592975,
1096
+ "loss": 1.1675,
1097
+ "step": 152
1098
+ },
1099
+ {
1100
+ "epoch": 0.6442105263157895,
1101
+ "grad_norm": 0.2451171875,
1102
+ "learning_rate": 0.00018874829132240874,
1103
+ "loss": 1.2348,
1104
+ "step": 153
1105
+ },
1106
+ {
1107
+ "epoch": 0.6484210526315789,
1108
+ "grad_norm": 0.33984375,
1109
+ "learning_rate": 0.000188593446990467,
1110
+ "loss": 1.3202,
1111
+ "step": 154
1112
+ },
1113
+ {
1114
+ "epoch": 0.6526315789473685,
1115
+ "grad_norm": 1.0078125,
1116
+ "learning_rate": 0.0001884376088670611,
1117
+ "loss": 1.0171,
1118
+ "step": 155
1119
+ },
1120
+ {
1121
+ "epoch": 0.6568421052631579,
1122
+ "grad_norm": 0.318359375,
1123
+ "learning_rate": 0.00018828077870029552,
1124
+ "loss": 1.219,
1125
+ "step": 156
1126
+ },
1127
+ {
1128
+ "epoch": 0.6610526315789473,
1129
+ "grad_norm": 0.369140625,
1130
+ "learning_rate": 0.00018812295824940285,
1131
+ "loss": 0.8956,
1132
+ "step": 157
1133
+ },
1134
+ {
1135
+ "epoch": 0.6652631578947369,
1136
+ "grad_norm": 0.328125,
1137
+ "learning_rate": 0.00018796414928472417,
1138
+ "loss": 0.9322,
1139
+ "step": 158
1140
+ },
1141
+ {
1142
+ "epoch": 0.6694736842105263,
1143
+ "grad_norm": 0.2890625,
1144
+ "learning_rate": 0.0001878043535876891,
1145
+ "loss": 1.2062,
1146
+ "step": 159
1147
+ },
1148
+ {
1149
+ "epoch": 0.6736842105263158,
1150
+ "grad_norm": 0.41015625,
1151
+ "learning_rate": 0.0001876435729507959,
1152
+ "loss": 1.3113,
1153
+ "step": 160
1154
+ },
1155
+ {
1156
+ "epoch": 0.6778947368421052,
1157
+ "grad_norm": 0.53515625,
1158
+ "learning_rate": 0.00018748180917759136,
1159
+ "loss": 1.1539,
1160
+ "step": 161
1161
+ },
1162
+ {
1163
+ "epoch": 0.6821052631578948,
1164
+ "grad_norm": 0.279296875,
1165
+ "learning_rate": 0.0001873190640826505,
1166
+ "loss": 1.3287,
1167
+ "step": 162
1168
+ },
1169
+ {
1170
+ "epoch": 0.6863157894736842,
1171
+ "grad_norm": 0.298828125,
1172
+ "learning_rate": 0.00018715533949155625,
1173
+ "loss": 1.0616,
1174
+ "step": 163
1175
+ },
1176
+ {
1177
+ "epoch": 0.6905263157894737,
1178
+ "grad_norm": 0.388671875,
1179
+ "learning_rate": 0.00018699063724087904,
1180
+ "loss": 1.0171,
1181
+ "step": 164
1182
+ },
1183
+ {
1184
+ "epoch": 0.6947368421052632,
1185
+ "grad_norm": 0.32421875,
1186
+ "learning_rate": 0.00018682495917815608,
1187
+ "loss": 1.1113,
1188
+ "step": 165
1189
+ },
1190
+ {
1191
+ "epoch": 0.6989473684210527,
1192
+ "grad_norm": 0.46875,
1193
+ "learning_rate": 0.00018665830716187065,
1194
+ "loss": 0.8351,
1195
+ "step": 166
1196
+ },
1197
+ {
1198
+ "epoch": 0.7031578947368421,
1199
+ "grad_norm": 0.6015625,
1200
+ "learning_rate": 0.0001864906830614314,
1201
+ "loss": 1.2181,
1202
+ "step": 167
1203
+ },
1204
+ {
1205
+ "epoch": 0.7073684210526315,
1206
+ "grad_norm": 0.71875,
1207
+ "learning_rate": 0.0001863220887571512,
1208
+ "loss": 1.1843,
1209
+ "step": 168
1210
+ },
1211
+ {
1212
+ "epoch": 0.7115789473684211,
1213
+ "grad_norm": 0.51953125,
1214
+ "learning_rate": 0.00018615252614022617,
1215
+ "loss": 1.3809,
1216
+ "step": 169
1217
+ },
1218
+ {
1219
+ "epoch": 0.7157894736842105,
1220
+ "grad_norm": 0.34375,
1221
+ "learning_rate": 0.0001859819971127143,
1222
+ "loss": 1.4288,
1223
+ "step": 170
1224
+ },
1225
+ {
1226
+ "epoch": 0.72,
1227
+ "grad_norm": 0.41796875,
1228
+ "learning_rate": 0.00018581050358751445,
1229
+ "loss": 1.1449,
1230
+ "step": 171
1231
+ },
1232
+ {
1233
+ "epoch": 0.7242105263157895,
1234
+ "grad_norm": 0.578125,
1235
+ "learning_rate": 0.00018563804748834438,
1236
+ "loss": 1.0703,
1237
+ "step": 172
1238
+ },
1239
+ {
1240
+ "epoch": 0.728421052631579,
1241
+ "grad_norm": 0.43359375,
1242
+ "learning_rate": 0.00018546463074971977,
1243
+ "loss": 1.2093,
1244
+ "step": 173
1245
+ },
1246
+ {
1247
+ "epoch": 0.7326315789473684,
1248
+ "grad_norm": 0.26171875,
1249
+ "learning_rate": 0.000185290255316932,
1250
+ "loss": 0.7346,
1251
+ "step": 174
1252
+ },
1253
+ {
1254
+ "epoch": 0.7368421052631579,
1255
+ "grad_norm": 0.369140625,
1256
+ "learning_rate": 0.00018511492314602656,
1257
+ "loss": 1.2782,
1258
+ "step": 175
1259
+ },
1260
+ {
1261
+ "epoch": 0.7410526315789474,
1262
+ "grad_norm": 0.56640625,
1263
+ "learning_rate": 0.00018493863620378122,
1264
+ "loss": 1.0844,
1265
+ "step": 176
1266
+ },
1267
+ {
1268
+ "epoch": 0.7452631578947368,
1269
+ "grad_norm": 0.2470703125,
1270
+ "learning_rate": 0.00018476139646768372,
1271
+ "loss": 1.1771,
1272
+ "step": 177
1273
+ },
1274
+ {
1275
+ "epoch": 0.7494736842105263,
1276
+ "grad_norm": 0.228515625,
1277
+ "learning_rate": 0.00018458320592590975,
1278
+ "loss": 1.2,
1279
+ "step": 178
1280
+ },
1281
+ {
1282
+ "epoch": 0.7536842105263157,
1283
+ "grad_norm": 0.310546875,
1284
+ "learning_rate": 0.00018440406657730058,
1285
+ "loss": 1.2248,
1286
+ "step": 179
1287
+ },
1288
+ {
1289
+ "epoch": 0.7578947368421053,
1290
+ "grad_norm": 0.263671875,
1291
+ "learning_rate": 0.00018422398043134067,
1292
+ "loss": 1.3675,
1293
+ "step": 180
1294
+ },
1295
+ {
1296
+ "epoch": 0.7578947368421053,
1297
+ "eval_loss": 1.2129631042480469,
1298
+ "eval_runtime": 25.9253,
1299
+ "eval_samples_per_second": 3.857,
1300
+ "eval_steps_per_second": 1.929,
1301
+ "step": 180
1302
+ },
1303
+ {
1304
+ "epoch": 0.7621052631578947,
1305
+ "grad_norm": 0.2412109375,
1306
+ "learning_rate": 0.0001840429495081352,
1307
+ "loss": 1.2456,
1308
+ "step": 181
1309
+ },
1310
+ {
1311
+ "epoch": 0.7663157894736842,
1312
+ "grad_norm": 0.25390625,
1313
+ "learning_rate": 0.00018386097583838714,
1314
+ "loss": 1.2617,
1315
+ "step": 182
1316
+ },
1317
+ {
1318
+ "epoch": 0.7705263157894737,
1319
+ "grad_norm": 0.283203125,
1320
+ "learning_rate": 0.00018367806146337483,
1321
+ "loss": 1.2708,
1322
+ "step": 183
1323
+ },
1324
+ {
1325
+ "epoch": 0.7747368421052632,
1326
+ "grad_norm": 0.318359375,
1327
+ "learning_rate": 0.00018349420843492888,
1328
+ "loss": 1.3771,
1329
+ "step": 184
1330
+ },
1331
+ {
1332
+ "epoch": 0.7789473684210526,
1333
+ "grad_norm": 0.73046875,
1334
+ "learning_rate": 0.00018330941881540915,
1335
+ "loss": 1.3123,
1336
+ "step": 185
1337
+ },
1338
+ {
1339
+ "epoch": 0.783157894736842,
1340
+ "grad_norm": 0.46875,
1341
+ "learning_rate": 0.00018312369467768166,
1342
+ "loss": 1.1952,
1343
+ "step": 186
1344
+ },
1345
+ {
1346
+ "epoch": 0.7873684210526316,
1347
+ "grad_norm": 0.7578125,
1348
+ "learning_rate": 0.00018293703810509537,
1349
+ "loss": 1.426,
1350
+ "step": 187
1351
+ },
1352
+ {
1353
+ "epoch": 0.791578947368421,
1354
+ "grad_norm": 0.33203125,
1355
+ "learning_rate": 0.0001827494511914587,
1356
+ "loss": 1.3205,
1357
+ "step": 188
1358
+ },
1359
+ {
1360
+ "epoch": 0.7957894736842105,
1361
+ "grad_norm": 0.365234375,
1362
+ "learning_rate": 0.00018256093604101617,
1363
+ "loss": 1.2221,
1364
+ "step": 189
1365
+ },
1366
+ {
1367
+ "epoch": 0.8,
1368
+ "grad_norm": 0.36328125,
1369
+ "learning_rate": 0.0001823714947684247,
1370
+ "loss": 1.4212,
1371
+ "step": 190
1372
+ },
1373
+ {
1374
+ "epoch": 0.8042105263157895,
1375
+ "grad_norm": 0.349609375,
1376
+ "learning_rate": 0.00018218112949872995,
1377
+ "loss": 1.2183,
1378
+ "step": 191
1379
+ },
1380
+ {
1381
+ "epoch": 0.8084210526315789,
1382
+ "grad_norm": 0.392578125,
1383
+ "learning_rate": 0.00018198984236734246,
1384
+ "loss": 0.9922,
1385
+ "step": 192
1386
+ },
1387
+ {
1388
+ "epoch": 0.8126315789473684,
1389
+ "grad_norm": 0.373046875,
1390
+ "learning_rate": 0.0001817976355200137,
1391
+ "loss": 1.334,
1392
+ "step": 193
1393
+ },
1394
+ {
1395
+ "epoch": 0.8168421052631579,
1396
+ "grad_norm": 0.30859375,
1397
+ "learning_rate": 0.000181604511112812,
1398
+ "loss": 1.1052,
1399
+ "step": 194
1400
+ },
1401
+ {
1402
+ "epoch": 0.8210526315789474,
1403
+ "grad_norm": 0.349609375,
1404
+ "learning_rate": 0.0001814104713120983,
1405
+ "loss": 0.8112,
1406
+ "step": 195
1407
+ },
1408
+ {
1409
+ "epoch": 0.8252631578947368,
1410
+ "grad_norm": 0.35546875,
1411
+ "learning_rate": 0.000181215518294502,
1412
+ "loss": 1.2507,
1413
+ "step": 196
1414
+ },
1415
+ {
1416
+ "epoch": 0.8294736842105264,
1417
+ "grad_norm": 0.671875,
1418
+ "learning_rate": 0.0001810196542468964,
1419
+ "loss": 1.1228,
1420
+ "step": 197
1421
+ },
1422
+ {
1423
+ "epoch": 0.8336842105263158,
1424
+ "grad_norm": 0.41015625,
1425
+ "learning_rate": 0.00018082288136637422,
1426
+ "loss": 1.3562,
1427
+ "step": 198
1428
+ },
1429
+ {
1430
+ "epoch": 0.8378947368421052,
1431
+ "grad_norm": 0.302734375,
1432
+ "learning_rate": 0.000180625201860223,
1433
+ "loss": 0.7766,
1434
+ "step": 199
1435
+ },
1436
+ {
1437
+ "epoch": 0.8421052631578947,
1438
+ "grad_norm": 0.322265625,
1439
+ "learning_rate": 0.00018042661794590023,
1440
+ "loss": 1.2885,
1441
+ "step": 200
1442
+ },
1443
+ {
1444
+ "epoch": 0.8463157894736842,
1445
+ "grad_norm": 0.609375,
1446
+ "learning_rate": 0.0001802271318510086,
1447
+ "loss": 1.271,
1448
+ "step": 201
1449
+ },
1450
+ {
1451
+ "epoch": 0.8505263157894737,
1452
+ "grad_norm": 0.341796875,
1453
+ "learning_rate": 0.00018002674581327094,
1454
+ "loss": 1.3777,
1455
+ "step": 202
1456
+ },
1457
+ {
1458
+ "epoch": 0.8547368421052631,
1459
+ "grad_norm": 0.3828125,
1460
+ "learning_rate": 0.00017982546208050515,
1461
+ "loss": 1.32,
1462
+ "step": 203
1463
+ },
1464
+ {
1465
+ "epoch": 0.8589473684210527,
1466
+ "grad_norm": 0.392578125,
1467
+ "learning_rate": 0.00017962328291059888,
1468
+ "loss": 1.1265,
1469
+ "step": 204
1470
+ },
1471
+ {
1472
+ "epoch": 0.8631578947368421,
1473
+ "grad_norm": 0.73046875,
1474
+ "learning_rate": 0.00017942021057148436,
1475
+ "loss": 1.523,
1476
+ "step": 205
1477
+ },
1478
+ {
1479
+ "epoch": 0.8673684210526316,
1480
+ "grad_norm": 1.046875,
1481
+ "learning_rate": 0.00017921624734111292,
1482
+ "loss": 1.0251,
1483
+ "step": 206
1484
+ },
1485
+ {
1486
+ "epoch": 0.871578947368421,
1487
+ "grad_norm": 0.490234375,
1488
+ "learning_rate": 0.0001790113955074294,
1489
+ "loss": 1.2665,
1490
+ "step": 207
1491
+ },
1492
+ {
1493
+ "epoch": 0.8757894736842106,
1494
+ "grad_norm": 0.6875,
1495
+ "learning_rate": 0.0001788056573683464,
1496
+ "loss": 1.2244,
1497
+ "step": 208
1498
+ },
1499
+ {
1500
+ "epoch": 0.88,
1501
+ "grad_norm": 0.2177734375,
1502
+ "learning_rate": 0.0001785990352317187,
1503
+ "loss": 1.1621,
1504
+ "step": 209
1505
+ },
1506
+ {
1507
+ "epoch": 0.8842105263157894,
1508
+ "grad_norm": 0.4921875,
1509
+ "learning_rate": 0.00017839153141531718,
1510
+ "loss": 1.3182,
1511
+ "step": 210
1512
+ },
1513
+ {
1514
+ "epoch": 0.888421052631579,
1515
+ "grad_norm": 0.388671875,
1516
+ "learning_rate": 0.000178183148246803,
1517
+ "loss": 1.4508,
1518
+ "step": 211
1519
+ },
1520
+ {
1521
+ "epoch": 0.8926315789473684,
1522
+ "grad_norm": 0.388671875,
1523
+ "learning_rate": 0.00017797388806370132,
1524
+ "loss": 1.1155,
1525
+ "step": 212
1526
+ },
1527
+ {
1528
+ "epoch": 0.8968421052631579,
1529
+ "grad_norm": 0.416015625,
1530
+ "learning_rate": 0.00017776375321337521,
1531
+ "loss": 0.9191,
1532
+ "step": 213
1533
+ },
1534
+ {
1535
+ "epoch": 0.9010526315789473,
1536
+ "grad_norm": 0.2431640625,
1537
+ "learning_rate": 0.00017755274605299923,
1538
+ "loss": 1.1577,
1539
+ "step": 214
1540
+ },
1541
+ {
1542
+ "epoch": 0.9052631578947369,
1543
+ "grad_norm": 0.412109375,
1544
+ "learning_rate": 0.00017734086894953305,
1545
+ "loss": 1.372,
1546
+ "step": 215
1547
+ },
1548
+ {
1549
+ "epoch": 0.9094736842105263,
1550
+ "grad_norm": 0.353515625,
1551
+ "learning_rate": 0.00017712812427969485,
1552
+ "loss": 1.1932,
1553
+ "step": 216
1554
+ },
1555
+ {
1556
+ "epoch": 0.9136842105263158,
1557
+ "grad_norm": 0.291015625,
1558
+ "learning_rate": 0.0001769145144299347,
1559
+ "loss": 1.3167,
1560
+ "step": 217
1561
+ },
1562
+ {
1563
+ "epoch": 0.9178947368421052,
1564
+ "grad_norm": 0.255859375,
1565
+ "learning_rate": 0.00017670004179640774,
1566
+ "loss": 1.2357,
1567
+ "step": 218
1568
+ },
1569
+ {
1570
+ "epoch": 0.9221052631578948,
1571
+ "grad_norm": 0.5703125,
1572
+ "learning_rate": 0.00017648470878494737,
1573
+ "loss": 0.9556,
1574
+ "step": 219
1575
+ },
1576
+ {
1577
+ "epoch": 0.9263157894736842,
1578
+ "grad_norm": 0.36328125,
1579
+ "learning_rate": 0.0001762685178110382,
1580
+ "loss": 1.2047,
1581
+ "step": 220
1582
+ },
1583
+ {
1584
+ "epoch": 0.9305263157894736,
1585
+ "grad_norm": 0.271484375,
1586
+ "learning_rate": 0.00017605147129978903,
1587
+ "loss": 1.1935,
1588
+ "step": 221
1589
+ },
1590
+ {
1591
+ "epoch": 0.9347368421052632,
1592
+ "grad_norm": 0.400390625,
1593
+ "learning_rate": 0.0001758335716859055,
1594
+ "loss": 1.3426,
1595
+ "step": 222
1596
+ },
1597
+ {
1598
+ "epoch": 0.9389473684210526,
1599
+ "grad_norm": 0.73046875,
1600
+ "learning_rate": 0.000175614821413663,
1601
+ "loss": 1.5181,
1602
+ "step": 223
1603
+ },
1604
+ {
1605
+ "epoch": 0.9431578947368421,
1606
+ "grad_norm": 0.3203125,
1607
+ "learning_rate": 0.00017539522293687898,
1608
+ "loss": 1.0962,
1609
+ "step": 224
1610
+ },
1611
+ {
1612
+ "epoch": 0.9473684210526315,
1613
+ "grad_norm": 0.232421875,
1614
+ "learning_rate": 0.00017517477871888568,
1615
+ "loss": 1.3922,
1616
+ "step": 225
1617
+ },
1618
+ {
1619
+ "epoch": 0.9515789473684211,
1620
+ "grad_norm": 0.5546875,
1621
+ "learning_rate": 0.00017495349123250242,
1622
+ "loss": 1.2535,
1623
+ "step": 226
1624
+ },
1625
+ {
1626
+ "epoch": 0.9557894736842105,
1627
+ "grad_norm": 0.296875,
1628
+ "learning_rate": 0.00017473136296000772,
1629
+ "loss": 1.1987,
1630
+ "step": 227
1631
+ },
1632
+ {
1633
+ "epoch": 0.96,
1634
+ "grad_norm": 0.77734375,
1635
+ "learning_rate": 0.00017450839639311162,
1636
+ "loss": 1.4301,
1637
+ "step": 228
1638
+ },
1639
+ {
1640
+ "epoch": 0.9642105263157895,
1641
+ "grad_norm": 0.35546875,
1642
+ "learning_rate": 0.00017428459403292767,
1643
+ "loss": 1.3164,
1644
+ "step": 229
1645
+ },
1646
+ {
1647
+ "epoch": 0.968421052631579,
1648
+ "grad_norm": 0.419921875,
1649
+ "learning_rate": 0.00017405995838994494,
1650
+ "loss": 1.1554,
1651
+ "step": 230
1652
+ },
1653
+ {
1654
+ "epoch": 0.9726315789473684,
1655
+ "grad_norm": 0.3125,
1656
+ "learning_rate": 0.00017383449198399964,
1657
+ "loss": 1.3036,
1658
+ "step": 231
1659
+ },
1660
+ {
1661
+ "epoch": 0.9768421052631578,
1662
+ "grad_norm": 0.267578125,
1663
+ "learning_rate": 0.00017360819734424715,
1664
+ "loss": 1.2797,
1665
+ "step": 232
1666
+ },
1667
+ {
1668
+ "epoch": 0.9810526315789474,
1669
+ "grad_norm": 0.412109375,
1670
+ "learning_rate": 0.00017338107700913354,
1671
+ "loss": 1.1202,
1672
+ "step": 233
1673
+ },
1674
+ {
1675
+ "epoch": 0.9852631578947368,
1676
+ "grad_norm": 0.365234375,
1677
+ "learning_rate": 0.0001731531335263669,
1678
+ "loss": 0.8187,
1679
+ "step": 234
1680
+ },
1681
+ {
1682
+ "epoch": 0.9894736842105263,
1683
+ "grad_norm": 0.5546875,
1684
+ "learning_rate": 0.0001729243694528891,
1685
+ "loss": 1.1702,
1686
+ "step": 235
1687
+ },
1688
+ {
1689
+ "epoch": 0.9936842105263158,
1690
+ "grad_norm": 0.5546875,
1691
+ "learning_rate": 0.00017269478735484683,
1692
+ "loss": 1.1406,
1693
+ "step": 236
1694
+ },
1695
+ {
1696
+ "epoch": 0.9978947368421053,
1697
+ "grad_norm": 0.3359375,
1698
+ "learning_rate": 0.00017246438980756293,
1699
+ "loss": 0.9633,
1700
+ "step": 237
1701
+ }
1702
+ ],
1703
+ "logging_steps": 1,
1704
+ "max_steps": 948,
1705
+ "num_input_tokens_seen": 0,
1706
+ "num_train_epochs": 4,
1707
+ "save_steps": 237,
1708
+ "stateful_callbacks": {
1709
+ "TrainerControl": {
1710
+ "args": {
1711
+ "should_epoch_stop": false,
1712
+ "should_evaluate": false,
1713
+ "should_log": false,
1714
+ "should_save": true,
1715
+ "should_training_stop": false
1716
+ },
1717
+ "attributes": {}
1718
+ }
1719
+ },
1720
+ "total_flos": 3952216796823552.0,
1721
+ "train_batch_size": 2,
1722
+ "trial_name": null,
1723
+ "trial_params": null
1724
+ }
checkpoint-237/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee017c711219d88132625f3e50d1a67d1c6236a55d3f5a2ad9f499310d968cef
3
+ size 5944
checkpoint-474/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
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.11.1
checkpoint-474/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
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": 16,
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": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "v_proj",
24
+ "k_proj",
25
+ "q_proj",
26
+ "gate_proj",
27
+ "up_proj",
28
+ "down_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-474/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f694edaccdd42023f0a1cee653f7f3e9fd1123a26113cdf9fd49fe00ce746e
3
+ size 50503848
checkpoint-474/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1a1e2576fd196bd384fbd66e8d7d237c7f8d9aef44cbdeac73b0d7051b70f35
3
+ size 202035770
checkpoint-474/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa8ea66452a468b349a3bdfd131d03d7a70b38ad4ea6f8a3c4d500229279eb91
3
+ size 14244
checkpoint-474/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42714fb01454b0350f3ff250f6bc8bc2da6df691649aefca623325cce43ab6b3
3
+ size 1064
checkpoint-474/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-474/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-474/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": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "</s>",
37
+ "padding_side": "right",
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
+ }
checkpoint-474/trainer_state.json ADDED
@@ -0,0 +1,3415 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.9957894736842106,
5
+ "eval_steps": 60,
6
+ "global_step": 474,
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.004210526315789474,
13
+ "grad_norm": 0.310546875,
14
+ "learning_rate": 2e-05,
15
+ "loss": 1.5605,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.004210526315789474,
20
+ "eval_loss": 1.5264556407928467,
21
+ "eval_runtime": 26.3082,
22
+ "eval_samples_per_second": 3.801,
23
+ "eval_steps_per_second": 1.901,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.008421052631578947,
28
+ "grad_norm": 0.306640625,
29
+ "learning_rate": 4e-05,
30
+ "loss": 1.4702,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.01263157894736842,
35
+ "grad_norm": 0.2578125,
36
+ "learning_rate": 6e-05,
37
+ "loss": 1.4576,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.016842105263157894,
42
+ "grad_norm": 0.65234375,
43
+ "learning_rate": 8e-05,
44
+ "loss": 1.5868,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.021052631578947368,
49
+ "grad_norm": 0.56640625,
50
+ "learning_rate": 0.0001,
51
+ "loss": 1.5916,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.02526315789473684,
56
+ "grad_norm": 0.5703125,
57
+ "learning_rate": 0.00012,
58
+ "loss": 1.7851,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.029473684210526315,
63
+ "grad_norm": 0.3359375,
64
+ "learning_rate": 0.00014,
65
+ "loss": 1.5319,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.03368421052631579,
70
+ "grad_norm": 0.39453125,
71
+ "learning_rate": 0.00016,
72
+ "loss": 1.8462,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.037894736842105266,
77
+ "grad_norm": 0.484375,
78
+ "learning_rate": 0.00018,
79
+ "loss": 1.4219,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.042105263157894736,
84
+ "grad_norm": 0.30859375,
85
+ "learning_rate": 0.0002,
86
+ "loss": 1.6555,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.04631578947368421,
91
+ "grad_norm": 0.267578125,
92
+ "learning_rate": 0.0001999994391281196,
93
+ "loss": 1.1527,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.05052631578947368,
98
+ "grad_norm": 0.298828125,
99
+ "learning_rate": 0.00019999775651876987,
100
+ "loss": 1.4265,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.05473684210526316,
105
+ "grad_norm": 0.376953125,
106
+ "learning_rate": 0.00019999495219082545,
107
+ "loss": 1.5505,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.05894736842105263,
112
+ "grad_norm": 0.380859375,
113
+ "learning_rate": 0.00019999102617574365,
114
+ "loss": 1.0313,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.06315789473684211,
119
+ "grad_norm": 0.494140625,
120
+ "learning_rate": 0.0001999859785175643,
121
+ "loss": 1.439,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.06736842105263158,
126
+ "grad_norm": 0.40234375,
127
+ "learning_rate": 0.00019997980927290927,
128
+ "loss": 1.3511,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.07157894736842105,
133
+ "grad_norm": 0.390625,
134
+ "learning_rate": 0.0001999725185109816,
135
+ "loss": 1.2886,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.07578947368421053,
140
+ "grad_norm": 0.388671875,
141
+ "learning_rate": 0.00019996410631356498,
142
+ "loss": 1.3057,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.08,
147
+ "grad_norm": 0.6328125,
148
+ "learning_rate": 0.00019995457277502271,
149
+ "loss": 1.7375,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.08421052631578947,
154
+ "grad_norm": 0.51953125,
155
+ "learning_rate": 0.00019994391800229666,
156
+ "loss": 1.3436,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.08842105263157894,
161
+ "grad_norm": 0.345703125,
162
+ "learning_rate": 0.00019993214211490608,
163
+ "loss": 1.14,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.09263157894736843,
168
+ "grad_norm": 0.357421875,
169
+ "learning_rate": 0.00019991924524494627,
170
+ "loss": 1.1322,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.0968421052631579,
175
+ "grad_norm": 0.431640625,
176
+ "learning_rate": 0.00019990522753708705,
177
+ "loss": 1.4512,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.10105263157894737,
182
+ "grad_norm": 0.2490234375,
183
+ "learning_rate": 0.00019989008914857116,
184
+ "loss": 1.3419,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.10526315789473684,
189
+ "grad_norm": 0.78515625,
190
+ "learning_rate": 0.00019987383024921255,
191
+ "loss": 1.382,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.10947368421052632,
196
+ "grad_norm": 0.56640625,
197
+ "learning_rate": 0.0001998564510213944,
198
+ "loss": 1.582,
199
+ "step": 26
200
+ },
201
+ {
202
+ "epoch": 0.11368421052631579,
203
+ "grad_norm": 0.5703125,
204
+ "learning_rate": 0.00019983795166006715,
205
+ "loss": 1.188,
206
+ "step": 27
207
+ },
208
+ {
209
+ "epoch": 0.11789473684210526,
210
+ "grad_norm": 0.46875,
211
+ "learning_rate": 0.00019981833237274618,
212
+ "loss": 1.4246,
213
+ "step": 28
214
+ },
215
+ {
216
+ "epoch": 0.12210526315789473,
217
+ "grad_norm": 0.3984375,
218
+ "learning_rate": 0.00019979759337950968,
219
+ "loss": 1.2828,
220
+ "step": 29
221
+ },
222
+ {
223
+ "epoch": 0.12631578947368421,
224
+ "grad_norm": 0.55078125,
225
+ "learning_rate": 0.00019977573491299598,
226
+ "loss": 1.6199,
227
+ "step": 30
228
+ },
229
+ {
230
+ "epoch": 0.13052631578947368,
231
+ "grad_norm": 0.8359375,
232
+ "learning_rate": 0.00019975275721840103,
233
+ "loss": 1.2398,
234
+ "step": 31
235
+ },
236
+ {
237
+ "epoch": 0.13473684210526315,
238
+ "grad_norm": 0.5,
239
+ "learning_rate": 0.00019972866055347572,
240
+ "loss": 1.4295,
241
+ "step": 32
242
+ },
243
+ {
244
+ "epoch": 0.13894736842105262,
245
+ "grad_norm": 0.5390625,
246
+ "learning_rate": 0.0001997034451885229,
247
+ "loss": 1.2814,
248
+ "step": 33
249
+ },
250
+ {
251
+ "epoch": 0.1431578947368421,
252
+ "grad_norm": 0.28515625,
253
+ "learning_rate": 0.0001996771114063943,
254
+ "loss": 1.532,
255
+ "step": 34
256
+ },
257
+ {
258
+ "epoch": 0.14736842105263157,
259
+ "grad_norm": 0.40625,
260
+ "learning_rate": 0.00019964965950248757,
261
+ "loss": 1.3516,
262
+ "step": 35
263
+ },
264
+ {
265
+ "epoch": 0.15157894736842106,
266
+ "grad_norm": 0.44921875,
267
+ "learning_rate": 0.00019962108978474263,
268
+ "loss": 1.1487,
269
+ "step": 36
270
+ },
271
+ {
272
+ "epoch": 0.15578947368421053,
273
+ "grad_norm": 0.310546875,
274
+ "learning_rate": 0.0001995914025736386,
275
+ "loss": 1.3543,
276
+ "step": 37
277
+ },
278
+ {
279
+ "epoch": 0.16,
280
+ "grad_norm": 0.306640625,
281
+ "learning_rate": 0.00019956059820218982,
282
+ "loss": 1.2986,
283
+ "step": 38
284
+ },
285
+ {
286
+ "epoch": 0.16421052631578947,
287
+ "grad_norm": 0.625,
288
+ "learning_rate": 0.00019952867701594247,
289
+ "loss": 1.0167,
290
+ "step": 39
291
+ },
292
+ {
293
+ "epoch": 0.16842105263157894,
294
+ "grad_norm": 0.306640625,
295
+ "learning_rate": 0.00019949563937297045,
296
+ "loss": 1.2287,
297
+ "step": 40
298
+ },
299
+ {
300
+ "epoch": 0.1726315789473684,
301
+ "grad_norm": 0.34765625,
302
+ "learning_rate": 0.00019946148564387145,
303
+ "loss": 1.0063,
304
+ "step": 41
305
+ },
306
+ {
307
+ "epoch": 0.17684210526315788,
308
+ "grad_norm": 0.94921875,
309
+ "learning_rate": 0.00019942621621176282,
310
+ "loss": 1.2712,
311
+ "step": 42
312
+ },
313
+ {
314
+ "epoch": 0.18105263157894738,
315
+ "grad_norm": 0.333984375,
316
+ "learning_rate": 0.00019938983147227716,
317
+ "loss": 1.2106,
318
+ "step": 43
319
+ },
320
+ {
321
+ "epoch": 0.18526315789473685,
322
+ "grad_norm": 0.6328125,
323
+ "learning_rate": 0.0001993523318335581,
324
+ "loss": 1.4887,
325
+ "step": 44
326
+ },
327
+ {
328
+ "epoch": 0.18947368421052632,
329
+ "grad_norm": 0.62890625,
330
+ "learning_rate": 0.00019931371771625544,
331
+ "loss": 1.2747,
332
+ "step": 45
333
+ },
334
+ {
335
+ "epoch": 0.1936842105263158,
336
+ "grad_norm": 0.2216796875,
337
+ "learning_rate": 0.00019927398955352061,
338
+ "loss": 1.1946,
339
+ "step": 46
340
+ },
341
+ {
342
+ "epoch": 0.19789473684210526,
343
+ "grad_norm": 0.54296875,
344
+ "learning_rate": 0.00019923314779100184,
345
+ "loss": 1.2467,
346
+ "step": 47
347
+ },
348
+ {
349
+ "epoch": 0.20210526315789473,
350
+ "grad_norm": 0.25390625,
351
+ "learning_rate": 0.00019919119288683908,
352
+ "loss": 1.5067,
353
+ "step": 48
354
+ },
355
+ {
356
+ "epoch": 0.2063157894736842,
357
+ "grad_norm": 0.404296875,
358
+ "learning_rate": 0.00019914812531165877,
359
+ "loss": 1.4291,
360
+ "step": 49
361
+ },
362
+ {
363
+ "epoch": 0.21052631578947367,
364
+ "grad_norm": 0.267578125,
365
+ "learning_rate": 0.00019910394554856876,
366
+ "loss": 1.0136,
367
+ "step": 50
368
+ },
369
+ {
370
+ "epoch": 0.21473684210526317,
371
+ "grad_norm": 1.328125,
372
+ "learning_rate": 0.00019905865409315288,
373
+ "loss": 1.2874,
374
+ "step": 51
375
+ },
376
+ {
377
+ "epoch": 0.21894736842105264,
378
+ "grad_norm": 0.244140625,
379
+ "learning_rate": 0.0001990122514534651,
380
+ "loss": 0.9588,
381
+ "step": 52
382
+ },
383
+ {
384
+ "epoch": 0.2231578947368421,
385
+ "grad_norm": 0.376953125,
386
+ "learning_rate": 0.0001989647381500242,
387
+ "loss": 1.3036,
388
+ "step": 53
389
+ },
390
+ {
391
+ "epoch": 0.22736842105263158,
392
+ "grad_norm": 0.5,
393
+ "learning_rate": 0.00019891611471580764,
394
+ "loss": 1.514,
395
+ "step": 54
396
+ },
397
+ {
398
+ "epoch": 0.23157894736842105,
399
+ "grad_norm": 0.423828125,
400
+ "learning_rate": 0.0001988663816962458,
401
+ "loss": 1.2444,
402
+ "step": 55
403
+ },
404
+ {
405
+ "epoch": 0.23578947368421052,
406
+ "grad_norm": 0.30078125,
407
+ "learning_rate": 0.00019881553964921572,
408
+ "loss": 1.2261,
409
+ "step": 56
410
+ },
411
+ {
412
+ "epoch": 0.24,
413
+ "grad_norm": 0.34765625,
414
+ "learning_rate": 0.00019876358914503492,
415
+ "loss": 1.2489,
416
+ "step": 57
417
+ },
418
+ {
419
+ "epoch": 0.24421052631578946,
420
+ "grad_norm": 0.431640625,
421
+ "learning_rate": 0.00019871053076645488,
422
+ "loss": 1.2134,
423
+ "step": 58
424
+ },
425
+ {
426
+ "epoch": 0.24842105263157896,
427
+ "grad_norm": 0.259765625,
428
+ "learning_rate": 0.00019865636510865467,
429
+ "loss": 1.1999,
430
+ "step": 59
431
+ },
432
+ {
433
+ "epoch": 0.25263157894736843,
434
+ "grad_norm": 0.2421875,
435
+ "learning_rate": 0.00019860109277923418,
436
+ "loss": 1.1485,
437
+ "step": 60
438
+ },
439
+ {
440
+ "epoch": 0.25263157894736843,
441
+ "eval_loss": 1.2386109828948975,
442
+ "eval_runtime": 25.8708,
443
+ "eval_samples_per_second": 3.865,
444
+ "eval_steps_per_second": 1.933,
445
+ "step": 60
446
+ },
447
+ {
448
+ "epoch": 0.25684210526315787,
449
+ "grad_norm": 0.5390625,
450
+ "learning_rate": 0.00019854471439820733,
451
+ "loss": 1.2963,
452
+ "step": 61
453
+ },
454
+ {
455
+ "epoch": 0.26105263157894737,
456
+ "grad_norm": 0.345703125,
457
+ "learning_rate": 0.00019848723059799506,
458
+ "loss": 1.097,
459
+ "step": 62
460
+ },
461
+ {
462
+ "epoch": 0.26526315789473687,
463
+ "grad_norm": 0.49609375,
464
+ "learning_rate": 0.00019842864202341835,
465
+ "loss": 1.1463,
466
+ "step": 63
467
+ },
468
+ {
469
+ "epoch": 0.2694736842105263,
470
+ "grad_norm": 0.267578125,
471
+ "learning_rate": 0.00019836894933169088,
472
+ "loss": 1.1921,
473
+ "step": 64
474
+ },
475
+ {
476
+ "epoch": 0.2736842105263158,
477
+ "grad_norm": 0.349609375,
478
+ "learning_rate": 0.00019830815319241168,
479
+ "loss": 1.1835,
480
+ "step": 65
481
+ },
482
+ {
483
+ "epoch": 0.27789473684210525,
484
+ "grad_norm": 0.333984375,
485
+ "learning_rate": 0.0001982462542875576,
486
+ "loss": 1.1998,
487
+ "step": 66
488
+ },
489
+ {
490
+ "epoch": 0.28210526315789475,
491
+ "grad_norm": 0.244140625,
492
+ "learning_rate": 0.00019818325331147585,
493
+ "loss": 1.1047,
494
+ "step": 67
495
+ },
496
+ {
497
+ "epoch": 0.2863157894736842,
498
+ "grad_norm": 0.244140625,
499
+ "learning_rate": 0.00019811915097087587,
500
+ "loss": 1.2452,
501
+ "step": 68
502
+ },
503
+ {
504
+ "epoch": 0.2905263157894737,
505
+ "grad_norm": 0.259765625,
506
+ "learning_rate": 0.00019805394798482167,
507
+ "loss": 1.1633,
508
+ "step": 69
509
+ },
510
+ {
511
+ "epoch": 0.29473684210526313,
512
+ "grad_norm": 0.44140625,
513
+ "learning_rate": 0.00019798764508472373,
514
+ "loss": 1.0081,
515
+ "step": 70
516
+ },
517
+ {
518
+ "epoch": 0.29894736842105263,
519
+ "grad_norm": 0.5703125,
520
+ "learning_rate": 0.00019792024301433064,
521
+ "loss": 0.9194,
522
+ "step": 71
523
+ },
524
+ {
525
+ "epoch": 0.3031578947368421,
526
+ "grad_norm": 0.357421875,
527
+ "learning_rate": 0.00019785174252972092,
528
+ "loss": 0.8091,
529
+ "step": 72
530
+ },
531
+ {
532
+ "epoch": 0.30736842105263157,
533
+ "grad_norm": 0.33984375,
534
+ "learning_rate": 0.00019778214439929452,
535
+ "loss": 1.1248,
536
+ "step": 73
537
+ },
538
+ {
539
+ "epoch": 0.31157894736842107,
540
+ "grad_norm": 0.23046875,
541
+ "learning_rate": 0.0001977114494037641,
542
+ "loss": 1.1204,
543
+ "step": 74
544
+ },
545
+ {
546
+ "epoch": 0.3157894736842105,
547
+ "grad_norm": 0.51171875,
548
+ "learning_rate": 0.0001976396583361464,
549
+ "loss": 1.1662,
550
+ "step": 75
551
+ },
552
+ {
553
+ "epoch": 0.32,
554
+ "grad_norm": 0.2578125,
555
+ "learning_rate": 0.00019756677200175315,
556
+ "loss": 1.1222,
557
+ "step": 76
558
+ },
559
+ {
560
+ "epoch": 0.32421052631578945,
561
+ "grad_norm": 0.796875,
562
+ "learning_rate": 0.00019749279121818235,
563
+ "loss": 1.0329,
564
+ "step": 77
565
+ },
566
+ {
567
+ "epoch": 0.32842105263157895,
568
+ "grad_norm": 0.2490234375,
569
+ "learning_rate": 0.0001974177168153088,
570
+ "loss": 1.1199,
571
+ "step": 78
572
+ },
573
+ {
574
+ "epoch": 0.33263157894736844,
575
+ "grad_norm": 0.26171875,
576
+ "learning_rate": 0.00019734154963527495,
577
+ "loss": 1.4391,
578
+ "step": 79
579
+ },
580
+ {
581
+ "epoch": 0.3368421052631579,
582
+ "grad_norm": 0.30078125,
583
+ "learning_rate": 0.0001972642905324813,
584
+ "loss": 1.3924,
585
+ "step": 80
586
+ },
587
+ {
588
+ "epoch": 0.3410526315789474,
589
+ "grad_norm": 0.208984375,
590
+ "learning_rate": 0.00019718594037357713,
591
+ "loss": 1.1518,
592
+ "step": 81
593
+ },
594
+ {
595
+ "epoch": 0.3452631578947368,
596
+ "grad_norm": 0.953125,
597
+ "learning_rate": 0.0001971065000374504,
598
+ "loss": 1.2606,
599
+ "step": 82
600
+ },
601
+ {
602
+ "epoch": 0.3494736842105263,
603
+ "grad_norm": 0.306640625,
604
+ "learning_rate": 0.0001970259704152181,
605
+ "loss": 1.2293,
606
+ "step": 83
607
+ },
608
+ {
609
+ "epoch": 0.35368421052631577,
610
+ "grad_norm": 0.6328125,
611
+ "learning_rate": 0.0001969443524102163,
612
+ "loss": 0.9564,
613
+ "step": 84
614
+ },
615
+ {
616
+ "epoch": 0.35789473684210527,
617
+ "grad_norm": 0.279296875,
618
+ "learning_rate": 0.00019686164693798986,
619
+ "loss": 1.2023,
620
+ "step": 85
621
+ },
622
+ {
623
+ "epoch": 0.36210526315789476,
624
+ "grad_norm": 0.263671875,
625
+ "learning_rate": 0.0001967778549262822,
626
+ "loss": 0.9322,
627
+ "step": 86
628
+ },
629
+ {
630
+ "epoch": 0.3663157894736842,
631
+ "grad_norm": 0.51171875,
632
+ "learning_rate": 0.00019669297731502507,
633
+ "loss": 1.2589,
634
+ "step": 87
635
+ },
636
+ {
637
+ "epoch": 0.3705263157894737,
638
+ "grad_norm": 0.392578125,
639
+ "learning_rate": 0.00019660701505632772,
640
+ "loss": 1.3188,
641
+ "step": 88
642
+ },
643
+ {
644
+ "epoch": 0.37473684210526315,
645
+ "grad_norm": 0.51953125,
646
+ "learning_rate": 0.00019651996911446647,
647
+ "loss": 1.0415,
648
+ "step": 89
649
+ },
650
+ {
651
+ "epoch": 0.37894736842105264,
652
+ "grad_norm": 0.427734375,
653
+ "learning_rate": 0.0001964318404658737,
654
+ "loss": 1.467,
655
+ "step": 90
656
+ },
657
+ {
658
+ "epoch": 0.3831578947368421,
659
+ "grad_norm": 0.4453125,
660
+ "learning_rate": 0.00019634263009912705,
661
+ "loss": 1.5527,
662
+ "step": 91
663
+ },
664
+ {
665
+ "epoch": 0.3873684210526316,
666
+ "grad_norm": 0.30859375,
667
+ "learning_rate": 0.00019625233901493822,
668
+ "loss": 1.2043,
669
+ "step": 92
670
+ },
671
+ {
672
+ "epoch": 0.391578947368421,
673
+ "grad_norm": 0.279296875,
674
+ "learning_rate": 0.00019616096822614186,
675
+ "loss": 0.9677,
676
+ "step": 93
677
+ },
678
+ {
679
+ "epoch": 0.3957894736842105,
680
+ "grad_norm": 0.46484375,
681
+ "learning_rate": 0.000196068518757684,
682
+ "loss": 1.1942,
683
+ "step": 94
684
+ },
685
+ {
686
+ "epoch": 0.4,
687
+ "grad_norm": 0.435546875,
688
+ "learning_rate": 0.00019597499164661093,
689
+ "loss": 1.3481,
690
+ "step": 95
691
+ },
692
+ {
693
+ "epoch": 0.40421052631578946,
694
+ "grad_norm": 0.291015625,
695
+ "learning_rate": 0.00019588038794205703,
696
+ "loss": 1.2776,
697
+ "step": 96
698
+ },
699
+ {
700
+ "epoch": 0.40842105263157896,
701
+ "grad_norm": 0.3828125,
702
+ "learning_rate": 0.00019578470870523359,
703
+ "loss": 1.4808,
704
+ "step": 97
705
+ },
706
+ {
707
+ "epoch": 0.4126315789473684,
708
+ "grad_norm": 0.28125,
709
+ "learning_rate": 0.00019568795500941635,
710
+ "loss": 1.3385,
711
+ "step": 98
712
+ },
713
+ {
714
+ "epoch": 0.4168421052631579,
715
+ "grad_norm": 0.484375,
716
+ "learning_rate": 0.00019559012793993392,
717
+ "loss": 1.5787,
718
+ "step": 99
719
+ },
720
+ {
721
+ "epoch": 0.42105263157894735,
722
+ "grad_norm": 0.298828125,
723
+ "learning_rate": 0.00019549122859415538,
724
+ "loss": 1.2151,
725
+ "step": 100
726
+ },
727
+ {
728
+ "epoch": 0.42526315789473684,
729
+ "grad_norm": 0.65234375,
730
+ "learning_rate": 0.0001953912580814779,
731
+ "loss": 1.0332,
732
+ "step": 101
733
+ },
734
+ {
735
+ "epoch": 0.42947368421052634,
736
+ "grad_norm": 0.37890625,
737
+ "learning_rate": 0.00019529021752331453,
738
+ "loss": 1.2677,
739
+ "step": 102
740
+ },
741
+ {
742
+ "epoch": 0.4336842105263158,
743
+ "grad_norm": 0.265625,
744
+ "learning_rate": 0.0001951881080530814,
745
+ "loss": 1.0672,
746
+ "step": 103
747
+ },
748
+ {
749
+ "epoch": 0.4378947368421053,
750
+ "grad_norm": 0.498046875,
751
+ "learning_rate": 0.00019508493081618513,
752
+ "loss": 1.1736,
753
+ "step": 104
754
+ },
755
+ {
756
+ "epoch": 0.4421052631578947,
757
+ "grad_norm": 0.298828125,
758
+ "learning_rate": 0.00019498068697000994,
759
+ "loss": 1.1174,
760
+ "step": 105
761
+ },
762
+ {
763
+ "epoch": 0.4463157894736842,
764
+ "grad_norm": 0.169921875,
765
+ "learning_rate": 0.00019487537768390464,
766
+ "loss": 1.0712,
767
+ "step": 106
768
+ },
769
+ {
770
+ "epoch": 0.45052631578947366,
771
+ "grad_norm": 0.55078125,
772
+ "learning_rate": 0.0001947690041391696,
773
+ "loss": 1.4496,
774
+ "step": 107
775
+ },
776
+ {
777
+ "epoch": 0.45473684210526316,
778
+ "grad_norm": 0.47265625,
779
+ "learning_rate": 0.00019466156752904343,
780
+ "loss": 1.2413,
781
+ "step": 108
782
+ },
783
+ {
784
+ "epoch": 0.4589473684210526,
785
+ "grad_norm": 0.6015625,
786
+ "learning_rate": 0.0001945530690586896,
787
+ "loss": 1.0208,
788
+ "step": 109
789
+ },
790
+ {
791
+ "epoch": 0.4631578947368421,
792
+ "grad_norm": 0.35546875,
793
+ "learning_rate": 0.0001944435099451829,
794
+ "loss": 1.3997,
795
+ "step": 110
796
+ },
797
+ {
798
+ "epoch": 0.4673684210526316,
799
+ "grad_norm": 0.330078125,
800
+ "learning_rate": 0.00019433289141749586,
801
+ "loss": 1.2914,
802
+ "step": 111
803
+ },
804
+ {
805
+ "epoch": 0.47157894736842104,
806
+ "grad_norm": 0.63671875,
807
+ "learning_rate": 0.00019422121471648497,
808
+ "loss": 0.8134,
809
+ "step": 112
810
+ },
811
+ {
812
+ "epoch": 0.47578947368421054,
813
+ "grad_norm": 0.30859375,
814
+ "learning_rate": 0.00019410848109487658,
815
+ "loss": 1.1282,
816
+ "step": 113
817
+ },
818
+ {
819
+ "epoch": 0.48,
820
+ "grad_norm": 0.5625,
821
+ "learning_rate": 0.0001939946918172531,
822
+ "loss": 1.3254,
823
+ "step": 114
824
+ },
825
+ {
826
+ "epoch": 0.4842105263157895,
827
+ "grad_norm": 0.30859375,
828
+ "learning_rate": 0.00019387984816003867,
829
+ "loss": 1.6428,
830
+ "step": 115
831
+ },
832
+ {
833
+ "epoch": 0.4884210526315789,
834
+ "grad_norm": 0.33203125,
835
+ "learning_rate": 0.00019376395141148476,
836
+ "loss": 1.0688,
837
+ "step": 116
838
+ },
839
+ {
840
+ "epoch": 0.4926315789473684,
841
+ "grad_norm": 0.6953125,
842
+ "learning_rate": 0.00019364700287165604,
843
+ "loss": 1.0969,
844
+ "step": 117
845
+ },
846
+ {
847
+ "epoch": 0.4968421052631579,
848
+ "grad_norm": 1.296875,
849
+ "learning_rate": 0.00019352900385241536,
850
+ "loss": 1.5249,
851
+ "step": 118
852
+ },
853
+ {
854
+ "epoch": 0.5010526315789474,
855
+ "grad_norm": 0.2001953125,
856
+ "learning_rate": 0.00019340995567740938,
857
+ "loss": 1.2095,
858
+ "step": 119
859
+ },
860
+ {
861
+ "epoch": 0.5052631578947369,
862
+ "grad_norm": 0.53515625,
863
+ "learning_rate": 0.0001932898596820536,
864
+ "loss": 1.1249,
865
+ "step": 120
866
+ },
867
+ {
868
+ "epoch": 0.5052631578947369,
869
+ "eval_loss": 1.2166697978973389,
870
+ "eval_runtime": 25.8713,
871
+ "eval_samples_per_second": 3.865,
872
+ "eval_steps_per_second": 1.933,
873
+ "step": 120
874
+ },
875
+ {
876
+ "epoch": 0.5094736842105263,
877
+ "grad_norm": 0.423828125,
878
+ "learning_rate": 0.00019316871721351733,
879
+ "loss": 1.5017,
880
+ "step": 121
881
+ },
882
+ {
883
+ "epoch": 0.5136842105263157,
884
+ "grad_norm": 0.7421875,
885
+ "learning_rate": 0.0001930465296307087,
886
+ "loss": 1.0994,
887
+ "step": 122
888
+ },
889
+ {
890
+ "epoch": 0.5178947368421053,
891
+ "grad_norm": 0.21875,
892
+ "learning_rate": 0.0001929232983042592,
893
+ "loss": 1.0339,
894
+ "step": 123
895
+ },
896
+ {
897
+ "epoch": 0.5221052631578947,
898
+ "grad_norm": 0.6328125,
899
+ "learning_rate": 0.00019279902461650866,
900
+ "loss": 1.1317,
901
+ "step": 124
902
+ },
903
+ {
904
+ "epoch": 0.5263157894736842,
905
+ "grad_norm": 0.3984375,
906
+ "learning_rate": 0.00019267370996148934,
907
+ "loss": 0.9421,
908
+ "step": 125
909
+ },
910
+ {
911
+ "epoch": 0.5305263157894737,
912
+ "grad_norm": 0.396484375,
913
+ "learning_rate": 0.00019254735574491058,
914
+ "loss": 1.3029,
915
+ "step": 126
916
+ },
917
+ {
918
+ "epoch": 0.5347368421052632,
919
+ "grad_norm": 0.8359375,
920
+ "learning_rate": 0.00019241996338414296,
921
+ "loss": 1.3548,
922
+ "step": 127
923
+ },
924
+ {
925
+ "epoch": 0.5389473684210526,
926
+ "grad_norm": 0.84765625,
927
+ "learning_rate": 0.00019229153430820232,
928
+ "loss": 1.0865,
929
+ "step": 128
930
+ },
931
+ {
932
+ "epoch": 0.5431578947368421,
933
+ "grad_norm": 0.453125,
934
+ "learning_rate": 0.00019216206995773373,
935
+ "loss": 0.8151,
936
+ "step": 129
937
+ },
938
+ {
939
+ "epoch": 0.5473684210526316,
940
+ "grad_norm": 0.8046875,
941
+ "learning_rate": 0.0001920315717849956,
942
+ "loss": 1.3576,
943
+ "step": 130
944
+ },
945
+ {
946
+ "epoch": 0.5515789473684211,
947
+ "grad_norm": 0.82421875,
948
+ "learning_rate": 0.00019190004125384293,
949
+ "loss": 1.2439,
950
+ "step": 131
951
+ },
952
+ {
953
+ "epoch": 0.5557894736842105,
954
+ "grad_norm": 0.56640625,
955
+ "learning_rate": 0.0001917674798397113,
956
+ "loss": 0.9743,
957
+ "step": 132
958
+ },
959
+ {
960
+ "epoch": 0.56,
961
+ "grad_norm": 1.1015625,
962
+ "learning_rate": 0.0001916338890296001,
963
+ "loss": 1.3315,
964
+ "step": 133
965
+ },
966
+ {
967
+ "epoch": 0.5642105263157895,
968
+ "grad_norm": 0.333984375,
969
+ "learning_rate": 0.00019149927032205587,
970
+ "loss": 1.3268,
971
+ "step": 134
972
+ },
973
+ {
974
+ "epoch": 0.5684210526315789,
975
+ "grad_norm": 0.388671875,
976
+ "learning_rate": 0.00019136362522715562,
977
+ "loss": 1.4751,
978
+ "step": 135
979
+ },
980
+ {
981
+ "epoch": 0.5726315789473684,
982
+ "grad_norm": 0.2734375,
983
+ "learning_rate": 0.00019122695526648968,
984
+ "loss": 1.1219,
985
+ "step": 136
986
+ },
987
+ {
988
+ "epoch": 0.5768421052631579,
989
+ "grad_norm": 1.0703125,
990
+ "learning_rate": 0.00019108926197314486,
991
+ "loss": 1.4059,
992
+ "step": 137
993
+ },
994
+ {
995
+ "epoch": 0.5810526315789474,
996
+ "grad_norm": 0.33203125,
997
+ "learning_rate": 0.00019095054689168705,
998
+ "loss": 1.3282,
999
+ "step": 138
1000
+ },
1001
+ {
1002
+ "epoch": 0.5852631578947368,
1003
+ "grad_norm": 0.6171875,
1004
+ "learning_rate": 0.00019081081157814404,
1005
+ "loss": 1.6334,
1006
+ "step": 139
1007
+ },
1008
+ {
1009
+ "epoch": 0.5894736842105263,
1010
+ "grad_norm": 0.359375,
1011
+ "learning_rate": 0.00019067005759998797,
1012
+ "loss": 1.159,
1013
+ "step": 140
1014
+ },
1015
+ {
1016
+ "epoch": 0.5936842105263158,
1017
+ "grad_norm": 0.470703125,
1018
+ "learning_rate": 0.00019052828653611786,
1019
+ "loss": 1.3261,
1020
+ "step": 141
1021
+ },
1022
+ {
1023
+ "epoch": 0.5978947368421053,
1024
+ "grad_norm": 0.26171875,
1025
+ "learning_rate": 0.0001903854999768417,
1026
+ "loss": 1.2041,
1027
+ "step": 142
1028
+ },
1029
+ {
1030
+ "epoch": 0.6021052631578947,
1031
+ "grad_norm": 0.27734375,
1032
+ "learning_rate": 0.00019024169952385885,
1033
+ "loss": 1.1998,
1034
+ "step": 143
1035
+ },
1036
+ {
1037
+ "epoch": 0.6063157894736843,
1038
+ "grad_norm": 0.56640625,
1039
+ "learning_rate": 0.0001900968867902419,
1040
+ "loss": 1.6427,
1041
+ "step": 144
1042
+ },
1043
+ {
1044
+ "epoch": 0.6105263157894737,
1045
+ "grad_norm": 0.419921875,
1046
+ "learning_rate": 0.00018995106340041873,
1047
+ "loss": 1.1968,
1048
+ "step": 145
1049
+ },
1050
+ {
1051
+ "epoch": 0.6147368421052631,
1052
+ "grad_norm": 0.671875,
1053
+ "learning_rate": 0.00018980423099015402,
1054
+ "loss": 0.8641,
1055
+ "step": 146
1056
+ },
1057
+ {
1058
+ "epoch": 0.6189473684210526,
1059
+ "grad_norm": 0.333984375,
1060
+ "learning_rate": 0.00018965639120653121,
1061
+ "loss": 1.4518,
1062
+ "step": 147
1063
+ },
1064
+ {
1065
+ "epoch": 0.6231578947368421,
1066
+ "grad_norm": 0.423828125,
1067
+ "learning_rate": 0.00018950754570793384,
1068
+ "loss": 1.3077,
1069
+ "step": 148
1070
+ },
1071
+ {
1072
+ "epoch": 0.6273684210526316,
1073
+ "grad_norm": 0.85546875,
1074
+ "learning_rate": 0.00018935769616402703,
1075
+ "loss": 1.2077,
1076
+ "step": 149
1077
+ },
1078
+ {
1079
+ "epoch": 0.631578947368421,
1080
+ "grad_norm": 0.224609375,
1081
+ "learning_rate": 0.00018920684425573865,
1082
+ "loss": 1.0868,
1083
+ "step": 150
1084
+ },
1085
+ {
1086
+ "epoch": 0.6357894736842106,
1087
+ "grad_norm": 0.25390625,
1088
+ "learning_rate": 0.00018905499167524062,
1089
+ "loss": 1.2018,
1090
+ "step": 151
1091
+ },
1092
+ {
1093
+ "epoch": 0.64,
1094
+ "grad_norm": 0.498046875,
1095
+ "learning_rate": 0.00018890214012592975,
1096
+ "loss": 1.1675,
1097
+ "step": 152
1098
+ },
1099
+ {
1100
+ "epoch": 0.6442105263157895,
1101
+ "grad_norm": 0.2451171875,
1102
+ "learning_rate": 0.00018874829132240874,
1103
+ "loss": 1.2348,
1104
+ "step": 153
1105
+ },
1106
+ {
1107
+ "epoch": 0.6484210526315789,
1108
+ "grad_norm": 0.33984375,
1109
+ "learning_rate": 0.000188593446990467,
1110
+ "loss": 1.3202,
1111
+ "step": 154
1112
+ },
1113
+ {
1114
+ "epoch": 0.6526315789473685,
1115
+ "grad_norm": 1.0078125,
1116
+ "learning_rate": 0.0001884376088670611,
1117
+ "loss": 1.0171,
1118
+ "step": 155
1119
+ },
1120
+ {
1121
+ "epoch": 0.6568421052631579,
1122
+ "grad_norm": 0.318359375,
1123
+ "learning_rate": 0.00018828077870029552,
1124
+ "loss": 1.219,
1125
+ "step": 156
1126
+ },
1127
+ {
1128
+ "epoch": 0.6610526315789473,
1129
+ "grad_norm": 0.369140625,
1130
+ "learning_rate": 0.00018812295824940285,
1131
+ "loss": 0.8956,
1132
+ "step": 157
1133
+ },
1134
+ {
1135
+ "epoch": 0.6652631578947369,
1136
+ "grad_norm": 0.328125,
1137
+ "learning_rate": 0.00018796414928472417,
1138
+ "loss": 0.9322,
1139
+ "step": 158
1140
+ },
1141
+ {
1142
+ "epoch": 0.6694736842105263,
1143
+ "grad_norm": 0.2890625,
1144
+ "learning_rate": 0.0001878043535876891,
1145
+ "loss": 1.2062,
1146
+ "step": 159
1147
+ },
1148
+ {
1149
+ "epoch": 0.6736842105263158,
1150
+ "grad_norm": 0.41015625,
1151
+ "learning_rate": 0.0001876435729507959,
1152
+ "loss": 1.3113,
1153
+ "step": 160
1154
+ },
1155
+ {
1156
+ "epoch": 0.6778947368421052,
1157
+ "grad_norm": 0.53515625,
1158
+ "learning_rate": 0.00018748180917759136,
1159
+ "loss": 1.1539,
1160
+ "step": 161
1161
+ },
1162
+ {
1163
+ "epoch": 0.6821052631578948,
1164
+ "grad_norm": 0.279296875,
1165
+ "learning_rate": 0.0001873190640826505,
1166
+ "loss": 1.3287,
1167
+ "step": 162
1168
+ },
1169
+ {
1170
+ "epoch": 0.6863157894736842,
1171
+ "grad_norm": 0.298828125,
1172
+ "learning_rate": 0.00018715533949155625,
1173
+ "loss": 1.0616,
1174
+ "step": 163
1175
+ },
1176
+ {
1177
+ "epoch": 0.6905263157894737,
1178
+ "grad_norm": 0.388671875,
1179
+ "learning_rate": 0.00018699063724087904,
1180
+ "loss": 1.0171,
1181
+ "step": 164
1182
+ },
1183
+ {
1184
+ "epoch": 0.6947368421052632,
1185
+ "grad_norm": 0.32421875,
1186
+ "learning_rate": 0.00018682495917815608,
1187
+ "loss": 1.1113,
1188
+ "step": 165
1189
+ },
1190
+ {
1191
+ "epoch": 0.6989473684210527,
1192
+ "grad_norm": 0.46875,
1193
+ "learning_rate": 0.00018665830716187065,
1194
+ "loss": 0.8351,
1195
+ "step": 166
1196
+ },
1197
+ {
1198
+ "epoch": 0.7031578947368421,
1199
+ "grad_norm": 0.6015625,
1200
+ "learning_rate": 0.0001864906830614314,
1201
+ "loss": 1.2181,
1202
+ "step": 167
1203
+ },
1204
+ {
1205
+ "epoch": 0.7073684210526315,
1206
+ "grad_norm": 0.71875,
1207
+ "learning_rate": 0.0001863220887571512,
1208
+ "loss": 1.1843,
1209
+ "step": 168
1210
+ },
1211
+ {
1212
+ "epoch": 0.7115789473684211,
1213
+ "grad_norm": 0.51953125,
1214
+ "learning_rate": 0.00018615252614022617,
1215
+ "loss": 1.3809,
1216
+ "step": 169
1217
+ },
1218
+ {
1219
+ "epoch": 0.7157894736842105,
1220
+ "grad_norm": 0.34375,
1221
+ "learning_rate": 0.0001859819971127143,
1222
+ "loss": 1.4288,
1223
+ "step": 170
1224
+ },
1225
+ {
1226
+ "epoch": 0.72,
1227
+ "grad_norm": 0.41796875,
1228
+ "learning_rate": 0.00018581050358751445,
1229
+ "loss": 1.1449,
1230
+ "step": 171
1231
+ },
1232
+ {
1233
+ "epoch": 0.7242105263157895,
1234
+ "grad_norm": 0.578125,
1235
+ "learning_rate": 0.00018563804748834438,
1236
+ "loss": 1.0703,
1237
+ "step": 172
1238
+ },
1239
+ {
1240
+ "epoch": 0.728421052631579,
1241
+ "grad_norm": 0.43359375,
1242
+ "learning_rate": 0.00018546463074971977,
1243
+ "loss": 1.2093,
1244
+ "step": 173
1245
+ },
1246
+ {
1247
+ "epoch": 0.7326315789473684,
1248
+ "grad_norm": 0.26171875,
1249
+ "learning_rate": 0.000185290255316932,
1250
+ "loss": 0.7346,
1251
+ "step": 174
1252
+ },
1253
+ {
1254
+ "epoch": 0.7368421052631579,
1255
+ "grad_norm": 0.369140625,
1256
+ "learning_rate": 0.00018511492314602656,
1257
+ "loss": 1.2782,
1258
+ "step": 175
1259
+ },
1260
+ {
1261
+ "epoch": 0.7410526315789474,
1262
+ "grad_norm": 0.56640625,
1263
+ "learning_rate": 0.00018493863620378122,
1264
+ "loss": 1.0844,
1265
+ "step": 176
1266
+ },
1267
+ {
1268
+ "epoch": 0.7452631578947368,
1269
+ "grad_norm": 0.2470703125,
1270
+ "learning_rate": 0.00018476139646768372,
1271
+ "loss": 1.1771,
1272
+ "step": 177
1273
+ },
1274
+ {
1275
+ "epoch": 0.7494736842105263,
1276
+ "grad_norm": 0.228515625,
1277
+ "learning_rate": 0.00018458320592590975,
1278
+ "loss": 1.2,
1279
+ "step": 178
1280
+ },
1281
+ {
1282
+ "epoch": 0.7536842105263157,
1283
+ "grad_norm": 0.310546875,
1284
+ "learning_rate": 0.00018440406657730058,
1285
+ "loss": 1.2248,
1286
+ "step": 179
1287
+ },
1288
+ {
1289
+ "epoch": 0.7578947368421053,
1290
+ "grad_norm": 0.263671875,
1291
+ "learning_rate": 0.00018422398043134067,
1292
+ "loss": 1.3675,
1293
+ "step": 180
1294
+ },
1295
+ {
1296
+ "epoch": 0.7578947368421053,
1297
+ "eval_loss": 1.2129631042480469,
1298
+ "eval_runtime": 25.9253,
1299
+ "eval_samples_per_second": 3.857,
1300
+ "eval_steps_per_second": 1.929,
1301
+ "step": 180
1302
+ },
1303
+ {
1304
+ "epoch": 0.7621052631578947,
1305
+ "grad_norm": 0.2412109375,
1306
+ "learning_rate": 0.0001840429495081352,
1307
+ "loss": 1.2456,
1308
+ "step": 181
1309
+ },
1310
+ {
1311
+ "epoch": 0.7663157894736842,
1312
+ "grad_norm": 0.25390625,
1313
+ "learning_rate": 0.00018386097583838714,
1314
+ "loss": 1.2617,
1315
+ "step": 182
1316
+ },
1317
+ {
1318
+ "epoch": 0.7705263157894737,
1319
+ "grad_norm": 0.283203125,
1320
+ "learning_rate": 0.00018367806146337483,
1321
+ "loss": 1.2708,
1322
+ "step": 183
1323
+ },
1324
+ {
1325
+ "epoch": 0.7747368421052632,
1326
+ "grad_norm": 0.318359375,
1327
+ "learning_rate": 0.00018349420843492888,
1328
+ "loss": 1.3771,
1329
+ "step": 184
1330
+ },
1331
+ {
1332
+ "epoch": 0.7789473684210526,
1333
+ "grad_norm": 0.73046875,
1334
+ "learning_rate": 0.00018330941881540915,
1335
+ "loss": 1.3123,
1336
+ "step": 185
1337
+ },
1338
+ {
1339
+ "epoch": 0.783157894736842,
1340
+ "grad_norm": 0.46875,
1341
+ "learning_rate": 0.00018312369467768166,
1342
+ "loss": 1.1952,
1343
+ "step": 186
1344
+ },
1345
+ {
1346
+ "epoch": 0.7873684210526316,
1347
+ "grad_norm": 0.7578125,
1348
+ "learning_rate": 0.00018293703810509537,
1349
+ "loss": 1.426,
1350
+ "step": 187
1351
+ },
1352
+ {
1353
+ "epoch": 0.791578947368421,
1354
+ "grad_norm": 0.33203125,
1355
+ "learning_rate": 0.0001827494511914587,
1356
+ "loss": 1.3205,
1357
+ "step": 188
1358
+ },
1359
+ {
1360
+ "epoch": 0.7957894736842105,
1361
+ "grad_norm": 0.365234375,
1362
+ "learning_rate": 0.00018256093604101617,
1363
+ "loss": 1.2221,
1364
+ "step": 189
1365
+ },
1366
+ {
1367
+ "epoch": 0.8,
1368
+ "grad_norm": 0.36328125,
1369
+ "learning_rate": 0.0001823714947684247,
1370
+ "loss": 1.4212,
1371
+ "step": 190
1372
+ },
1373
+ {
1374
+ "epoch": 0.8042105263157895,
1375
+ "grad_norm": 0.349609375,
1376
+ "learning_rate": 0.00018218112949872995,
1377
+ "loss": 1.2183,
1378
+ "step": 191
1379
+ },
1380
+ {
1381
+ "epoch": 0.8084210526315789,
1382
+ "grad_norm": 0.392578125,
1383
+ "learning_rate": 0.00018198984236734246,
1384
+ "loss": 0.9922,
1385
+ "step": 192
1386
+ },
1387
+ {
1388
+ "epoch": 0.8126315789473684,
1389
+ "grad_norm": 0.373046875,
1390
+ "learning_rate": 0.0001817976355200137,
1391
+ "loss": 1.334,
1392
+ "step": 193
1393
+ },
1394
+ {
1395
+ "epoch": 0.8168421052631579,
1396
+ "grad_norm": 0.30859375,
1397
+ "learning_rate": 0.000181604511112812,
1398
+ "loss": 1.1052,
1399
+ "step": 194
1400
+ },
1401
+ {
1402
+ "epoch": 0.8210526315789474,
1403
+ "grad_norm": 0.349609375,
1404
+ "learning_rate": 0.0001814104713120983,
1405
+ "loss": 0.8112,
1406
+ "step": 195
1407
+ },
1408
+ {
1409
+ "epoch": 0.8252631578947368,
1410
+ "grad_norm": 0.35546875,
1411
+ "learning_rate": 0.000181215518294502,
1412
+ "loss": 1.2507,
1413
+ "step": 196
1414
+ },
1415
+ {
1416
+ "epoch": 0.8294736842105264,
1417
+ "grad_norm": 0.671875,
1418
+ "learning_rate": 0.0001810196542468964,
1419
+ "loss": 1.1228,
1420
+ "step": 197
1421
+ },
1422
+ {
1423
+ "epoch": 0.8336842105263158,
1424
+ "grad_norm": 0.41015625,
1425
+ "learning_rate": 0.00018082288136637422,
1426
+ "loss": 1.3562,
1427
+ "step": 198
1428
+ },
1429
+ {
1430
+ "epoch": 0.8378947368421052,
1431
+ "grad_norm": 0.302734375,
1432
+ "learning_rate": 0.000180625201860223,
1433
+ "loss": 0.7766,
1434
+ "step": 199
1435
+ },
1436
+ {
1437
+ "epoch": 0.8421052631578947,
1438
+ "grad_norm": 0.322265625,
1439
+ "learning_rate": 0.00018042661794590023,
1440
+ "loss": 1.2885,
1441
+ "step": 200
1442
+ },
1443
+ {
1444
+ "epoch": 0.8463157894736842,
1445
+ "grad_norm": 0.609375,
1446
+ "learning_rate": 0.0001802271318510086,
1447
+ "loss": 1.271,
1448
+ "step": 201
1449
+ },
1450
+ {
1451
+ "epoch": 0.8505263157894737,
1452
+ "grad_norm": 0.341796875,
1453
+ "learning_rate": 0.00018002674581327094,
1454
+ "loss": 1.3777,
1455
+ "step": 202
1456
+ },
1457
+ {
1458
+ "epoch": 0.8547368421052631,
1459
+ "grad_norm": 0.3828125,
1460
+ "learning_rate": 0.00017982546208050515,
1461
+ "loss": 1.32,
1462
+ "step": 203
1463
+ },
1464
+ {
1465
+ "epoch": 0.8589473684210527,
1466
+ "grad_norm": 0.392578125,
1467
+ "learning_rate": 0.00017962328291059888,
1468
+ "loss": 1.1265,
1469
+ "step": 204
1470
+ },
1471
+ {
1472
+ "epoch": 0.8631578947368421,
1473
+ "grad_norm": 0.73046875,
1474
+ "learning_rate": 0.00017942021057148436,
1475
+ "loss": 1.523,
1476
+ "step": 205
1477
+ },
1478
+ {
1479
+ "epoch": 0.8673684210526316,
1480
+ "grad_norm": 1.046875,
1481
+ "learning_rate": 0.00017921624734111292,
1482
+ "loss": 1.0251,
1483
+ "step": 206
1484
+ },
1485
+ {
1486
+ "epoch": 0.871578947368421,
1487
+ "grad_norm": 0.490234375,
1488
+ "learning_rate": 0.0001790113955074294,
1489
+ "loss": 1.2665,
1490
+ "step": 207
1491
+ },
1492
+ {
1493
+ "epoch": 0.8757894736842106,
1494
+ "grad_norm": 0.6875,
1495
+ "learning_rate": 0.0001788056573683464,
1496
+ "loss": 1.2244,
1497
+ "step": 208
1498
+ },
1499
+ {
1500
+ "epoch": 0.88,
1501
+ "grad_norm": 0.2177734375,
1502
+ "learning_rate": 0.0001785990352317187,
1503
+ "loss": 1.1621,
1504
+ "step": 209
1505
+ },
1506
+ {
1507
+ "epoch": 0.8842105263157894,
1508
+ "grad_norm": 0.4921875,
1509
+ "learning_rate": 0.00017839153141531718,
1510
+ "loss": 1.3182,
1511
+ "step": 210
1512
+ },
1513
+ {
1514
+ "epoch": 0.888421052631579,
1515
+ "grad_norm": 0.388671875,
1516
+ "learning_rate": 0.000178183148246803,
1517
+ "loss": 1.4508,
1518
+ "step": 211
1519
+ },
1520
+ {
1521
+ "epoch": 0.8926315789473684,
1522
+ "grad_norm": 0.388671875,
1523
+ "learning_rate": 0.00017797388806370132,
1524
+ "loss": 1.1155,
1525
+ "step": 212
1526
+ },
1527
+ {
1528
+ "epoch": 0.8968421052631579,
1529
+ "grad_norm": 0.416015625,
1530
+ "learning_rate": 0.00017776375321337521,
1531
+ "loss": 0.9191,
1532
+ "step": 213
1533
+ },
1534
+ {
1535
+ "epoch": 0.9010526315789473,
1536
+ "grad_norm": 0.2431640625,
1537
+ "learning_rate": 0.00017755274605299923,
1538
+ "loss": 1.1577,
1539
+ "step": 214
1540
+ },
1541
+ {
1542
+ "epoch": 0.9052631578947369,
1543
+ "grad_norm": 0.412109375,
1544
+ "learning_rate": 0.00017734086894953305,
1545
+ "loss": 1.372,
1546
+ "step": 215
1547
+ },
1548
+ {
1549
+ "epoch": 0.9094736842105263,
1550
+ "grad_norm": 0.353515625,
1551
+ "learning_rate": 0.00017712812427969485,
1552
+ "loss": 1.1932,
1553
+ "step": 216
1554
+ },
1555
+ {
1556
+ "epoch": 0.9136842105263158,
1557
+ "grad_norm": 0.291015625,
1558
+ "learning_rate": 0.0001769145144299347,
1559
+ "loss": 1.3167,
1560
+ "step": 217
1561
+ },
1562
+ {
1563
+ "epoch": 0.9178947368421052,
1564
+ "grad_norm": 0.255859375,
1565
+ "learning_rate": 0.00017670004179640774,
1566
+ "loss": 1.2357,
1567
+ "step": 218
1568
+ },
1569
+ {
1570
+ "epoch": 0.9221052631578948,
1571
+ "grad_norm": 0.5703125,
1572
+ "learning_rate": 0.00017648470878494737,
1573
+ "loss": 0.9556,
1574
+ "step": 219
1575
+ },
1576
+ {
1577
+ "epoch": 0.9263157894736842,
1578
+ "grad_norm": 0.36328125,
1579
+ "learning_rate": 0.0001762685178110382,
1580
+ "loss": 1.2047,
1581
+ "step": 220
1582
+ },
1583
+ {
1584
+ "epoch": 0.9305263157894736,
1585
+ "grad_norm": 0.271484375,
1586
+ "learning_rate": 0.00017605147129978903,
1587
+ "loss": 1.1935,
1588
+ "step": 221
1589
+ },
1590
+ {
1591
+ "epoch": 0.9347368421052632,
1592
+ "grad_norm": 0.400390625,
1593
+ "learning_rate": 0.0001758335716859055,
1594
+ "loss": 1.3426,
1595
+ "step": 222
1596
+ },
1597
+ {
1598
+ "epoch": 0.9389473684210526,
1599
+ "grad_norm": 0.73046875,
1600
+ "learning_rate": 0.000175614821413663,
1601
+ "loss": 1.5181,
1602
+ "step": 223
1603
+ },
1604
+ {
1605
+ "epoch": 0.9431578947368421,
1606
+ "grad_norm": 0.3203125,
1607
+ "learning_rate": 0.00017539522293687898,
1608
+ "loss": 1.0962,
1609
+ "step": 224
1610
+ },
1611
+ {
1612
+ "epoch": 0.9473684210526315,
1613
+ "grad_norm": 0.232421875,
1614
+ "learning_rate": 0.00017517477871888568,
1615
+ "loss": 1.3922,
1616
+ "step": 225
1617
+ },
1618
+ {
1619
+ "epoch": 0.9515789473684211,
1620
+ "grad_norm": 0.5546875,
1621
+ "learning_rate": 0.00017495349123250242,
1622
+ "loss": 1.2535,
1623
+ "step": 226
1624
+ },
1625
+ {
1626
+ "epoch": 0.9557894736842105,
1627
+ "grad_norm": 0.296875,
1628
+ "learning_rate": 0.00017473136296000772,
1629
+ "loss": 1.1987,
1630
+ "step": 227
1631
+ },
1632
+ {
1633
+ "epoch": 0.96,
1634
+ "grad_norm": 0.77734375,
1635
+ "learning_rate": 0.00017450839639311162,
1636
+ "loss": 1.4301,
1637
+ "step": 228
1638
+ },
1639
+ {
1640
+ "epoch": 0.9642105263157895,
1641
+ "grad_norm": 0.35546875,
1642
+ "learning_rate": 0.00017428459403292767,
1643
+ "loss": 1.3164,
1644
+ "step": 229
1645
+ },
1646
+ {
1647
+ "epoch": 0.968421052631579,
1648
+ "grad_norm": 0.419921875,
1649
+ "learning_rate": 0.00017405995838994494,
1650
+ "loss": 1.1554,
1651
+ "step": 230
1652
+ },
1653
+ {
1654
+ "epoch": 0.9726315789473684,
1655
+ "grad_norm": 0.3125,
1656
+ "learning_rate": 0.00017383449198399964,
1657
+ "loss": 1.3036,
1658
+ "step": 231
1659
+ },
1660
+ {
1661
+ "epoch": 0.9768421052631578,
1662
+ "grad_norm": 0.267578125,
1663
+ "learning_rate": 0.00017360819734424715,
1664
+ "loss": 1.2797,
1665
+ "step": 232
1666
+ },
1667
+ {
1668
+ "epoch": 0.9810526315789474,
1669
+ "grad_norm": 0.412109375,
1670
+ "learning_rate": 0.00017338107700913354,
1671
+ "loss": 1.1202,
1672
+ "step": 233
1673
+ },
1674
+ {
1675
+ "epoch": 0.9852631578947368,
1676
+ "grad_norm": 0.365234375,
1677
+ "learning_rate": 0.0001731531335263669,
1678
+ "loss": 0.8187,
1679
+ "step": 234
1680
+ },
1681
+ {
1682
+ "epoch": 0.9894736842105263,
1683
+ "grad_norm": 0.5546875,
1684
+ "learning_rate": 0.0001729243694528891,
1685
+ "loss": 1.1702,
1686
+ "step": 235
1687
+ },
1688
+ {
1689
+ "epoch": 0.9936842105263158,
1690
+ "grad_norm": 0.5546875,
1691
+ "learning_rate": 0.00017269478735484683,
1692
+ "loss": 1.1406,
1693
+ "step": 236
1694
+ },
1695
+ {
1696
+ "epoch": 0.9978947368421053,
1697
+ "grad_norm": 0.3359375,
1698
+ "learning_rate": 0.00017246438980756293,
1699
+ "loss": 0.9633,
1700
+ "step": 237
1701
+ },
1702
+ {
1703
+ "epoch": 1.0021052631578948,
1704
+ "grad_norm": 0.359375,
1705
+ "learning_rate": 0.00017223317939550753,
1706
+ "loss": 1.2181,
1707
+ "step": 238
1708
+ },
1709
+ {
1710
+ "epoch": 1.0063157894736843,
1711
+ "grad_norm": 0.2138671875,
1712
+ "learning_rate": 0.00017200115871226904,
1713
+ "loss": 1.2035,
1714
+ "step": 239
1715
+ },
1716
+ {
1717
+ "epoch": 1.0105263157894737,
1718
+ "grad_norm": 0.3203125,
1719
+ "learning_rate": 0.00017176833036052495,
1720
+ "loss": 1.3449,
1721
+ "step": 240
1722
+ },
1723
+ {
1724
+ "epoch": 1.0105263157894737,
1725
+ "eval_loss": 1.1994891166687012,
1726
+ "eval_runtime": 25.9787,
1727
+ "eval_samples_per_second": 3.849,
1728
+ "eval_steps_per_second": 1.925,
1729
+ "step": 240
1730
+ },
1731
+ {
1732
+ "epoch": 1.0147368421052632,
1733
+ "grad_norm": 0.375,
1734
+ "learning_rate": 0.00017153469695201277,
1735
+ "loss": 1.0695,
1736
+ "step": 241
1737
+ },
1738
+ {
1739
+ "epoch": 1.0189473684210526,
1740
+ "grad_norm": 0.578125,
1741
+ "learning_rate": 0.0001713002611075007,
1742
+ "loss": 0.8898,
1743
+ "step": 242
1744
+ },
1745
+ {
1746
+ "epoch": 1.023157894736842,
1747
+ "grad_norm": 0.203125,
1748
+ "learning_rate": 0.0001710650254567582,
1749
+ "loss": 1.087,
1750
+ "step": 243
1751
+ },
1752
+ {
1753
+ "epoch": 1.0273684210526315,
1754
+ "grad_norm": 0.3828125,
1755
+ "learning_rate": 0.0001708289926385265,
1756
+ "loss": 1.1739,
1757
+ "step": 244
1758
+ },
1759
+ {
1760
+ "epoch": 1.0315789473684212,
1761
+ "grad_norm": 0.3515625,
1762
+ "learning_rate": 0.000170592165300489,
1763
+ "loss": 1.0413,
1764
+ "step": 245
1765
+ },
1766
+ {
1767
+ "epoch": 1.0357894736842106,
1768
+ "grad_norm": 0.376953125,
1769
+ "learning_rate": 0.0001703545460992416,
1770
+ "loss": 1.0745,
1771
+ "step": 246
1772
+ },
1773
+ {
1774
+ "epoch": 1.04,
1775
+ "grad_norm": 0.25,
1776
+ "learning_rate": 0.00017011613770026292,
1777
+ "loss": 1.2494,
1778
+ "step": 247
1779
+ },
1780
+ {
1781
+ "epoch": 1.0442105263157895,
1782
+ "grad_norm": 0.419921875,
1783
+ "learning_rate": 0.00016987694277788417,
1784
+ "loss": 0.7568,
1785
+ "step": 248
1786
+ },
1787
+ {
1788
+ "epoch": 1.048421052631579,
1789
+ "grad_norm": 0.6015625,
1790
+ "learning_rate": 0.0001696369640152596,
1791
+ "loss": 1.2675,
1792
+ "step": 249
1793
+ },
1794
+ {
1795
+ "epoch": 1.0526315789473684,
1796
+ "grad_norm": 0.67578125,
1797
+ "learning_rate": 0.0001693962041043359,
1798
+ "loss": 1.0456,
1799
+ "step": 250
1800
+ },
1801
+ {
1802
+ "epoch": 1.0568421052631578,
1803
+ "grad_norm": 0.5234375,
1804
+ "learning_rate": 0.00016915466574582246,
1805
+ "loss": 1.1145,
1806
+ "step": 251
1807
+ },
1808
+ {
1809
+ "epoch": 1.0610526315789475,
1810
+ "grad_norm": 0.279296875,
1811
+ "learning_rate": 0.00016891235164916065,
1812
+ "loss": 1.1659,
1813
+ "step": 252
1814
+ },
1815
+ {
1816
+ "epoch": 1.065263157894737,
1817
+ "grad_norm": 0.369140625,
1818
+ "learning_rate": 0.0001686692645324938,
1819
+ "loss": 0.9993,
1820
+ "step": 253
1821
+ },
1822
+ {
1823
+ "epoch": 1.0694736842105264,
1824
+ "grad_norm": 0.78125,
1825
+ "learning_rate": 0.00016842540712263637,
1826
+ "loss": 1.2847,
1827
+ "step": 254
1828
+ },
1829
+ {
1830
+ "epoch": 1.0736842105263158,
1831
+ "grad_norm": 0.48046875,
1832
+ "learning_rate": 0.0001681807821550438,
1833
+ "loss": 1.1483,
1834
+ "step": 255
1835
+ },
1836
+ {
1837
+ "epoch": 1.0778947368421052,
1838
+ "grad_norm": 0.73046875,
1839
+ "learning_rate": 0.00016793539237378128,
1840
+ "loss": 0.7895,
1841
+ "step": 256
1842
+ },
1843
+ {
1844
+ "epoch": 1.0821052631578947,
1845
+ "grad_norm": 0.30859375,
1846
+ "learning_rate": 0.00016768924053149338,
1847
+ "loss": 1.2321,
1848
+ "step": 257
1849
+ },
1850
+ {
1851
+ "epoch": 1.0863157894736841,
1852
+ "grad_norm": 0.291015625,
1853
+ "learning_rate": 0.00016744232938937308,
1854
+ "loss": 1.0098,
1855
+ "step": 258
1856
+ },
1857
+ {
1858
+ "epoch": 1.0905263157894738,
1859
+ "grad_norm": 0.470703125,
1860
+ "learning_rate": 0.00016719466171713073,
1861
+ "loss": 1.3362,
1862
+ "step": 259
1863
+ },
1864
+ {
1865
+ "epoch": 1.0947368421052632,
1866
+ "grad_norm": 0.2890625,
1867
+ "learning_rate": 0.0001669462402929629,
1868
+ "loss": 1.2487,
1869
+ "step": 260
1870
+ },
1871
+ {
1872
+ "epoch": 1.0989473684210527,
1873
+ "grad_norm": 0.39453125,
1874
+ "learning_rate": 0.00016669706790352148,
1875
+ "loss": 1.1732,
1876
+ "step": 261
1877
+ },
1878
+ {
1879
+ "epoch": 1.1031578947368421,
1880
+ "grad_norm": 0.28125,
1881
+ "learning_rate": 0.00016644714734388217,
1882
+ "loss": 1.1493,
1883
+ "step": 262
1884
+ },
1885
+ {
1886
+ "epoch": 1.1073684210526316,
1887
+ "grad_norm": 0.314453125,
1888
+ "learning_rate": 0.0001661964814175133,
1889
+ "loss": 1.0521,
1890
+ "step": 263
1891
+ },
1892
+ {
1893
+ "epoch": 1.111578947368421,
1894
+ "grad_norm": 0.53125,
1895
+ "learning_rate": 0.00016594507293624425,
1896
+ "loss": 1.07,
1897
+ "step": 264
1898
+ },
1899
+ {
1900
+ "epoch": 1.1157894736842104,
1901
+ "grad_norm": 0.2890625,
1902
+ "learning_rate": 0.00016569292472023392,
1903
+ "loss": 1.1393,
1904
+ "step": 265
1905
+ },
1906
+ {
1907
+ "epoch": 1.12,
1908
+ "grad_norm": 0.390625,
1909
+ "learning_rate": 0.00016544003959793925,
1910
+ "loss": 1.2059,
1911
+ "step": 266
1912
+ },
1913
+ {
1914
+ "epoch": 1.1242105263157895,
1915
+ "grad_norm": 0.494140625,
1916
+ "learning_rate": 0.0001651864204060833,
1917
+ "loss": 0.9832,
1918
+ "step": 267
1919
+ },
1920
+ {
1921
+ "epoch": 1.128421052631579,
1922
+ "grad_norm": 0.376953125,
1923
+ "learning_rate": 0.00016493206998962354,
1924
+ "loss": 0.9154,
1925
+ "step": 268
1926
+ },
1927
+ {
1928
+ "epoch": 1.1326315789473684,
1929
+ "grad_norm": 0.39453125,
1930
+ "learning_rate": 0.00016467699120171987,
1931
+ "loss": 1.0839,
1932
+ "step": 269
1933
+ },
1934
+ {
1935
+ "epoch": 1.1368421052631579,
1936
+ "grad_norm": 0.94140625,
1937
+ "learning_rate": 0.0001644211869037027,
1938
+ "loss": 1.1298,
1939
+ "step": 270
1940
+ },
1941
+ {
1942
+ "epoch": 1.1410526315789473,
1943
+ "grad_norm": 0.341796875,
1944
+ "learning_rate": 0.00016416465996504077,
1945
+ "loss": 1.131,
1946
+ "step": 271
1947
+ },
1948
+ {
1949
+ "epoch": 1.1452631578947368,
1950
+ "grad_norm": 0.90234375,
1951
+ "learning_rate": 0.00016390741326330907,
1952
+ "loss": 1.0148,
1953
+ "step": 272
1954
+ },
1955
+ {
1956
+ "epoch": 1.1494736842105264,
1957
+ "grad_norm": 0.35546875,
1958
+ "learning_rate": 0.00016364944968415632,
1959
+ "loss": 0.788,
1960
+ "step": 273
1961
+ },
1962
+ {
1963
+ "epoch": 1.1536842105263159,
1964
+ "grad_norm": 0.294921875,
1965
+ "learning_rate": 0.00016339077212127294,
1966
+ "loss": 0.9585,
1967
+ "step": 274
1968
+ },
1969
+ {
1970
+ "epoch": 1.1578947368421053,
1971
+ "grad_norm": 0.56640625,
1972
+ "learning_rate": 0.00016313138347635837,
1973
+ "loss": 0.9937,
1974
+ "step": 275
1975
+ },
1976
+ {
1977
+ "epoch": 1.1621052631578948,
1978
+ "grad_norm": 0.251953125,
1979
+ "learning_rate": 0.0001628712866590885,
1980
+ "loss": 1.069,
1981
+ "step": 276
1982
+ },
1983
+ {
1984
+ "epoch": 1.1663157894736842,
1985
+ "grad_norm": 0.384765625,
1986
+ "learning_rate": 0.00016261048458708318,
1987
+ "loss": 1.2734,
1988
+ "step": 277
1989
+ },
1990
+ {
1991
+ "epoch": 1.1705263157894736,
1992
+ "grad_norm": 0.66015625,
1993
+ "learning_rate": 0.00016234898018587337,
1994
+ "loss": 1.1955,
1995
+ "step": 278
1996
+ },
1997
+ {
1998
+ "epoch": 1.174736842105263,
1999
+ "grad_norm": 0.3984375,
2000
+ "learning_rate": 0.00016208677638886835,
2001
+ "loss": 0.9949,
2002
+ "step": 279
2003
+ },
2004
+ {
2005
+ "epoch": 1.1789473684210527,
2006
+ "grad_norm": 0.33984375,
2007
+ "learning_rate": 0.00016182387613732291,
2008
+ "loss": 1.1192,
2009
+ "step": 280
2010
+ },
2011
+ {
2012
+ "epoch": 1.1831578947368422,
2013
+ "grad_norm": 0.4765625,
2014
+ "learning_rate": 0.00016156028238030422,
2015
+ "loss": 1.165,
2016
+ "step": 281
2017
+ },
2018
+ {
2019
+ "epoch": 1.1873684210526316,
2020
+ "grad_norm": 0.51171875,
2021
+ "learning_rate": 0.00016129599807465875,
2022
+ "loss": 0.9109,
2023
+ "step": 282
2024
+ },
2025
+ {
2026
+ "epoch": 1.191578947368421,
2027
+ "grad_norm": 0.5546875,
2028
+ "learning_rate": 0.00016103102618497922,
2029
+ "loss": 0.9441,
2030
+ "step": 283
2031
+ },
2032
+ {
2033
+ "epoch": 1.1957894736842105,
2034
+ "grad_norm": 0.7109375,
2035
+ "learning_rate": 0.0001607653696835713,
2036
+ "loss": 1.3679,
2037
+ "step": 284
2038
+ },
2039
+ {
2040
+ "epoch": 1.2,
2041
+ "grad_norm": 0.3671875,
2042
+ "learning_rate": 0.0001604990315504202,
2043
+ "loss": 0.8203,
2044
+ "step": 285
2045
+ },
2046
+ {
2047
+ "epoch": 1.2042105263157894,
2048
+ "grad_norm": 0.51171875,
2049
+ "learning_rate": 0.00016023201477315731,
2050
+ "loss": 1.052,
2051
+ "step": 286
2052
+ },
2053
+ {
2054
+ "epoch": 1.208421052631579,
2055
+ "grad_norm": 0.72265625,
2056
+ "learning_rate": 0.00015996432234702666,
2057
+ "loss": 1.281,
2058
+ "step": 287
2059
+ },
2060
+ {
2061
+ "epoch": 1.2126315789473685,
2062
+ "grad_norm": 0.44921875,
2063
+ "learning_rate": 0.0001596959572748514,
2064
+ "loss": 1.1851,
2065
+ "step": 288
2066
+ },
2067
+ {
2068
+ "epoch": 1.216842105263158,
2069
+ "grad_norm": 1.3515625,
2070
+ "learning_rate": 0.0001594269225669999,
2071
+ "loss": 1.1378,
2072
+ "step": 289
2073
+ },
2074
+ {
2075
+ "epoch": 1.2210526315789474,
2076
+ "grad_norm": 0.337890625,
2077
+ "learning_rate": 0.00015915722124135227,
2078
+ "loss": 0.7495,
2079
+ "step": 290
2080
+ },
2081
+ {
2082
+ "epoch": 1.2252631578947368,
2083
+ "grad_norm": 0.45703125,
2084
+ "learning_rate": 0.00015888685632326627,
2085
+ "loss": 1.0089,
2086
+ "step": 291
2087
+ },
2088
+ {
2089
+ "epoch": 1.2294736842105263,
2090
+ "grad_norm": 0.470703125,
2091
+ "learning_rate": 0.00015861583084554349,
2092
+ "loss": 0.7145,
2093
+ "step": 292
2094
+ },
2095
+ {
2096
+ "epoch": 1.2336842105263157,
2097
+ "grad_norm": 0.4375,
2098
+ "learning_rate": 0.00015834414784839532,
2099
+ "loss": 1.1728,
2100
+ "step": 293
2101
+ },
2102
+ {
2103
+ "epoch": 1.2378947368421054,
2104
+ "grad_norm": 1.5703125,
2105
+ "learning_rate": 0.0001580718103794089,
2106
+ "loss": 1.351,
2107
+ "step": 294
2108
+ },
2109
+ {
2110
+ "epoch": 1.2421052631578948,
2111
+ "grad_norm": 0.6171875,
2112
+ "learning_rate": 0.0001577988214935127,
2113
+ "loss": 1.0116,
2114
+ "step": 295
2115
+ },
2116
+ {
2117
+ "epoch": 1.2463157894736843,
2118
+ "grad_norm": 0.392578125,
2119
+ "learning_rate": 0.00015752518425294257,
2120
+ "loss": 1.1591,
2121
+ "step": 296
2122
+ },
2123
+ {
2124
+ "epoch": 1.2505263157894737,
2125
+ "grad_norm": 0.44140625,
2126
+ "learning_rate": 0.0001572509017272072,
2127
+ "loss": 1.0848,
2128
+ "step": 297
2129
+ },
2130
+ {
2131
+ "epoch": 1.2547368421052632,
2132
+ "grad_norm": 0.43359375,
2133
+ "learning_rate": 0.00015697597699305366,
2134
+ "loss": 1.0024,
2135
+ "step": 298
2136
+ },
2137
+ {
2138
+ "epoch": 1.2589473684210526,
2139
+ "grad_norm": 0.470703125,
2140
+ "learning_rate": 0.00015670041313443304,
2141
+ "loss": 1.072,
2142
+ "step": 299
2143
+ },
2144
+ {
2145
+ "epoch": 1.263157894736842,
2146
+ "grad_norm": 0.34375,
2147
+ "learning_rate": 0.00015642421324246568,
2148
+ "loss": 1.1825,
2149
+ "step": 300
2150
+ },
2151
+ {
2152
+ "epoch": 1.263157894736842,
2153
+ "eval_loss": 1.207429051399231,
2154
+ "eval_runtime": 25.9189,
2155
+ "eval_samples_per_second": 3.858,
2156
+ "eval_steps_per_second": 1.929,
2157
+ "step": 300
2158
+ },
2159
+ {
2160
+ "epoch": 1.2673684210526317,
2161
+ "grad_norm": 1.0234375,
2162
+ "learning_rate": 0.00015614738041540668,
2163
+ "loss": 0.8984,
2164
+ "step": 301
2165
+ },
2166
+ {
2167
+ "epoch": 1.271578947368421,
2168
+ "grad_norm": 0.29296875,
2169
+ "learning_rate": 0.00015586991775861102,
2170
+ "loss": 0.9569,
2171
+ "step": 302
2172
+ },
2173
+ {
2174
+ "epoch": 1.2757894736842106,
2175
+ "grad_norm": 0.59375,
2176
+ "learning_rate": 0.00015559182838449873,
2177
+ "loss": 1.177,
2178
+ "step": 303
2179
+ },
2180
+ {
2181
+ "epoch": 1.28,
2182
+ "grad_norm": 0.416015625,
2183
+ "learning_rate": 0.00015531311541251995,
2184
+ "loss": 0.9957,
2185
+ "step": 304
2186
+ },
2187
+ {
2188
+ "epoch": 1.2842105263157895,
2189
+ "grad_norm": 0.47265625,
2190
+ "learning_rate": 0.00015503378196912013,
2191
+ "loss": 0.8083,
2192
+ "step": 305
2193
+ },
2194
+ {
2195
+ "epoch": 1.288421052631579,
2196
+ "grad_norm": 0.7734375,
2197
+ "learning_rate": 0.00015475383118770472,
2198
+ "loss": 1.0463,
2199
+ "step": 306
2200
+ },
2201
+ {
2202
+ "epoch": 1.2926315789473684,
2203
+ "grad_norm": 0.30859375,
2204
+ "learning_rate": 0.00015447326620860415,
2205
+ "loss": 1.0709,
2206
+ "step": 307
2207
+ },
2208
+ {
2209
+ "epoch": 1.296842105263158,
2210
+ "grad_norm": 0.35546875,
2211
+ "learning_rate": 0.00015419209017903852,
2212
+ "loss": 1.2547,
2213
+ "step": 308
2214
+ },
2215
+ {
2216
+ "epoch": 1.3010526315789472,
2217
+ "grad_norm": 0.3671875,
2218
+ "learning_rate": 0.00015391030625308249,
2219
+ "loss": 0.8027,
2220
+ "step": 309
2221
+ },
2222
+ {
2223
+ "epoch": 1.305263157894737,
2224
+ "grad_norm": 0.28515625,
2225
+ "learning_rate": 0.0001536279175916296,
2226
+ "loss": 1.0735,
2227
+ "step": 310
2228
+ },
2229
+ {
2230
+ "epoch": 1.3094736842105263,
2231
+ "grad_norm": 0.625,
2232
+ "learning_rate": 0.00015334492736235705,
2233
+ "loss": 1.0046,
2234
+ "step": 311
2235
+ },
2236
+ {
2237
+ "epoch": 1.3136842105263158,
2238
+ "grad_norm": 0.83203125,
2239
+ "learning_rate": 0.0001530613387396901,
2240
+ "loss": 1.1327,
2241
+ "step": 312
2242
+ },
2243
+ {
2244
+ "epoch": 1.3178947368421052,
2245
+ "grad_norm": 0.515625,
2246
+ "learning_rate": 0.00015277715490476641,
2247
+ "loss": 0.9917,
2248
+ "step": 313
2249
+ },
2250
+ {
2251
+ "epoch": 1.3221052631578947,
2252
+ "grad_norm": 0.359375,
2253
+ "learning_rate": 0.0001524923790454004,
2254
+ "loss": 1.2532,
2255
+ "step": 314
2256
+ },
2257
+ {
2258
+ "epoch": 1.3263157894736843,
2259
+ "grad_norm": 0.306640625,
2260
+ "learning_rate": 0.0001522070143560476,
2261
+ "loss": 0.9906,
2262
+ "step": 315
2263
+ },
2264
+ {
2265
+ "epoch": 1.3305263157894736,
2266
+ "grad_norm": 0.33984375,
2267
+ "learning_rate": 0.00015192106403776848,
2268
+ "loss": 1.0958,
2269
+ "step": 316
2270
+ },
2271
+ {
2272
+ "epoch": 1.3347368421052632,
2273
+ "grad_norm": 0.33203125,
2274
+ "learning_rate": 0.000151634531298193,
2275
+ "loss": 1.1674,
2276
+ "step": 317
2277
+ },
2278
+ {
2279
+ "epoch": 1.3389473684210527,
2280
+ "grad_norm": 0.45703125,
2281
+ "learning_rate": 0.0001513474193514842,
2282
+ "loss": 0.9189,
2283
+ "step": 318
2284
+ },
2285
+ {
2286
+ "epoch": 1.343157894736842,
2287
+ "grad_norm": 0.55078125,
2288
+ "learning_rate": 0.0001510597314183025,
2289
+ "loss": 1.2956,
2290
+ "step": 319
2291
+ },
2292
+ {
2293
+ "epoch": 1.3473684210526315,
2294
+ "grad_norm": 0.41015625,
2295
+ "learning_rate": 0.00015077147072576933,
2296
+ "loss": 1.3053,
2297
+ "step": 320
2298
+ },
2299
+ {
2300
+ "epoch": 1.351578947368421,
2301
+ "grad_norm": 0.421875,
2302
+ "learning_rate": 0.00015048264050743096,
2303
+ "loss": 1.26,
2304
+ "step": 321
2305
+ },
2306
+ {
2307
+ "epoch": 1.3557894736842107,
2308
+ "grad_norm": 0.318359375,
2309
+ "learning_rate": 0.00015019324400322243,
2310
+ "loss": 1.1314,
2311
+ "step": 322
2312
+ },
2313
+ {
2314
+ "epoch": 1.3599999999999999,
2315
+ "grad_norm": 0.33203125,
2316
+ "learning_rate": 0.00014990328445943092,
2317
+ "loss": 1.1536,
2318
+ "step": 323
2319
+ },
2320
+ {
2321
+ "epoch": 1.3642105263157895,
2322
+ "grad_norm": 0.365234375,
2323
+ "learning_rate": 0.00014961276512865954,
2324
+ "loss": 0.8678,
2325
+ "step": 324
2326
+ },
2327
+ {
2328
+ "epoch": 1.368421052631579,
2329
+ "grad_norm": 0.56640625,
2330
+ "learning_rate": 0.00014932168926979074,
2331
+ "loss": 1.0508,
2332
+ "step": 325
2333
+ },
2334
+ {
2335
+ "epoch": 1.3726315789473684,
2336
+ "grad_norm": 0.333984375,
2337
+ "learning_rate": 0.00014903006014794983,
2338
+ "loss": 0.9275,
2339
+ "step": 326
2340
+ },
2341
+ {
2342
+ "epoch": 1.3768421052631579,
2343
+ "grad_norm": 0.61328125,
2344
+ "learning_rate": 0.00014873788103446825,
2345
+ "loss": 1.0225,
2346
+ "step": 327
2347
+ },
2348
+ {
2349
+ "epoch": 1.3810526315789473,
2350
+ "grad_norm": 0.357421875,
2351
+ "learning_rate": 0.00014844515520684703,
2352
+ "loss": 0.9955,
2353
+ "step": 328
2354
+ },
2355
+ {
2356
+ "epoch": 1.385263157894737,
2357
+ "grad_norm": 0.6328125,
2358
+ "learning_rate": 0.00014815188594871983,
2359
+ "loss": 1.2857,
2360
+ "step": 329
2361
+ },
2362
+ {
2363
+ "epoch": 1.3894736842105262,
2364
+ "grad_norm": 0.5078125,
2365
+ "learning_rate": 0.00014785807654981627,
2366
+ "loss": 1.0598,
2367
+ "step": 330
2368
+ },
2369
+ {
2370
+ "epoch": 1.3936842105263159,
2371
+ "grad_norm": 0.96484375,
2372
+ "learning_rate": 0.00014756373030592497,
2373
+ "loss": 1.1031,
2374
+ "step": 331
2375
+ },
2376
+ {
2377
+ "epoch": 1.3978947368421053,
2378
+ "grad_norm": 0.380859375,
2379
+ "learning_rate": 0.00014726885051885653,
2380
+ "loss": 1.3287,
2381
+ "step": 332
2382
+ },
2383
+ {
2384
+ "epoch": 1.4021052631578947,
2385
+ "grad_norm": 0.5859375,
2386
+ "learning_rate": 0.00014697344049640658,
2387
+ "loss": 1.1952,
2388
+ "step": 333
2389
+ },
2390
+ {
2391
+ "epoch": 1.4063157894736842,
2392
+ "grad_norm": 0.453125,
2393
+ "learning_rate": 0.0001466775035523186,
2394
+ "loss": 1.083,
2395
+ "step": 334
2396
+ },
2397
+ {
2398
+ "epoch": 1.4105263157894736,
2399
+ "grad_norm": 0.37890625,
2400
+ "learning_rate": 0.00014638104300624685,
2401
+ "loss": 0.8393,
2402
+ "step": 335
2403
+ },
2404
+ {
2405
+ "epoch": 1.4147368421052633,
2406
+ "grad_norm": 0.9921875,
2407
+ "learning_rate": 0.00014608406218371894,
2408
+ "loss": 1.3947,
2409
+ "step": 336
2410
+ },
2411
+ {
2412
+ "epoch": 1.4189473684210525,
2413
+ "grad_norm": 0.357421875,
2414
+ "learning_rate": 0.0001457865644160987,
2415
+ "loss": 1.028,
2416
+ "step": 337
2417
+ },
2418
+ {
2419
+ "epoch": 1.4231578947368422,
2420
+ "grad_norm": 0.671875,
2421
+ "learning_rate": 0.00014548855304054886,
2422
+ "loss": 1.1156,
2423
+ "step": 338
2424
+ },
2425
+ {
2426
+ "epoch": 1.4273684210526316,
2427
+ "grad_norm": 0.6953125,
2428
+ "learning_rate": 0.00014519003139999337,
2429
+ "loss": 1.1537,
2430
+ "step": 339
2431
+ },
2432
+ {
2433
+ "epoch": 1.431578947368421,
2434
+ "grad_norm": 0.408203125,
2435
+ "learning_rate": 0.00014489100284308017,
2436
+ "loss": 1.207,
2437
+ "step": 340
2438
+ },
2439
+ {
2440
+ "epoch": 1.4357894736842105,
2441
+ "grad_norm": 0.56640625,
2442
+ "learning_rate": 0.00014459147072414335,
2443
+ "loss": 1.125,
2444
+ "step": 341
2445
+ },
2446
+ {
2447
+ "epoch": 1.44,
2448
+ "grad_norm": 0.423828125,
2449
+ "learning_rate": 0.00014429143840316585,
2450
+ "loss": 1.0774,
2451
+ "step": 342
2452
+ },
2453
+ {
2454
+ "epoch": 1.4442105263157896,
2455
+ "grad_norm": 1.0859375,
2456
+ "learning_rate": 0.0001439909092457415,
2457
+ "loss": 1.3349,
2458
+ "step": 343
2459
+ },
2460
+ {
2461
+ "epoch": 1.4484210526315788,
2462
+ "grad_norm": 0.55078125,
2463
+ "learning_rate": 0.00014368988662303732,
2464
+ "loss": 0.6138,
2465
+ "step": 344
2466
+ },
2467
+ {
2468
+ "epoch": 1.4526315789473685,
2469
+ "grad_norm": 0.330078125,
2470
+ "learning_rate": 0.00014338837391175582,
2471
+ "loss": 1.1961,
2472
+ "step": 345
2473
+ },
2474
+ {
2475
+ "epoch": 1.456842105263158,
2476
+ "grad_norm": 0.54296875,
2477
+ "learning_rate": 0.00014308637449409706,
2478
+ "loss": 1.067,
2479
+ "step": 346
2480
+ },
2481
+ {
2482
+ "epoch": 1.4610526315789474,
2483
+ "grad_norm": 0.294921875,
2484
+ "learning_rate": 0.0001427838917577206,
2485
+ "loss": 1.0033,
2486
+ "step": 347
2487
+ },
2488
+ {
2489
+ "epoch": 1.4652631578947368,
2490
+ "grad_norm": 0.494140625,
2491
+ "learning_rate": 0.00014248092909570774,
2492
+ "loss": 1.011,
2493
+ "step": 348
2494
+ },
2495
+ {
2496
+ "epoch": 1.4694736842105263,
2497
+ "grad_norm": 0.75,
2498
+ "learning_rate": 0.00014217748990652318,
2499
+ "loss": 1.3504,
2500
+ "step": 349
2501
+ },
2502
+ {
2503
+ "epoch": 1.4736842105263157,
2504
+ "grad_norm": 0.41796875,
2505
+ "learning_rate": 0.00014187357759397714,
2506
+ "loss": 1.0421,
2507
+ "step": 350
2508
+ },
2509
+ {
2510
+ "epoch": 1.4778947368421052,
2511
+ "grad_norm": 0.73828125,
2512
+ "learning_rate": 0.00014156919556718698,
2513
+ "loss": 1.1829,
2514
+ "step": 351
2515
+ },
2516
+ {
2517
+ "epoch": 1.4821052631578948,
2518
+ "grad_norm": 0.31640625,
2519
+ "learning_rate": 0.00014126434724053913,
2520
+ "loss": 1.1985,
2521
+ "step": 352
2522
+ },
2523
+ {
2524
+ "epoch": 1.4863157894736843,
2525
+ "grad_norm": 0.41015625,
2526
+ "learning_rate": 0.00014095903603365066,
2527
+ "loss": 1.1609,
2528
+ "step": 353
2529
+ },
2530
+ {
2531
+ "epoch": 1.4905263157894737,
2532
+ "grad_norm": 0.345703125,
2533
+ "learning_rate": 0.00014065326537133094,
2534
+ "loss": 1.2552,
2535
+ "step": 354
2536
+ },
2537
+ {
2538
+ "epoch": 1.4947368421052631,
2539
+ "grad_norm": 1.2265625,
2540
+ "learning_rate": 0.0001403470386835434,
2541
+ "loss": 0.9655,
2542
+ "step": 355
2543
+ },
2544
+ {
2545
+ "epoch": 1.4989473684210526,
2546
+ "grad_norm": 0.46875,
2547
+ "learning_rate": 0.0001400403594053667,
2548
+ "loss": 0.9709,
2549
+ "step": 356
2550
+ },
2551
+ {
2552
+ "epoch": 1.5031578947368422,
2553
+ "grad_norm": 0.703125,
2554
+ "learning_rate": 0.00013973323097695657,
2555
+ "loss": 1.048,
2556
+ "step": 357
2557
+ },
2558
+ {
2559
+ "epoch": 1.5073684210526315,
2560
+ "grad_norm": 0.494140625,
2561
+ "learning_rate": 0.00013942565684350698,
2562
+ "loss": 1.0853,
2563
+ "step": 358
2564
+ },
2565
+ {
2566
+ "epoch": 1.5115789473684211,
2567
+ "grad_norm": 0.9140625,
2568
+ "learning_rate": 0.00013911764045521159,
2569
+ "loss": 1.1191,
2570
+ "step": 359
2571
+ },
2572
+ {
2573
+ "epoch": 1.5157894736842106,
2574
+ "grad_norm": 0.478515625,
2575
+ "learning_rate": 0.00013880918526722497,
2576
+ "loss": 0.9782,
2577
+ "step": 360
2578
+ },
2579
+ {
2580
+ "epoch": 1.5157894736842106,
2581
+ "eval_loss": 1.2060081958770752,
2582
+ "eval_runtime": 25.9425,
2583
+ "eval_samples_per_second": 3.855,
2584
+ "eval_steps_per_second": 1.927,
2585
+ "step": 360
2586
+ },
2587
+ {
2588
+ "epoch": 1.52,
2589
+ "grad_norm": 0.361328125,
2590
+ "learning_rate": 0.00013850029473962402,
2591
+ "loss": 0.9822,
2592
+ "step": 361
2593
+ },
2594
+ {
2595
+ "epoch": 1.5242105263157895,
2596
+ "grad_norm": 0.44921875,
2597
+ "learning_rate": 0.00013819097233736888,
2598
+ "loss": 0.957,
2599
+ "step": 362
2600
+ },
2601
+ {
2602
+ "epoch": 1.528421052631579,
2603
+ "grad_norm": 0.478515625,
2604
+ "learning_rate": 0.0001378812215302644,
2605
+ "loss": 0.9774,
2606
+ "step": 363
2607
+ },
2608
+ {
2609
+ "epoch": 1.5326315789473686,
2610
+ "grad_norm": 0.35546875,
2611
+ "learning_rate": 0.00013757104579292082,
2612
+ "loss": 1.2854,
2613
+ "step": 364
2614
+ },
2615
+ {
2616
+ "epoch": 1.5368421052631578,
2617
+ "grad_norm": 0.671875,
2618
+ "learning_rate": 0.00013726044860471522,
2619
+ "loss": 0.9209,
2620
+ "step": 365
2621
+ },
2622
+ {
2623
+ "epoch": 1.5410526315789475,
2624
+ "grad_norm": 0.400390625,
2625
+ "learning_rate": 0.00013694943344975212,
2626
+ "loss": 0.9489,
2627
+ "step": 366
2628
+ },
2629
+ {
2630
+ "epoch": 1.545263157894737,
2631
+ "grad_norm": 0.625,
2632
+ "learning_rate": 0.00013663800381682464,
2633
+ "loss": 1.2956,
2634
+ "step": 367
2635
+ },
2636
+ {
2637
+ "epoch": 1.5494736842105263,
2638
+ "grad_norm": 0.3203125,
2639
+ "learning_rate": 0.00013632616319937522,
2640
+ "loss": 1.0642,
2641
+ "step": 368
2642
+ },
2643
+ {
2644
+ "epoch": 1.5536842105263158,
2645
+ "grad_norm": 0.296875,
2646
+ "learning_rate": 0.0001360139150954566,
2647
+ "loss": 1.034,
2648
+ "step": 369
2649
+ },
2650
+ {
2651
+ "epoch": 1.5578947368421052,
2652
+ "grad_norm": 0.5234375,
2653
+ "learning_rate": 0.00013570126300769232,
2654
+ "loss": 0.8314,
2655
+ "step": 370
2656
+ },
2657
+ {
2658
+ "epoch": 1.5621052631578949,
2659
+ "grad_norm": 0.279296875,
2660
+ "learning_rate": 0.00013538821044323772,
2661
+ "loss": 1.1934,
2662
+ "step": 371
2663
+ },
2664
+ {
2665
+ "epoch": 1.566315789473684,
2666
+ "grad_norm": 0.353515625,
2667
+ "learning_rate": 0.0001350747609137404,
2668
+ "loss": 1.2661,
2669
+ "step": 372
2670
+ },
2671
+ {
2672
+ "epoch": 1.5705263157894738,
2673
+ "grad_norm": 0.27734375,
2674
+ "learning_rate": 0.00013476091793530092,
2675
+ "loss": 0.9746,
2676
+ "step": 373
2677
+ },
2678
+ {
2679
+ "epoch": 1.5747368421052632,
2680
+ "grad_norm": 0.49609375,
2681
+ "learning_rate": 0.0001344466850284333,
2682
+ "loss": 1.0562,
2683
+ "step": 374
2684
+ },
2685
+ {
2686
+ "epoch": 1.5789473684210527,
2687
+ "grad_norm": 0.27734375,
2688
+ "learning_rate": 0.00013413206571802558,
2689
+ "loss": 0.8612,
2690
+ "step": 375
2691
+ },
2692
+ {
2693
+ "epoch": 1.583157894736842,
2694
+ "grad_norm": 0.51953125,
2695
+ "learning_rate": 0.00013381706353330014,
2696
+ "loss": 0.7912,
2697
+ "step": 376
2698
+ },
2699
+ {
2700
+ "epoch": 1.5873684210526315,
2701
+ "grad_norm": 0.45703125,
2702
+ "learning_rate": 0.00013350168200777448,
2703
+ "loss": 1.0244,
2704
+ "step": 377
2705
+ },
2706
+ {
2707
+ "epoch": 1.5915789473684212,
2708
+ "grad_norm": 0.5703125,
2709
+ "learning_rate": 0.0001331859246792211,
2710
+ "loss": 1.1267,
2711
+ "step": 378
2712
+ },
2713
+ {
2714
+ "epoch": 1.5957894736842104,
2715
+ "grad_norm": 0.48828125,
2716
+ "learning_rate": 0.00013286979508962815,
2717
+ "loss": 1.0055,
2718
+ "step": 379
2719
+ },
2720
+ {
2721
+ "epoch": 1.6,
2722
+ "grad_norm": 0.310546875,
2723
+ "learning_rate": 0.0001325532967851596,
2724
+ "loss": 1.2348,
2725
+ "step": 380
2726
+ },
2727
+ {
2728
+ "epoch": 1.6042105263157893,
2729
+ "grad_norm": 0.369140625,
2730
+ "learning_rate": 0.00013223643331611537,
2731
+ "loss": 0.991,
2732
+ "step": 381
2733
+ },
2734
+ {
2735
+ "epoch": 1.608421052631579,
2736
+ "grad_norm": 0.51171875,
2737
+ "learning_rate": 0.00013191920823689177,
2738
+ "loss": 1.0261,
2739
+ "step": 382
2740
+ },
2741
+ {
2742
+ "epoch": 1.6126315789473684,
2743
+ "grad_norm": 0.90234375,
2744
+ "learning_rate": 0.00013160162510594123,
2745
+ "loss": 1.0752,
2746
+ "step": 383
2747
+ },
2748
+ {
2749
+ "epoch": 1.6168421052631579,
2750
+ "grad_norm": 1.1796875,
2751
+ "learning_rate": 0.00013128368748573273,
2752
+ "loss": 1.1808,
2753
+ "step": 384
2754
+ },
2755
+ {
2756
+ "epoch": 1.6210526315789475,
2757
+ "grad_norm": 0.40625,
2758
+ "learning_rate": 0.0001309653989427117,
2759
+ "loss": 0.8969,
2760
+ "step": 385
2761
+ },
2762
+ {
2763
+ "epoch": 1.6252631578947367,
2764
+ "grad_norm": 0.53515625,
2765
+ "learning_rate": 0.00013064676304726,
2766
+ "loss": 1.1139,
2767
+ "step": 386
2768
+ },
2769
+ {
2770
+ "epoch": 1.6294736842105264,
2771
+ "grad_norm": 0.478515625,
2772
+ "learning_rate": 0.00013032778337365592,
2773
+ "loss": 1.2781,
2774
+ "step": 387
2775
+ },
2776
+ {
2777
+ "epoch": 1.6336842105263156,
2778
+ "grad_norm": 0.66796875,
2779
+ "learning_rate": 0.0001300084635000341,
2780
+ "loss": 1.1434,
2781
+ "step": 388
2782
+ },
2783
+ {
2784
+ "epoch": 1.6378947368421053,
2785
+ "grad_norm": 0.33984375,
2786
+ "learning_rate": 0.00012968880700834517,
2787
+ "loss": 0.7428,
2788
+ "step": 389
2789
+ },
2790
+ {
2791
+ "epoch": 1.6421052631578947,
2792
+ "grad_norm": 0.357421875,
2793
+ "learning_rate": 0.000129368817484316,
2794
+ "loss": 1.256,
2795
+ "step": 390
2796
+ },
2797
+ {
2798
+ "epoch": 1.6463157894736842,
2799
+ "grad_norm": 0.384765625,
2800
+ "learning_rate": 0.00012904849851740906,
2801
+ "loss": 1.1516,
2802
+ "step": 391
2803
+ },
2804
+ {
2805
+ "epoch": 1.6505263157894738,
2806
+ "grad_norm": 0.62890625,
2807
+ "learning_rate": 0.0001287278537007824,
2808
+ "loss": 1.1683,
2809
+ "step": 392
2810
+ },
2811
+ {
2812
+ "epoch": 1.654736842105263,
2813
+ "grad_norm": 0.4140625,
2814
+ "learning_rate": 0.0001284068866312492,
2815
+ "loss": 0.9682,
2816
+ "step": 393
2817
+ },
2818
+ {
2819
+ "epoch": 1.6589473684210527,
2820
+ "grad_norm": 0.36328125,
2821
+ "learning_rate": 0.00012808560090923758,
2822
+ "loss": 1.2109,
2823
+ "step": 394
2824
+ },
2825
+ {
2826
+ "epoch": 1.663157894736842,
2827
+ "grad_norm": 0.3125,
2828
+ "learning_rate": 0.00012776400013875006,
2829
+ "loss": 1.1139,
2830
+ "step": 395
2831
+ },
2832
+ {
2833
+ "epoch": 1.6673684210526316,
2834
+ "grad_norm": 0.453125,
2835
+ "learning_rate": 0.00012744208792732324,
2836
+ "loss": 1.0977,
2837
+ "step": 396
2838
+ },
2839
+ {
2840
+ "epoch": 1.671578947368421,
2841
+ "grad_norm": 0.44140625,
2842
+ "learning_rate": 0.00012711986788598725,
2843
+ "loss": 1.1872,
2844
+ "step": 397
2845
+ },
2846
+ {
2847
+ "epoch": 1.6757894736842105,
2848
+ "grad_norm": 0.59765625,
2849
+ "learning_rate": 0.00012679734362922528,
2850
+ "loss": 1.0773,
2851
+ "step": 398
2852
+ },
2853
+ {
2854
+ "epoch": 1.6800000000000002,
2855
+ "grad_norm": 0.265625,
2856
+ "learning_rate": 0.00012647451877493307,
2857
+ "loss": 0.6203,
2858
+ "step": 399
2859
+ },
2860
+ {
2861
+ "epoch": 1.6842105263157894,
2862
+ "grad_norm": 0.5078125,
2863
+ "learning_rate": 0.00012615139694437835,
2864
+ "loss": 1.1557,
2865
+ "step": 400
2866
+ },
2867
+ {
2868
+ "epoch": 1.688421052631579,
2869
+ "grad_norm": 0.578125,
2870
+ "learning_rate": 0.00012582798176215997,
2871
+ "loss": 1.1022,
2872
+ "step": 401
2873
+ },
2874
+ {
2875
+ "epoch": 1.6926315789473683,
2876
+ "grad_norm": 0.4609375,
2877
+ "learning_rate": 0.00012550427685616765,
2878
+ "loss": 1.193,
2879
+ "step": 402
2880
+ },
2881
+ {
2882
+ "epoch": 1.696842105263158,
2883
+ "grad_norm": 0.455078125,
2884
+ "learning_rate": 0.00012518028585754094,
2885
+ "loss": 0.8758,
2886
+ "step": 403
2887
+ },
2888
+ {
2889
+ "epoch": 1.7010526315789474,
2890
+ "grad_norm": 0.51171875,
2891
+ "learning_rate": 0.00012485601240062869,
2892
+ "loss": 0.9792,
2893
+ "step": 404
2894
+ },
2895
+ {
2896
+ "epoch": 1.7052631578947368,
2897
+ "grad_norm": 0.3046875,
2898
+ "learning_rate": 0.00012453146012294812,
2899
+ "loss": 1.1347,
2900
+ "step": 405
2901
+ },
2902
+ {
2903
+ "epoch": 1.7094736842105265,
2904
+ "grad_norm": 0.439453125,
2905
+ "learning_rate": 0.00012420663266514417,
2906
+ "loss": 1.1692,
2907
+ "step": 406
2908
+ },
2909
+ {
2910
+ "epoch": 1.7136842105263157,
2911
+ "grad_norm": 0.33203125,
2912
+ "learning_rate": 0.00012388153367094858,
2913
+ "loss": 0.9904,
2914
+ "step": 407
2915
+ },
2916
+ {
2917
+ "epoch": 1.7178947368421054,
2918
+ "grad_norm": 0.62109375,
2919
+ "learning_rate": 0.0001235561667871391,
2920
+ "loss": 0.8854,
2921
+ "step": 408
2922
+ },
2923
+ {
2924
+ "epoch": 1.7221052631578946,
2925
+ "grad_norm": 0.52734375,
2926
+ "learning_rate": 0.00012323053566349834,
2927
+ "loss": 1.3143,
2928
+ "step": 409
2929
+ },
2930
+ {
2931
+ "epoch": 1.7263157894736842,
2932
+ "grad_norm": 0.390625,
2933
+ "learning_rate": 0.0001229046439527732,
2934
+ "loss": 1.0957,
2935
+ "step": 410
2936
+ },
2937
+ {
2938
+ "epoch": 1.7305263157894737,
2939
+ "grad_norm": 0.494140625,
2940
+ "learning_rate": 0.00012257849531063352,
2941
+ "loss": 1.0458,
2942
+ "step": 411
2943
+ },
2944
+ {
2945
+ "epoch": 1.7347368421052631,
2946
+ "grad_norm": 0.34375,
2947
+ "learning_rate": 0.00012225209339563145,
2948
+ "loss": 1.3262,
2949
+ "step": 412
2950
+ },
2951
+ {
2952
+ "epoch": 1.7389473684210528,
2953
+ "grad_norm": 0.32421875,
2954
+ "learning_rate": 0.00012192544186916006,
2955
+ "loss": 1.1506,
2956
+ "step": 413
2957
+ },
2958
+ {
2959
+ "epoch": 1.743157894736842,
2960
+ "grad_norm": 0.671875,
2961
+ "learning_rate": 0.00012159854439541245,
2962
+ "loss": 1.035,
2963
+ "step": 414
2964
+ },
2965
+ {
2966
+ "epoch": 1.7473684210526317,
2967
+ "grad_norm": 0.4453125,
2968
+ "learning_rate": 0.00012127140464134066,
2969
+ "loss": 1.3485,
2970
+ "step": 415
2971
+ },
2972
+ {
2973
+ "epoch": 1.751578947368421,
2974
+ "grad_norm": 0.439453125,
2975
+ "learning_rate": 0.00012094402627661447,
2976
+ "loss": 1.1842,
2977
+ "step": 416
2978
+ },
2979
+ {
2980
+ "epoch": 1.7557894736842106,
2981
+ "grad_norm": 0.51171875,
2982
+ "learning_rate": 0.00012061641297358022,
2983
+ "loss": 1.4594,
2984
+ "step": 417
2985
+ },
2986
+ {
2987
+ "epoch": 1.76,
2988
+ "grad_norm": 0.34375,
2989
+ "learning_rate": 0.00012028856840721974,
2990
+ "loss": 1.1014,
2991
+ "step": 418
2992
+ },
2993
+ {
2994
+ "epoch": 1.7642105263157895,
2995
+ "grad_norm": 0.640625,
2996
+ "learning_rate": 0.00011996049625510901,
2997
+ "loss": 0.7333,
2998
+ "step": 419
2999
+ },
3000
+ {
3001
+ "epoch": 1.768421052631579,
3002
+ "grad_norm": 0.5859375,
3003
+ "learning_rate": 0.00011963220019737691,
3004
+ "loss": 1.2063,
3005
+ "step": 420
3006
+ },
3007
+ {
3008
+ "epoch": 1.768421052631579,
3009
+ "eval_loss": 1.199410080909729,
3010
+ "eval_runtime": 25.8809,
3011
+ "eval_samples_per_second": 3.864,
3012
+ "eval_steps_per_second": 1.932,
3013
+ "step": 420
3014
+ },
3015
+ {
3016
+ "epoch": 1.7726315789473683,
3017
+ "grad_norm": 0.73046875,
3018
+ "learning_rate": 0.00011930368391666398,
3019
+ "loss": 1.2112,
3020
+ "step": 421
3021
+ },
3022
+ {
3023
+ "epoch": 1.776842105263158,
3024
+ "grad_norm": 0.67578125,
3025
+ "learning_rate": 0.00011897495109808107,
3026
+ "loss": 1.0342,
3027
+ "step": 422
3028
+ },
3029
+ {
3030
+ "epoch": 1.7810526315789472,
3031
+ "grad_norm": 0.376953125,
3032
+ "learning_rate": 0.00011864600542916813,
3033
+ "loss": 1.2239,
3034
+ "step": 423
3035
+ },
3036
+ {
3037
+ "epoch": 1.7852631578947369,
3038
+ "grad_norm": 0.361328125,
3039
+ "learning_rate": 0.00011831685059985262,
3040
+ "loss": 0.9817,
3041
+ "step": 424
3042
+ },
3043
+ {
3044
+ "epoch": 1.7894736842105263,
3045
+ "grad_norm": 0.30859375,
3046
+ "learning_rate": 0.00011798749030240834,
3047
+ "loss": 1.3617,
3048
+ "step": 425
3049
+ },
3050
+ {
3051
+ "epoch": 1.7936842105263158,
3052
+ "grad_norm": 0.7265625,
3053
+ "learning_rate": 0.00011765792823141384,
3054
+ "loss": 1.2746,
3055
+ "step": 426
3056
+ },
3057
+ {
3058
+ "epoch": 1.7978947368421052,
3059
+ "grad_norm": 0.484375,
3060
+ "learning_rate": 0.00011732816808371115,
3061
+ "loss": 1.471,
3062
+ "step": 427
3063
+ },
3064
+ {
3065
+ "epoch": 1.8021052631578947,
3066
+ "grad_norm": 0.349609375,
3067
+ "learning_rate": 0.00011699821355836409,
3068
+ "loss": 1.1071,
3069
+ "step": 428
3070
+ },
3071
+ {
3072
+ "epoch": 1.8063157894736843,
3073
+ "grad_norm": 0.26953125,
3074
+ "learning_rate": 0.00011666806835661699,
3075
+ "loss": 1.0702,
3076
+ "step": 429
3077
+ },
3078
+ {
3079
+ "epoch": 1.8105263157894735,
3080
+ "grad_norm": 0.31640625,
3081
+ "learning_rate": 0.00011633773618185302,
3082
+ "loss": 1.2166,
3083
+ "step": 430
3084
+ },
3085
+ {
3086
+ "epoch": 1.8147368421052632,
3087
+ "grad_norm": 0.36328125,
3088
+ "learning_rate": 0.00011600722073955282,
3089
+ "loss": 1.1926,
3090
+ "step": 431
3091
+ },
3092
+ {
3093
+ "epoch": 1.8189473684210526,
3094
+ "grad_norm": 0.35546875,
3095
+ "learning_rate": 0.00011567652573725262,
3096
+ "loss": 1.0472,
3097
+ "step": 432
3098
+ },
3099
+ {
3100
+ "epoch": 1.823157894736842,
3101
+ "grad_norm": 0.765625,
3102
+ "learning_rate": 0.00011534565488450311,
3103
+ "loss": 0.9258,
3104
+ "step": 433
3105
+ },
3106
+ {
3107
+ "epoch": 1.8273684210526315,
3108
+ "grad_norm": 0.765625,
3109
+ "learning_rate": 0.00011501461189282733,
3110
+ "loss": 1.6986,
3111
+ "step": 434
3112
+ },
3113
+ {
3114
+ "epoch": 1.831578947368421,
3115
+ "grad_norm": 0.392578125,
3116
+ "learning_rate": 0.00011468340047567947,
3117
+ "loss": 1.1726,
3118
+ "step": 435
3119
+ },
3120
+ {
3121
+ "epoch": 1.8357894736842106,
3122
+ "grad_norm": 0.412109375,
3123
+ "learning_rate": 0.00011435202434840287,
3124
+ "loss": 1.2373,
3125
+ "step": 436
3126
+ },
3127
+ {
3128
+ "epoch": 1.8399999999999999,
3129
+ "grad_norm": 0.6015625,
3130
+ "learning_rate": 0.0001140204872281886,
3131
+ "loss": 0.7262,
3132
+ "step": 437
3133
+ },
3134
+ {
3135
+ "epoch": 1.8442105263157895,
3136
+ "grad_norm": 0.490234375,
3137
+ "learning_rate": 0.0001136887928340336,
3138
+ "loss": 1.0527,
3139
+ "step": 438
3140
+ },
3141
+ {
3142
+ "epoch": 1.848421052631579,
3143
+ "grad_norm": 0.453125,
3144
+ "learning_rate": 0.00011335694488669904,
3145
+ "loss": 0.89,
3146
+ "step": 439
3147
+ },
3148
+ {
3149
+ "epoch": 1.8526315789473684,
3150
+ "grad_norm": 0.55859375,
3151
+ "learning_rate": 0.00011302494710866857,
3152
+ "loss": 1.109,
3153
+ "step": 440
3154
+ },
3155
+ {
3156
+ "epoch": 1.8568421052631578,
3157
+ "grad_norm": 0.5546875,
3158
+ "learning_rate": 0.00011269280322410658,
3159
+ "loss": 1.0818,
3160
+ "step": 441
3161
+ },
3162
+ {
3163
+ "epoch": 1.8610526315789473,
3164
+ "grad_norm": 0.3671875,
3165
+ "learning_rate": 0.00011236051695881633,
3166
+ "loss": 1.2366,
3167
+ "step": 442
3168
+ },
3169
+ {
3170
+ "epoch": 1.865263157894737,
3171
+ "grad_norm": 0.427734375,
3172
+ "learning_rate": 0.0001120280920401983,
3173
+ "loss": 1.1401,
3174
+ "step": 443
3175
+ },
3176
+ {
3177
+ "epoch": 1.8694736842105262,
3178
+ "grad_norm": 0.5,
3179
+ "learning_rate": 0.00011169553219720828,
3180
+ "loss": 1.0061,
3181
+ "step": 444
3182
+ },
3183
+ {
3184
+ "epoch": 1.8736842105263158,
3185
+ "grad_norm": 0.43359375,
3186
+ "learning_rate": 0.0001113628411603155,
3187
+ "loss": 1.2742,
3188
+ "step": 445
3189
+ },
3190
+ {
3191
+ "epoch": 1.8778947368421053,
3192
+ "grad_norm": 0.375,
3193
+ "learning_rate": 0.00011103002266146096,
3194
+ "loss": 1.296,
3195
+ "step": 446
3196
+ },
3197
+ {
3198
+ "epoch": 1.8821052631578947,
3199
+ "grad_norm": 0.7578125,
3200
+ "learning_rate": 0.0001106970804340154,
3201
+ "loss": 0.9062,
3202
+ "step": 447
3203
+ },
3204
+ {
3205
+ "epoch": 1.8863157894736842,
3206
+ "grad_norm": 0.44140625,
3207
+ "learning_rate": 0.0001103640182127375,
3208
+ "loss": 0.85,
3209
+ "step": 448
3210
+ },
3211
+ {
3212
+ "epoch": 1.8905263157894736,
3213
+ "grad_norm": 0.6171875,
3214
+ "learning_rate": 0.00011003083973373187,
3215
+ "loss": 1.0045,
3216
+ "step": 449
3217
+ },
3218
+ {
3219
+ "epoch": 1.8947368421052633,
3220
+ "grad_norm": 0.50390625,
3221
+ "learning_rate": 0.00010969754873440743,
3222
+ "loss": 0.8616,
3223
+ "step": 450
3224
+ },
3225
+ {
3226
+ "epoch": 1.8989473684210525,
3227
+ "grad_norm": 0.5546875,
3228
+ "learning_rate": 0.0001093641489534351,
3229
+ "loss": 0.9867,
3230
+ "step": 451
3231
+ },
3232
+ {
3233
+ "epoch": 1.9031578947368422,
3234
+ "grad_norm": 0.462890625,
3235
+ "learning_rate": 0.00010903064413070612,
3236
+ "loss": 1.1836,
3237
+ "step": 452
3238
+ },
3239
+ {
3240
+ "epoch": 1.9073684210526316,
3241
+ "grad_norm": 0.515625,
3242
+ "learning_rate": 0.00010869703800729,
3243
+ "loss": 0.9996,
3244
+ "step": 453
3245
+ },
3246
+ {
3247
+ "epoch": 1.911578947368421,
3248
+ "grad_norm": 0.5078125,
3249
+ "learning_rate": 0.00010836333432539272,
3250
+ "loss": 1.4083,
3251
+ "step": 454
3252
+ },
3253
+ {
3254
+ "epoch": 1.9157894736842105,
3255
+ "grad_norm": 0.474609375,
3256
+ "learning_rate": 0.0001080295368283144,
3257
+ "loss": 0.9889,
3258
+ "step": 455
3259
+ },
3260
+ {
3261
+ "epoch": 1.92,
3262
+ "grad_norm": 0.30078125,
3263
+ "learning_rate": 0.00010769564926040769,
3264
+ "loss": 0.8322,
3265
+ "step": 456
3266
+ },
3267
+ {
3268
+ "epoch": 1.9242105263157896,
3269
+ "grad_norm": 1.171875,
3270
+ "learning_rate": 0.00010736167536703556,
3271
+ "loss": 0.8793,
3272
+ "step": 457
3273
+ },
3274
+ {
3275
+ "epoch": 1.9284210526315788,
3276
+ "grad_norm": 0.59765625,
3277
+ "learning_rate": 0.0001070276188945293,
3278
+ "loss": 1.1383,
3279
+ "step": 458
3280
+ },
3281
+ {
3282
+ "epoch": 1.9326315789473685,
3283
+ "grad_norm": 0.625,
3284
+ "learning_rate": 0.00010669348359014657,
3285
+ "loss": 1.2608,
3286
+ "step": 459
3287
+ },
3288
+ {
3289
+ "epoch": 1.936842105263158,
3290
+ "grad_norm": 0.49609375,
3291
+ "learning_rate": 0.00010635927320202928,
3292
+ "loss": 1.1444,
3293
+ "step": 460
3294
+ },
3295
+ {
3296
+ "epoch": 1.9410526315789474,
3297
+ "grad_norm": 0.6796875,
3298
+ "learning_rate": 0.00010602499147916159,
3299
+ "loss": 1.1779,
3300
+ "step": 461
3301
+ },
3302
+ {
3303
+ "epoch": 1.9452631578947368,
3304
+ "grad_norm": 0.390625,
3305
+ "learning_rate": 0.00010569064217132791,
3306
+ "loss": 1.2066,
3307
+ "step": 462
3308
+ },
3309
+ {
3310
+ "epoch": 1.9494736842105262,
3311
+ "grad_norm": 0.32421875,
3312
+ "learning_rate": 0.00010535622902907072,
3313
+ "loss": 1.3065,
3314
+ "step": 463
3315
+ },
3316
+ {
3317
+ "epoch": 1.953684210526316,
3318
+ "grad_norm": 0.45703125,
3319
+ "learning_rate": 0.00010502175580364857,
3320
+ "loss": 0.9167,
3321
+ "step": 464
3322
+ },
3323
+ {
3324
+ "epoch": 1.9578947368421051,
3325
+ "grad_norm": 0.8203125,
3326
+ "learning_rate": 0.00010468722624699401,
3327
+ "loss": 1.059,
3328
+ "step": 465
3329
+ },
3330
+ {
3331
+ "epoch": 1.9621052631578948,
3332
+ "grad_norm": 0.93359375,
3333
+ "learning_rate": 0.00010435264411167148,
3334
+ "loss": 0.8437,
3335
+ "step": 466
3336
+ },
3337
+ {
3338
+ "epoch": 1.9663157894736842,
3339
+ "grad_norm": 0.4453125,
3340
+ "learning_rate": 0.00010401801315083519,
3341
+ "loss": 1.1105,
3342
+ "step": 467
3343
+ },
3344
+ {
3345
+ "epoch": 1.9705263157894737,
3346
+ "grad_norm": 0.81640625,
3347
+ "learning_rate": 0.0001036833371181871,
3348
+ "loss": 1.5699,
3349
+ "step": 468
3350
+ },
3351
+ {
3352
+ "epoch": 1.9747368421052631,
3353
+ "grad_norm": 0.359375,
3354
+ "learning_rate": 0.00010334861976793465,
3355
+ "loss": 1.0942,
3356
+ "step": 469
3357
+ },
3358
+ {
3359
+ "epoch": 1.9789473684210526,
3360
+ "grad_norm": 0.4765625,
3361
+ "learning_rate": 0.00010301386485474889,
3362
+ "loss": 0.923,
3363
+ "step": 470
3364
+ },
3365
+ {
3366
+ "epoch": 1.9831578947368422,
3367
+ "grad_norm": 0.498046875,
3368
+ "learning_rate": 0.00010267907613372217,
3369
+ "loss": 1.123,
3370
+ "step": 471
3371
+ },
3372
+ {
3373
+ "epoch": 1.9873684210526315,
3374
+ "grad_norm": 0.45703125,
3375
+ "learning_rate": 0.00010234425736032607,
3376
+ "loss": 1.1807,
3377
+ "step": 472
3378
+ },
3379
+ {
3380
+ "epoch": 1.9915789473684211,
3381
+ "grad_norm": 0.53515625,
3382
+ "learning_rate": 0.00010200941229036926,
3383
+ "loss": 1.2465,
3384
+ "step": 473
3385
+ },
3386
+ {
3387
+ "epoch": 1.9957894736842106,
3388
+ "grad_norm": 0.3984375,
3389
+ "learning_rate": 0.00010167454467995549,
3390
+ "loss": 0.9394,
3391
+ "step": 474
3392
+ }
3393
+ ],
3394
+ "logging_steps": 1,
3395
+ "max_steps": 948,
3396
+ "num_input_tokens_seen": 0,
3397
+ "num_train_epochs": 4,
3398
+ "save_steps": 237,
3399
+ "stateful_callbacks": {
3400
+ "TrainerControl": {
3401
+ "args": {
3402
+ "should_epoch_stop": false,
3403
+ "should_evaluate": false,
3404
+ "should_log": false,
3405
+ "should_save": true,
3406
+ "should_training_stop": false
3407
+ },
3408
+ "attributes": {}
3409
+ }
3410
+ },
3411
+ "total_flos": 7894666995302400.0,
3412
+ "train_batch_size": 2,
3413
+ "trial_name": null,
3414
+ "trial_params": null
3415
+ }
checkpoint-474/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee017c711219d88132625f3e50d1a67d1c6236a55d3f5a2ad9f499310d968cef
3
+ size 5944
checkpoint-711/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
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.11.1
checkpoint-711/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
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": 16,
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": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "v_proj",
24
+ "k_proj",
25
+ "q_proj",
26
+ "gate_proj",
27
+ "up_proj",
28
+ "down_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-711/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d357a366841f558231ed2389af28f3fe28086fe66e31a267d4f56d9156a9362b
3
+ size 50503848
checkpoint-711/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0c973fd01cf5316029454305401c3a156d9fab6260ae3b9a4e66c840802f9f0
3
+ size 202035770
checkpoint-711/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11d2e6162181dcdcfe51f923b36befadfc1a6aba4ef5f93190a0edf99f4ab509
3
+ size 14244
checkpoint-711/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da888c03aef9f24d8da0ae60bea1fbcb9a9e606b82616e3a258fa56bd3b1d022
3
+ size 1064
checkpoint-711/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-711/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-711/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": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "</s>",
37
+ "padding_side": "right",
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
+ }
checkpoint-711/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-711/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee017c711219d88132625f3e50d1a67d1c6236a55d3f5a2ad9f499310d968cef
3
+ size 5944
checkpoint-948/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
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.11.1
checkpoint-948/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
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": 16,
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": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "v_proj",
24
+ "k_proj",
25
+ "q_proj",
26
+ "gate_proj",
27
+ "up_proj",
28
+ "down_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-948/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbe388d987f9b4a7486827806ff2dbb1a347a4d34f04b03169d6bf3098290369
3
+ size 50503848
checkpoint-948/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f7ccbc0992f3b6ba1f71ee713f8f3fb4b6aba77cdd6bd7bf05522d87c22d4ea
3
+ size 202035770
checkpoint-948/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5da40348f8e17b04ef2d2acf88108eb73604897a344bb8f7a0555a7c1e686a3c
3
+ size 14244
checkpoint-948/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c026f009280473e2b93182b16ddf0967c143d42c2c00e0cf6d8a798838077f81
3
+ size 1064
checkpoint-948/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-948/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-948/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": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "</s>",
37
+ "padding_side": "right",
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
+ }
checkpoint-948/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-948/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee017c711219d88132625f3e50d1a67d1c6236a55d3f5a2ad9f499310d968cef
3
+ size 5944
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 2048,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 5632,
14
+ "max_position_embeddings": 4096,
15
+ "mlp_bias": false,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 32,
18
+ "num_hidden_layers": 22,
19
+ "num_key_value_heads": 4,
20
+ "pretraining_tp": 1,
21
+ "quantization_config": {
22
+ "_load_in_4bit": true,
23
+ "_load_in_8bit": false,
24
+ "bnb_4bit_compute_dtype": "float32",
25
+ "bnb_4bit_quant_storage": "bfloat16",
26
+ "bnb_4bit_quant_type": "nf4",
27
+ "bnb_4bit_use_double_quant": true,
28
+ "llm_int8_enable_fp32_cpu_offload": false,
29
+ "llm_int8_has_fp16_weight": false,
30
+ "llm_int8_skip_modules": null,
31
+ "llm_int8_threshold": 6.0,
32
+ "load_in_4bit": true,
33
+ "load_in_8bit": false,
34
+ "quant_method": "bitsandbytes"
35
+ },
36
+ "rms_norm_eps": 1e-05,
37
+ "rope_scaling": null,
38
+ "rope_theta": 10000.0,
39
+ "tie_word_embeddings": false,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.41.1",
42
+ "use_cache": false,
43
+ "vocab_size": 32000
44
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723