VERSIL91 commited on
Commit
74eb663
·
verified ·
1 Parent(s): ad7461a

End of training

Browse files
README.md ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: TinyLlama/TinyLlama-1.1B-Chat-v0.6
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 37b06f01-8dd7-4ed0-bc32-e112f3d94b75
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: lora
22
+ base_model: TinyLlama/TinyLlama-1.1B-Chat-v0.6
23
+ bf16: true
24
+ chat_template: llama3
25
+ datasets:
26
+ - data_files:
27
+ - 037a4fdc16bf5030_train_data.json
28
+ ds_type: json
29
+ format: custom
30
+ path: /workspace/input_data/037a4fdc16bf5030_train_data.json
31
+ type:
32
+ field_input: input
33
+ field_instruction: instruction
34
+ field_output: output
35
+ format: '{instruction} {input}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ debug: null
40
+ deepspeed: null
41
+ early_stopping_patience: null
42
+ eval_max_new_tokens: 128
43
+ eval_table_size: null
44
+ evals_per_epoch: 4
45
+ flash_attention: false
46
+ fp16: false
47
+ fsdp: null
48
+ fsdp_config: null
49
+ gradient_accumulation_steps: 2
50
+ gradient_checkpointing: true
51
+ group_by_length: false
52
+ hub_model_id: null
53
+ hub_repo: null
54
+ hub_strategy: checkpoint
55
+ hub_token: null
56
+ learning_rate: 0.0001
57
+ load_in_4bit: false
58
+ load_in_8bit: false
59
+ local_rank: null
60
+ logging_steps: 1
61
+ lora_alpha: 32
62
+ lora_dropout: 0.05
63
+ lora_fan_in_fan_out: null
64
+ lora_model_dir: null
65
+ lora_r: 16
66
+ lora_target_linear: true
67
+ lr_scheduler: cosine
68
+ max_memory:
69
+ 0: 77GiB
70
+ max_steps: 100
71
+ micro_batch_size: 8
72
+ mlflow_experiment_name: /tmp/037a4fdc16bf5030_train_data.json
73
+ model_type: AutoModelForCausalLM
74
+ num_epochs: 3
75
+ optimizer: adamw_torch
76
+ output_dir: miner_id_24
77
+ pad_to_sequence_len: true
78
+ resume_from_checkpoint: null
79
+ s2_attention: null
80
+ sample_packing: false
81
+ save_steps: 25
82
+ save_strategy: steps
83
+ sequence_len: 1024
84
+ strict: false
85
+ tf32: false
86
+ tokenizer_type: AutoTokenizer
87
+ train_on_inputs: false
88
+ trust_remote_code: true
89
+ val_set_size: 0.05
90
+ wandb_entity: sn56-miner
91
+ wandb_mode: disabled
92
+ wandb_name: null
93
+ wandb_project: god
94
+ wandb_run: c8mb
95
+ wandb_runid: null
96
+ warmup_steps: 10
97
+ weight_decay: 0.01
98
+ xformers_attention: false
99
+
100
+ ```
101
+
102
+ </details><br>
103
+
104
+ # 37b06f01-8dd7-4ed0-bc32-e112f3d94b75
105
+
106
+ This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v0.6](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v0.6) on the None dataset.
107
+ It achieves the following results on the evaluation set:
108
+ - Loss: 0.8350
109
+
110
+ ## Model description
111
+
112
+ More information needed
113
+
114
+ ## Intended uses & limitations
115
+
116
+ More information needed
117
+
118
+ ## Training and evaluation data
119
+
120
+ More information needed
121
+
122
+ ## Training procedure
123
+
124
+ ### Training hyperparameters
125
+
126
+ The following hyperparameters were used during training:
127
+ - learning_rate: 0.0001
128
+ - train_batch_size: 8
129
+ - eval_batch_size: 8
130
+ - seed: 42
131
+ - distributed_type: multi-GPU
132
+ - num_devices: 4
133
+ - gradient_accumulation_steps: 2
134
+ - total_train_batch_size: 64
135
+ - total_eval_batch_size: 32
136
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
137
+ - lr_scheduler_type: cosine
138
+ - lr_scheduler_warmup_steps: 10
139
+ - training_steps: 100
140
+
141
+ ### Training results
142
+
143
+ | Training Loss | Epoch | Step | Validation Loss |
144
+ |:-------------:|:------:|:----:|:---------------:|
145
+ | 1.1578 | 0.0069 | 1 | 1.1710 |
146
+ | 1.1921 | 0.0619 | 9 | 1.1438 |
147
+ | 1.0305 | 0.1237 | 18 | 1.0314 |
148
+ | 0.9732 | 0.1856 | 27 | 0.9542 |
149
+ | 0.9211 | 0.2474 | 36 | 0.9085 |
150
+ | 0.902 | 0.3093 | 45 | 0.8796 |
151
+ | 0.8674 | 0.3711 | 54 | 0.8611 |
152
+ | 0.8581 | 0.4330 | 63 | 0.8488 |
153
+ | 0.8477 | 0.4948 | 72 | 0.8410 |
154
+ | 0.8122 | 0.5567 | 81 | 0.8370 |
155
+ | 0.812 | 0.6186 | 90 | 0.8353 |
156
+ | 0.8423 | 0.6804 | 99 | 0.8350 |
157
+
158
+
159
+ ### Framework versions
160
+
161
+ - PEFT 0.13.2
162
+ - Transformers 4.46.0
163
+ - Pytorch 2.5.0+cu124
164
+ - Datasets 3.0.1
165
+ - Tokenizers 0.20.1
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v0.6",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "v_proj",
25
+ "gate_proj",
26
+ "down_proj",
27
+ "q_proj",
28
+ "up_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8905f41ff4afb9be7a8a47242bb2197d2eeb4b4e4c1dc3ab8daeba36989669ae
3
+ size 50573530
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:925ddb985a6d2e5b5f8a63bab0c0b3ad2050953afe7480020d973e3b71a2f54e
3
+ size 50503544
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v0.6",
4
+ "architectures": [
5
+ "LlamaForCausalLM"
6
+ ],
7
+ "attention_bias": false,
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 1,
10
+ "eos_token_id": 2,
11
+ "head_dim": 64,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 2048,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 5632,
16
+ "max_position_embeddings": 2048,
17
+ "mlp_bias": false,
18
+ "model_type": "llama",
19
+ "num_attention_heads": 32,
20
+ "num_hidden_layers": 22,
21
+ "num_key_value_heads": 4,
22
+ "pretraining_tp": 1,
23
+ "rms_norm_eps": 1e-05,
24
+ "rope_scaling": null,
25
+ "rope_theta": 10000.0,
26
+ "tie_word_embeddings": false,
27
+ "torch_dtype": "bfloat16",
28
+ "transformers_version": "4.46.0",
29
+ "use_cache": false,
30
+ "vocab_size": 32000
31
+ }
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TinyLlama/TinyLlama-1.1B-Chat-v0.6
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v0.6",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "v_proj",
25
+ "gate_proj",
26
+ "down_proj",
27
+ "q_proj",
28
+ "up_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:925ddb985a6d2e5b5f8a63bab0c0b3ad2050953afe7480020d973e3b71a2f54e
3
+ size 50503544
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:711967cd7859988d794b9c0b3646ae6100fdddb744af63d2ad20d3c4ab594e84
3
+ size 101184122
last-checkpoint/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7897edcf4114e6d46a6ea08acaf78424e7898d3219d19fe6ff86fff26763bce7
3
+ size 14960
last-checkpoint/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b362ddb04010334eb417306a50489aec4b1b9b81001882c65cede3c872f5ef6
3
+ size 15024
last-checkpoint/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6217e86512374dcc8bf87679531b6d1a39faa75dbf91ae63e9a12baf20ba9cc
3
+ size 15024
last-checkpoint/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab74670677e5dbea1fff489d065ad9de79a755d0ba9dc12ee6bd7f2cf573fff0
3
+ size 15024
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49d60a69e2379be2053e816cbaff31e6c931b5922dd86c71c9eaf473299cbf62
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
33
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "legacy": false,
36
+ "model_max_length": 2048,
37
+ "pad_token": "</s>",
38
+ "padding_side": "right",
39
+ "sp_model_kwargs": {},
40
+ "tokenizer_class": "LlamaTokenizer",
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false
43
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,829 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.6872852233676976,
5
+ "eval_steps": 9,
6
+ "global_step": 100,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.006872852233676976,
13
+ "grad_norm": 0.14803987741470337,
14
+ "learning_rate": 1e-05,
15
+ "loss": 1.1578,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.006872852233676976,
20
+ "eval_loss": 1.1710149049758911,
21
+ "eval_runtime": 4.3328,
22
+ "eval_samples_per_second": 113.091,
23
+ "eval_steps_per_second": 3.693,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.013745704467353952,
28
+ "grad_norm": 0.15052220225334167,
29
+ "learning_rate": 2e-05,
30
+ "loss": 1.1513,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.020618556701030927,
35
+ "grad_norm": 0.14369502663612366,
36
+ "learning_rate": 3e-05,
37
+ "loss": 1.1303,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.027491408934707903,
42
+ "grad_norm": 0.1555820256471634,
43
+ "learning_rate": 4e-05,
44
+ "loss": 1.1459,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.03436426116838488,
49
+ "grad_norm": 0.14590142667293549,
50
+ "learning_rate": 5e-05,
51
+ "loss": 1.149,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.041237113402061855,
56
+ "grad_norm": 0.1484256237745285,
57
+ "learning_rate": 6e-05,
58
+ "loss": 1.1649,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.048109965635738834,
63
+ "grad_norm": 0.15544907748699188,
64
+ "learning_rate": 7e-05,
65
+ "loss": 1.1709,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.054982817869415807,
70
+ "grad_norm": 0.1625906080007553,
71
+ "learning_rate": 8e-05,
72
+ "loss": 1.1258,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.061855670103092786,
77
+ "grad_norm": 0.1668718308210373,
78
+ "learning_rate": 9e-05,
79
+ "loss": 1.1921,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.061855670103092786,
84
+ "eval_loss": 1.143818736076355,
85
+ "eval_runtime": 4.3318,
86
+ "eval_samples_per_second": 113.118,
87
+ "eval_steps_per_second": 3.694,
88
+ "step": 9
89
+ },
90
+ {
91
+ "epoch": 0.06872852233676977,
92
+ "grad_norm": 0.15247748792171478,
93
+ "learning_rate": 0.0001,
94
+ "loss": 1.1609,
95
+ "step": 10
96
+ },
97
+ {
98
+ "epoch": 0.07560137457044673,
99
+ "grad_norm": 0.1465996950864792,
100
+ "learning_rate": 9.99695413509548e-05,
101
+ "loss": 1.1556,
102
+ "step": 11
103
+ },
104
+ {
105
+ "epoch": 0.08247422680412371,
106
+ "grad_norm": 0.14900223910808563,
107
+ "learning_rate": 9.987820251299122e-05,
108
+ "loss": 1.0948,
109
+ "step": 12
110
+ },
111
+ {
112
+ "epoch": 0.08934707903780069,
113
+ "grad_norm": 0.14067278802394867,
114
+ "learning_rate": 9.972609476841367e-05,
115
+ "loss": 1.1131,
116
+ "step": 13
117
+ },
118
+ {
119
+ "epoch": 0.09621993127147767,
120
+ "grad_norm": 0.1298786699771881,
121
+ "learning_rate": 9.951340343707852e-05,
122
+ "loss": 1.0848,
123
+ "step": 14
124
+ },
125
+ {
126
+ "epoch": 0.10309278350515463,
127
+ "grad_norm": 0.13095682859420776,
128
+ "learning_rate": 9.924038765061042e-05,
129
+ "loss": 1.0686,
130
+ "step": 15
131
+ },
132
+ {
133
+ "epoch": 0.10996563573883161,
134
+ "grad_norm": 0.1306569129228592,
135
+ "learning_rate": 9.890738003669029e-05,
136
+ "loss": 1.0594,
137
+ "step": 16
138
+ },
139
+ {
140
+ "epoch": 0.11683848797250859,
141
+ "grad_norm": 0.1254565715789795,
142
+ "learning_rate": 9.851478631379982e-05,
143
+ "loss": 1.0832,
144
+ "step": 17
145
+ },
146
+ {
147
+ "epoch": 0.12371134020618557,
148
+ "grad_norm": 0.12558577954769135,
149
+ "learning_rate": 9.806308479691595e-05,
150
+ "loss": 1.0305,
151
+ "step": 18
152
+ },
153
+ {
154
+ "epoch": 0.12371134020618557,
155
+ "eval_loss": 1.0313658714294434,
156
+ "eval_runtime": 4.3339,
157
+ "eval_samples_per_second": 113.062,
158
+ "eval_steps_per_second": 3.692,
159
+ "step": 18
160
+ },
161
+ {
162
+ "epoch": 0.13058419243986255,
163
+ "grad_norm": 0.12779274582862854,
164
+ "learning_rate": 9.755282581475769e-05,
165
+ "loss": 1.0607,
166
+ "step": 19
167
+ },
168
+ {
169
+ "epoch": 0.13745704467353953,
170
+ "grad_norm": 0.12421318143606186,
171
+ "learning_rate": 9.698463103929542e-05,
172
+ "loss": 1.0467,
173
+ "step": 20
174
+ },
175
+ {
176
+ "epoch": 0.14432989690721648,
177
+ "grad_norm": 0.12824037671089172,
178
+ "learning_rate": 9.635919272833938e-05,
179
+ "loss": 1.0159,
180
+ "step": 21
181
+ },
182
+ {
183
+ "epoch": 0.15120274914089346,
184
+ "grad_norm": 0.11996930092573166,
185
+ "learning_rate": 9.567727288213005e-05,
186
+ "loss": 1.0136,
187
+ "step": 22
188
+ },
189
+ {
190
+ "epoch": 0.15807560137457044,
191
+ "grad_norm": 0.12454639375209808,
192
+ "learning_rate": 9.493970231495835e-05,
193
+ "loss": 0.9861,
194
+ "step": 23
195
+ },
196
+ {
197
+ "epoch": 0.16494845360824742,
198
+ "grad_norm": 0.12318114191293716,
199
+ "learning_rate": 9.414737964294636e-05,
200
+ "loss": 0.9651,
201
+ "step": 24
202
+ },
203
+ {
204
+ "epoch": 0.1718213058419244,
205
+ "grad_norm": 0.11891600489616394,
206
+ "learning_rate": 9.330127018922194e-05,
207
+ "loss": 0.9605,
208
+ "step": 25
209
+ },
210
+ {
211
+ "epoch": 0.17869415807560138,
212
+ "grad_norm": 0.1270134001970291,
213
+ "learning_rate": 9.24024048078213e-05,
214
+ "loss": 0.9527,
215
+ "step": 26
216
+ },
217
+ {
218
+ "epoch": 0.18556701030927836,
219
+ "grad_norm": 0.12178168445825577,
220
+ "learning_rate": 9.145187862775209e-05,
221
+ "loss": 0.9732,
222
+ "step": 27
223
+ },
224
+ {
225
+ "epoch": 0.18556701030927836,
226
+ "eval_loss": 0.9542049765586853,
227
+ "eval_runtime": 4.3341,
228
+ "eval_samples_per_second": 113.056,
229
+ "eval_steps_per_second": 3.692,
230
+ "step": 27
231
+ },
232
+ {
233
+ "epoch": 0.19243986254295534,
234
+ "grad_norm": 0.12120404094457626,
235
+ "learning_rate": 9.045084971874738e-05,
236
+ "loss": 0.9589,
237
+ "step": 28
238
+ },
239
+ {
240
+ "epoch": 0.19931271477663232,
241
+ "grad_norm": 0.12348782271146774,
242
+ "learning_rate": 8.940053768033609e-05,
243
+ "loss": 0.8959,
244
+ "step": 29
245
+ },
246
+ {
247
+ "epoch": 0.20618556701030927,
248
+ "grad_norm": 0.1340678483247757,
249
+ "learning_rate": 8.83022221559489e-05,
250
+ "loss": 0.9606,
251
+ "step": 30
252
+ },
253
+ {
254
+ "epoch": 0.21305841924398625,
255
+ "grad_norm": 0.11195500940084457,
256
+ "learning_rate": 8.715724127386972e-05,
257
+ "loss": 0.9297,
258
+ "step": 31
259
+ },
260
+ {
261
+ "epoch": 0.21993127147766323,
262
+ "grad_norm": 0.1213698610663414,
263
+ "learning_rate": 8.596699001693255e-05,
264
+ "loss": 0.9534,
265
+ "step": 32
266
+ },
267
+ {
268
+ "epoch": 0.2268041237113402,
269
+ "grad_norm": 0.11941356956958771,
270
+ "learning_rate": 8.473291852294987e-05,
271
+ "loss": 0.9299,
272
+ "step": 33
273
+ },
274
+ {
275
+ "epoch": 0.23367697594501718,
276
+ "grad_norm": 0.1208919808268547,
277
+ "learning_rate": 8.345653031794292e-05,
278
+ "loss": 0.9082,
279
+ "step": 34
280
+ },
281
+ {
282
+ "epoch": 0.24054982817869416,
283
+ "grad_norm": 0.11267133802175522,
284
+ "learning_rate": 8.213938048432697e-05,
285
+ "loss": 0.9189,
286
+ "step": 35
287
+ },
288
+ {
289
+ "epoch": 0.24742268041237114,
290
+ "grad_norm": 0.10793629288673401,
291
+ "learning_rate": 8.07830737662829e-05,
292
+ "loss": 0.9211,
293
+ "step": 36
294
+ },
295
+ {
296
+ "epoch": 0.24742268041237114,
297
+ "eval_loss": 0.9084511399269104,
298
+ "eval_runtime": 4.3424,
299
+ "eval_samples_per_second": 112.841,
300
+ "eval_steps_per_second": 3.685,
301
+ "step": 36
302
+ },
303
+ {
304
+ "epoch": 0.2542955326460481,
305
+ "grad_norm": 0.10952258110046387,
306
+ "learning_rate": 7.938926261462366e-05,
307
+ "loss": 0.8865,
308
+ "step": 37
309
+ },
310
+ {
311
+ "epoch": 0.2611683848797251,
312
+ "grad_norm": 0.11180167645215988,
313
+ "learning_rate": 7.795964517353735e-05,
314
+ "loss": 0.9032,
315
+ "step": 38
316
+ },
317
+ {
318
+ "epoch": 0.26804123711340205,
319
+ "grad_norm": 0.10643989592790604,
320
+ "learning_rate": 7.649596321166024e-05,
321
+ "loss": 0.894,
322
+ "step": 39
323
+ },
324
+ {
325
+ "epoch": 0.27491408934707906,
326
+ "grad_norm": 0.11159329861402512,
327
+ "learning_rate": 7.500000000000001e-05,
328
+ "loss": 0.8972,
329
+ "step": 40
330
+ },
331
+ {
332
+ "epoch": 0.281786941580756,
333
+ "grad_norm": 0.11082126200199127,
334
+ "learning_rate": 7.347357813929454e-05,
335
+ "loss": 0.8704,
336
+ "step": 41
337
+ },
338
+ {
339
+ "epoch": 0.28865979381443296,
340
+ "grad_norm": 0.10907956957817078,
341
+ "learning_rate": 7.191855733945387e-05,
342
+ "loss": 0.8742,
343
+ "step": 42
344
+ },
345
+ {
346
+ "epoch": 0.29553264604810997,
347
+ "grad_norm": 0.11652807146310806,
348
+ "learning_rate": 7.033683215379002e-05,
349
+ "loss": 0.8799,
350
+ "step": 43
351
+ },
352
+ {
353
+ "epoch": 0.3024054982817869,
354
+ "grad_norm": 0.11712007969617844,
355
+ "learning_rate": 6.873032967079561e-05,
356
+ "loss": 0.9144,
357
+ "step": 44
358
+ },
359
+ {
360
+ "epoch": 0.30927835051546393,
361
+ "grad_norm": 0.10531087219715118,
362
+ "learning_rate": 6.710100716628344e-05,
363
+ "loss": 0.902,
364
+ "step": 45
365
+ },
366
+ {
367
+ "epoch": 0.30927835051546393,
368
+ "eval_loss": 0.8796476125717163,
369
+ "eval_runtime": 4.322,
370
+ "eval_samples_per_second": 113.374,
371
+ "eval_steps_per_second": 3.702,
372
+ "step": 45
373
+ },
374
+ {
375
+ "epoch": 0.3161512027491409,
376
+ "grad_norm": 0.10228931903839111,
377
+ "learning_rate": 6.545084971874738e-05,
378
+ "loss": 0.8662,
379
+ "step": 46
380
+ },
381
+ {
382
+ "epoch": 0.3230240549828179,
383
+ "grad_norm": 0.11387356370687485,
384
+ "learning_rate": 6.378186779084995e-05,
385
+ "loss": 0.85,
386
+ "step": 47
387
+ },
388
+ {
389
+ "epoch": 0.32989690721649484,
390
+ "grad_norm": 0.10877646505832672,
391
+ "learning_rate": 6.209609477998338e-05,
392
+ "loss": 0.8655,
393
+ "step": 48
394
+ },
395
+ {
396
+ "epoch": 0.33676975945017185,
397
+ "grad_norm": 0.10516759753227234,
398
+ "learning_rate": 6.0395584540887963e-05,
399
+ "loss": 0.8635,
400
+ "step": 49
401
+ },
402
+ {
403
+ "epoch": 0.3436426116838488,
404
+ "grad_norm": 0.10988269746303558,
405
+ "learning_rate": 5.868240888334653e-05,
406
+ "loss": 0.8839,
407
+ "step": 50
408
+ },
409
+ {
410
+ "epoch": 0.35051546391752575,
411
+ "grad_norm": 0.10523088276386261,
412
+ "learning_rate": 5.695865504800327e-05,
413
+ "loss": 0.8789,
414
+ "step": 51
415
+ },
416
+ {
417
+ "epoch": 0.35738831615120276,
418
+ "grad_norm": 0.10412962734699249,
419
+ "learning_rate": 5.522642316338268e-05,
420
+ "loss": 0.8665,
421
+ "step": 52
422
+ },
423
+ {
424
+ "epoch": 0.3642611683848797,
425
+ "grad_norm": 0.11392374336719513,
426
+ "learning_rate": 5.348782368720626e-05,
427
+ "loss": 0.8501,
428
+ "step": 53
429
+ },
430
+ {
431
+ "epoch": 0.3711340206185567,
432
+ "grad_norm": 0.11030527204275131,
433
+ "learning_rate": 5.174497483512506e-05,
434
+ "loss": 0.8674,
435
+ "step": 54
436
+ },
437
+ {
438
+ "epoch": 0.3711340206185567,
439
+ "eval_loss": 0.8610700368881226,
440
+ "eval_runtime": 4.3247,
441
+ "eval_samples_per_second": 113.301,
442
+ "eval_steps_per_second": 3.7,
443
+ "step": 54
444
+ },
445
+ {
446
+ "epoch": 0.37800687285223367,
447
+ "grad_norm": 0.11474549025297165,
448
+ "learning_rate": 5e-05,
449
+ "loss": 0.8763,
450
+ "step": 55
451
+ },
452
+ {
453
+ "epoch": 0.3848797250859107,
454
+ "grad_norm": 0.1175265684723854,
455
+ "learning_rate": 4.825502516487497e-05,
456
+ "loss": 0.8834,
457
+ "step": 56
458
+ },
459
+ {
460
+ "epoch": 0.3917525773195876,
461
+ "grad_norm": 0.11283692717552185,
462
+ "learning_rate": 4.6512176312793736e-05,
463
+ "loss": 0.8477,
464
+ "step": 57
465
+ },
466
+ {
467
+ "epoch": 0.39862542955326463,
468
+ "grad_norm": 0.11457814276218414,
469
+ "learning_rate": 4.477357683661734e-05,
470
+ "loss": 0.8508,
471
+ "step": 58
472
+ },
473
+ {
474
+ "epoch": 0.4054982817869416,
475
+ "grad_norm": 0.11225730925798416,
476
+ "learning_rate": 4.3041344951996746e-05,
477
+ "loss": 0.8609,
478
+ "step": 59
479
+ },
480
+ {
481
+ "epoch": 0.41237113402061853,
482
+ "grad_norm": 0.11168105155229568,
483
+ "learning_rate": 4.131759111665349e-05,
484
+ "loss": 0.8532,
485
+ "step": 60
486
+ },
487
+ {
488
+ "epoch": 0.41924398625429554,
489
+ "grad_norm": 0.1141161248087883,
490
+ "learning_rate": 3.960441545911204e-05,
491
+ "loss": 0.8122,
492
+ "step": 61
493
+ },
494
+ {
495
+ "epoch": 0.4261168384879725,
496
+ "grad_norm": 0.10743686556816101,
497
+ "learning_rate": 3.790390522001662e-05,
498
+ "loss": 0.8289,
499
+ "step": 62
500
+ },
501
+ {
502
+ "epoch": 0.4329896907216495,
503
+ "grad_norm": 0.11766848713159561,
504
+ "learning_rate": 3.6218132209150045e-05,
505
+ "loss": 0.8581,
506
+ "step": 63
507
+ },
508
+ {
509
+ "epoch": 0.4329896907216495,
510
+ "eval_loss": 0.848796010017395,
511
+ "eval_runtime": 4.3343,
512
+ "eval_samples_per_second": 113.052,
513
+ "eval_steps_per_second": 3.692,
514
+ "step": 63
515
+ },
516
+ {
517
+ "epoch": 0.43986254295532645,
518
+ "grad_norm": 0.11746356636285782,
519
+ "learning_rate": 3.4549150281252636e-05,
520
+ "loss": 0.8677,
521
+ "step": 64
522
+ },
523
+ {
524
+ "epoch": 0.44673539518900346,
525
+ "grad_norm": 0.12862779200077057,
526
+ "learning_rate": 3.289899283371657e-05,
527
+ "loss": 0.8654,
528
+ "step": 65
529
+ },
530
+ {
531
+ "epoch": 0.4536082474226804,
532
+ "grad_norm": 0.11820956319570541,
533
+ "learning_rate": 3.12696703292044e-05,
534
+ "loss": 0.8095,
535
+ "step": 66
536
+ },
537
+ {
538
+ "epoch": 0.46048109965635736,
539
+ "grad_norm": 0.12124162167310715,
540
+ "learning_rate": 2.9663167846209998e-05,
541
+ "loss": 0.8402,
542
+ "step": 67
543
+ },
544
+ {
545
+ "epoch": 0.46735395189003437,
546
+ "grad_norm": 0.12057328224182129,
547
+ "learning_rate": 2.8081442660546125e-05,
548
+ "loss": 0.8651,
549
+ "step": 68
550
+ },
551
+ {
552
+ "epoch": 0.4742268041237113,
553
+ "grad_norm": 0.11911960691213608,
554
+ "learning_rate": 2.6526421860705473e-05,
555
+ "loss": 0.8275,
556
+ "step": 69
557
+ },
558
+ {
559
+ "epoch": 0.48109965635738833,
560
+ "grad_norm": 0.11372791975736618,
561
+ "learning_rate": 2.500000000000001e-05,
562
+ "loss": 0.8372,
563
+ "step": 70
564
+ },
565
+ {
566
+ "epoch": 0.4879725085910653,
567
+ "grad_norm": 0.11872468143701553,
568
+ "learning_rate": 2.350403678833976e-05,
569
+ "loss": 0.8532,
570
+ "step": 71
571
+ },
572
+ {
573
+ "epoch": 0.4948453608247423,
574
+ "grad_norm": 0.11730431020259857,
575
+ "learning_rate": 2.2040354826462668e-05,
576
+ "loss": 0.8477,
577
+ "step": 72
578
+ },
579
+ {
580
+ "epoch": 0.4948453608247423,
581
+ "eval_loss": 0.8410154581069946,
582
+ "eval_runtime": 4.3081,
583
+ "eval_samples_per_second": 113.74,
584
+ "eval_steps_per_second": 3.714,
585
+ "step": 72
586
+ },
587
+ {
588
+ "epoch": 0.5017182130584192,
589
+ "grad_norm": 0.11617182940244675,
590
+ "learning_rate": 2.061073738537635e-05,
591
+ "loss": 0.8222,
592
+ "step": 73
593
+ },
594
+ {
595
+ "epoch": 0.5085910652920962,
596
+ "grad_norm": 0.11658919602632523,
597
+ "learning_rate": 1.9216926233717085e-05,
598
+ "loss": 0.8416,
599
+ "step": 74
600
+ },
601
+ {
602
+ "epoch": 0.5154639175257731,
603
+ "grad_norm": 0.11968255788087845,
604
+ "learning_rate": 1.7860619515673033e-05,
605
+ "loss": 0.8421,
606
+ "step": 75
607
+ },
608
+ {
609
+ "epoch": 0.5223367697594502,
610
+ "grad_norm": 0.12416433542966843,
611
+ "learning_rate": 1.6543469682057106e-05,
612
+ "loss": 0.8257,
613
+ "step": 76
614
+ },
615
+ {
616
+ "epoch": 0.5292096219931272,
617
+ "grad_norm": 0.12016404420137405,
618
+ "learning_rate": 1.526708147705013e-05,
619
+ "loss": 0.7842,
620
+ "step": 77
621
+ },
622
+ {
623
+ "epoch": 0.5360824742268041,
624
+ "grad_norm": 0.11930861324071884,
625
+ "learning_rate": 1.4033009983067452e-05,
626
+ "loss": 0.8309,
627
+ "step": 78
628
+ },
629
+ {
630
+ "epoch": 0.5429553264604811,
631
+ "grad_norm": 0.11690670996904373,
632
+ "learning_rate": 1.2842758726130283e-05,
633
+ "loss": 0.8424,
634
+ "step": 79
635
+ },
636
+ {
637
+ "epoch": 0.5498281786941581,
638
+ "grad_norm": 0.12800775468349457,
639
+ "learning_rate": 1.1697777844051105e-05,
640
+ "loss": 0.8533,
641
+ "step": 80
642
+ },
643
+ {
644
+ "epoch": 0.5567010309278351,
645
+ "grad_norm": 0.11666473746299744,
646
+ "learning_rate": 1.0599462319663905e-05,
647
+ "loss": 0.8122,
648
+ "step": 81
649
+ },
650
+ {
651
+ "epoch": 0.5567010309278351,
652
+ "eval_loss": 0.8369756937026978,
653
+ "eval_runtime": 4.3476,
654
+ "eval_samples_per_second": 112.707,
655
+ "eval_steps_per_second": 3.68,
656
+ "step": 81
657
+ },
658
+ {
659
+ "epoch": 0.563573883161512,
660
+ "grad_norm": 0.11748181283473969,
661
+ "learning_rate": 9.549150281252633e-06,
662
+ "loss": 0.8442,
663
+ "step": 82
664
+ },
665
+ {
666
+ "epoch": 0.570446735395189,
667
+ "grad_norm": 0.12347516417503357,
668
+ "learning_rate": 8.548121372247918e-06,
669
+ "loss": 0.8251,
670
+ "step": 83
671
+ },
672
+ {
673
+ "epoch": 0.5773195876288659,
674
+ "grad_norm": 0.12434191256761551,
675
+ "learning_rate": 7.597595192178702e-06,
676
+ "loss": 0.8409,
677
+ "step": 84
678
+ },
679
+ {
680
+ "epoch": 0.584192439862543,
681
+ "grad_norm": 0.1248202845454216,
682
+ "learning_rate": 6.698729810778065e-06,
683
+ "loss": 0.8637,
684
+ "step": 85
685
+ },
686
+ {
687
+ "epoch": 0.5910652920962199,
688
+ "grad_norm": 0.1126582995057106,
689
+ "learning_rate": 5.852620357053651e-06,
690
+ "loss": 0.8198,
691
+ "step": 86
692
+ },
693
+ {
694
+ "epoch": 0.5979381443298969,
695
+ "grad_norm": 0.11644302308559418,
696
+ "learning_rate": 5.060297685041659e-06,
697
+ "loss": 0.8159,
698
+ "step": 87
699
+ },
700
+ {
701
+ "epoch": 0.6048109965635738,
702
+ "grad_norm": 0.1160711720585823,
703
+ "learning_rate": 4.322727117869951e-06,
704
+ "loss": 0.8351,
705
+ "step": 88
706
+ },
707
+ {
708
+ "epoch": 0.6116838487972509,
709
+ "grad_norm": 0.12403754889965057,
710
+ "learning_rate": 3.6408072716606346e-06,
711
+ "loss": 0.8231,
712
+ "step": 89
713
+ },
714
+ {
715
+ "epoch": 0.6185567010309279,
716
+ "grad_norm": 0.12182094901800156,
717
+ "learning_rate": 3.0153689607045845e-06,
718
+ "loss": 0.812,
719
+ "step": 90
720
+ },
721
+ {
722
+ "epoch": 0.6185567010309279,
723
+ "eval_loss": 0.8352839350700378,
724
+ "eval_runtime": 4.331,
725
+ "eval_samples_per_second": 113.139,
726
+ "eval_steps_per_second": 3.694,
727
+ "step": 90
728
+ },
729
+ {
730
+ "epoch": 0.6254295532646048,
731
+ "grad_norm": 0.11822124570608139,
732
+ "learning_rate": 2.4471741852423237e-06,
733
+ "loss": 0.8052,
734
+ "step": 91
735
+ },
736
+ {
737
+ "epoch": 0.6323024054982818,
738
+ "grad_norm": 0.11817607283592224,
739
+ "learning_rate": 1.9369152030840556e-06,
740
+ "loss": 0.8182,
741
+ "step": 92
742
+ },
743
+ {
744
+ "epoch": 0.6391752577319587,
745
+ "grad_norm": 0.11649473011493683,
746
+ "learning_rate": 1.4852136862001764e-06,
747
+ "loss": 0.786,
748
+ "step": 93
749
+ },
750
+ {
751
+ "epoch": 0.6460481099656358,
752
+ "grad_norm": 0.12507495284080505,
753
+ "learning_rate": 1.0926199633097157e-06,
754
+ "loss": 0.7984,
755
+ "step": 94
756
+ },
757
+ {
758
+ "epoch": 0.6529209621993127,
759
+ "grad_norm": 0.12664298713207245,
760
+ "learning_rate": 7.596123493895991e-07,
761
+ "loss": 0.8451,
762
+ "step": 95
763
+ },
764
+ {
765
+ "epoch": 0.6597938144329897,
766
+ "grad_norm": 0.11847827583551407,
767
+ "learning_rate": 4.865965629214819e-07,
768
+ "loss": 0.8363,
769
+ "step": 96
770
+ },
771
+ {
772
+ "epoch": 0.6666666666666666,
773
+ "grad_norm": 0.11604692786931992,
774
+ "learning_rate": 2.7390523158633554e-07,
775
+ "loss": 0.8365,
776
+ "step": 97
777
+ },
778
+ {
779
+ "epoch": 0.6735395189003437,
780
+ "grad_norm": 0.1193615198135376,
781
+ "learning_rate": 1.2179748700879012e-07,
782
+ "loss": 0.8042,
783
+ "step": 98
784
+ },
785
+ {
786
+ "epoch": 0.6804123711340206,
787
+ "grad_norm": 0.1261865496635437,
788
+ "learning_rate": 3.04586490452119e-08,
789
+ "loss": 0.8423,
790
+ "step": 99
791
+ },
792
+ {
793
+ "epoch": 0.6804123711340206,
794
+ "eval_loss": 0.8349943161010742,
795
+ "eval_runtime": 4.3286,
796
+ "eval_samples_per_second": 113.2,
797
+ "eval_steps_per_second": 3.696,
798
+ "step": 99
799
+ },
800
+ {
801
+ "epoch": 0.6872852233676976,
802
+ "grad_norm": 0.127155140042305,
803
+ "learning_rate": 0.0,
804
+ "loss": 0.8032,
805
+ "step": 100
806
+ }
807
+ ],
808
+ "logging_steps": 1,
809
+ "max_steps": 100,
810
+ "num_input_tokens_seen": 0,
811
+ "num_train_epochs": 1,
812
+ "save_steps": 25,
813
+ "stateful_callbacks": {
814
+ "TrainerControl": {
815
+ "args": {
816
+ "should_epoch_stop": false,
817
+ "should_evaluate": false,
818
+ "should_log": false,
819
+ "should_save": true,
820
+ "should_training_stop": true
821
+ },
822
+ "attributes": {}
823
+ }
824
+ },
825
+ "total_flos": 8.23495017627648e+16,
826
+ "train_batch_size": 8,
827
+ "trial_name": null,
828
+ "trial_params": null
829
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebcf26d00a81bf13389f0ba2fadcbcfd8baf4108304fc1151af953176cfce1d4
3
+ size 6712
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": 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,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
33
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "legacy": false,
36
+ "model_max_length": 2048,
37
+ "pad_token": "</s>",
38
+ "padding_side": "right",
39
+ "sp_model_kwargs": {},
40
+ "tokenizer_class": "LlamaTokenizer",
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false
43
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebcf26d00a81bf13389f0ba2fadcbcfd8baf4108304fc1151af953176cfce1d4
3
+ size 6712