NobodyExistsOnTheInternet commited on
Commit
3ceeba2
·
verified ·
1 Parent(s): a91dc3c

Upload folder using huggingface_hub

Browse files
Files changed (46) hide show
  1. README.md +174 -0
  2. adapter_config.json +31 -0
  3. adapter_model.safetensors +3 -0
  4. added_tokens.json +4 -0
  5. checkpoint-178/README.md +220 -0
  6. checkpoint-178/adapter_config.json +31 -0
  7. checkpoint-178/adapter_model.safetensors +3 -0
  8. checkpoint-178/added_tokens.json +4 -0
  9. checkpoint-178/config.json +41 -0
  10. checkpoint-178/optimizer.pt +3 -0
  11. checkpoint-178/rng_state_0.pth +3 -0
  12. checkpoint-178/rng_state_1.pth +3 -0
  13. checkpoint-178/rng_state_2.pth +3 -0
  14. checkpoint-178/rng_state_3.pth +3 -0
  15. checkpoint-178/rng_state_4.pth +3 -0
  16. checkpoint-178/rng_state_5.pth +3 -0
  17. checkpoint-178/rng_state_6.pth +3 -0
  18. checkpoint-178/rng_state_7.pth +3 -0
  19. checkpoint-178/scheduler.pt +3 -0
  20. checkpoint-178/special_tokens_map.json +30 -0
  21. checkpoint-178/tokenizer.json +0 -0
  22. checkpoint-178/tokenizer.model +3 -0
  23. checkpoint-178/tokenizer_config.json +58 -0
  24. checkpoint-178/trainer_state.json +1089 -0
  25. checkpoint-178/training_args.bin +3 -0
  26. checkpoint-232/README.md +220 -0
  27. checkpoint-232/adapter_config.json +31 -0
  28. checkpoint-232/adapter_model.safetensors +3 -0
  29. checkpoint-232/optimizer.pt +3 -0
  30. checkpoint-232/rng_state_0.pth +3 -0
  31. checkpoint-232/rng_state_1.pth +3 -0
  32. checkpoint-232/rng_state_2.pth +3 -0
  33. checkpoint-232/rng_state_3.pth +3 -0
  34. checkpoint-232/rng_state_4.pth +3 -0
  35. checkpoint-232/rng_state_5.pth +3 -0
  36. checkpoint-232/rng_state_6.pth +3 -0
  37. checkpoint-232/rng_state_7.pth +3 -0
  38. checkpoint-232/scheduler.pt +3 -0
  39. checkpoint-232/trainer_state.json +1413 -0
  40. checkpoint-232/training_args.bin +3 -0
  41. config.json +41 -0
  42. special_tokens_map.json +30 -0
  43. tokenizer.json +0 -0
  44. tokenizer.model +3 -0
  45. tokenizer_config.json +58 -0
  46. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: peft
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ base_model: 152334H/miqu-1-70b-sf
8
+ model-index:
9
+ - name: miqu-limarp-70b
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<img src="https://raw.githubusercontent.com/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)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.3.0`
20
+ ```yaml
21
+ base_model: 152334H/miqu-1-70b-sf
22
+ model_type: AutoModelForCausalLM
23
+ tokenizer_type: AutoTokenizer
24
+
25
+ load_in_8bit: false
26
+ load_in_4bit: true
27
+ strict: false
28
+
29
+ datasets:
30
+ - path: NobodyExistsOnTheInternet/LimaRP
31
+ type: sharegpt
32
+ conversation: chatml
33
+ - path: Doctor-Shotgun/no-robots-sharegpt
34
+ type: sharegpt
35
+ conversation: chatml
36
+
37
+ chat_template: chatml
38
+ dataset_prepared_path: last_run_prepared
39
+ val_set_size: 0
40
+ output_dir: ./miqu-lora
41
+ save_safetensors: true
42
+
43
+ adapter: qlora
44
+ lora_model_dir:
45
+
46
+ sequence_len: 8192
47
+ sample_packing: true
48
+
49
+ lora_r: 64
50
+ lora_alpha: 128
51
+ lora_dropout: 0.05
52
+ lora_target_linear: true
53
+ lora_fan_in_fan_out:
54
+ lora_modules_to_save:
55
+ - embed_tokens
56
+ - lm_head
57
+
58
+ wandb_project: miqu-lora
59
+ wandb_entity:
60
+ wandb_watch:
61
+ wandb_run_id:
62
+ wandb_log_model:
63
+
64
+ gradient_accumulation_steps: 4
65
+ micro_batch_size: 1
66
+ num_epochs: 4
67
+ optimizer: paged_lion_8bit
68
+ lr_scheduler: cosine
69
+ learning_rate: 0.00025
70
+
71
+ train_on_inputs: false
72
+ group_by_length: false
73
+ bf16: true
74
+ fp16: false
75
+ tf32: false
76
+
77
+ gradient_checkpointing: true
78
+ early_stopping_patience:
79
+ resume_from_checkpoint:
80
+ auto_resume_from_checkpoints: true
81
+ local_rank:
82
+ logging_steps: 1
83
+ xformers_attention:
84
+ flash_attention: true
85
+ save_total_limit: 2
86
+
87
+ warmup_steps: 10
88
+ eval_table_size:
89
+ weight_decay: 0
90
+ special_tokens:
91
+ bos_token: "<s>"
92
+ eos_token: "<|im_end|>"
93
+ unk_token: "</s>"
94
+
95
+
96
+ tokens:
97
+ - "<|im_start|>"
98
+ - "<|im_end|>"
99
+
100
+ neftune_noise_alpha: 5
101
+
102
+
103
+ hub_model_id: NobodyExistsOnTheInternet/miqu-limarp-70b
104
+ hub_strategy: all_checkpoints
105
+ hf_use_auth_token: true
106
+
107
+ ```
108
+
109
+ </details><br>
110
+
111
+ # miqu-limarp-70b
112
+
113
+ This model is a fine-tuned version of [152334H/miqu-1-70b-sf](https://huggingface.co/152334H/miqu-1-70b-sf) on the None dataset.
114
+
115
+ ## Model description
116
+
117
+ More information needed
118
+
119
+ ## Intended uses & limitations
120
+
121
+ More information needed
122
+
123
+ ## Training and evaluation data
124
+
125
+ More information needed
126
+
127
+ ## Training procedure
128
+
129
+ ### Training hyperparameters
130
+
131
+ The following hyperparameters were used during training:
132
+ - learning_rate: 0.00025
133
+ - train_batch_size: 1
134
+ - eval_batch_size: 1
135
+ - seed: 42
136
+ - distributed_type: multi-GPU
137
+ - num_devices: 8
138
+ - gradient_accumulation_steps: 4
139
+ - total_train_batch_size: 32
140
+ - total_eval_batch_size: 8
141
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
142
+ - lr_scheduler_type: cosine
143
+ - lr_scheduler_warmup_steps: 10
144
+ - num_epochs: 4
145
+
146
+ ### Training results
147
+
148
+
149
+
150
+ ### Framework versions
151
+
152
+ - Transformers 4.37.0.dev0
153
+ - Pytorch 2.0.1+cu117
154
+ - Datasets 2.16.1
155
+ - Tokenizers 0.15.0
156
+ ## Training procedure
157
+
158
+
159
+ The following `bitsandbytes` quantization config was used during training:
160
+ - quant_method: bitsandbytes
161
+ - load_in_8bit: False
162
+ - load_in_4bit: True
163
+ - llm_int8_threshold: 6.0
164
+ - llm_int8_skip_modules: None
165
+ - llm_int8_enable_fp32_cpu_offload: False
166
+ - llm_int8_has_fp16_weight: False
167
+ - bnb_4bit_quant_type: nf4
168
+ - bnb_4bit_use_double_quant: True
169
+ - bnb_4bit_compute_dtype: bfloat16
170
+
171
+ ### Framework versions
172
+
173
+
174
+ - PEFT 0.6.0
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "152334H/miqu-1-70b-sf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 128,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": [
14
+ "embed_tokens",
15
+ "lm_head"
16
+ ],
17
+ "peft_type": "LORA",
18
+ "r": 64,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_proj",
23
+ "up_proj",
24
+ "k_proj",
25
+ "q_proj",
26
+ "down_proj",
27
+ "o_proj",
28
+ "gate_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM"
31
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4d592eccc4205c5953ef5d1ffe8b3e12266987f2cd7b3198723a40a46c1e670
3
+ size 4362295248
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<|im_end|>": 32000,
3
+ "<|im_start|>": 32001
4
+ }
checkpoint-178/README.md ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: 152334H/miqu-1-70b-sf
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
+
201
+
202
+ ## Training procedure
203
+
204
+
205
+ The following `bitsandbytes` quantization config was used during training:
206
+ - quant_method: bitsandbytes
207
+ - load_in_8bit: False
208
+ - load_in_4bit: True
209
+ - llm_int8_threshold: 6.0
210
+ - llm_int8_skip_modules: None
211
+ - llm_int8_enable_fp32_cpu_offload: False
212
+ - llm_int8_has_fp16_weight: False
213
+ - bnb_4bit_quant_type: nf4
214
+ - bnb_4bit_use_double_quant: True
215
+ - bnb_4bit_compute_dtype: bfloat16
216
+
217
+ ### Framework versions
218
+
219
+
220
+ - PEFT 0.6.0
checkpoint-178/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "152334H/miqu-1-70b-sf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 128,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": [
14
+ "embed_tokens",
15
+ "lm_head"
16
+ ],
17
+ "peft_type": "LORA",
18
+ "r": 64,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_proj",
23
+ "up_proj",
24
+ "k_proj",
25
+ "q_proj",
26
+ "down_proj",
27
+ "o_proj",
28
+ "gate_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM"
31
+ }
checkpoint-178/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c71c72f4fce5aab6b09b12652440851c78846364204693482bd780a9647cbd
3
+ size 4362295248
checkpoint-178/added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<|im_end|>": 32000,
3
+ "<|im_start|>": 32001
4
+ }
checkpoint-178/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "152334H/miqu-1-70b-sf",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 32000,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 8192,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 28672,
14
+ "max_position_embeddings": 32764,
15
+ "model_type": "llama",
16
+ "num_attention_heads": 64,
17
+ "num_hidden_layers": 80,
18
+ "num_key_value_heads": 8,
19
+ "pad_token_id": 0,
20
+ "pretraining_tp": 1,
21
+ "quantization_config": {
22
+ "bnb_4bit_compute_dtype": "bfloat16",
23
+ "bnb_4bit_quant_type": "nf4",
24
+ "bnb_4bit_use_double_quant": true,
25
+ "llm_int8_enable_fp32_cpu_offload": false,
26
+ "llm_int8_has_fp16_weight": false,
27
+ "llm_int8_skip_modules": null,
28
+ "llm_int8_threshold": 6.0,
29
+ "load_in_4bit": true,
30
+ "load_in_8bit": false,
31
+ "quant_method": "bitsandbytes"
32
+ },
33
+ "rms_norm_eps": 1e-05,
34
+ "rope_scaling": null,
35
+ "rope_theta": 1000000,
36
+ "tie_word_embeddings": false,
37
+ "torch_dtype": "float16",
38
+ "transformers_version": "4.37.0.dev0",
39
+ "use_cache": false,
40
+ "vocab_size": 32002
41
+ }
checkpoint-178/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f02bf9543d959b78431da51dfd6cca6cc0a8db1f323337982f39b60afa12f968
3
+ size 1356017058
checkpoint-178/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8afc96a313d516d0ba219a1b6fb90f5b63f8ce9ed8d11120d60571e27f83a1f8
3
+ size 21687
checkpoint-178/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaca4d2ea1267cc6cb1803f3d6f0aae48d538ff471199f6f29e97f1b5588254d
3
+ size 21687
checkpoint-178/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5163469f7736443d0fc110b3d546777e86f11cc68ce9ca01404743631b2f010
3
+ size 21687
checkpoint-178/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8bd80cf66c26a9cf8999612a9faf9fcd71f49a2324941492d475e06befb2fcd
3
+ size 21687
checkpoint-178/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66bdf9a5af2056069c5c793beddcee39b663c5fffba56af7789837e4c73b580b
3
+ size 21687
checkpoint-178/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f73f08842927a72a6e5c9cc032d81dab864f92b17d2e0bb61dda174d660feb5
3
+ size 21687
checkpoint-178/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9cc5694590aece72c94bb6bde0a3baf3c773480b98c44fe6054df17266cf129
3
+ size 21687
checkpoint-178/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b012753ae1dda7f5df0e9822ee8447260982b2979d0b8acf287811f33f25c55
3
+ size 21687
checkpoint-178/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1721baa94aa7be3c1fa5307445f8b31ef1c1f26630e65eeb7d2618aa81a68153
3
+ size 627
checkpoint-178/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|im_end|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "</s>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-178/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-178/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-178/tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32000": {
30
+ "content": "<|im_end|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": false
36
+ },
37
+ "32001": {
38
+ "content": "<|im_start|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": false
44
+ }
45
+ },
46
+ "bos_token": "<s>",
47
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
48
+ "clean_up_tokenization_spaces": false,
49
+ "eos_token": "<|im_end|>",
50
+ "legacy": false,
51
+ "model_max_length": 1000000000000000019884624838656,
52
+ "pad_token": "<unk>",
53
+ "sp_model_kwargs": {},
54
+ "spaces_between_special_tokens": false,
55
+ "tokenizer_class": "LlamaTokenizer",
56
+ "unk_token": "</s>",
57
+ "use_default_system_prompt": false
58
+ }
checkpoint-178/trainer_state.json ADDED
@@ -0,0 +1,1089 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0172413793103448,
5
+ "eval_steps": 500,
6
+ "global_step": 178,
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.02,
13
+ "learning_rate": 2.5e-05,
14
+ "loss": 1.8823,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 0.03,
19
+ "learning_rate": 5e-05,
20
+ "loss": 1.8925,
21
+ "step": 2
22
+ },
23
+ {
24
+ "epoch": 0.05,
25
+ "learning_rate": 7.5e-05,
26
+ "loss": 1.8355,
27
+ "step": 3
28
+ },
29
+ {
30
+ "epoch": 0.07,
31
+ "learning_rate": 0.0001,
32
+ "loss": 1.8682,
33
+ "step": 4
34
+ },
35
+ {
36
+ "epoch": 0.09,
37
+ "learning_rate": 0.000125,
38
+ "loss": 1.6578,
39
+ "step": 5
40
+ },
41
+ {
42
+ "epoch": 0.1,
43
+ "learning_rate": 0.00015,
44
+ "loss": 1.7746,
45
+ "step": 6
46
+ },
47
+ {
48
+ "epoch": 0.12,
49
+ "learning_rate": 0.000175,
50
+ "loss": 1.7078,
51
+ "step": 7
52
+ },
53
+ {
54
+ "epoch": 0.14,
55
+ "learning_rate": 0.0002,
56
+ "loss": 2.3556,
57
+ "step": 8
58
+ },
59
+ {
60
+ "epoch": 0.16,
61
+ "learning_rate": 0.00022500000000000002,
62
+ "loss": 1.785,
63
+ "step": 9
64
+ },
65
+ {
66
+ "epoch": 0.17,
67
+ "learning_rate": 0.00025,
68
+ "loss": 1.7491,
69
+ "step": 10
70
+ },
71
+ {
72
+ "epoch": 0.19,
73
+ "learning_rate": 0.0002499874839708436,
74
+ "loss": 1.7576,
75
+ "step": 11
76
+ },
77
+ {
78
+ "epoch": 0.21,
79
+ "learning_rate": 0.0002499499383897902,
80
+ "loss": 1.7944,
81
+ "step": 12
82
+ },
83
+ {
84
+ "epoch": 0.22,
85
+ "learning_rate": 0.0002498873707755852,
86
+ "loss": 1.8368,
87
+ "step": 13
88
+ },
89
+ {
90
+ "epoch": 0.24,
91
+ "learning_rate": 0.0002497997936577979,
92
+ "loss": 1.7509,
93
+ "step": 14
94
+ },
95
+ {
96
+ "epoch": 0.26,
97
+ "learning_rate": 0.0002496872245743125,
98
+ "loss": 1.9833,
99
+ "step": 15
100
+ },
101
+ {
102
+ "epoch": 0.28,
103
+ "learning_rate": 0.0002495496860678158,
104
+ "loss": 1.7853,
105
+ "step": 16
106
+ },
107
+ {
108
+ "epoch": 0.29,
109
+ "learning_rate": 0.00024938720568128326,
110
+ "loss": 1.7627,
111
+ "step": 17
112
+ },
113
+ {
114
+ "epoch": 0.31,
115
+ "learning_rate": 0.0002491998159524629,
116
+ "loss": 1.7721,
117
+ "step": 18
118
+ },
119
+ {
120
+ "epoch": 0.33,
121
+ "learning_rate": 0.0002489875544073596,
122
+ "loss": 1.6278,
123
+ "step": 19
124
+ },
125
+ {
126
+ "epoch": 0.34,
127
+ "learning_rate": 0.00024875046355272046,
128
+ "loss": 1.6963,
129
+ "step": 20
130
+ },
131
+ {
132
+ "epoch": 0.36,
133
+ "learning_rate": 0.0002484885908675223,
134
+ "loss": 1.7123,
135
+ "step": 21
136
+ },
137
+ {
138
+ "epoch": 0.38,
139
+ "learning_rate": 0.0002482019887934636,
140
+ "loss": 1.7719,
141
+ "step": 22
142
+ },
143
+ {
144
+ "epoch": 0.4,
145
+ "learning_rate": 0.00024789071472446306,
146
+ "loss": 1.8138,
147
+ "step": 23
148
+ },
149
+ {
150
+ "epoch": 0.41,
151
+ "learning_rate": 0.00024755483099516584,
152
+ "loss": 1.8235,
153
+ "step": 24
154
+ },
155
+ {
156
+ "epoch": 0.43,
157
+ "learning_rate": 0.0002471944048684608,
158
+ "loss": 1.7845,
159
+ "step": 25
160
+ },
161
+ {
162
+ "epoch": 0.45,
163
+ "learning_rate": 0.0002468095085220104,
164
+ "loss": 1.6665,
165
+ "step": 26
166
+ },
167
+ {
168
+ "epoch": 0.47,
169
+ "learning_rate": 0.00024640021903379704,
170
+ "loss": 1.6388,
171
+ "step": 27
172
+ },
173
+ {
174
+ "epoch": 0.48,
175
+ "learning_rate": 0.00024596661836668736,
176
+ "loss": 1.6817,
177
+ "step": 28
178
+ },
179
+ {
180
+ "epoch": 0.5,
181
+ "learning_rate": 0.0002455087933520188,
182
+ "loss": 1.7617,
183
+ "step": 29
184
+ },
185
+ {
186
+ "epoch": 0.52,
187
+ "learning_rate": 0.0002450268356722112,
188
+ "loss": 1.6921,
189
+ "step": 30
190
+ },
191
+ {
192
+ "epoch": 0.53,
193
+ "learning_rate": 0.00024452084184240636,
194
+ "loss": 1.6591,
195
+ "step": 31
196
+ },
197
+ {
198
+ "epoch": 0.55,
199
+ "learning_rate": 0.00024399091319114082,
200
+ "loss": 1.8172,
201
+ "step": 32
202
+ },
203
+ {
204
+ "epoch": 0.57,
205
+ "learning_rate": 0.00024343715584005372,
206
+ "loss": 1.7321,
207
+ "step": 33
208
+ },
209
+ {
210
+ "epoch": 0.59,
211
+ "learning_rate": 0.00024285968068263553,
212
+ "loss": 1.7617,
213
+ "step": 34
214
+ },
215
+ {
216
+ "epoch": 0.6,
217
+ "learning_rate": 0.00024225860336202074,
218
+ "loss": 1.7899,
219
+ "step": 35
220
+ },
221
+ {
222
+ "epoch": 0.62,
223
+ "learning_rate": 0.00024163404424782967,
224
+ "loss": 1.7486,
225
+ "step": 36
226
+ },
227
+ {
228
+ "epoch": 0.64,
229
+ "learning_rate": 0.0002409861284120637,
230
+ "loss": 1.7422,
231
+ "step": 37
232
+ },
233
+ {
234
+ "epoch": 0.66,
235
+ "learning_rate": 0.0002403149856040586,
236
+ "loss": 1.6344,
237
+ "step": 38
238
+ },
239
+ {
240
+ "epoch": 0.67,
241
+ "learning_rate": 0.0002396207502245017,
242
+ "loss": 1.7174,
243
+ "step": 39
244
+ },
245
+ {
246
+ "epoch": 0.69,
247
+ "learning_rate": 0.00023890356129851697,
248
+ "loss": 1.7665,
249
+ "step": 40
250
+ },
251
+ {
252
+ "epoch": 0.71,
253
+ "learning_rate": 0.00023816356244782462,
254
+ "loss": 1.7379,
255
+ "step": 41
256
+ },
257
+ {
258
+ "epoch": 0.72,
259
+ "learning_rate": 0.0002374009018619796,
260
+ "loss": 1.7206,
261
+ "step": 42
262
+ },
263
+ {
264
+ "epoch": 0.74,
265
+ "learning_rate": 0.00023661573226869606,
266
+ "loss": 1.6732,
267
+ "step": 43
268
+ },
269
+ {
270
+ "epoch": 0.76,
271
+ "learning_rate": 0.00023580821090326233,
272
+ "loss": 1.7475,
273
+ "step": 44
274
+ },
275
+ {
276
+ "epoch": 0.78,
277
+ "learning_rate": 0.00023497849947705368,
278
+ "loss": 1.7546,
279
+ "step": 45
280
+ },
281
+ {
282
+ "epoch": 0.79,
283
+ "learning_rate": 0.00023412676414514853,
284
+ "loss": 1.6588,
285
+ "step": 46
286
+ },
287
+ {
288
+ "epoch": 0.81,
289
+ "learning_rate": 0.00023325317547305487,
290
+ "loss": 1.7417,
291
+ "step": 47
292
+ },
293
+ {
294
+ "epoch": 0.83,
295
+ "learning_rate": 0.00023235790840255328,
296
+ "loss": 1.7224,
297
+ "step": 48
298
+ },
299
+ {
300
+ "epoch": 0.84,
301
+ "learning_rate": 0.0002314411422166639,
302
+ "loss": 1.6476,
303
+ "step": 49
304
+ },
305
+ {
306
+ "epoch": 0.86,
307
+ "learning_rate": 0.00023050306050374382,
308
+ "loss": 1.73,
309
+ "step": 50
310
+ },
311
+ {
312
+ "epoch": 0.88,
313
+ "learning_rate": 0.00022954385112072202,
314
+ "loss": 1.6658,
315
+ "step": 51
316
+ },
317
+ {
318
+ "epoch": 0.9,
319
+ "learning_rate": 0.00022856370615548027,
320
+ "loss": 1.7046,
321
+ "step": 52
322
+ },
323
+ {
324
+ "epoch": 0.91,
325
+ "learning_rate": 0.00022756282188838596,
326
+ "loss": 1.7037,
327
+ "step": 53
328
+ },
329
+ {
330
+ "epoch": 0.93,
331
+ "learning_rate": 0.00022654139875298573,
332
+ "loss": 1.7166,
333
+ "step": 54
334
+ },
335
+ {
336
+ "epoch": 0.95,
337
+ "learning_rate": 0.00022549964129586758,
338
+ "loss": 1.7816,
339
+ "step": 55
340
+ },
341
+ {
342
+ "epoch": 0.97,
343
+ "learning_rate": 0.00022443775813569874,
344
+ "loss": 1.7556,
345
+ "step": 56
346
+ },
347
+ {
348
+ "epoch": 0.98,
349
+ "learning_rate": 0.00022335596192144875,
350
+ "loss": 1.7044,
351
+ "step": 57
352
+ },
353
+ {
354
+ "epoch": 1.0,
355
+ "learning_rate": 0.00022225446928980495,
356
+ "loss": 1.7183,
357
+ "step": 58
358
+ },
359
+ {
360
+ "epoch": 1.02,
361
+ "learning_rate": 0.0002211335008217896,
362
+ "loss": 1.738,
363
+ "step": 59
364
+ },
365
+ {
366
+ "epoch": 1.01,
367
+ "learning_rate": 0.00021999328099858717,
368
+ "loss": 1.6217,
369
+ "step": 60
370
+ },
371
+ {
372
+ "epoch": 1.03,
373
+ "learning_rate": 0.00021883403815659054,
374
+ "loss": 1.5942,
375
+ "step": 61
376
+ },
377
+ {
378
+ "epoch": 1.04,
379
+ "learning_rate": 0.00021765600444167505,
380
+ "loss": 1.5313,
381
+ "step": 62
382
+ },
383
+ {
384
+ "epoch": 1.06,
385
+ "learning_rate": 0.00021645941576270978,
386
+ "loss": 1.6038,
387
+ "step": 63
388
+ },
389
+ {
390
+ "epoch": 1.08,
391
+ "learning_rate": 0.00021524451174431556,
392
+ "loss": 1.5116,
393
+ "step": 64
394
+ },
395
+ {
396
+ "epoch": 1.09,
397
+ "learning_rate": 0.00021401153567887822,
398
+ "loss": 1.5218,
399
+ "step": 65
400
+ },
401
+ {
402
+ "epoch": 1.11,
403
+ "learning_rate": 0.00021276073447782786,
404
+ "loss": 1.4994,
405
+ "step": 66
406
+ },
407
+ {
408
+ "epoch": 1.13,
409
+ "learning_rate": 0.0002114923586221933,
410
+ "loss": 1.5652,
411
+ "step": 67
412
+ },
413
+ {
414
+ "epoch": 1.15,
415
+ "learning_rate": 0.00021020666211244162,
416
+ "loss": 1.5574,
417
+ "step": 68
418
+ },
419
+ {
420
+ "epoch": 1.16,
421
+ "learning_rate": 0.00020890390241761286,
422
+ "loss": 1.5671,
423
+ "step": 69
424
+ },
425
+ {
426
+ "epoch": 1.18,
427
+ "learning_rate": 0.00020758434042376017,
428
+ "loss": 1.4294,
429
+ "step": 70
430
+ },
431
+ {
432
+ "epoch": 1.2,
433
+ "learning_rate": 0.00020624824038170583,
434
+ "loss": 1.5317,
435
+ "step": 71
436
+ },
437
+ {
438
+ "epoch": 1.22,
439
+ "learning_rate": 0.0002048958698541231,
440
+ "loss": 1.5671,
441
+ "step": 72
442
+ },
443
+ {
444
+ "epoch": 1.23,
445
+ "learning_rate": 0.0002035274996619553,
446
+ "loss": 1.5256,
447
+ "step": 73
448
+ },
449
+ {
450
+ "epoch": 1.25,
451
+ "learning_rate": 0.00020214340383018192,
452
+ "loss": 1.5205,
453
+ "step": 74
454
+ },
455
+ {
456
+ "epoch": 1.27,
457
+ "learning_rate": 0.00020074385953294352,
458
+ "loss": 1.493,
459
+ "step": 75
460
+ },
461
+ {
462
+ "epoch": 1.28,
463
+ "learning_rate": 0.00019932914703803584,
464
+ "loss": 1.4958,
465
+ "step": 76
466
+ },
467
+ {
468
+ "epoch": 1.3,
469
+ "learning_rate": 0.00019789954965078417,
470
+ "loss": 1.498,
471
+ "step": 77
472
+ },
473
+ {
474
+ "epoch": 1.32,
475
+ "learning_rate": 0.00019645535365730985,
476
+ "loss": 1.4321,
477
+ "step": 78
478
+ },
479
+ {
480
+ "epoch": 1.34,
481
+ "learning_rate": 0.00019499684826719944,
482
+ "loss": 1.3947,
483
+ "step": 79
484
+ },
485
+ {
486
+ "epoch": 1.35,
487
+ "learning_rate": 0.00019352432555558874,
488
+ "loss": 1.4616,
489
+ "step": 80
490
+ },
491
+ {
492
+ "epoch": 1.37,
493
+ "learning_rate": 0.0001920380804046728,
494
+ "loss": 1.4462,
495
+ "step": 81
496
+ },
497
+ {
498
+ "epoch": 1.39,
499
+ "learning_rate": 0.00019053841044465398,
500
+ "loss": 1.4964,
501
+ "step": 82
502
+ },
503
+ {
504
+ "epoch": 1.41,
505
+ "learning_rate": 0.00018902561599413927,
506
+ "loss": 1.5132,
507
+ "step": 83
508
+ },
509
+ {
510
+ "epoch": 1.42,
511
+ "learning_rate": 0.0001875,
512
+ "loss": 1.4863,
513
+ "step": 84
514
+ },
515
+ {
516
+ "epoch": 1.44,
517
+ "learning_rate": 0.00018596186797670432,
518
+ "loss": 1.475,
519
+ "step": 85
520
+ },
521
+ {
522
+ "epoch": 1.46,
523
+ "learning_rate": 0.00018441152794513625,
524
+ "loss": 1.3819,
525
+ "step": 86
526
+ },
527
+ {
528
+ "epoch": 1.47,
529
+ "learning_rate": 0.00018284929037091238,
530
+ "loss": 1.4123,
531
+ "step": 87
532
+ },
533
+ {
534
+ "epoch": 1.49,
535
+ "learning_rate": 0.00018127546810220915,
536
+ "loss": 1.4385,
537
+ "step": 88
538
+ },
539
+ {
540
+ "epoch": 1.51,
541
+ "learning_rate": 0.00017969037630711306,
542
+ "loss": 1.4143,
543
+ "step": 89
544
+ },
545
+ {
546
+ "epoch": 1.53,
547
+ "learning_rate": 0.000178094332410506,
548
+ "loss": 1.368,
549
+ "step": 90
550
+ },
551
+ {
552
+ "epoch": 1.54,
553
+ "learning_rate": 0.0001764876560304991,
554
+ "loss": 1.4466,
555
+ "step": 91
556
+ },
557
+ {
558
+ "epoch": 1.56,
559
+ "learning_rate": 0.00017487066891442703,
560
+ "loss": 1.4604,
561
+ "step": 92
562
+ },
563
+ {
564
+ "epoch": 1.58,
565
+ "learning_rate": 0.0001732436948744161,
566
+ "loss": 1.4397,
567
+ "step": 93
568
+ },
569
+ {
570
+ "epoch": 1.59,
571
+ "learning_rate": 0.0001716070597225386,
572
+ "loss": 1.4631,
573
+ "step": 94
574
+ },
575
+ {
576
+ "epoch": 1.61,
577
+ "learning_rate": 0.000169961091205567,
578
+ "loss": 1.4424,
579
+ "step": 95
580
+ },
581
+ {
582
+ "epoch": 1.63,
583
+ "learning_rate": 0.00016830611893934048,
584
+ "loss": 1.4344,
585
+ "step": 96
586
+ },
587
+ {
588
+ "epoch": 1.65,
589
+ "learning_rate": 0.0001666424743427572,
590
+ "loss": 1.3999,
591
+ "step": 97
592
+ },
593
+ {
594
+ "epoch": 1.66,
595
+ "learning_rate": 0.00016497049057140567,
596
+ "loss": 1.3305,
597
+ "step": 98
598
+ },
599
+ {
600
+ "epoch": 1.68,
601
+ "learning_rate": 0.00016329050245084795,
602
+ "loss": 1.4365,
603
+ "step": 99
604
+ },
605
+ {
606
+ "epoch": 1.7,
607
+ "learning_rate": 0.0001616028464095688,
608
+ "loss": 1.4156,
609
+ "step": 100
610
+ },
611
+ {
612
+ "epoch": 1.72,
613
+ "learning_rate": 0.00015990786041160377,
614
+ "loss": 1.4368,
615
+ "step": 101
616
+ },
617
+ {
618
+ "epoch": 1.73,
619
+ "learning_rate": 0.00015820588388885953,
620
+ "loss": 1.3383,
621
+ "step": 102
622
+ },
623
+ {
624
+ "epoch": 1.75,
625
+ "learning_rate": 0.00015649725767314065,
626
+ "loss": 1.4104,
627
+ "step": 103
628
+ },
629
+ {
630
+ "epoch": 1.77,
631
+ "learning_rate": 0.0001547823239278956,
632
+ "loss": 1.4642,
633
+ "step": 104
634
+ },
635
+ {
636
+ "epoch": 1.78,
637
+ "learning_rate": 0.00015306142607969655,
638
+ "loss": 1.349,
639
+ "step": 105
640
+ },
641
+ {
642
+ "epoch": 1.8,
643
+ "learning_rate": 0.0001513349087494658,
644
+ "loss": 1.3414,
645
+ "step": 106
646
+ },
647
+ {
648
+ "epoch": 1.82,
649
+ "learning_rate": 0.00014960311768346318,
650
+ "loss": 1.4445,
651
+ "step": 107
652
+ },
653
+ {
654
+ "epoch": 1.84,
655
+ "learning_rate": 0.00014786639968404833,
656
+ "loss": 1.3416,
657
+ "step": 108
658
+ },
659
+ {
660
+ "epoch": 1.85,
661
+ "learning_rate": 0.00014612510254023115,
662
+ "loss": 1.3636,
663
+ "step": 109
664
+ },
665
+ {
666
+ "epoch": 1.87,
667
+ "learning_rate": 0.00014437957495802472,
668
+ "loss": 1.4371,
669
+ "step": 110
670
+ },
671
+ {
672
+ "epoch": 1.89,
673
+ "learning_rate": 0.00014263016649061492,
674
+ "loss": 1.308,
675
+ "step": 111
676
+ },
677
+ {
678
+ "epoch": 1.91,
679
+ "learning_rate": 0.00014087722746835985,
680
+ "loss": 1.4221,
681
+ "step": 112
682
+ },
683
+ {
684
+ "epoch": 1.92,
685
+ "learning_rate": 0.00013912110892863412,
686
+ "loss": 1.3635,
687
+ "step": 113
688
+ },
689
+ {
690
+ "epoch": 1.94,
691
+ "learning_rate": 0.00013736216254553124,
692
+ "loss": 1.4651,
693
+ "step": 114
694
+ },
695
+ {
696
+ "epoch": 1.96,
697
+ "learning_rate": 0.00013560074055943866,
698
+ "loss": 1.4113,
699
+ "step": 115
700
+ },
701
+ {
702
+ "epoch": 1.97,
703
+ "learning_rate": 0.00013383719570649933,
704
+ "loss": 1.4427,
705
+ "step": 116
706
+ },
707
+ {
708
+ "epoch": 1.99,
709
+ "learning_rate": 0.00013207188114797405,
710
+ "loss": 1.4005,
711
+ "step": 117
712
+ },
713
+ {
714
+ "epoch": 2.01,
715
+ "learning_rate": 0.00013030515039951854,
716
+ "loss": 1.3678,
717
+ "step": 118
718
+ },
719
+ {
720
+ "epoch": 2.03,
721
+ "learning_rate": 0.00012853735726038978,
722
+ "loss": 1.3718,
723
+ "step": 119
724
+ },
725
+ {
726
+ "epoch": 2.02,
727
+ "learning_rate": 0.00012676885574259528,
728
+ "loss": 1.2768,
729
+ "step": 120
730
+ },
731
+ {
732
+ "epoch": 2.03,
733
+ "learning_rate": 0.000125,
734
+ "loss": 1.2511,
735
+ "step": 121
736
+ },
737
+ {
738
+ "epoch": 2.05,
739
+ "learning_rate": 0.00012323114425740475,
740
+ "loss": 1.2024,
741
+ "step": 122
742
+ },
743
+ {
744
+ "epoch": 2.07,
745
+ "learning_rate": 0.00012146264273961024,
746
+ "loss": 1.2752,
747
+ "step": 123
748
+ },
749
+ {
750
+ "epoch": 2.09,
751
+ "learning_rate": 0.00011969484960048149,
752
+ "loss": 1.1877,
753
+ "step": 124
754
+ },
755
+ {
756
+ "epoch": 2.1,
757
+ "learning_rate": 0.00011792811885202594,
758
+ "loss": 1.129,
759
+ "step": 125
760
+ },
761
+ {
762
+ "epoch": 2.12,
763
+ "learning_rate": 0.00011616280429350067,
764
+ "loss": 1.1975,
765
+ "step": 126
766
+ },
767
+ {
768
+ "epoch": 2.14,
769
+ "learning_rate": 0.0001143992594405614,
770
+ "loss": 1.3163,
771
+ "step": 127
772
+ },
773
+ {
774
+ "epoch": 2.16,
775
+ "learning_rate": 0.0001126378374544688,
776
+ "loss": 1.1691,
777
+ "step": 128
778
+ },
779
+ {
780
+ "epoch": 2.17,
781
+ "learning_rate": 0.00011087889107136592,
782
+ "loss": 1.2009,
783
+ "step": 129
784
+ },
785
+ {
786
+ "epoch": 2.19,
787
+ "learning_rate": 0.00010912277253164016,
788
+ "loss": 1.1294,
789
+ "step": 130
790
+ },
791
+ {
792
+ "epoch": 2.21,
793
+ "learning_rate": 0.00010736983350938512,
794
+ "loss": 1.2445,
795
+ "step": 131
796
+ },
797
+ {
798
+ "epoch": 2.22,
799
+ "learning_rate": 0.00010562042504197526,
800
+ "loss": 1.2484,
801
+ "step": 132
802
+ },
803
+ {
804
+ "epoch": 2.24,
805
+ "learning_rate": 0.00010387489745976888,
806
+ "loss": 1.1636,
807
+ "step": 133
808
+ },
809
+ {
810
+ "epoch": 2.26,
811
+ "learning_rate": 0.00010213360031595167,
812
+ "loss": 1.2341,
813
+ "step": 134
814
+ },
815
+ {
816
+ "epoch": 2.28,
817
+ "learning_rate": 0.00010039688231653683,
818
+ "loss": 1.16,
819
+ "step": 135
820
+ },
821
+ {
822
+ "epoch": 2.29,
823
+ "learning_rate": 9.866509125053425e-05,
824
+ "loss": 1.1895,
825
+ "step": 136
826
+ },
827
+ {
828
+ "epoch": 2.31,
829
+ "learning_rate": 9.693857392030342e-05,
830
+ "loss": 1.1355,
831
+ "step": 137
832
+ },
833
+ {
834
+ "epoch": 2.33,
835
+ "learning_rate": 9.52176760721044e-05,
836
+ "loss": 1.0434,
837
+ "step": 138
838
+ },
839
+ {
840
+ "epoch": 2.34,
841
+ "learning_rate": 9.350274232685938e-05,
842
+ "loss": 1.1358,
843
+ "step": 139
844
+ },
845
+ {
846
+ "epoch": 2.36,
847
+ "learning_rate": 9.179411611114049e-05,
848
+ "loss": 1.0848,
849
+ "step": 140
850
+ },
851
+ {
852
+ "epoch": 2.38,
853
+ "learning_rate": 9.009213958839625e-05,
854
+ "loss": 1.1591,
855
+ "step": 141
856
+ },
857
+ {
858
+ "epoch": 2.4,
859
+ "learning_rate": 8.839715359043121e-05,
860
+ "loss": 1.2907,
861
+ "step": 142
862
+ },
863
+ {
864
+ "epoch": 2.41,
865
+ "learning_rate": 8.670949754915208e-05,
866
+ "loss": 1.1806,
867
+ "step": 143
868
+ },
869
+ {
870
+ "epoch": 2.43,
871
+ "learning_rate": 8.502950942859435e-05,
872
+ "loss": 1.1443,
873
+ "step": 144
874
+ },
875
+ {
876
+ "epoch": 2.45,
877
+ "learning_rate": 8.33575256572428e-05,
878
+ "loss": 1.0913,
879
+ "step": 145
880
+ },
881
+ {
882
+ "epoch": 2.47,
883
+ "learning_rate": 8.169388106065959e-05,
884
+ "loss": 1.0982,
885
+ "step": 146
886
+ },
887
+ {
888
+ "epoch": 2.48,
889
+ "learning_rate": 8.003890879443303e-05,
890
+ "loss": 1.0401,
891
+ "step": 147
892
+ },
893
+ {
894
+ "epoch": 2.5,
895
+ "learning_rate": 7.839294027746143e-05,
896
+ "loss": 1.1177,
897
+ "step": 148
898
+ },
899
+ {
900
+ "epoch": 2.52,
901
+ "learning_rate": 7.675630512558389e-05,
902
+ "loss": 1.0619,
903
+ "step": 149
904
+ },
905
+ {
906
+ "epoch": 2.53,
907
+ "learning_rate": 7.512933108557296e-05,
908
+ "loss": 1.0004,
909
+ "step": 150
910
+ },
911
+ {
912
+ "epoch": 2.55,
913
+ "learning_rate": 7.351234396950094e-05,
914
+ "loss": 1.169,
915
+ "step": 151
916
+ },
917
+ {
918
+ "epoch": 2.57,
919
+ "learning_rate": 7.190566758949402e-05,
920
+ "loss": 1.0743,
921
+ "step": 152
922
+ },
923
+ {
924
+ "epoch": 2.59,
925
+ "learning_rate": 7.030962369288702e-05,
926
+ "loss": 1.1376,
927
+ "step": 153
928
+ },
929
+ {
930
+ "epoch": 2.6,
931
+ "learning_rate": 6.872453189779081e-05,
932
+ "loss": 1.1071,
933
+ "step": 154
934
+ },
935
+ {
936
+ "epoch": 2.62,
937
+ "learning_rate": 6.715070962908766e-05,
938
+ "loss": 1.053,
939
+ "step": 155
940
+ },
941
+ {
942
+ "epoch": 2.64,
943
+ "learning_rate": 6.558847205486374e-05,
944
+ "loss": 1.0751,
945
+ "step": 156
946
+ },
947
+ {
948
+ "epoch": 2.66,
949
+ "learning_rate": 6.403813202329571e-05,
950
+ "loss": 1.0028,
951
+ "step": 157
952
+ },
953
+ {
954
+ "epoch": 2.67,
955
+ "learning_rate": 6.250000000000003e-05,
956
+ "loss": 1.0816,
957
+ "step": 158
958
+ },
959
+ {
960
+ "epoch": 2.69,
961
+ "learning_rate": 6.0974384005860736e-05,
962
+ "loss": 1.1124,
963
+ "step": 159
964
+ },
965
+ {
966
+ "epoch": 2.71,
967
+ "learning_rate": 5.9461589555346056e-05,
968
+ "loss": 1.0811,
969
+ "step": 160
970
+ },
971
+ {
972
+ "epoch": 2.72,
973
+ "learning_rate": 5.7961919595327204e-05,
974
+ "loss": 1.0916,
975
+ "step": 161
976
+ },
977
+ {
978
+ "epoch": 2.74,
979
+ "learning_rate": 5.647567444441129e-05,
980
+ "loss": 1.0218,
981
+ "step": 162
982
+ },
983
+ {
984
+ "epoch": 2.76,
985
+ "learning_rate": 5.500315173280059e-05,
986
+ "loss": 1.0776,
987
+ "step": 163
988
+ },
989
+ {
990
+ "epoch": 2.78,
991
+ "learning_rate": 5.354464634269017e-05,
992
+ "loss": 1.0637,
993
+ "step": 164
994
+ },
995
+ {
996
+ "epoch": 2.79,
997
+ "learning_rate": 5.210045034921583e-05,
998
+ "loss": 1.0057,
999
+ "step": 165
1000
+ },
1001
+ {
1002
+ "epoch": 2.81,
1003
+ "learning_rate": 5.0670852961964176e-05,
1004
+ "loss": 1.09,
1005
+ "step": 166
1006
+ },
1007
+ {
1008
+ "epoch": 2.83,
1009
+ "learning_rate": 4.925614046705648e-05,
1010
+ "loss": 1.0644,
1011
+ "step": 167
1012
+ },
1013
+ {
1014
+ "epoch": 2.84,
1015
+ "learning_rate": 4.785659616981813e-05,
1016
+ "loss": 0.9983,
1017
+ "step": 168
1018
+ },
1019
+ {
1020
+ "epoch": 2.86,
1021
+ "learning_rate": 4.64725003380447e-05,
1022
+ "loss": 1.0903,
1023
+ "step": 169
1024
+ },
1025
+ {
1026
+ "epoch": 2.88,
1027
+ "learning_rate": 4.510413014587692e-05,
1028
+ "loss": 1.051,
1029
+ "step": 170
1030
+ },
1031
+ {
1032
+ "epoch": 2.9,
1033
+ "learning_rate": 4.375175961829415e-05,
1034
+ "loss": 1.0629,
1035
+ "step": 171
1036
+ },
1037
+ {
1038
+ "epoch": 2.91,
1039
+ "learning_rate": 4.2415659576239844e-05,
1040
+ "loss": 1.0092,
1041
+ "step": 172
1042
+ },
1043
+ {
1044
+ "epoch": 2.93,
1045
+ "learning_rate": 4.109609758238714e-05,
1046
+ "loss": 1.1383,
1047
+ "step": 173
1048
+ },
1049
+ {
1050
+ "epoch": 2.95,
1051
+ "learning_rate": 3.979333788755842e-05,
1052
+ "loss": 1.1097,
1053
+ "step": 174
1054
+ },
1055
+ {
1056
+ "epoch": 2.97,
1057
+ "learning_rate": 3.850764137780674e-05,
1058
+ "loss": 1.1173,
1059
+ "step": 175
1060
+ },
1061
+ {
1062
+ "epoch": 2.98,
1063
+ "learning_rate": 3.723926552217219e-05,
1064
+ "loss": 1.085,
1065
+ "step": 176
1066
+ },
1067
+ {
1068
+ "epoch": 3.0,
1069
+ "learning_rate": 3.598846432112182e-05,
1070
+ "loss": 1.0868,
1071
+ "step": 177
1072
+ },
1073
+ {
1074
+ "epoch": 3.02,
1075
+ "learning_rate": 3.475548825568445e-05,
1076
+ "loss": 1.0675,
1077
+ "step": 178
1078
+ }
1079
+ ],
1080
+ "logging_steps": 1,
1081
+ "max_steps": 232,
1082
+ "num_input_tokens_seen": 0,
1083
+ "num_train_epochs": 4,
1084
+ "save_steps": 500,
1085
+ "total_flos": 1.5793187263900287e+19,
1086
+ "train_batch_size": 1,
1087
+ "trial_name": null,
1088
+ "trial_params": null
1089
+ }
checkpoint-178/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf6ebb85fc26463e835da84ba8187383a2d1dc191ad1ad487fbece8ca0f41ec
3
+ size 4795
checkpoint-232/README.md ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: 152334H/miqu-1-70b-sf
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
+
201
+
202
+ ## Training procedure
203
+
204
+
205
+ The following `bitsandbytes` quantization config was used during training:
206
+ - quant_method: bitsandbytes
207
+ - load_in_8bit: False
208
+ - load_in_4bit: True
209
+ - llm_int8_threshold: 6.0
210
+ - llm_int8_skip_modules: None
211
+ - llm_int8_enable_fp32_cpu_offload: False
212
+ - llm_int8_has_fp16_weight: False
213
+ - bnb_4bit_quant_type: nf4
214
+ - bnb_4bit_use_double_quant: True
215
+ - bnb_4bit_compute_dtype: bfloat16
216
+
217
+ ### Framework versions
218
+
219
+
220
+ - PEFT 0.6.0
checkpoint-232/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "152334H/miqu-1-70b-sf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 128,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": [
14
+ "embed_tokens",
15
+ "lm_head"
16
+ ],
17
+ "peft_type": "LORA",
18
+ "r": 64,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_proj",
23
+ "up_proj",
24
+ "k_proj",
25
+ "q_proj",
26
+ "down_proj",
27
+ "o_proj",
28
+ "gate_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM"
31
+ }
checkpoint-232/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4d592eccc4205c5953ef5d1ffe8b3e12266987f2cd7b3198723a40a46c1e670
3
+ size 4362295248
checkpoint-232/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:952a45a29e30c744ea7d8d3fe795a1c1f9c2ffa4a6ff1203d60528f2e6946d19
3
+ size 1356017058
checkpoint-232/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19bf8a911aa261f7e13831c2fc11a5377a2cd8c5a5d7b4613f3a1988ddc7d830
3
+ size 21687
checkpoint-232/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e0c0d6fafb56bf1b60e3cf29a89836e76dd786eaf2987ce44f90217c54a1597
3
+ size 21687
checkpoint-232/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be1ae3e42b38411b33c743c10feb59ca58d3e1de9dd0a84c54e6bb51e773e69c
3
+ size 21687
checkpoint-232/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a90ad833de2dcaddeba5153955fb73cd07c4f89a6afc163a96b4c6399fa9ac99
3
+ size 21687
checkpoint-232/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5e20cf5949acceaf8fe56c3e58839dc42a8e8ed36ac9d62ef4b54da3b95bd47
3
+ size 21687
checkpoint-232/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fd63f1384af6b2e3f66340a2332d69110d9db1fca411298d8dca5ee96e88557
3
+ size 21687
checkpoint-232/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ca16c5841da949a3425772f2a1cb3469edd25887dfe638b11bc7e4ddcafec16
3
+ size 21687
checkpoint-232/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88252c1d1e9299fe602b1ab95bda06b31e3ff115d4caedf1d2976704c7c703e3
3
+ size 21687
checkpoint-232/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c1083d6104170775d602fc46ff20314981ced65994b0886148b8e1689beb028
3
+ size 627
checkpoint-232/trainer_state.json ADDED
@@ -0,0 +1,1413 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.9224137931034484,
5
+ "eval_steps": 500,
6
+ "global_step": 232,
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.02,
13
+ "learning_rate": 2.5e-05,
14
+ "loss": 1.8823,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 0.03,
19
+ "learning_rate": 5e-05,
20
+ "loss": 1.8925,
21
+ "step": 2
22
+ },
23
+ {
24
+ "epoch": 0.05,
25
+ "learning_rate": 7.5e-05,
26
+ "loss": 1.8355,
27
+ "step": 3
28
+ },
29
+ {
30
+ "epoch": 0.07,
31
+ "learning_rate": 0.0001,
32
+ "loss": 1.8682,
33
+ "step": 4
34
+ },
35
+ {
36
+ "epoch": 0.09,
37
+ "learning_rate": 0.000125,
38
+ "loss": 1.6578,
39
+ "step": 5
40
+ },
41
+ {
42
+ "epoch": 0.1,
43
+ "learning_rate": 0.00015,
44
+ "loss": 1.7746,
45
+ "step": 6
46
+ },
47
+ {
48
+ "epoch": 0.12,
49
+ "learning_rate": 0.000175,
50
+ "loss": 1.7078,
51
+ "step": 7
52
+ },
53
+ {
54
+ "epoch": 0.14,
55
+ "learning_rate": 0.0002,
56
+ "loss": 2.3556,
57
+ "step": 8
58
+ },
59
+ {
60
+ "epoch": 0.16,
61
+ "learning_rate": 0.00022500000000000002,
62
+ "loss": 1.785,
63
+ "step": 9
64
+ },
65
+ {
66
+ "epoch": 0.17,
67
+ "learning_rate": 0.00025,
68
+ "loss": 1.7491,
69
+ "step": 10
70
+ },
71
+ {
72
+ "epoch": 0.19,
73
+ "learning_rate": 0.0002499874839708436,
74
+ "loss": 1.7576,
75
+ "step": 11
76
+ },
77
+ {
78
+ "epoch": 0.21,
79
+ "learning_rate": 0.0002499499383897902,
80
+ "loss": 1.7944,
81
+ "step": 12
82
+ },
83
+ {
84
+ "epoch": 0.22,
85
+ "learning_rate": 0.0002498873707755852,
86
+ "loss": 1.8368,
87
+ "step": 13
88
+ },
89
+ {
90
+ "epoch": 0.24,
91
+ "learning_rate": 0.0002497997936577979,
92
+ "loss": 1.7509,
93
+ "step": 14
94
+ },
95
+ {
96
+ "epoch": 0.26,
97
+ "learning_rate": 0.0002496872245743125,
98
+ "loss": 1.9833,
99
+ "step": 15
100
+ },
101
+ {
102
+ "epoch": 0.28,
103
+ "learning_rate": 0.0002495496860678158,
104
+ "loss": 1.7853,
105
+ "step": 16
106
+ },
107
+ {
108
+ "epoch": 0.29,
109
+ "learning_rate": 0.00024938720568128326,
110
+ "loss": 1.7627,
111
+ "step": 17
112
+ },
113
+ {
114
+ "epoch": 0.31,
115
+ "learning_rate": 0.0002491998159524629,
116
+ "loss": 1.7721,
117
+ "step": 18
118
+ },
119
+ {
120
+ "epoch": 0.33,
121
+ "learning_rate": 0.0002489875544073596,
122
+ "loss": 1.6278,
123
+ "step": 19
124
+ },
125
+ {
126
+ "epoch": 0.34,
127
+ "learning_rate": 0.00024875046355272046,
128
+ "loss": 1.6963,
129
+ "step": 20
130
+ },
131
+ {
132
+ "epoch": 0.36,
133
+ "learning_rate": 0.0002484885908675223,
134
+ "loss": 1.7123,
135
+ "step": 21
136
+ },
137
+ {
138
+ "epoch": 0.38,
139
+ "learning_rate": 0.0002482019887934636,
140
+ "loss": 1.7719,
141
+ "step": 22
142
+ },
143
+ {
144
+ "epoch": 0.4,
145
+ "learning_rate": 0.00024789071472446306,
146
+ "loss": 1.8138,
147
+ "step": 23
148
+ },
149
+ {
150
+ "epoch": 0.41,
151
+ "learning_rate": 0.00024755483099516584,
152
+ "loss": 1.8235,
153
+ "step": 24
154
+ },
155
+ {
156
+ "epoch": 0.43,
157
+ "learning_rate": 0.0002471944048684608,
158
+ "loss": 1.7845,
159
+ "step": 25
160
+ },
161
+ {
162
+ "epoch": 0.45,
163
+ "learning_rate": 0.0002468095085220104,
164
+ "loss": 1.6665,
165
+ "step": 26
166
+ },
167
+ {
168
+ "epoch": 0.47,
169
+ "learning_rate": 0.00024640021903379704,
170
+ "loss": 1.6388,
171
+ "step": 27
172
+ },
173
+ {
174
+ "epoch": 0.48,
175
+ "learning_rate": 0.00024596661836668736,
176
+ "loss": 1.6817,
177
+ "step": 28
178
+ },
179
+ {
180
+ "epoch": 0.5,
181
+ "learning_rate": 0.0002455087933520188,
182
+ "loss": 1.7617,
183
+ "step": 29
184
+ },
185
+ {
186
+ "epoch": 0.52,
187
+ "learning_rate": 0.0002450268356722112,
188
+ "loss": 1.6921,
189
+ "step": 30
190
+ },
191
+ {
192
+ "epoch": 0.53,
193
+ "learning_rate": 0.00024452084184240636,
194
+ "loss": 1.6591,
195
+ "step": 31
196
+ },
197
+ {
198
+ "epoch": 0.55,
199
+ "learning_rate": 0.00024399091319114082,
200
+ "loss": 1.8172,
201
+ "step": 32
202
+ },
203
+ {
204
+ "epoch": 0.57,
205
+ "learning_rate": 0.00024343715584005372,
206
+ "loss": 1.7321,
207
+ "step": 33
208
+ },
209
+ {
210
+ "epoch": 0.59,
211
+ "learning_rate": 0.00024285968068263553,
212
+ "loss": 1.7617,
213
+ "step": 34
214
+ },
215
+ {
216
+ "epoch": 0.6,
217
+ "learning_rate": 0.00024225860336202074,
218
+ "loss": 1.7899,
219
+ "step": 35
220
+ },
221
+ {
222
+ "epoch": 0.62,
223
+ "learning_rate": 0.00024163404424782967,
224
+ "loss": 1.7486,
225
+ "step": 36
226
+ },
227
+ {
228
+ "epoch": 0.64,
229
+ "learning_rate": 0.0002409861284120637,
230
+ "loss": 1.7422,
231
+ "step": 37
232
+ },
233
+ {
234
+ "epoch": 0.66,
235
+ "learning_rate": 0.0002403149856040586,
236
+ "loss": 1.6344,
237
+ "step": 38
238
+ },
239
+ {
240
+ "epoch": 0.67,
241
+ "learning_rate": 0.0002396207502245017,
242
+ "loss": 1.7174,
243
+ "step": 39
244
+ },
245
+ {
246
+ "epoch": 0.69,
247
+ "learning_rate": 0.00023890356129851697,
248
+ "loss": 1.7665,
249
+ "step": 40
250
+ },
251
+ {
252
+ "epoch": 0.71,
253
+ "learning_rate": 0.00023816356244782462,
254
+ "loss": 1.7379,
255
+ "step": 41
256
+ },
257
+ {
258
+ "epoch": 0.72,
259
+ "learning_rate": 0.0002374009018619796,
260
+ "loss": 1.7206,
261
+ "step": 42
262
+ },
263
+ {
264
+ "epoch": 0.74,
265
+ "learning_rate": 0.00023661573226869606,
266
+ "loss": 1.6732,
267
+ "step": 43
268
+ },
269
+ {
270
+ "epoch": 0.76,
271
+ "learning_rate": 0.00023580821090326233,
272
+ "loss": 1.7475,
273
+ "step": 44
274
+ },
275
+ {
276
+ "epoch": 0.78,
277
+ "learning_rate": 0.00023497849947705368,
278
+ "loss": 1.7546,
279
+ "step": 45
280
+ },
281
+ {
282
+ "epoch": 0.79,
283
+ "learning_rate": 0.00023412676414514853,
284
+ "loss": 1.6588,
285
+ "step": 46
286
+ },
287
+ {
288
+ "epoch": 0.81,
289
+ "learning_rate": 0.00023325317547305487,
290
+ "loss": 1.7417,
291
+ "step": 47
292
+ },
293
+ {
294
+ "epoch": 0.83,
295
+ "learning_rate": 0.00023235790840255328,
296
+ "loss": 1.7224,
297
+ "step": 48
298
+ },
299
+ {
300
+ "epoch": 0.84,
301
+ "learning_rate": 0.0002314411422166639,
302
+ "loss": 1.6476,
303
+ "step": 49
304
+ },
305
+ {
306
+ "epoch": 0.86,
307
+ "learning_rate": 0.00023050306050374382,
308
+ "loss": 1.73,
309
+ "step": 50
310
+ },
311
+ {
312
+ "epoch": 0.88,
313
+ "learning_rate": 0.00022954385112072202,
314
+ "loss": 1.6658,
315
+ "step": 51
316
+ },
317
+ {
318
+ "epoch": 0.9,
319
+ "learning_rate": 0.00022856370615548027,
320
+ "loss": 1.7046,
321
+ "step": 52
322
+ },
323
+ {
324
+ "epoch": 0.91,
325
+ "learning_rate": 0.00022756282188838596,
326
+ "loss": 1.7037,
327
+ "step": 53
328
+ },
329
+ {
330
+ "epoch": 0.93,
331
+ "learning_rate": 0.00022654139875298573,
332
+ "loss": 1.7166,
333
+ "step": 54
334
+ },
335
+ {
336
+ "epoch": 0.95,
337
+ "learning_rate": 0.00022549964129586758,
338
+ "loss": 1.7816,
339
+ "step": 55
340
+ },
341
+ {
342
+ "epoch": 0.97,
343
+ "learning_rate": 0.00022443775813569874,
344
+ "loss": 1.7556,
345
+ "step": 56
346
+ },
347
+ {
348
+ "epoch": 0.98,
349
+ "learning_rate": 0.00022335596192144875,
350
+ "loss": 1.7044,
351
+ "step": 57
352
+ },
353
+ {
354
+ "epoch": 1.0,
355
+ "learning_rate": 0.00022225446928980495,
356
+ "loss": 1.7183,
357
+ "step": 58
358
+ },
359
+ {
360
+ "epoch": 1.02,
361
+ "learning_rate": 0.0002211335008217896,
362
+ "loss": 1.738,
363
+ "step": 59
364
+ },
365
+ {
366
+ "epoch": 1.01,
367
+ "learning_rate": 0.00021999328099858717,
368
+ "loss": 1.6217,
369
+ "step": 60
370
+ },
371
+ {
372
+ "epoch": 1.03,
373
+ "learning_rate": 0.00021883403815659054,
374
+ "loss": 1.5942,
375
+ "step": 61
376
+ },
377
+ {
378
+ "epoch": 1.04,
379
+ "learning_rate": 0.00021765600444167505,
380
+ "loss": 1.5313,
381
+ "step": 62
382
+ },
383
+ {
384
+ "epoch": 1.06,
385
+ "learning_rate": 0.00021645941576270978,
386
+ "loss": 1.6038,
387
+ "step": 63
388
+ },
389
+ {
390
+ "epoch": 1.08,
391
+ "learning_rate": 0.00021524451174431556,
392
+ "loss": 1.5116,
393
+ "step": 64
394
+ },
395
+ {
396
+ "epoch": 1.09,
397
+ "learning_rate": 0.00021401153567887822,
398
+ "loss": 1.5218,
399
+ "step": 65
400
+ },
401
+ {
402
+ "epoch": 1.11,
403
+ "learning_rate": 0.00021276073447782786,
404
+ "loss": 1.4994,
405
+ "step": 66
406
+ },
407
+ {
408
+ "epoch": 1.13,
409
+ "learning_rate": 0.0002114923586221933,
410
+ "loss": 1.5652,
411
+ "step": 67
412
+ },
413
+ {
414
+ "epoch": 1.15,
415
+ "learning_rate": 0.00021020666211244162,
416
+ "loss": 1.5574,
417
+ "step": 68
418
+ },
419
+ {
420
+ "epoch": 1.16,
421
+ "learning_rate": 0.00020890390241761286,
422
+ "loss": 1.5671,
423
+ "step": 69
424
+ },
425
+ {
426
+ "epoch": 1.18,
427
+ "learning_rate": 0.00020758434042376017,
428
+ "loss": 1.4294,
429
+ "step": 70
430
+ },
431
+ {
432
+ "epoch": 1.2,
433
+ "learning_rate": 0.00020624824038170583,
434
+ "loss": 1.5317,
435
+ "step": 71
436
+ },
437
+ {
438
+ "epoch": 1.22,
439
+ "learning_rate": 0.0002048958698541231,
440
+ "loss": 1.5671,
441
+ "step": 72
442
+ },
443
+ {
444
+ "epoch": 1.23,
445
+ "learning_rate": 0.0002035274996619553,
446
+ "loss": 1.5256,
447
+ "step": 73
448
+ },
449
+ {
450
+ "epoch": 1.25,
451
+ "learning_rate": 0.00020214340383018192,
452
+ "loss": 1.5205,
453
+ "step": 74
454
+ },
455
+ {
456
+ "epoch": 1.27,
457
+ "learning_rate": 0.00020074385953294352,
458
+ "loss": 1.493,
459
+ "step": 75
460
+ },
461
+ {
462
+ "epoch": 1.28,
463
+ "learning_rate": 0.00019932914703803584,
464
+ "loss": 1.4958,
465
+ "step": 76
466
+ },
467
+ {
468
+ "epoch": 1.3,
469
+ "learning_rate": 0.00019789954965078417,
470
+ "loss": 1.498,
471
+ "step": 77
472
+ },
473
+ {
474
+ "epoch": 1.32,
475
+ "learning_rate": 0.00019645535365730985,
476
+ "loss": 1.4321,
477
+ "step": 78
478
+ },
479
+ {
480
+ "epoch": 1.34,
481
+ "learning_rate": 0.00019499684826719944,
482
+ "loss": 1.3947,
483
+ "step": 79
484
+ },
485
+ {
486
+ "epoch": 1.35,
487
+ "learning_rate": 0.00019352432555558874,
488
+ "loss": 1.4616,
489
+ "step": 80
490
+ },
491
+ {
492
+ "epoch": 1.37,
493
+ "learning_rate": 0.0001920380804046728,
494
+ "loss": 1.4462,
495
+ "step": 81
496
+ },
497
+ {
498
+ "epoch": 1.39,
499
+ "learning_rate": 0.00019053841044465398,
500
+ "loss": 1.4964,
501
+ "step": 82
502
+ },
503
+ {
504
+ "epoch": 1.41,
505
+ "learning_rate": 0.00018902561599413927,
506
+ "loss": 1.5132,
507
+ "step": 83
508
+ },
509
+ {
510
+ "epoch": 1.42,
511
+ "learning_rate": 0.0001875,
512
+ "loss": 1.4863,
513
+ "step": 84
514
+ },
515
+ {
516
+ "epoch": 1.44,
517
+ "learning_rate": 0.00018596186797670432,
518
+ "loss": 1.475,
519
+ "step": 85
520
+ },
521
+ {
522
+ "epoch": 1.46,
523
+ "learning_rate": 0.00018441152794513625,
524
+ "loss": 1.3819,
525
+ "step": 86
526
+ },
527
+ {
528
+ "epoch": 1.47,
529
+ "learning_rate": 0.00018284929037091238,
530
+ "loss": 1.4123,
531
+ "step": 87
532
+ },
533
+ {
534
+ "epoch": 1.49,
535
+ "learning_rate": 0.00018127546810220915,
536
+ "loss": 1.4385,
537
+ "step": 88
538
+ },
539
+ {
540
+ "epoch": 1.51,
541
+ "learning_rate": 0.00017969037630711306,
542
+ "loss": 1.4143,
543
+ "step": 89
544
+ },
545
+ {
546
+ "epoch": 1.53,
547
+ "learning_rate": 0.000178094332410506,
548
+ "loss": 1.368,
549
+ "step": 90
550
+ },
551
+ {
552
+ "epoch": 1.54,
553
+ "learning_rate": 0.0001764876560304991,
554
+ "loss": 1.4466,
555
+ "step": 91
556
+ },
557
+ {
558
+ "epoch": 1.56,
559
+ "learning_rate": 0.00017487066891442703,
560
+ "loss": 1.4604,
561
+ "step": 92
562
+ },
563
+ {
564
+ "epoch": 1.58,
565
+ "learning_rate": 0.0001732436948744161,
566
+ "loss": 1.4397,
567
+ "step": 93
568
+ },
569
+ {
570
+ "epoch": 1.59,
571
+ "learning_rate": 0.0001716070597225386,
572
+ "loss": 1.4631,
573
+ "step": 94
574
+ },
575
+ {
576
+ "epoch": 1.61,
577
+ "learning_rate": 0.000169961091205567,
578
+ "loss": 1.4424,
579
+ "step": 95
580
+ },
581
+ {
582
+ "epoch": 1.63,
583
+ "learning_rate": 0.00016830611893934048,
584
+ "loss": 1.4344,
585
+ "step": 96
586
+ },
587
+ {
588
+ "epoch": 1.65,
589
+ "learning_rate": 0.0001666424743427572,
590
+ "loss": 1.3999,
591
+ "step": 97
592
+ },
593
+ {
594
+ "epoch": 1.66,
595
+ "learning_rate": 0.00016497049057140567,
596
+ "loss": 1.3305,
597
+ "step": 98
598
+ },
599
+ {
600
+ "epoch": 1.68,
601
+ "learning_rate": 0.00016329050245084795,
602
+ "loss": 1.4365,
603
+ "step": 99
604
+ },
605
+ {
606
+ "epoch": 1.7,
607
+ "learning_rate": 0.0001616028464095688,
608
+ "loss": 1.4156,
609
+ "step": 100
610
+ },
611
+ {
612
+ "epoch": 1.72,
613
+ "learning_rate": 0.00015990786041160377,
614
+ "loss": 1.4368,
615
+ "step": 101
616
+ },
617
+ {
618
+ "epoch": 1.73,
619
+ "learning_rate": 0.00015820588388885953,
620
+ "loss": 1.3383,
621
+ "step": 102
622
+ },
623
+ {
624
+ "epoch": 1.75,
625
+ "learning_rate": 0.00015649725767314065,
626
+ "loss": 1.4104,
627
+ "step": 103
628
+ },
629
+ {
630
+ "epoch": 1.77,
631
+ "learning_rate": 0.0001547823239278956,
632
+ "loss": 1.4642,
633
+ "step": 104
634
+ },
635
+ {
636
+ "epoch": 1.78,
637
+ "learning_rate": 0.00015306142607969655,
638
+ "loss": 1.349,
639
+ "step": 105
640
+ },
641
+ {
642
+ "epoch": 1.8,
643
+ "learning_rate": 0.0001513349087494658,
644
+ "loss": 1.3414,
645
+ "step": 106
646
+ },
647
+ {
648
+ "epoch": 1.82,
649
+ "learning_rate": 0.00014960311768346318,
650
+ "loss": 1.4445,
651
+ "step": 107
652
+ },
653
+ {
654
+ "epoch": 1.84,
655
+ "learning_rate": 0.00014786639968404833,
656
+ "loss": 1.3416,
657
+ "step": 108
658
+ },
659
+ {
660
+ "epoch": 1.85,
661
+ "learning_rate": 0.00014612510254023115,
662
+ "loss": 1.3636,
663
+ "step": 109
664
+ },
665
+ {
666
+ "epoch": 1.87,
667
+ "learning_rate": 0.00014437957495802472,
668
+ "loss": 1.4371,
669
+ "step": 110
670
+ },
671
+ {
672
+ "epoch": 1.89,
673
+ "learning_rate": 0.00014263016649061492,
674
+ "loss": 1.308,
675
+ "step": 111
676
+ },
677
+ {
678
+ "epoch": 1.91,
679
+ "learning_rate": 0.00014087722746835985,
680
+ "loss": 1.4221,
681
+ "step": 112
682
+ },
683
+ {
684
+ "epoch": 1.92,
685
+ "learning_rate": 0.00013912110892863412,
686
+ "loss": 1.3635,
687
+ "step": 113
688
+ },
689
+ {
690
+ "epoch": 1.94,
691
+ "learning_rate": 0.00013736216254553124,
692
+ "loss": 1.4651,
693
+ "step": 114
694
+ },
695
+ {
696
+ "epoch": 1.96,
697
+ "learning_rate": 0.00013560074055943866,
698
+ "loss": 1.4113,
699
+ "step": 115
700
+ },
701
+ {
702
+ "epoch": 1.97,
703
+ "learning_rate": 0.00013383719570649933,
704
+ "loss": 1.4427,
705
+ "step": 116
706
+ },
707
+ {
708
+ "epoch": 1.99,
709
+ "learning_rate": 0.00013207188114797405,
710
+ "loss": 1.4005,
711
+ "step": 117
712
+ },
713
+ {
714
+ "epoch": 2.01,
715
+ "learning_rate": 0.00013030515039951854,
716
+ "loss": 1.3678,
717
+ "step": 118
718
+ },
719
+ {
720
+ "epoch": 2.03,
721
+ "learning_rate": 0.00012853735726038978,
722
+ "loss": 1.3718,
723
+ "step": 119
724
+ },
725
+ {
726
+ "epoch": 2.02,
727
+ "learning_rate": 0.00012676885574259528,
728
+ "loss": 1.2768,
729
+ "step": 120
730
+ },
731
+ {
732
+ "epoch": 2.03,
733
+ "learning_rate": 0.000125,
734
+ "loss": 1.2511,
735
+ "step": 121
736
+ },
737
+ {
738
+ "epoch": 2.05,
739
+ "learning_rate": 0.00012323114425740475,
740
+ "loss": 1.2024,
741
+ "step": 122
742
+ },
743
+ {
744
+ "epoch": 2.07,
745
+ "learning_rate": 0.00012146264273961024,
746
+ "loss": 1.2752,
747
+ "step": 123
748
+ },
749
+ {
750
+ "epoch": 2.09,
751
+ "learning_rate": 0.00011969484960048149,
752
+ "loss": 1.1877,
753
+ "step": 124
754
+ },
755
+ {
756
+ "epoch": 2.1,
757
+ "learning_rate": 0.00011792811885202594,
758
+ "loss": 1.129,
759
+ "step": 125
760
+ },
761
+ {
762
+ "epoch": 2.12,
763
+ "learning_rate": 0.00011616280429350067,
764
+ "loss": 1.1975,
765
+ "step": 126
766
+ },
767
+ {
768
+ "epoch": 2.14,
769
+ "learning_rate": 0.0001143992594405614,
770
+ "loss": 1.3163,
771
+ "step": 127
772
+ },
773
+ {
774
+ "epoch": 2.16,
775
+ "learning_rate": 0.0001126378374544688,
776
+ "loss": 1.1691,
777
+ "step": 128
778
+ },
779
+ {
780
+ "epoch": 2.17,
781
+ "learning_rate": 0.00011087889107136592,
782
+ "loss": 1.2009,
783
+ "step": 129
784
+ },
785
+ {
786
+ "epoch": 2.19,
787
+ "learning_rate": 0.00010912277253164016,
788
+ "loss": 1.1294,
789
+ "step": 130
790
+ },
791
+ {
792
+ "epoch": 2.21,
793
+ "learning_rate": 0.00010736983350938512,
794
+ "loss": 1.2445,
795
+ "step": 131
796
+ },
797
+ {
798
+ "epoch": 2.22,
799
+ "learning_rate": 0.00010562042504197526,
800
+ "loss": 1.2484,
801
+ "step": 132
802
+ },
803
+ {
804
+ "epoch": 2.24,
805
+ "learning_rate": 0.00010387489745976888,
806
+ "loss": 1.1636,
807
+ "step": 133
808
+ },
809
+ {
810
+ "epoch": 2.26,
811
+ "learning_rate": 0.00010213360031595167,
812
+ "loss": 1.2341,
813
+ "step": 134
814
+ },
815
+ {
816
+ "epoch": 2.28,
817
+ "learning_rate": 0.00010039688231653683,
818
+ "loss": 1.16,
819
+ "step": 135
820
+ },
821
+ {
822
+ "epoch": 2.29,
823
+ "learning_rate": 9.866509125053425e-05,
824
+ "loss": 1.1895,
825
+ "step": 136
826
+ },
827
+ {
828
+ "epoch": 2.31,
829
+ "learning_rate": 9.693857392030342e-05,
830
+ "loss": 1.1355,
831
+ "step": 137
832
+ },
833
+ {
834
+ "epoch": 2.33,
835
+ "learning_rate": 9.52176760721044e-05,
836
+ "loss": 1.0434,
837
+ "step": 138
838
+ },
839
+ {
840
+ "epoch": 2.34,
841
+ "learning_rate": 9.350274232685938e-05,
842
+ "loss": 1.1358,
843
+ "step": 139
844
+ },
845
+ {
846
+ "epoch": 2.36,
847
+ "learning_rate": 9.179411611114049e-05,
848
+ "loss": 1.0848,
849
+ "step": 140
850
+ },
851
+ {
852
+ "epoch": 2.38,
853
+ "learning_rate": 9.009213958839625e-05,
854
+ "loss": 1.1591,
855
+ "step": 141
856
+ },
857
+ {
858
+ "epoch": 2.4,
859
+ "learning_rate": 8.839715359043121e-05,
860
+ "loss": 1.2907,
861
+ "step": 142
862
+ },
863
+ {
864
+ "epoch": 2.41,
865
+ "learning_rate": 8.670949754915208e-05,
866
+ "loss": 1.1806,
867
+ "step": 143
868
+ },
869
+ {
870
+ "epoch": 2.43,
871
+ "learning_rate": 8.502950942859435e-05,
872
+ "loss": 1.1443,
873
+ "step": 144
874
+ },
875
+ {
876
+ "epoch": 2.45,
877
+ "learning_rate": 8.33575256572428e-05,
878
+ "loss": 1.0913,
879
+ "step": 145
880
+ },
881
+ {
882
+ "epoch": 2.47,
883
+ "learning_rate": 8.169388106065959e-05,
884
+ "loss": 1.0982,
885
+ "step": 146
886
+ },
887
+ {
888
+ "epoch": 2.48,
889
+ "learning_rate": 8.003890879443303e-05,
890
+ "loss": 1.0401,
891
+ "step": 147
892
+ },
893
+ {
894
+ "epoch": 2.5,
895
+ "learning_rate": 7.839294027746143e-05,
896
+ "loss": 1.1177,
897
+ "step": 148
898
+ },
899
+ {
900
+ "epoch": 2.52,
901
+ "learning_rate": 7.675630512558389e-05,
902
+ "loss": 1.0619,
903
+ "step": 149
904
+ },
905
+ {
906
+ "epoch": 2.53,
907
+ "learning_rate": 7.512933108557296e-05,
908
+ "loss": 1.0004,
909
+ "step": 150
910
+ },
911
+ {
912
+ "epoch": 2.55,
913
+ "learning_rate": 7.351234396950094e-05,
914
+ "loss": 1.169,
915
+ "step": 151
916
+ },
917
+ {
918
+ "epoch": 2.57,
919
+ "learning_rate": 7.190566758949402e-05,
920
+ "loss": 1.0743,
921
+ "step": 152
922
+ },
923
+ {
924
+ "epoch": 2.59,
925
+ "learning_rate": 7.030962369288702e-05,
926
+ "loss": 1.1376,
927
+ "step": 153
928
+ },
929
+ {
930
+ "epoch": 2.6,
931
+ "learning_rate": 6.872453189779081e-05,
932
+ "loss": 1.1071,
933
+ "step": 154
934
+ },
935
+ {
936
+ "epoch": 2.62,
937
+ "learning_rate": 6.715070962908766e-05,
938
+ "loss": 1.053,
939
+ "step": 155
940
+ },
941
+ {
942
+ "epoch": 2.64,
943
+ "learning_rate": 6.558847205486374e-05,
944
+ "loss": 1.0751,
945
+ "step": 156
946
+ },
947
+ {
948
+ "epoch": 2.66,
949
+ "learning_rate": 6.403813202329571e-05,
950
+ "loss": 1.0028,
951
+ "step": 157
952
+ },
953
+ {
954
+ "epoch": 2.67,
955
+ "learning_rate": 6.250000000000003e-05,
956
+ "loss": 1.0816,
957
+ "step": 158
958
+ },
959
+ {
960
+ "epoch": 2.69,
961
+ "learning_rate": 6.0974384005860736e-05,
962
+ "loss": 1.1124,
963
+ "step": 159
964
+ },
965
+ {
966
+ "epoch": 2.71,
967
+ "learning_rate": 5.9461589555346056e-05,
968
+ "loss": 1.0811,
969
+ "step": 160
970
+ },
971
+ {
972
+ "epoch": 2.72,
973
+ "learning_rate": 5.7961919595327204e-05,
974
+ "loss": 1.0916,
975
+ "step": 161
976
+ },
977
+ {
978
+ "epoch": 2.74,
979
+ "learning_rate": 5.647567444441129e-05,
980
+ "loss": 1.0218,
981
+ "step": 162
982
+ },
983
+ {
984
+ "epoch": 2.76,
985
+ "learning_rate": 5.500315173280059e-05,
986
+ "loss": 1.0776,
987
+ "step": 163
988
+ },
989
+ {
990
+ "epoch": 2.78,
991
+ "learning_rate": 5.354464634269017e-05,
992
+ "loss": 1.0637,
993
+ "step": 164
994
+ },
995
+ {
996
+ "epoch": 2.79,
997
+ "learning_rate": 5.210045034921583e-05,
998
+ "loss": 1.0057,
999
+ "step": 165
1000
+ },
1001
+ {
1002
+ "epoch": 2.81,
1003
+ "learning_rate": 5.0670852961964176e-05,
1004
+ "loss": 1.09,
1005
+ "step": 166
1006
+ },
1007
+ {
1008
+ "epoch": 2.83,
1009
+ "learning_rate": 4.925614046705648e-05,
1010
+ "loss": 1.0644,
1011
+ "step": 167
1012
+ },
1013
+ {
1014
+ "epoch": 2.84,
1015
+ "learning_rate": 4.785659616981813e-05,
1016
+ "loss": 0.9983,
1017
+ "step": 168
1018
+ },
1019
+ {
1020
+ "epoch": 2.86,
1021
+ "learning_rate": 4.64725003380447e-05,
1022
+ "loss": 1.0903,
1023
+ "step": 169
1024
+ },
1025
+ {
1026
+ "epoch": 2.88,
1027
+ "learning_rate": 4.510413014587692e-05,
1028
+ "loss": 1.051,
1029
+ "step": 170
1030
+ },
1031
+ {
1032
+ "epoch": 2.9,
1033
+ "learning_rate": 4.375175961829415e-05,
1034
+ "loss": 1.0629,
1035
+ "step": 171
1036
+ },
1037
+ {
1038
+ "epoch": 2.91,
1039
+ "learning_rate": 4.2415659576239844e-05,
1040
+ "loss": 1.0092,
1041
+ "step": 172
1042
+ },
1043
+ {
1044
+ "epoch": 2.93,
1045
+ "learning_rate": 4.109609758238714e-05,
1046
+ "loss": 1.1383,
1047
+ "step": 173
1048
+ },
1049
+ {
1050
+ "epoch": 2.95,
1051
+ "learning_rate": 3.979333788755842e-05,
1052
+ "loss": 1.1097,
1053
+ "step": 174
1054
+ },
1055
+ {
1056
+ "epoch": 2.97,
1057
+ "learning_rate": 3.850764137780674e-05,
1058
+ "loss": 1.1173,
1059
+ "step": 175
1060
+ },
1061
+ {
1062
+ "epoch": 2.98,
1063
+ "learning_rate": 3.723926552217219e-05,
1064
+ "loss": 1.085,
1065
+ "step": 176
1066
+ },
1067
+ {
1068
+ "epoch": 3.0,
1069
+ "learning_rate": 3.598846432112182e-05,
1070
+ "loss": 1.0868,
1071
+ "step": 177
1072
+ },
1073
+ {
1074
+ "epoch": 3.02,
1075
+ "learning_rate": 3.475548825568445e-05,
1076
+ "loss": 1.0675,
1077
+ "step": 178
1078
+ },
1079
+ {
1080
+ "epoch": 3.01,
1081
+ "learning_rate": 3.3540584237290214e-05,
1082
+ "loss": 1.0192,
1083
+ "step": 179
1084
+ },
1085
+ {
1086
+ "epoch": 3.03,
1087
+ "learning_rate": 3.234399555832501e-05,
1088
+ "loss": 0.9814,
1089
+ "step": 180
1090
+ },
1091
+ {
1092
+ "epoch": 3.04,
1093
+ "learning_rate": 3.116596184340945e-05,
1094
+ "loss": 0.8998,
1095
+ "step": 181
1096
+ },
1097
+ {
1098
+ "epoch": 3.06,
1099
+ "learning_rate": 3.0006719001412845e-05,
1100
+ "loss": 0.9702,
1101
+ "step": 182
1102
+ },
1103
+ {
1104
+ "epoch": 3.08,
1105
+ "learning_rate": 2.8866499178210395e-05,
1106
+ "loss": 0.8752,
1107
+ "step": 183
1108
+ },
1109
+ {
1110
+ "epoch": 3.09,
1111
+ "learning_rate": 2.774553071019509e-05,
1112
+ "loss": 0.9172,
1113
+ "step": 184
1114
+ },
1115
+ {
1116
+ "epoch": 3.11,
1117
+ "learning_rate": 2.6644038078551232e-05,
1118
+ "loss": 0.8732,
1119
+ "step": 185
1120
+ },
1121
+ {
1122
+ "epoch": 3.13,
1123
+ "learning_rate": 2.5562241864301282e-05,
1124
+ "loss": 0.9619,
1125
+ "step": 186
1126
+ },
1127
+ {
1128
+ "epoch": 3.15,
1129
+ "learning_rate": 2.4500358704132447e-05,
1130
+ "loss": 0.951,
1131
+ "step": 187
1132
+ },
1133
+ {
1134
+ "epoch": 3.16,
1135
+ "learning_rate": 2.345860124701428e-05,
1136
+ "loss": 0.95,
1137
+ "step": 188
1138
+ },
1139
+ {
1140
+ "epoch": 3.18,
1141
+ "learning_rate": 2.243717811161407e-05,
1142
+ "loss": 0.8513,
1143
+ "step": 189
1144
+ },
1145
+ {
1146
+ "epoch": 3.2,
1147
+ "learning_rate": 2.143629384451974e-05,
1148
+ "loss": 0.9499,
1149
+ "step": 190
1150
+ },
1151
+ {
1152
+ "epoch": 3.22,
1153
+ "learning_rate": 2.045614887927799e-05,
1154
+ "loss": 0.9262,
1155
+ "step": 191
1156
+ },
1157
+ {
1158
+ "epoch": 3.23,
1159
+ "learning_rate": 1.9496939496256207e-05,
1160
+ "loss": 0.9573,
1161
+ "step": 192
1162
+ },
1163
+ {
1164
+ "epoch": 3.25,
1165
+ "learning_rate": 1.855885778333609e-05,
1166
+ "loss": 0.9055,
1167
+ "step": 193
1168
+ },
1169
+ {
1170
+ "epoch": 3.27,
1171
+ "learning_rate": 1.7642091597446745e-05,
1172
+ "loss": 0.9136,
1173
+ "step": 194
1174
+ },
1175
+ {
1176
+ "epoch": 3.28,
1177
+ "learning_rate": 1.6746824526945162e-05,
1178
+ "loss": 0.9267,
1179
+ "step": 195
1180
+ },
1181
+ {
1182
+ "epoch": 3.3,
1183
+ "learning_rate": 1.587323585485148e-05,
1184
+ "loss": 0.8933,
1185
+ "step": 196
1186
+ },
1187
+ {
1188
+ "epoch": 3.32,
1189
+ "learning_rate": 1.5021500522946346e-05,
1190
+ "loss": 0.8404,
1191
+ "step": 197
1192
+ },
1193
+ {
1194
+ "epoch": 3.34,
1195
+ "learning_rate": 1.4191789096737656e-05,
1196
+ "loss": 0.8225,
1197
+ "step": 198
1198
+ },
1199
+ {
1200
+ "epoch": 3.35,
1201
+ "learning_rate": 1.3384267731303953e-05,
1202
+ "loss": 0.8616,
1203
+ "step": 199
1204
+ },
1205
+ {
1206
+ "epoch": 3.37,
1207
+ "learning_rate": 1.259909813802039e-05,
1208
+ "loss": 0.878,
1209
+ "step": 200
1210
+ },
1211
+ {
1212
+ "epoch": 3.39,
1213
+ "learning_rate": 1.1836437552175422e-05,
1214
+ "loss": 0.8908,
1215
+ "step": 201
1216
+ },
1217
+ {
1218
+ "epoch": 3.41,
1219
+ "learning_rate": 1.1096438701483025e-05,
1220
+ "loss": 0.9976,
1221
+ "step": 202
1222
+ },
1223
+ {
1224
+ "epoch": 3.42,
1225
+ "learning_rate": 1.037924977549834e-05,
1226
+ "loss": 0.8861,
1227
+ "step": 203
1228
+ },
1229
+ {
1230
+ "epoch": 3.44,
1231
+ "learning_rate": 9.685014395941424e-06,
1232
+ "loss": 0.8744,
1233
+ "step": 204
1234
+ },
1235
+ {
1236
+ "epoch": 3.46,
1237
+ "learning_rate": 9.013871587936332e-06,
1238
+ "loss": 0.8843,
1239
+ "step": 205
1240
+ },
1241
+ {
1242
+ "epoch": 3.47,
1243
+ "learning_rate": 8.365955752170334e-06,
1244
+ "loss": 0.8698,
1245
+ "step": 206
1246
+ },
1247
+ {
1248
+ "epoch": 3.49,
1249
+ "learning_rate": 7.741396637979264e-06,
1250
+ "loss": 0.9003,
1251
+ "step": 207
1252
+ },
1253
+ {
1254
+ "epoch": 3.51,
1255
+ "learning_rate": 7.140319317364475e-06,
1256
+ "loss": 0.8316,
1257
+ "step": 208
1258
+ },
1259
+ {
1260
+ "epoch": 3.53,
1261
+ "learning_rate": 6.562844159946291e-06,
1262
+ "loss": 0.8117,
1263
+ "step": 209
1264
+ },
1265
+ {
1266
+ "epoch": 3.54,
1267
+ "learning_rate": 6.009086808859185e-06,
1268
+ "loss": 0.8501,
1269
+ "step": 210
1270
+ },
1271
+ {
1272
+ "epoch": 3.56,
1273
+ "learning_rate": 5.4791581575936445e-06,
1274
+ "loss": 0.8789,
1275
+ "step": 211
1276
+ },
1277
+ {
1278
+ "epoch": 3.58,
1279
+ "learning_rate": 4.973164327788812e-06,
1280
+ "loss": 0.8915,
1281
+ "step": 212
1282
+ },
1283
+ {
1284
+ "epoch": 3.59,
1285
+ "learning_rate": 4.4912066479811805e-06,
1286
+ "loss": 0.8862,
1287
+ "step": 213
1288
+ },
1289
+ {
1290
+ "epoch": 3.61,
1291
+ "learning_rate": 4.033381633312641e-06,
1292
+ "loss": 0.8683,
1293
+ "step": 214
1294
+ },
1295
+ {
1296
+ "epoch": 3.63,
1297
+ "learning_rate": 3.599780966202976e-06,
1298
+ "loss": 0.834,
1299
+ "step": 215
1300
+ },
1301
+ {
1302
+ "epoch": 3.65,
1303
+ "learning_rate": 3.190491477989596e-06,
1304
+ "loss": 0.8669,
1305
+ "step": 216
1306
+ },
1307
+ {
1308
+ "epoch": 3.66,
1309
+ "learning_rate": 2.805595131539232e-06,
1310
+ "loss": 0.8037,
1311
+ "step": 217
1312
+ },
1313
+ {
1314
+ "epoch": 3.68,
1315
+ "learning_rate": 2.4451690048341577e-06,
1316
+ "loss": 0.934,
1317
+ "step": 218
1318
+ },
1319
+ {
1320
+ "epoch": 3.7,
1321
+ "learning_rate": 2.1092852755369705e-06,
1322
+ "loss": 0.8803,
1323
+ "step": 219
1324
+ },
1325
+ {
1326
+ "epoch": 3.72,
1327
+ "learning_rate": 1.7980112065364429e-06,
1328
+ "loss": 0.9202,
1329
+ "step": 220
1330
+ },
1331
+ {
1332
+ "epoch": 3.73,
1333
+ "learning_rate": 1.5114091324777562e-06,
1334
+ "loss": 0.8656,
1335
+ "step": 221
1336
+ },
1337
+ {
1338
+ "epoch": 3.75,
1339
+ "learning_rate": 1.2495364472795283e-06,
1340
+ "loss": 0.8951,
1341
+ "step": 222
1342
+ },
1343
+ {
1344
+ "epoch": 3.77,
1345
+ "learning_rate": 1.012445592640396e-06,
1346
+ "loss": 0.935,
1347
+ "step": 223
1348
+ },
1349
+ {
1350
+ "epoch": 3.78,
1351
+ "learning_rate": 8.001840475371363e-07,
1352
+ "loss": 0.8554,
1353
+ "step": 224
1354
+ },
1355
+ {
1356
+ "epoch": 3.8,
1357
+ "learning_rate": 6.127943187167473e-07,
1358
+ "loss": 0.8438,
1359
+ "step": 225
1360
+ },
1361
+ {
1362
+ "epoch": 3.82,
1363
+ "learning_rate": 4.503139321841848e-07,
1364
+ "loss": 0.9473,
1365
+ "step": 226
1366
+ },
1367
+ {
1368
+ "epoch": 3.84,
1369
+ "learning_rate": 3.1277542568754204e-07,
1370
+ "loss": 0.874,
1371
+ "step": 227
1372
+ },
1373
+ {
1374
+ "epoch": 3.85,
1375
+ "learning_rate": 2.002063422021222e-07,
1376
+ "loss": 0.8864,
1377
+ "step": 228
1378
+ },
1379
+ {
1380
+ "epoch": 3.87,
1381
+ "learning_rate": 1.1262922441482304e-07,
1382
+ "loss": 0.9804,
1383
+ "step": 229
1384
+ },
1385
+ {
1386
+ "epoch": 3.89,
1387
+ "learning_rate": 5.0061610209803374e-08,
1388
+ "loss": 0.8465,
1389
+ "step": 230
1390
+ },
1391
+ {
1392
+ "epoch": 3.91,
1393
+ "learning_rate": 1.2516029156389718e-08,
1394
+ "loss": 0.9471,
1395
+ "step": 231
1396
+ },
1397
+ {
1398
+ "epoch": 3.92,
1399
+ "learning_rate": 0.0,
1400
+ "loss": 0.9194,
1401
+ "step": 232
1402
+ }
1403
+ ],
1404
+ "logging_steps": 1,
1405
+ "max_steps": 232,
1406
+ "num_input_tokens_seen": 0,
1407
+ "num_train_epochs": 4,
1408
+ "save_steps": 500,
1409
+ "total_flos": 2.0528422715291337e+19,
1410
+ "train_batch_size": 1,
1411
+ "trial_name": null,
1412
+ "trial_params": null
1413
+ }
checkpoint-232/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf6ebb85fc26463e835da84ba8187383a2d1dc191ad1ad487fbece8ca0f41ec
3
+ size 4795
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "152334H/miqu-1-70b-sf",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 32000,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 8192,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 28672,
14
+ "max_position_embeddings": 32764,
15
+ "model_type": "llama",
16
+ "num_attention_heads": 64,
17
+ "num_hidden_layers": 80,
18
+ "num_key_value_heads": 8,
19
+ "pad_token_id": 0,
20
+ "pretraining_tp": 1,
21
+ "quantization_config": {
22
+ "bnb_4bit_compute_dtype": "bfloat16",
23
+ "bnb_4bit_quant_type": "nf4",
24
+ "bnb_4bit_use_double_quant": true,
25
+ "llm_int8_enable_fp32_cpu_offload": false,
26
+ "llm_int8_has_fp16_weight": false,
27
+ "llm_int8_skip_modules": null,
28
+ "llm_int8_threshold": 6.0,
29
+ "load_in_4bit": true,
30
+ "load_in_8bit": false,
31
+ "quant_method": "bitsandbytes"
32
+ },
33
+ "rms_norm_eps": 1e-05,
34
+ "rope_scaling": null,
35
+ "rope_theta": 1000000,
36
+ "tie_word_embeddings": false,
37
+ "torch_dtype": "float16",
38
+ "transformers_version": "4.37.0.dev0",
39
+ "use_cache": false,
40
+ "vocab_size": 32002
41
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|im_end|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "</s>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32000": {
30
+ "content": "<|im_end|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": false
36
+ },
37
+ "32001": {
38
+ "content": "<|im_start|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": false
44
+ }
45
+ },
46
+ "bos_token": "<s>",
47
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
48
+ "clean_up_tokenization_spaces": false,
49
+ "eos_token": "<|im_end|>",
50
+ "legacy": false,
51
+ "model_max_length": 1000000000000000019884624838656,
52
+ "pad_token": "<unk>",
53
+ "sp_model_kwargs": {},
54
+ "spaces_between_special_tokens": false,
55
+ "tokenizer_class": "LlamaTokenizer",
56
+ "unk_token": "</s>",
57
+ "use_default_system_prompt": false
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf6ebb85fc26463e835da84ba8187383a2d1dc191ad1ad487fbece8ca0f41ec
3
+ size 4795