VERSIL91 commited on
Commit
0f7b2a8
·
verified ·
1 Parent(s): 6aa8e8d

End of training

Browse files
README.md ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: echarlaix/tiny-random-mistral
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 818864ef-8094-4357-9a8e-fe11c35169de
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
+ accelerate_config:
22
+ dynamo_backend: inductor
23
+ mixed_precision: bf16
24
+ num_machines: 1
25
+ num_processes: auto
26
+ use_cpu: false
27
+ adapter: lora
28
+ base_model: echarlaix/tiny-random-mistral
29
+ bf16: auto
30
+ chat_template: llama3
31
+ dataset_prepared_path: null
32
+ datasets:
33
+ - data_files:
34
+ - 7e930cf543f535d6_train_data.json
35
+ ds_type: json
36
+ format: custom
37
+ path: /workspace/input_data/7e930cf543f535d6_train_data.json
38
+ type:
39
+ field_input: input
40
+ field_instruction: instruction
41
+ field_output: output
42
+ format: '{instruction} {input}'
43
+ no_input_format: '{instruction}'
44
+ system_format: '{system}'
45
+ system_prompt: ''
46
+ debug: null
47
+ deepspeed: null
48
+ device_map: auto
49
+ early_stopping_patience: null
50
+ eval_max_new_tokens: 128
51
+ eval_table_size: null
52
+ evals_per_epoch: 4
53
+ flash_attention: false
54
+ fp16: null
55
+ fsdp: null
56
+ fsdp_config: null
57
+ gradient_accumulation_steps: 16
58
+ gradient_checkpointing: true
59
+ group_by_length: false
60
+ hub_model_id: null
61
+ hub_repo: null
62
+ hub_strategy: checkpoint
63
+ hub_token: null
64
+ learning_rate: 0.0001
65
+ local_rank: null
66
+ logging_steps: 1
67
+ lora_alpha: 16
68
+ lora_dropout: 0.05
69
+ lora_fan_in_fan_out: null
70
+ lora_model_dir: null
71
+ lora_r: 8
72
+ lora_target_linear: true
73
+ lora_target_modules:
74
+ - q_proj
75
+ - v_proj
76
+ lr_scheduler: cosine
77
+ max_memory:
78
+ 0: 70GiB
79
+ max_steps: 100
80
+ micro_batch_size: 2
81
+ mlflow_experiment_name: /tmp/7e930cf543f535d6_train_data.json
82
+ model_type: AutoModelForCausalLM
83
+ num_epochs: 1
84
+ optimizer: adamw_bnb_8bit
85
+ output_dir: miner_id_24
86
+ pad_to_sequence_len: true
87
+ quantization_config:
88
+ llm_int8_enable_fp32_cpu_offload: true
89
+ load_in_8bit: true
90
+ resume_from_checkpoint: null
91
+ s2_attention: null
92
+ sample_packing: false
93
+ saves_per_epoch: 4
94
+ sequence_len: 512
95
+ special_tokens:
96
+ pad_token: </s>
97
+ strict: false
98
+ tf32: false
99
+ tokenizer_type: AutoTokenizer
100
+ torch_compile: true
101
+ train_on_inputs: false
102
+ trust_remote_code: true
103
+ val_set_size: 0.05
104
+ wandb_entity: null
105
+ wandb_mode: online
106
+ wandb_name: 818864ef-8094-4357-9a8e-fe11c35169de
107
+ wandb_project: Gradients-On-Demand
108
+ wandb_run: your_name
109
+ wandb_runid: 818864ef-8094-4357-9a8e-fe11c35169de
110
+ warmup_steps: 10
111
+ weight_decay: 0.0
112
+ xformers_attention: null
113
+
114
+ ```
115
+
116
+ </details><br>
117
+
118
+ # 818864ef-8094-4357-9a8e-fe11c35169de
119
+
120
+ This model is a fine-tuned version of [echarlaix/tiny-random-mistral](https://huggingface.co/echarlaix/tiny-random-mistral) on the None dataset.
121
+ It achieves the following results on the evaluation set:
122
+ - Loss: nan
123
+
124
+ ## Model description
125
+
126
+ More information needed
127
+
128
+ ## Intended uses & limitations
129
+
130
+ More information needed
131
+
132
+ ## Training and evaluation data
133
+
134
+ More information needed
135
+
136
+ ## Training procedure
137
+
138
+ ### Training hyperparameters
139
+
140
+ The following hyperparameters were used during training:
141
+ - learning_rate: 0.0001
142
+ - train_batch_size: 2
143
+ - eval_batch_size: 2
144
+ - seed: 42
145
+ - gradient_accumulation_steps: 16
146
+ - total_train_batch_size: 32
147
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
148
+ - lr_scheduler_type: cosine
149
+ - lr_scheduler_warmup_steps: 10
150
+ - training_steps: 93
151
+
152
+ ### Training results
153
+
154
+ | Training Loss | Epoch | Step | Validation Loss |
155
+ |:-------------:|:------:|:----:|:---------------:|
156
+ | 11974.167 | 0.0108 | 1 | nan |
157
+ | 0.0 | 0.2598 | 24 | nan |
158
+ | 0.0 | 0.5196 | 48 | nan |
159
+ | 0.0 | 0.7794 | 72 | nan |
160
+
161
+
162
+ ### Framework versions
163
+
164
+ - PEFT 0.13.2
165
+ - Transformers 4.46.0
166
+ - Pytorch 2.5.0+cu124
167
+ - Datasets 3.0.1
168
+ - 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": "echarlaix/tiny-random-mistral",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "down_proj",
24
+ "o_proj",
25
+ "gate_proj",
26
+ "v_proj",
27
+ "up_proj",
28
+ "q_proj",
29
+ "k_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:25ba1705ceacb905125d051c93c499f170f2d6efbb8755f63288d05cfb41fa3f
3
+ size 37506
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a6dbfd0b99b517ae2cd69391b268041323be1f99c8ecc52acf9ecd0ff00e29
3
+ size 31064
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "echarlaix/tiny-random-mistral",
4
+ "architectures": [
5
+ "MistralForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "attention_probs_dropout_prob": 0.1,
9
+ "bos_token_id": 1,
10
+ "eos_token_id": 2,
11
+ "head_dim": 8,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 32,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 37,
17
+ "is_decoder": true,
18
+ "max_position_embeddings": 512,
19
+ "model_type": "mistral",
20
+ "num_attention_heads": 4,
21
+ "num_hidden_layers": 2,
22
+ "num_key_value_heads": 2,
23
+ "pad_token_id": 0,
24
+ "rms_norm_eps": 1e-06,
25
+ "rope_theta": 10000.0,
26
+ "sliding_window": 4096,
27
+ "tie_word_embeddings": false,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.46.0",
30
+ "type_vocab_size": 16,
31
+ "use_cache": false,
32
+ "vocab_size": 32000
33
+ }
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: echarlaix/tiny-random-mistral
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": "echarlaix/tiny-random-mistral",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "down_proj",
24
+ "o_proj",
25
+ "gate_proj",
26
+ "v_proj",
27
+ "up_proj",
28
+ "q_proj",
29
+ "k_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:f6a6dbfd0b99b517ae2cd69391b268041323be1f99c8ecc52acf9ecd0ff00e29
3
+ size 31064
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:025cb83ae7004cde045c6592ec39ee56d5f5c559b2e01ab2378c4372e4d107ca
3
+ size 71654
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d55ef7e39ffed254f36f6faafb6597d5bd8ba2346f104d20c3b8cca9fcde4d05
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6fd302dab6dad7411e029f26a1eed4b8af7dfa13be419c5f8a4344ac60a0c3b
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:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": 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
+ "additional_special_tokens": [],
32
+ "bos_token": "<s>",
33
+ "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 %}",
34
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
+ "legacy": true,
37
+ "model_max_length": 512,
38
+ "pad_token": "</s>",
39
+ "sp_model_kwargs": {},
40
+ "spaces_between_special_tokens": false,
41
+ "tokenizer_class": "LlamaTokenizer",
42
+ "unk_token": "<unk>",
43
+ "use_default_system_prompt": true
44
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,716 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.006765899864682,
5
+ "eval_steps": 24,
6
+ "global_step": 93,
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.010825439783491205,
13
+ "grad_norm": NaN,
14
+ "learning_rate": 1e-05,
15
+ "loss": 11974.167,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.010825439783491205,
20
+ "eval_loss": NaN,
21
+ "eval_runtime": 14.1198,
22
+ "eval_samples_per_second": 11.048,
23
+ "eval_steps_per_second": 5.524,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.02165087956698241,
28
+ "grad_norm": NaN,
29
+ "learning_rate": 2e-05,
30
+ "loss": 0.0,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.03247631935047361,
35
+ "grad_norm": NaN,
36
+ "learning_rate": 3e-05,
37
+ "loss": 0.0,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.04330175913396482,
42
+ "grad_norm": NaN,
43
+ "learning_rate": 4e-05,
44
+ "loss": 0.0,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.05412719891745602,
49
+ "grad_norm": NaN,
50
+ "learning_rate": 5e-05,
51
+ "loss": 0.0,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.06495263870094722,
56
+ "grad_norm": NaN,
57
+ "learning_rate": 6e-05,
58
+ "loss": 0.0,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.07577807848443843,
63
+ "grad_norm": NaN,
64
+ "learning_rate": 7e-05,
65
+ "loss": 0.0,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.08660351826792964,
70
+ "grad_norm": NaN,
71
+ "learning_rate": 8e-05,
72
+ "loss": 0.0,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.09742895805142084,
77
+ "grad_norm": NaN,
78
+ "learning_rate": 9e-05,
79
+ "loss": 0.0,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.10825439783491204,
84
+ "grad_norm": NaN,
85
+ "learning_rate": 0.0001,
86
+ "loss": 0.0,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.11907983761840325,
91
+ "grad_norm": NaN,
92
+ "learning_rate": 9.996418774081658e-05,
93
+ "loss": 0.0,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.12990527740189445,
98
+ "grad_norm": NaN,
99
+ "learning_rate": 9.985680226398261e-05,
100
+ "loss": 0.0,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.14073071718538566,
105
+ "grad_norm": NaN,
106
+ "learning_rate": 9.967799739815925e-05,
107
+ "loss": 0.0,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.15155615696887687,
112
+ "grad_norm": NaN,
113
+ "learning_rate": 9.942802927959443e-05,
114
+ "loss": 0.0,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.16238159675236807,
119
+ "grad_norm": NaN,
120
+ "learning_rate": 9.910725598521013e-05,
121
+ "loss": 0.0,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.17320703653585928,
126
+ "grad_norm": NaN,
127
+ "learning_rate": 9.871613701966067e-05,
128
+ "loss": 0.0,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.18403247631935046,
133
+ "grad_norm": NaN,
134
+ "learning_rate": 9.825523265709666e-05,
135
+ "loss": 0.0,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.19485791610284167,
140
+ "grad_norm": NaN,
141
+ "learning_rate": 9.772520313857775e-05,
142
+ "loss": 0.0,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.20568335588633288,
147
+ "grad_norm": NaN,
148
+ "learning_rate": 9.712680772628364e-05,
149
+ "loss": 0.0,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.2165087956698241,
154
+ "grad_norm": NaN,
155
+ "learning_rate": 9.646090361587827e-05,
156
+ "loss": 0.0,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.2273342354533153,
161
+ "grad_norm": NaN,
162
+ "learning_rate": 9.572844470858537e-05,
163
+ "loss": 0.0,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.2381596752368065,
168
+ "grad_norm": NaN,
169
+ "learning_rate": 9.493048024473412e-05,
170
+ "loss": 0.0,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.2489851150202977,
175
+ "grad_norm": NaN,
176
+ "learning_rate": 9.406815330073244e-05,
177
+ "loss": 0.0,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.2598105548037889,
182
+ "grad_norm": NaN,
183
+ "learning_rate": 9.314269915162114e-05,
184
+ "loss": 0.0,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.2598105548037889,
189
+ "eval_loss": NaN,
190
+ "eval_runtime": 0.679,
191
+ "eval_samples_per_second": 229.759,
192
+ "eval_steps_per_second": 114.879,
193
+ "step": 24
194
+ },
195
+ {
196
+ "epoch": 0.2706359945872801,
197
+ "grad_norm": NaN,
198
+ "learning_rate": 9.215544350155422e-05,
199
+ "loss": 0.0,
200
+ "step": 25
201
+ },
202
+ {
203
+ "epoch": 0.2814614343707713,
204
+ "grad_norm": NaN,
205
+ "learning_rate": 9.110780058474052e-05,
206
+ "loss": 0.0,
207
+ "step": 26
208
+ },
209
+ {
210
+ "epoch": 0.2922868741542625,
211
+ "grad_norm": NaN,
212
+ "learning_rate": 9.000127113956674e-05,
213
+ "loss": 0.0,
214
+ "step": 27
215
+ },
216
+ {
217
+ "epoch": 0.30311231393775373,
218
+ "grad_norm": NaN,
219
+ "learning_rate": 8.883744025880428e-05,
220
+ "loss": 0.0,
221
+ "step": 28
222
+ },
223
+ {
224
+ "epoch": 0.31393775372124494,
225
+ "grad_norm": NaN,
226
+ "learning_rate": 8.761797511897906e-05,
227
+ "loss": 0.0,
228
+ "step": 29
229
+ },
230
+ {
231
+ "epoch": 0.32476319350473615,
232
+ "grad_norm": NaN,
233
+ "learning_rate": 8.634462259215719e-05,
234
+ "loss": 0.0,
235
+ "step": 30
236
+ },
237
+ {
238
+ "epoch": 0.33558863328822736,
239
+ "grad_norm": NaN,
240
+ "learning_rate": 8.501920674356754e-05,
241
+ "loss": 0.0,
242
+ "step": 31
243
+ },
244
+ {
245
+ "epoch": 0.34641407307171856,
246
+ "grad_norm": NaN,
247
+ "learning_rate": 8.364362621864595e-05,
248
+ "loss": 0.0,
249
+ "step": 32
250
+ },
251
+ {
252
+ "epoch": 0.3572395128552097,
253
+ "grad_norm": NaN,
254
+ "learning_rate": 8.221985152324385e-05,
255
+ "loss": 0.0,
256
+ "step": 33
257
+ },
258
+ {
259
+ "epoch": 0.3680649526387009,
260
+ "grad_norm": NaN,
261
+ "learning_rate": 8.074992220089769e-05,
262
+ "loss": 0.0,
263
+ "step": 34
264
+ },
265
+ {
266
+ "epoch": 0.37889039242219213,
267
+ "grad_norm": NaN,
268
+ "learning_rate": 7.923594391120236e-05,
269
+ "loss": 0.0,
270
+ "step": 35
271
+ },
272
+ {
273
+ "epoch": 0.38971583220568334,
274
+ "grad_norm": NaN,
275
+ "learning_rate": 7.768008541347423e-05,
276
+ "loss": 0.0,
277
+ "step": 36
278
+ },
279
+ {
280
+ "epoch": 0.40054127198917455,
281
+ "grad_norm": NaN,
282
+ "learning_rate": 7.608457546002424e-05,
283
+ "loss": 0.0,
284
+ "step": 37
285
+ },
286
+ {
287
+ "epoch": 0.41136671177266576,
288
+ "grad_norm": NaN,
289
+ "learning_rate": 7.445169960349167e-05,
290
+ "loss": 0.0,
291
+ "step": 38
292
+ },
293
+ {
294
+ "epoch": 0.42219215155615697,
295
+ "grad_norm": NaN,
296
+ "learning_rate": 7.278379692281208e-05,
297
+ "loss": 0.0,
298
+ "step": 39
299
+ },
300
+ {
301
+ "epoch": 0.4330175913396482,
302
+ "grad_norm": NaN,
303
+ "learning_rate": 7.10832566725092e-05,
304
+ "loss": 0.0,
305
+ "step": 40
306
+ },
307
+ {
308
+ "epoch": 0.4438430311231394,
309
+ "grad_norm": NaN,
310
+ "learning_rate": 6.935251486011087e-05,
311
+ "loss": 0.0,
312
+ "step": 41
313
+ },
314
+ {
315
+ "epoch": 0.4546684709066306,
316
+ "grad_norm": NaN,
317
+ "learning_rate": 6.759405075659166e-05,
318
+ "loss": 0.0,
319
+ "step": 42
320
+ },
321
+ {
322
+ "epoch": 0.4654939106901218,
323
+ "grad_norm": NaN,
324
+ "learning_rate": 6.58103833448412e-05,
325
+ "loss": 0.0,
326
+ "step": 43
327
+ },
328
+ {
329
+ "epoch": 0.476319350473613,
330
+ "grad_norm": NaN,
331
+ "learning_rate": 6.400406771124536e-05,
332
+ "loss": 0.0,
333
+ "step": 44
334
+ },
335
+ {
336
+ "epoch": 0.4871447902571042,
337
+ "grad_norm": NaN,
338
+ "learning_rate": 6.21776913855496e-05,
339
+ "loss": 0.0,
340
+ "step": 45
341
+ },
342
+ {
343
+ "epoch": 0.4979702300405954,
344
+ "grad_norm": NaN,
345
+ "learning_rate": 6.0333870634247645e-05,
346
+ "loss": 0.0,
347
+ "step": 46
348
+ },
349
+ {
350
+ "epoch": 0.5087956698240866,
351
+ "grad_norm": NaN,
352
+ "learning_rate": 5.847524671280484e-05,
353
+ "loss": 0.0,
354
+ "step": 47
355
+ },
356
+ {
357
+ "epoch": 0.5196211096075778,
358
+ "grad_norm": NaN,
359
+ "learning_rate": 5.660448208208513e-05,
360
+ "loss": 0.0,
361
+ "step": 48
362
+ },
363
+ {
364
+ "epoch": 0.5196211096075778,
365
+ "eval_loss": NaN,
366
+ "eval_runtime": 0.7027,
367
+ "eval_samples_per_second": 222.007,
368
+ "eval_steps_per_second": 111.003,
369
+ "step": 48
370
+ },
371
+ {
372
+ "epoch": 0.530446549391069,
373
+ "grad_norm": NaN,
374
+ "learning_rate": 5.472425659440157e-05,
375
+ "loss": 0.0,
376
+ "step": 49
377
+ },
378
+ {
379
+ "epoch": 0.5412719891745602,
380
+ "grad_norm": NaN,
381
+ "learning_rate": 5.2837263654653715e-05,
382
+ "loss": 0.0,
383
+ "step": 50
384
+ },
385
+ {
386
+ "epoch": 0.5520974289580515,
387
+ "grad_norm": NaN,
388
+ "learning_rate": 5.094620636205095e-05,
389
+ "loss": 0.0,
390
+ "step": 51
391
+ },
392
+ {
393
+ "epoch": 0.5629228687415426,
394
+ "grad_norm": NaN,
395
+ "learning_rate": 4.9053793637949067e-05,
396
+ "loss": 0.0,
397
+ "step": 52
398
+ },
399
+ {
400
+ "epoch": 0.5737483085250338,
401
+ "grad_norm": NaN,
402
+ "learning_rate": 4.7162736345346303e-05,
403
+ "loss": 0.0,
404
+ "step": 53
405
+ },
406
+ {
407
+ "epoch": 0.584573748308525,
408
+ "grad_norm": NaN,
409
+ "learning_rate": 4.527574340559844e-05,
410
+ "loss": 0.0,
411
+ "step": 54
412
+ },
413
+ {
414
+ "epoch": 0.5953991880920162,
415
+ "grad_norm": NaN,
416
+ "learning_rate": 4.3395517917914895e-05,
417
+ "loss": 0.0,
418
+ "step": 55
419
+ },
420
+ {
421
+ "epoch": 0.6062246278755075,
422
+ "grad_norm": NaN,
423
+ "learning_rate": 4.1524753287195165e-05,
424
+ "loss": 0.0,
425
+ "step": 56
426
+ },
427
+ {
428
+ "epoch": 0.6170500676589986,
429
+ "grad_norm": NaN,
430
+ "learning_rate": 3.966612936575235e-05,
431
+ "loss": 0.0,
432
+ "step": 57
433
+ },
434
+ {
435
+ "epoch": 0.6278755074424899,
436
+ "grad_norm": NaN,
437
+ "learning_rate": 3.7822308614450406e-05,
438
+ "loss": 0.0,
439
+ "step": 58
440
+ },
441
+ {
442
+ "epoch": 0.638700947225981,
443
+ "grad_norm": NaN,
444
+ "learning_rate": 3.599593228875465e-05,
445
+ "loss": 0.0,
446
+ "step": 59
447
+ },
448
+ {
449
+ "epoch": 0.6495263870094723,
450
+ "grad_norm": NaN,
451
+ "learning_rate": 3.41896166551588e-05,
452
+ "loss": 0.0,
453
+ "step": 60
454
+ },
455
+ {
456
+ "epoch": 0.6603518267929634,
457
+ "grad_norm": NaN,
458
+ "learning_rate": 3.240594924340835e-05,
459
+ "loss": 0.0,
460
+ "step": 61
461
+ },
462
+ {
463
+ "epoch": 0.6711772665764547,
464
+ "grad_norm": NaN,
465
+ "learning_rate": 3.0647485139889145e-05,
466
+ "loss": 0.0,
467
+ "step": 62
468
+ },
469
+ {
470
+ "epoch": 0.6820027063599459,
471
+ "grad_norm": NaN,
472
+ "learning_rate": 2.8916743327490803e-05,
473
+ "loss": 0.0,
474
+ "step": 63
475
+ },
476
+ {
477
+ "epoch": 0.6928281461434371,
478
+ "grad_norm": NaN,
479
+ "learning_rate": 2.721620307718793e-05,
480
+ "loss": 0.0,
481
+ "step": 64
482
+ },
483
+ {
484
+ "epoch": 0.7036535859269283,
485
+ "grad_norm": NaN,
486
+ "learning_rate": 2.554830039650834e-05,
487
+ "loss": 0.0,
488
+ "step": 65
489
+ },
490
+ {
491
+ "epoch": 0.7144790257104194,
492
+ "grad_norm": NaN,
493
+ "learning_rate": 2.391542453997578e-05,
494
+ "loss": 0.0,
495
+ "step": 66
496
+ },
497
+ {
498
+ "epoch": 0.7253044654939107,
499
+ "grad_norm": NaN,
500
+ "learning_rate": 2.2319914586525777e-05,
501
+ "loss": 0.0,
502
+ "step": 67
503
+ },
504
+ {
505
+ "epoch": 0.7361299052774019,
506
+ "grad_norm": NaN,
507
+ "learning_rate": 2.0764056088797645e-05,
508
+ "loss": 0.0,
509
+ "step": 68
510
+ },
511
+ {
512
+ "epoch": 0.7469553450608931,
513
+ "grad_norm": NaN,
514
+ "learning_rate": 1.9250077799102322e-05,
515
+ "loss": 0.0,
516
+ "step": 69
517
+ },
518
+ {
519
+ "epoch": 0.7577807848443843,
520
+ "grad_norm": NaN,
521
+ "learning_rate": 1.7780148476756147e-05,
522
+ "loss": 0.0,
523
+ "step": 70
524
+ },
525
+ {
526
+ "epoch": 0.7686062246278755,
527
+ "grad_norm": NaN,
528
+ "learning_rate": 1.6356373781354058e-05,
529
+ "loss": 0.0,
530
+ "step": 71
531
+ },
532
+ {
533
+ "epoch": 0.7794316644113667,
534
+ "grad_norm": NaN,
535
+ "learning_rate": 1.4980793256432474e-05,
536
+ "loss": 0.0,
537
+ "step": 72
538
+ },
539
+ {
540
+ "epoch": 0.7794316644113667,
541
+ "eval_loss": NaN,
542
+ "eval_runtime": 0.6819,
543
+ "eval_samples_per_second": 228.779,
544
+ "eval_steps_per_second": 114.39,
545
+ "step": 72
546
+ },
547
+ {
548
+ "epoch": 0.790257104194858,
549
+ "grad_norm": NaN,
550
+ "learning_rate": 1.3655377407842812e-05,
551
+ "loss": 0.0,
552
+ "step": 73
553
+ },
554
+ {
555
+ "epoch": 0.8010825439783491,
556
+ "grad_norm": NaN,
557
+ "learning_rate": 1.2382024881020937e-05,
558
+ "loss": 0.0,
559
+ "step": 74
560
+ },
561
+ {
562
+ "epoch": 0.8119079837618404,
563
+ "grad_norm": NaN,
564
+ "learning_rate": 1.1162559741195733e-05,
565
+ "loss": 0.0,
566
+ "step": 75
567
+ },
568
+ {
569
+ "epoch": 0.8227334235453315,
570
+ "grad_norm": NaN,
571
+ "learning_rate": 9.998728860433276e-06,
572
+ "loss": 0.0,
573
+ "step": 76
574
+ },
575
+ {
576
+ "epoch": 0.8335588633288228,
577
+ "grad_norm": NaN,
578
+ "learning_rate": 8.8921994152595e-06,
579
+ "loss": 0.0,
580
+ "step": 77
581
+ },
582
+ {
583
+ "epoch": 0.8443843031123139,
584
+ "grad_norm": NaN,
585
+ "learning_rate": 7.844556498445788e-06,
586
+ "loss": 0.0,
587
+ "step": 78
588
+ },
589
+ {
590
+ "epoch": 0.8552097428958051,
591
+ "grad_norm": NaN,
592
+ "learning_rate": 6.857300848378856e-06,
593
+ "loss": 0.0,
594
+ "step": 79
595
+ },
596
+ {
597
+ "epoch": 0.8660351826792964,
598
+ "grad_norm": NaN,
599
+ "learning_rate": 5.931846699267557e-06,
600
+ "loss": 0.0,
601
+ "step": 80
602
+ },
603
+ {
604
+ "epoch": 0.8768606224627875,
605
+ "grad_norm": NaN,
606
+ "learning_rate": 5.0695197552659e-06,
607
+ "loss": 0.0,
608
+ "step": 81
609
+ },
610
+ {
611
+ "epoch": 0.8876860622462788,
612
+ "grad_norm": NaN,
613
+ "learning_rate": 4.271555291414636e-06,
614
+ "loss": 0.0,
615
+ "step": 82
616
+ },
617
+ {
618
+ "epoch": 0.8985115020297699,
619
+ "grad_norm": NaN,
620
+ "learning_rate": 3.539096384121743e-06,
621
+ "loss": 0.0,
622
+ "step": 83
623
+ },
624
+ {
625
+ "epoch": 0.9093369418132612,
626
+ "grad_norm": NaN,
627
+ "learning_rate": 2.8731922737163685e-06,
628
+ "loss": 0.0,
629
+ "step": 84
630
+ },
631
+ {
632
+ "epoch": 0.9201623815967523,
633
+ "grad_norm": NaN,
634
+ "learning_rate": 2.274796861422246e-06,
635
+ "loss": 0.0,
636
+ "step": 85
637
+ },
638
+ {
639
+ "epoch": 0.9309878213802436,
640
+ "grad_norm": NaN,
641
+ "learning_rate": 1.7447673429033362e-06,
642
+ "loss": 0.0,
643
+ "step": 86
644
+ },
645
+ {
646
+ "epoch": 0.9418132611637348,
647
+ "grad_norm": NaN,
648
+ "learning_rate": 1.2838629803393342e-06,
649
+ "loss": 0.0,
650
+ "step": 87
651
+ },
652
+ {
653
+ "epoch": 0.952638700947226,
654
+ "grad_norm": NaN,
655
+ "learning_rate": 8.927440147898702e-07,
656
+ "loss": 0.0,
657
+ "step": 88
658
+ },
659
+ {
660
+ "epoch": 0.9634641407307172,
661
+ "grad_norm": NaN,
662
+ "learning_rate": 5.719707204055735e-07,
663
+ "loss": 0.0,
664
+ "step": 89
665
+ },
666
+ {
667
+ "epoch": 0.9742895805142084,
668
+ "grad_norm": NaN,
669
+ "learning_rate": 3.2200260184075406e-07,
670
+ "loss": 0.0,
671
+ "step": 90
672
+ },
673
+ {
674
+ "epoch": 0.9851150202976996,
675
+ "grad_norm": NaN,
676
+ "learning_rate": 1.431977360173975e-07,
677
+ "loss": 0.0,
678
+ "step": 91
679
+ },
680
+ {
681
+ "epoch": 0.9959404600811907,
682
+ "grad_norm": NaN,
683
+ "learning_rate": 3.581225918342646e-08,
684
+ "loss": 0.0,
685
+ "step": 92
686
+ },
687
+ {
688
+ "epoch": 1.006765899864682,
689
+ "grad_norm": NaN,
690
+ "learning_rate": 0.0,
691
+ "loss": 0.0,
692
+ "step": 93
693
+ }
694
+ ],
695
+ "logging_steps": 1,
696
+ "max_steps": 93,
697
+ "num_input_tokens_seen": 0,
698
+ "num_train_epochs": 2,
699
+ "save_steps": 24,
700
+ "stateful_callbacks": {
701
+ "TrainerControl": {
702
+ "args": {
703
+ "should_epoch_stop": false,
704
+ "should_evaluate": false,
705
+ "should_log": false,
706
+ "should_save": true,
707
+ "should_training_stop": true
708
+ },
709
+ "attributes": {}
710
+ }
711
+ },
712
+ "total_flos": 13425906401280.0,
713
+ "train_batch_size": 2,
714
+ "trial_name": null,
715
+ "trial_params": null
716
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ccfffad861961f21fb18ee924e1ee63a7d7fa9645e4d98d4830155136777638
3
+ size 6776
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</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:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "additional_special_tokens": [],
32
+ "bos_token": "<s>",
33
+ "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 %}",
34
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
+ "legacy": true,
37
+ "model_max_length": 512,
38
+ "pad_token": "</s>",
39
+ "sp_model_kwargs": {},
40
+ "spaces_between_special_tokens": false,
41
+ "tokenizer_class": "LlamaTokenizer",
42
+ "unk_token": "<unk>",
43
+ "use_default_system_prompt": true
44
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ccfffad861961f21fb18ee924e1ee63a7d7fa9645e4d98d4830155136777638
3
+ size 6776