Kashmary commited on
Commit
35ef2bc
·
verified ·
1 Parent(s): fc2dff1

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: mistralai/Mistral-7B-v0.1
5
+ tags:
6
+ - llama-factory
7
+ - lora
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: train_2025-06-13-06-18-44
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # train_2025-06-13-06-18-44
18
+
19
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the math_qa dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0002
39
+ - train_batch_size: 2
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 16
44
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: cosine
46
+ - num_epochs: 3.0
47
+
48
+ ### Training results
49
+
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - PEFT 0.15.2
55
+ - Transformers 4.52.4
56
+ - Pytorch 2.6.0+cu124
57
+ - Datasets 3.6.0
58
+ - Tokenizers 0.21.1
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "q_proj",
28
+ "down_proj",
29
+ "v_proj",
30
+ "k_proj",
31
+ "o_proj",
32
+ "gate_proj",
33
+ "up_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff9a031411a375812a5322436011f448f745375e825dd0dba12b6d8870c1a0b3
3
+ size 83945296
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "num_input_tokens_seen": 177776,
4
+ "total_flos": 7606997652996096.0,
5
+ "train_loss": 0.5502152733071141,
6
+ "train_runtime": 4598.4523,
7
+ "train_samples_per_second": 0.652,
8
+ "train_steps_per_second": 0.041
9
+ }
chat_template.jinja ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {{ '<s>' }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% for message in loop_messages %}{% if loop.index0 == 0 and system_message is defined %}{% set content = system_message + '
2
+
3
+ ' + message['content'] %}{% else %}{% set content = message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + content + '[/INST]' }}{% elif message['role'] == 'assistant' %}{{ ' ' + content + '</s>' }}{% endif %}{% endfor %}
checkpoint-100/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-7B-v0.1
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.15.2
checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "q_proj",
28
+ "down_proj",
29
+ "v_proj",
30
+ "k_proj",
31
+ "o_proj",
32
+ "gate_proj",
33
+ "up_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05848bfa0abaf2925e5e7893d6bfb1ab05088c95c8dd042fefc5020664883085
3
+ size 83945296
checkpoint-100/chat_template.jinja ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {{ '<s>' }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% for message in loop_messages %}{% if loop.index0 == 0 and system_message is defined %}{% set content = system_message + '
2
+
3
+ ' + message['content'] %}{% else %}{% set content = message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + content + '[/INST]' }}{% elif message['role'] == 'assistant' %}{{ ' ' + content + '</s>' }}{% endif %}{% endfor %}
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f1f2c52e1709fb5374e668d385b0f281122dee377348a3bb598311f315bec4e
3
+ size 168149074
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ff264f99d31b522cc7e2a4eac9d38606d0c58a34c0adc74d71e0ca8b371dc36
3
+ size 14244
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:679986a4e07ba38279891ed38c64c49e95e56e9df70e7e3ed71db7653ad7ca1f
3
+ size 1064
checkpoint-100/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-100/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
checkpoint-100/tokenizer_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "extra_special_tokens": {},
36
+ "legacy": false,
37
+ "model_max_length": 1000000000000000019884624838656,
38
+ "pad_token": "</s>",
39
+ "padding_side": "right",
40
+ "sp_model_kwargs": {},
41
+ "spaces_between_special_tokens": false,
42
+ "split_special_tokens": false,
43
+ "tokenizer_class": "LlamaTokenizer",
44
+ "unk_token": "<unk>",
45
+ "use_default_system_prompt": false
46
+ }
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.592,
6
+ "eval_steps": 500,
7
+ "global_step": 100,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.08,
14
+ "grad_norm": 5.599682807922363,
15
+ "learning_rate": 0.0001997790438338385,
16
+ "loss": 1.683,
17
+ "num_input_tokens_seen": 4896,
18
+ "step": 5,
19
+ "train_runtime": 118.4256,
20
+ "train_tokens_per_second": 41.342
21
+ },
22
+ {
23
+ "epoch": 0.16,
24
+ "grad_norm": 4.600591659545898,
25
+ "learning_rate": 0.00019888308262251285,
26
+ "loss": 0.9406,
27
+ "num_input_tokens_seen": 10144,
28
+ "step": 10,
29
+ "train_runtime": 247.2151,
30
+ "train_tokens_per_second": 41.033
31
+ },
32
+ {
33
+ "epoch": 0.24,
34
+ "grad_norm": 5.516849994659424,
35
+ "learning_rate": 0.00019730448705798239,
36
+ "loss": 1.1972,
37
+ "num_input_tokens_seen": 14768,
38
+ "step": 15,
39
+ "train_runtime": 367.0408,
40
+ "train_tokens_per_second": 40.235
41
+ },
42
+ {
43
+ "epoch": 0.32,
44
+ "grad_norm": 4.443480968475342,
45
+ "learning_rate": 0.0001950541548947829,
46
+ "loss": 0.8463,
47
+ "num_input_tokens_seen": 19456,
48
+ "step": 20,
49
+ "train_runtime": 488.2663,
50
+ "train_tokens_per_second": 39.847
51
+ },
52
+ {
53
+ "epoch": 0.4,
54
+ "grad_norm": 6.511438846588135,
55
+ "learning_rate": 0.00019214762118704076,
56
+ "loss": 0.9397,
57
+ "num_input_tokens_seen": 24240,
58
+ "step": 25,
59
+ "train_runtime": 611.1324,
60
+ "train_tokens_per_second": 39.664
61
+ },
62
+ {
63
+ "epoch": 0.48,
64
+ "grad_norm": 5.14411735534668,
65
+ "learning_rate": 0.00018860495104301345,
66
+ "loss": 0.8065,
67
+ "num_input_tokens_seen": 28928,
68
+ "step": 30,
69
+ "train_runtime": 732.2813,
70
+ "train_tokens_per_second": 39.504
71
+ },
72
+ {
73
+ "epoch": 0.56,
74
+ "grad_norm": 3.8415708541870117,
75
+ "learning_rate": 0.0001844506011066308,
76
+ "loss": 1.0692,
77
+ "num_input_tokens_seen": 33712,
78
+ "step": 35,
79
+ "train_runtime": 854.4771,
80
+ "train_tokens_per_second": 39.453
81
+ },
82
+ {
83
+ "epoch": 0.64,
84
+ "grad_norm": 4.072882175445557,
85
+ "learning_rate": 0.00017971325072229226,
86
+ "loss": 1.1197,
87
+ "num_input_tokens_seen": 38384,
88
+ "step": 40,
89
+ "train_runtime": 975.508,
90
+ "train_tokens_per_second": 39.348
91
+ },
92
+ {
93
+ "epoch": 0.72,
94
+ "grad_norm": 5.347297191619873,
95
+ "learning_rate": 0.00017442560394846516,
96
+ "loss": 0.9444,
97
+ "num_input_tokens_seen": 43232,
98
+ "step": 45,
99
+ "train_runtime": 1098.6527,
100
+ "train_tokens_per_second": 39.35
101
+ },
102
+ {
103
+ "epoch": 0.8,
104
+ "grad_norm": 4.867551326751709,
105
+ "learning_rate": 0.0001686241637868734,
106
+ "loss": 1.1552,
107
+ "num_input_tokens_seen": 47600,
108
+ "step": 50,
109
+ "train_runtime": 1216.8692,
110
+ "train_tokens_per_second": 39.117
111
+ },
112
+ {
113
+ "epoch": 0.88,
114
+ "grad_norm": 4.36644172668457,
115
+ "learning_rate": 0.00016234898018587337,
116
+ "loss": 0.7799,
117
+ "num_input_tokens_seen": 52416,
118
+ "step": 55,
119
+ "train_runtime": 1339.2743,
120
+ "train_tokens_per_second": 39.138
121
+ },
122
+ {
123
+ "epoch": 0.96,
124
+ "grad_norm": 5.242959499359131,
125
+ "learning_rate": 0.00015564337355766412,
126
+ "loss": 1.0976,
127
+ "num_input_tokens_seen": 57024,
128
+ "step": 60,
129
+ "train_runtime": 1460.6574,
130
+ "train_tokens_per_second": 39.04
131
+ },
132
+ {
133
+ "epoch": 1.032,
134
+ "grad_norm": 2.891428232192993,
135
+ "learning_rate": 0.00014855363571801523,
136
+ "loss": 0.6118,
137
+ "num_input_tokens_seen": 61376,
138
+ "step": 65,
139
+ "train_runtime": 1571.9701,
140
+ "train_tokens_per_second": 39.044
141
+ },
142
+ {
143
+ "epoch": 1.112,
144
+ "grad_norm": 3.863312244415283,
145
+ "learning_rate": 0.00014112871031306119,
146
+ "loss": 0.4582,
147
+ "num_input_tokens_seen": 65808,
148
+ "step": 70,
149
+ "train_runtime": 1688.4702,
150
+ "train_tokens_per_second": 38.975
151
+ },
152
+ {
153
+ "epoch": 1.192,
154
+ "grad_norm": 8.035051345825195,
155
+ "learning_rate": 0.00013341985493931877,
156
+ "loss": 0.4555,
157
+ "num_input_tokens_seen": 70800,
158
+ "step": 75,
159
+ "train_runtime": 1816.0492,
160
+ "train_tokens_per_second": 38.986
161
+ },
162
+ {
163
+ "epoch": 1.272,
164
+ "grad_norm": 6.827272891998291,
165
+ "learning_rate": 0.0001254802872894655,
166
+ "loss": 0.5214,
167
+ "num_input_tokens_seen": 75744,
168
+ "step": 80,
169
+ "train_runtime": 1941.6476,
170
+ "train_tokens_per_second": 39.01
171
+ },
172
+ {
173
+ "epoch": 1.3519999999999999,
174
+ "grad_norm": 3.403914451599121,
175
+ "learning_rate": 0.00011736481776669306,
176
+ "loss": 0.396,
177
+ "num_input_tokens_seen": 80400,
178
+ "step": 85,
179
+ "train_runtime": 2063.1926,
180
+ "train_tokens_per_second": 38.969
181
+ },
182
+ {
183
+ "epoch": 1.432,
184
+ "grad_norm": 5.601797103881836,
185
+ "learning_rate": 0.00010912947110386484,
186
+ "loss": 0.494,
187
+ "num_input_tokens_seen": 85040,
188
+ "step": 90,
189
+ "train_runtime": 2183.6375,
190
+ "train_tokens_per_second": 38.944
191
+ },
192
+ {
193
+ "epoch": 1.512,
194
+ "grad_norm": 4.063144683837891,
195
+ "learning_rate": 0.00010083109959960973,
196
+ "loss": 0.4208,
197
+ "num_input_tokens_seen": 89472,
198
+ "step": 95,
199
+ "train_runtime": 2301.5727,
200
+ "train_tokens_per_second": 38.874
201
+ },
202
+ {
203
+ "epoch": 1.592,
204
+ "grad_norm": 3.933701515197754,
205
+ "learning_rate": 9.252699064135758e-05,
206
+ "loss": 0.3598,
207
+ "num_input_tokens_seen": 94128,
208
+ "step": 100,
209
+ "train_runtime": 2423.5983,
210
+ "train_tokens_per_second": 38.838
211
+ }
212
+ ],
213
+ "logging_steps": 5,
214
+ "max_steps": 189,
215
+ "num_input_tokens_seen": 94128,
216
+ "num_train_epochs": 3,
217
+ "save_steps": 100,
218
+ "stateful_callbacks": {
219
+ "TrainerControl": {
220
+ "args": {
221
+ "should_epoch_stop": false,
222
+ "should_evaluate": false,
223
+ "should_log": false,
224
+ "should_save": true,
225
+ "should_training_stop": false
226
+ },
227
+ "attributes": {}
228
+ }
229
+ },
230
+ "total_flos": 4027717324505088.0,
231
+ "train_batch_size": 2,
232
+ "trial_name": null,
233
+ "trial_params": null
234
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:270e555ab2afc03e62179b9e34a7de0d45bb5c252e90141ef2edaba214c341c8
3
+ size 5752
checkpoint-189/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-7B-v0.1
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.15.2
checkpoint-189/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "q_proj",
28
+ "down_proj",
29
+ "v_proj",
30
+ "k_proj",
31
+ "o_proj",
32
+ "gate_proj",
33
+ "up_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-189/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff9a031411a375812a5322436011f448f745375e825dd0dba12b6d8870c1a0b3
3
+ size 83945296
checkpoint-189/chat_template.jinja ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {{ '<s>' }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% for message in loop_messages %}{% if loop.index0 == 0 and system_message is defined %}{% set content = system_message + '
2
+
3
+ ' + message['content'] %}{% else %}{% set content = message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + content + '[/INST]' }}{% elif message['role'] == 'assistant' %}{{ ' ' + content + '</s>' }}{% endif %}{% endfor %}
checkpoint-189/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab254baddef73b844c2649f399dab5bf75e72b79cf2f72aa50416be8416015f6
3
+ size 168149074
checkpoint-189/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9196a1e708bf24d6abba41cce3f8558820acc3e50f9394c5955e29eb41ffea3d
3
+ size 14244
checkpoint-189/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:399c207d5814a42f8b20e25df3fedb22c4b1c005b6a9c0d1622291adf032b026
3
+ size 1064
checkpoint-189/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-189/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-189/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
checkpoint-189/tokenizer_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "extra_special_tokens": {},
36
+ "legacy": false,
37
+ "model_max_length": 1000000000000000019884624838656,
38
+ "pad_token": "</s>",
39
+ "padding_side": "right",
40
+ "sp_model_kwargs": {},
41
+ "spaces_between_special_tokens": false,
42
+ "split_special_tokens": false,
43
+ "tokenizer_class": "LlamaTokenizer",
44
+ "unk_token": "<unk>",
45
+ "use_default_system_prompt": false
46
+ }
checkpoint-189/trainer_state.json ADDED
@@ -0,0 +1,404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 189,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.08,
14
+ "grad_norm": 5.599682807922363,
15
+ "learning_rate": 0.0001997790438338385,
16
+ "loss": 1.683,
17
+ "num_input_tokens_seen": 4896,
18
+ "step": 5,
19
+ "train_runtime": 118.4256,
20
+ "train_tokens_per_second": 41.342
21
+ },
22
+ {
23
+ "epoch": 0.16,
24
+ "grad_norm": 4.600591659545898,
25
+ "learning_rate": 0.00019888308262251285,
26
+ "loss": 0.9406,
27
+ "num_input_tokens_seen": 10144,
28
+ "step": 10,
29
+ "train_runtime": 247.2151,
30
+ "train_tokens_per_second": 41.033
31
+ },
32
+ {
33
+ "epoch": 0.24,
34
+ "grad_norm": 5.516849994659424,
35
+ "learning_rate": 0.00019730448705798239,
36
+ "loss": 1.1972,
37
+ "num_input_tokens_seen": 14768,
38
+ "step": 15,
39
+ "train_runtime": 367.0408,
40
+ "train_tokens_per_second": 40.235
41
+ },
42
+ {
43
+ "epoch": 0.32,
44
+ "grad_norm": 4.443480968475342,
45
+ "learning_rate": 0.0001950541548947829,
46
+ "loss": 0.8463,
47
+ "num_input_tokens_seen": 19456,
48
+ "step": 20,
49
+ "train_runtime": 488.2663,
50
+ "train_tokens_per_second": 39.847
51
+ },
52
+ {
53
+ "epoch": 0.4,
54
+ "grad_norm": 6.511438846588135,
55
+ "learning_rate": 0.00019214762118704076,
56
+ "loss": 0.9397,
57
+ "num_input_tokens_seen": 24240,
58
+ "step": 25,
59
+ "train_runtime": 611.1324,
60
+ "train_tokens_per_second": 39.664
61
+ },
62
+ {
63
+ "epoch": 0.48,
64
+ "grad_norm": 5.14411735534668,
65
+ "learning_rate": 0.00018860495104301345,
66
+ "loss": 0.8065,
67
+ "num_input_tokens_seen": 28928,
68
+ "step": 30,
69
+ "train_runtime": 732.2813,
70
+ "train_tokens_per_second": 39.504
71
+ },
72
+ {
73
+ "epoch": 0.56,
74
+ "grad_norm": 3.8415708541870117,
75
+ "learning_rate": 0.0001844506011066308,
76
+ "loss": 1.0692,
77
+ "num_input_tokens_seen": 33712,
78
+ "step": 35,
79
+ "train_runtime": 854.4771,
80
+ "train_tokens_per_second": 39.453
81
+ },
82
+ {
83
+ "epoch": 0.64,
84
+ "grad_norm": 4.072882175445557,
85
+ "learning_rate": 0.00017971325072229226,
86
+ "loss": 1.1197,
87
+ "num_input_tokens_seen": 38384,
88
+ "step": 40,
89
+ "train_runtime": 975.508,
90
+ "train_tokens_per_second": 39.348
91
+ },
92
+ {
93
+ "epoch": 0.72,
94
+ "grad_norm": 5.347297191619873,
95
+ "learning_rate": 0.00017442560394846516,
96
+ "loss": 0.9444,
97
+ "num_input_tokens_seen": 43232,
98
+ "step": 45,
99
+ "train_runtime": 1098.6527,
100
+ "train_tokens_per_second": 39.35
101
+ },
102
+ {
103
+ "epoch": 0.8,
104
+ "grad_norm": 4.867551326751709,
105
+ "learning_rate": 0.0001686241637868734,
106
+ "loss": 1.1552,
107
+ "num_input_tokens_seen": 47600,
108
+ "step": 50,
109
+ "train_runtime": 1216.8692,
110
+ "train_tokens_per_second": 39.117
111
+ },
112
+ {
113
+ "epoch": 0.88,
114
+ "grad_norm": 4.36644172668457,
115
+ "learning_rate": 0.00016234898018587337,
116
+ "loss": 0.7799,
117
+ "num_input_tokens_seen": 52416,
118
+ "step": 55,
119
+ "train_runtime": 1339.2743,
120
+ "train_tokens_per_second": 39.138
121
+ },
122
+ {
123
+ "epoch": 0.96,
124
+ "grad_norm": 5.242959499359131,
125
+ "learning_rate": 0.00015564337355766412,
126
+ "loss": 1.0976,
127
+ "num_input_tokens_seen": 57024,
128
+ "step": 60,
129
+ "train_runtime": 1460.6574,
130
+ "train_tokens_per_second": 39.04
131
+ },
132
+ {
133
+ "epoch": 1.032,
134
+ "grad_norm": 2.891428232192993,
135
+ "learning_rate": 0.00014855363571801523,
136
+ "loss": 0.6118,
137
+ "num_input_tokens_seen": 61376,
138
+ "step": 65,
139
+ "train_runtime": 1571.9701,
140
+ "train_tokens_per_second": 39.044
141
+ },
142
+ {
143
+ "epoch": 1.112,
144
+ "grad_norm": 3.863312244415283,
145
+ "learning_rate": 0.00014112871031306119,
146
+ "loss": 0.4582,
147
+ "num_input_tokens_seen": 65808,
148
+ "step": 70,
149
+ "train_runtime": 1688.4702,
150
+ "train_tokens_per_second": 38.975
151
+ },
152
+ {
153
+ "epoch": 1.192,
154
+ "grad_norm": 8.035051345825195,
155
+ "learning_rate": 0.00013341985493931877,
156
+ "loss": 0.4555,
157
+ "num_input_tokens_seen": 70800,
158
+ "step": 75,
159
+ "train_runtime": 1816.0492,
160
+ "train_tokens_per_second": 38.986
161
+ },
162
+ {
163
+ "epoch": 1.272,
164
+ "grad_norm": 6.827272891998291,
165
+ "learning_rate": 0.0001254802872894655,
166
+ "loss": 0.5214,
167
+ "num_input_tokens_seen": 75744,
168
+ "step": 80,
169
+ "train_runtime": 1941.6476,
170
+ "train_tokens_per_second": 39.01
171
+ },
172
+ {
173
+ "epoch": 1.3519999999999999,
174
+ "grad_norm": 3.403914451599121,
175
+ "learning_rate": 0.00011736481776669306,
176
+ "loss": 0.396,
177
+ "num_input_tokens_seen": 80400,
178
+ "step": 85,
179
+ "train_runtime": 2063.1926,
180
+ "train_tokens_per_second": 38.969
181
+ },
182
+ {
183
+ "epoch": 1.432,
184
+ "grad_norm": 5.601797103881836,
185
+ "learning_rate": 0.00010912947110386484,
186
+ "loss": 0.494,
187
+ "num_input_tokens_seen": 85040,
188
+ "step": 90,
189
+ "train_runtime": 2183.6375,
190
+ "train_tokens_per_second": 38.944
191
+ },
192
+ {
193
+ "epoch": 1.512,
194
+ "grad_norm": 4.063144683837891,
195
+ "learning_rate": 0.00010083109959960973,
196
+ "loss": 0.4208,
197
+ "num_input_tokens_seen": 89472,
198
+ "step": 95,
199
+ "train_runtime": 2301.5727,
200
+ "train_tokens_per_second": 38.874
201
+ },
202
+ {
203
+ "epoch": 1.592,
204
+ "grad_norm": 3.933701515197754,
205
+ "learning_rate": 9.252699064135758e-05,
206
+ "loss": 0.3598,
207
+ "num_input_tokens_seen": 94128,
208
+ "step": 100,
209
+ "train_runtime": 2423.5983,
210
+ "train_tokens_per_second": 38.838
211
+ },
212
+ {
213
+ "epoch": 1.6720000000000002,
214
+ "grad_norm": 2.3344547748565674,
215
+ "learning_rate": 8.427447122476148e-05,
216
+ "loss": 0.3386,
217
+ "num_input_tokens_seen": 99120,
218
+ "step": 105,
219
+ "train_runtime": 2556.3976,
220
+ "train_tokens_per_second": 38.773
221
+ },
222
+ {
223
+ "epoch": 1.752,
224
+ "grad_norm": 6.219064712524414,
225
+ "learning_rate": 7.613051219968623e-05,
226
+ "loss": 0.363,
227
+ "num_input_tokens_seen": 104224,
228
+ "step": 110,
229
+ "train_runtime": 2687.8442,
230
+ "train_tokens_per_second": 38.776
231
+ },
232
+ {
233
+ "epoch": 1.8319999999999999,
234
+ "grad_norm": 4.835460662841797,
235
+ "learning_rate": 6.815133497483157e-05,
236
+ "loss": 0.4988,
237
+ "num_input_tokens_seen": 108352,
238
+ "step": 115,
239
+ "train_runtime": 2797.943,
240
+ "train_tokens_per_second": 38.726
241
+ },
242
+ {
243
+ "epoch": 1.912,
244
+ "grad_norm": 3.8654727935791016,
245
+ "learning_rate": 6.039202339608432e-05,
246
+ "loss": 0.492,
247
+ "num_input_tokens_seen": 113216,
248
+ "step": 120,
249
+ "train_runtime": 2921.7812,
250
+ "train_tokens_per_second": 38.749
251
+ },
252
+ {
253
+ "epoch": 1.992,
254
+ "grad_norm": 2.8310158252716064,
255
+ "learning_rate": 5.290614347797802e-05,
256
+ "loss": 0.3521,
257
+ "num_input_tokens_seen": 118128,
258
+ "step": 125,
259
+ "train_runtime": 3048.0813,
260
+ "train_tokens_per_second": 38.755
261
+ },
262
+ {
263
+ "epoch": 2.064,
264
+ "grad_norm": 2.7480006217956543,
265
+ "learning_rate": 4.574537361342407e-05,
266
+ "loss": 0.2833,
267
+ "num_input_tokens_seen": 121984,
268
+ "step": 130,
269
+ "train_runtime": 3150.1518,
270
+ "train_tokens_per_second": 38.723
271
+ },
272
+ {
273
+ "epoch": 2.144,
274
+ "grad_norm": 2.6361961364746094,
275
+ "learning_rate": 3.89591478145437e-05,
276
+ "loss": 0.1752,
277
+ "num_input_tokens_seen": 126272,
278
+ "step": 135,
279
+ "train_runtime": 3263.6021,
280
+ "train_tokens_per_second": 38.691
281
+ },
282
+ {
283
+ "epoch": 2.224,
284
+ "grad_norm": 2.188568115234375,
285
+ "learning_rate": 3.259431444746846e-05,
286
+ "loss": 0.1497,
287
+ "num_input_tokens_seen": 131184,
288
+ "step": 140,
289
+ "train_runtime": 3388.4424,
290
+ "train_tokens_per_second": 38.715
291
+ },
292
+ {
293
+ "epoch": 2.304,
294
+ "grad_norm": 2.502239942550659,
295
+ "learning_rate": 2.669481281701739e-05,
296
+ "loss": 0.123,
297
+ "num_input_tokens_seen": 136256,
298
+ "step": 145,
299
+ "train_runtime": 3517.0188,
300
+ "train_tokens_per_second": 38.742
301
+ },
302
+ {
303
+ "epoch": 2.384,
304
+ "grad_norm": 5.557635307312012,
305
+ "learning_rate": 2.1301369833931117e-05,
306
+ "loss": 0.1846,
307
+ "num_input_tokens_seen": 140816,
308
+ "step": 150,
309
+ "train_runtime": 3636.002,
310
+ "train_tokens_per_second": 38.728
311
+ },
312
+ {
313
+ "epoch": 2.464,
314
+ "grad_norm": 7.517292022705078,
315
+ "learning_rate": 1.6451218858706374e-05,
316
+ "loss": 0.1589,
317
+ "num_input_tokens_seen": 145824,
318
+ "step": 155,
319
+ "train_runtime": 3761.3932,
320
+ "train_tokens_per_second": 38.769
321
+ },
322
+ {
323
+ "epoch": 2.544,
324
+ "grad_norm": 4.320331573486328,
325
+ "learning_rate": 1.2177842662977135e-05,
326
+ "loss": 0.2244,
327
+ "num_input_tokens_seen": 150720,
328
+ "step": 160,
329
+ "train_runtime": 3886.3506,
330
+ "train_tokens_per_second": 38.782
331
+ },
332
+ {
333
+ "epoch": 2.624,
334
+ "grad_norm": 5.886272430419922,
335
+ "learning_rate": 8.510742282896544e-06,
336
+ "loss": 0.243,
337
+ "num_input_tokens_seen": 155408,
338
+ "step": 165,
339
+ "train_runtime": 4010.9688,
340
+ "train_tokens_per_second": 38.746
341
+ },
342
+ {
343
+ "epoch": 2.7039999999999997,
344
+ "grad_norm": 4.565557479858398,
345
+ "learning_rate": 5.475233360227516e-06,
346
+ "loss": 0.1998,
347
+ "num_input_tokens_seen": 159616,
348
+ "step": 170,
349
+ "train_runtime": 4124.7853,
350
+ "train_tokens_per_second": 38.697
351
+ },
352
+ {
353
+ "epoch": 2.784,
354
+ "grad_norm": 5.315474987030029,
355
+ "learning_rate": 3.092271377092215e-06,
356
+ "loss": 0.1511,
357
+ "num_input_tokens_seen": 164544,
358
+ "step": 175,
359
+ "train_runtime": 4249.8174,
360
+ "train_tokens_per_second": 38.718
361
+ },
362
+ {
363
+ "epoch": 2.864,
364
+ "grad_norm": 2.225633382797241,
365
+ "learning_rate": 1.378306990862177e-06,
366
+ "loss": 0.1868,
367
+ "num_input_tokens_seen": 169728,
368
+ "step": 180,
369
+ "train_runtime": 4382.478,
370
+ "train_tokens_per_second": 38.729
371
+ },
372
+ {
373
+ "epoch": 2.944,
374
+ "grad_norm": 3.31820011138916,
375
+ "learning_rate": 3.451724678784518e-07,
376
+ "loss": 0.2023,
377
+ "num_input_tokens_seen": 174320,
378
+ "step": 185,
379
+ "train_runtime": 4501.8922,
380
+ "train_tokens_per_second": 38.721
381
+ }
382
+ ],
383
+ "logging_steps": 5,
384
+ "max_steps": 189,
385
+ "num_input_tokens_seen": 177776,
386
+ "num_train_epochs": 3,
387
+ "save_steps": 100,
388
+ "stateful_callbacks": {
389
+ "TrainerControl": {
390
+ "args": {
391
+ "should_epoch_stop": false,
392
+ "should_evaluate": false,
393
+ "should_log": false,
394
+ "should_save": true,
395
+ "should_training_stop": true
396
+ },
397
+ "attributes": {}
398
+ }
399
+ },
400
+ "total_flos": 7606997652996096.0,
401
+ "train_batch_size": 2,
402
+ "trial_name": null,
403
+ "trial_params": null
404
+ }
checkpoint-189/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:270e555ab2afc03e62179b9e34a7de0d45bb5c252e90141ef2edaba214c341c8
3
+ size 5752
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.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,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "extra_special_tokens": {},
36
+ "legacy": false,
37
+ "model_max_length": 1000000000000000019884624838656,
38
+ "pad_token": "</s>",
39
+ "padding_side": "right",
40
+ "sp_model_kwargs": {},
41
+ "spaces_between_special_tokens": false,
42
+ "split_special_tokens": false,
43
+ "tokenizer_class": "LlamaTokenizer",
44
+ "unk_token": "<unk>",
45
+ "use_default_system_prompt": false
46
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "num_input_tokens_seen": 177776,
4
+ "total_flos": 7606997652996096.0,
5
+ "train_loss": 0.5502152733071141,
6
+ "train_runtime": 4598.4523,
7
+ "train_samples_per_second": 0.652,
8
+ "train_steps_per_second": 0.041
9
+ }
trainer_log.jsonl ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"current_steps": 5, "total_steps": 189, "loss": 1.683, "lr": 0.0001997790438338385, "epoch": 0.08, "percentage": 2.65, "elapsed_time": "0:01:58", "remaining_time": "1:12:37", "throughput": 41.34, "total_tokens": 4896}
2
+ {"current_steps": 10, "total_steps": 189, "loss": 0.9406, "lr": 0.00019888308262251285, "epoch": 0.16, "percentage": 5.29, "elapsed_time": "0:04:07", "remaining_time": "1:13:45", "throughput": 41.03, "total_tokens": 10144}
3
+ {"current_steps": 15, "total_steps": 189, "loss": 1.1972, "lr": 0.00019730448705798239, "epoch": 0.24, "percentage": 7.94, "elapsed_time": "0:06:07", "remaining_time": "1:10:57", "throughput": 40.24, "total_tokens": 14768}
4
+ {"current_steps": 20, "total_steps": 189, "loss": 0.8463, "lr": 0.0001950541548947829, "epoch": 0.32, "percentage": 10.58, "elapsed_time": "0:08:08", "remaining_time": "1:08:45", "throughput": 39.85, "total_tokens": 19456}
5
+ {"current_steps": 25, "total_steps": 189, "loss": 0.9397, "lr": 0.00019214762118704076, "epoch": 0.4, "percentage": 13.23, "elapsed_time": "0:10:11", "remaining_time": "1:06:49", "throughput": 39.66, "total_tokens": 24240}
6
+ {"current_steps": 30, "total_steps": 189, "loss": 0.8065, "lr": 0.00018860495104301345, "epoch": 0.48, "percentage": 15.87, "elapsed_time": "0:12:12", "remaining_time": "1:04:41", "throughput": 39.5, "total_tokens": 28928}
7
+ {"current_steps": 35, "total_steps": 189, "loss": 1.0692, "lr": 0.0001844506011066308, "epoch": 0.56, "percentage": 18.52, "elapsed_time": "0:14:14", "remaining_time": "1:02:39", "throughput": 39.45, "total_tokens": 33712}
8
+ {"current_steps": 40, "total_steps": 189, "loss": 1.1197, "lr": 0.00017971325072229226, "epoch": 0.64, "percentage": 21.16, "elapsed_time": "0:16:15", "remaining_time": "1:00:33", "throughput": 39.35, "total_tokens": 38384}
9
+ {"current_steps": 45, "total_steps": 189, "loss": 0.9444, "lr": 0.00017442560394846516, "epoch": 0.72, "percentage": 23.81, "elapsed_time": "0:18:18", "remaining_time": "0:58:35", "throughput": 39.35, "total_tokens": 43232}
10
+ {"current_steps": 50, "total_steps": 189, "loss": 1.1552, "lr": 0.0001686241637868734, "epoch": 0.8, "percentage": 26.46, "elapsed_time": "0:20:16", "remaining_time": "0:56:22", "throughput": 39.12, "total_tokens": 47600}
11
+ {"current_steps": 55, "total_steps": 189, "loss": 0.7799, "lr": 0.00016234898018587337, "epoch": 0.88, "percentage": 29.1, "elapsed_time": "0:22:19", "remaining_time": "0:54:22", "throughput": 39.14, "total_tokens": 52416}
12
+ {"current_steps": 60, "total_steps": 189, "loss": 1.0976, "lr": 0.00015564337355766412, "epoch": 0.96, "percentage": 31.75, "elapsed_time": "0:24:20", "remaining_time": "0:52:20", "throughput": 39.04, "total_tokens": 57024}
13
+ {"current_steps": 65, "total_steps": 189, "loss": 0.6118, "lr": 0.00014855363571801523, "epoch": 1.032, "percentage": 34.39, "elapsed_time": "0:26:11", "remaining_time": "0:49:58", "throughput": 39.04, "total_tokens": 61376}
14
+ {"current_steps": 70, "total_steps": 189, "loss": 0.4582, "lr": 0.00014112871031306119, "epoch": 1.112, "percentage": 37.04, "elapsed_time": "0:28:08", "remaining_time": "0:47:50", "throughput": 38.98, "total_tokens": 65808}
15
+ {"current_steps": 75, "total_steps": 189, "loss": 0.4555, "lr": 0.00013341985493931877, "epoch": 1.192, "percentage": 39.68, "elapsed_time": "0:30:16", "remaining_time": "0:46:00", "throughput": 38.99, "total_tokens": 70800}
16
+ {"current_steps": 80, "total_steps": 189, "loss": 0.5214, "lr": 0.0001254802872894655, "epoch": 1.272, "percentage": 42.33, "elapsed_time": "0:32:21", "remaining_time": "0:44:05", "throughput": 39.01, "total_tokens": 75744}
17
+ {"current_steps": 85, "total_steps": 189, "loss": 0.396, "lr": 0.00011736481776669306, "epoch": 1.3519999999999999, "percentage": 44.97, "elapsed_time": "0:34:23", "remaining_time": "0:42:04", "throughput": 38.97, "total_tokens": 80400}
18
+ {"current_steps": 90, "total_steps": 189, "loss": 0.494, "lr": 0.00010912947110386484, "epoch": 1.432, "percentage": 47.62, "elapsed_time": "0:36:23", "remaining_time": "0:40:01", "throughput": 38.94, "total_tokens": 85040}
19
+ {"current_steps": 95, "total_steps": 189, "loss": 0.4208, "lr": 0.00010083109959960973, "epoch": 1.512, "percentage": 50.26, "elapsed_time": "0:38:21", "remaining_time": "0:37:57", "throughput": 38.87, "total_tokens": 89472}
20
+ {"current_steps": 100, "total_steps": 189, "loss": 0.3598, "lr": 9.252699064135758e-05, "epoch": 1.592, "percentage": 52.91, "elapsed_time": "0:40:23", "remaining_time": "0:35:56", "throughput": 38.84, "total_tokens": 94128}
21
+ {"current_steps": 105, "total_steps": 189, "loss": 0.3386, "lr": 8.427447122476148e-05, "epoch": 1.6720000000000002, "percentage": 55.56, "elapsed_time": "0:42:36", "remaining_time": "0:34:05", "throughput": 38.77, "total_tokens": 99120}
22
+ {"current_steps": 110, "total_steps": 189, "loss": 0.363, "lr": 7.613051219968623e-05, "epoch": 1.752, "percentage": 58.2, "elapsed_time": "0:44:47", "remaining_time": "0:32:10", "throughput": 38.78, "total_tokens": 104224}
23
+ {"current_steps": 115, "total_steps": 189, "loss": 0.4988, "lr": 6.815133497483157e-05, "epoch": 1.8319999999999999, "percentage": 60.85, "elapsed_time": "0:46:37", "remaining_time": "0:30:00", "throughput": 38.73, "total_tokens": 108352}
24
+ {"current_steps": 120, "total_steps": 189, "loss": 0.492, "lr": 6.039202339608432e-05, "epoch": 1.912, "percentage": 63.49, "elapsed_time": "0:48:41", "remaining_time": "0:28:00", "throughput": 38.75, "total_tokens": 113216}
25
+ {"current_steps": 125, "total_steps": 189, "loss": 0.3521, "lr": 5.290614347797802e-05, "epoch": 1.992, "percentage": 66.14, "elapsed_time": "0:50:48", "remaining_time": "0:26:00", "throughput": 38.75, "total_tokens": 118128}
26
+ {"current_steps": 130, "total_steps": 189, "loss": 0.2833, "lr": 4.574537361342407e-05, "epoch": 2.064, "percentage": 68.78, "elapsed_time": "0:52:30", "remaining_time": "0:23:49", "throughput": 38.72, "total_tokens": 121984}
27
+ {"current_steps": 135, "total_steps": 189, "loss": 0.1752, "lr": 3.89591478145437e-05, "epoch": 2.144, "percentage": 71.43, "elapsed_time": "0:54:23", "remaining_time": "0:21:45", "throughput": 38.69, "total_tokens": 126272}
28
+ {"current_steps": 140, "total_steps": 189, "loss": 0.1497, "lr": 3.259431444746846e-05, "epoch": 2.224, "percentage": 74.07, "elapsed_time": "0:56:28", "remaining_time": "0:19:45", "throughput": 38.72, "total_tokens": 131184}
29
+ {"current_steps": 145, "total_steps": 189, "loss": 0.123, "lr": 2.669481281701739e-05, "epoch": 2.304, "percentage": 76.72, "elapsed_time": "0:58:37", "remaining_time": "0:17:47", "throughput": 38.74, "total_tokens": 136256}
30
+ {"current_steps": 150, "total_steps": 189, "loss": 0.1846, "lr": 2.1301369833931117e-05, "epoch": 2.384, "percentage": 79.37, "elapsed_time": "1:00:35", "remaining_time": "0:15:45", "throughput": 38.73, "total_tokens": 140816}
31
+ {"current_steps": 155, "total_steps": 189, "loss": 0.1589, "lr": 1.6451218858706374e-05, "epoch": 2.464, "percentage": 82.01, "elapsed_time": "1:02:41", "remaining_time": "0:13:45", "throughput": 38.77, "total_tokens": 145824}
32
+ {"current_steps": 160, "total_steps": 189, "loss": 0.2244, "lr": 1.2177842662977135e-05, "epoch": 2.544, "percentage": 84.66, "elapsed_time": "1:04:46", "remaining_time": "0:11:44", "throughput": 38.78, "total_tokens": 150720}
33
+ {"current_steps": 165, "total_steps": 189, "loss": 0.243, "lr": 8.510742282896544e-06, "epoch": 2.624, "percentage": 87.3, "elapsed_time": "1:06:50", "remaining_time": "0:09:43", "throughput": 38.75, "total_tokens": 155408}
34
+ {"current_steps": 170, "total_steps": 189, "loss": 0.1998, "lr": 5.475233360227516e-06, "epoch": 2.7039999999999997, "percentage": 89.95, "elapsed_time": "1:08:44", "remaining_time": "0:07:41", "throughput": 38.7, "total_tokens": 159616}
35
+ {"current_steps": 175, "total_steps": 189, "loss": 0.1511, "lr": 3.092271377092215e-06, "epoch": 2.784, "percentage": 92.59, "elapsed_time": "1:10:49", "remaining_time": "0:05:39", "throughput": 38.72, "total_tokens": 164544}
36
+ {"current_steps": 180, "total_steps": 189, "loss": 0.1868, "lr": 1.378306990862177e-06, "epoch": 2.864, "percentage": 95.24, "elapsed_time": "1:13:02", "remaining_time": "0:03:39", "throughput": 38.73, "total_tokens": 169728}
37
+ {"current_steps": 185, "total_steps": 189, "loss": 0.2023, "lr": 3.451724678784518e-07, "epoch": 2.944, "percentage": 97.88, "elapsed_time": "1:15:01", "remaining_time": "0:01:37", "throughput": 38.72, "total_tokens": 174320}
38
+ {"current_steps": 189, "total_steps": 189, "epoch": 3.0, "percentage": 100.0, "elapsed_time": "1:16:38", "remaining_time": "0:00:00", "throughput": 38.66, "total_tokens": 177776}
trainer_state.json ADDED
@@ -0,0 +1,414 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 189,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.08,
14
+ "grad_norm": 5.599682807922363,
15
+ "learning_rate": 0.0001997790438338385,
16
+ "loss": 1.683,
17
+ "num_input_tokens_seen": 4896,
18
+ "step": 5,
19
+ "train_runtime": 118.4256,
20
+ "train_tokens_per_second": 41.342
21
+ },
22
+ {
23
+ "epoch": 0.16,
24
+ "grad_norm": 4.600591659545898,
25
+ "learning_rate": 0.00019888308262251285,
26
+ "loss": 0.9406,
27
+ "num_input_tokens_seen": 10144,
28
+ "step": 10,
29
+ "train_runtime": 247.2151,
30
+ "train_tokens_per_second": 41.033
31
+ },
32
+ {
33
+ "epoch": 0.24,
34
+ "grad_norm": 5.516849994659424,
35
+ "learning_rate": 0.00019730448705798239,
36
+ "loss": 1.1972,
37
+ "num_input_tokens_seen": 14768,
38
+ "step": 15,
39
+ "train_runtime": 367.0408,
40
+ "train_tokens_per_second": 40.235
41
+ },
42
+ {
43
+ "epoch": 0.32,
44
+ "grad_norm": 4.443480968475342,
45
+ "learning_rate": 0.0001950541548947829,
46
+ "loss": 0.8463,
47
+ "num_input_tokens_seen": 19456,
48
+ "step": 20,
49
+ "train_runtime": 488.2663,
50
+ "train_tokens_per_second": 39.847
51
+ },
52
+ {
53
+ "epoch": 0.4,
54
+ "grad_norm": 6.511438846588135,
55
+ "learning_rate": 0.00019214762118704076,
56
+ "loss": 0.9397,
57
+ "num_input_tokens_seen": 24240,
58
+ "step": 25,
59
+ "train_runtime": 611.1324,
60
+ "train_tokens_per_second": 39.664
61
+ },
62
+ {
63
+ "epoch": 0.48,
64
+ "grad_norm": 5.14411735534668,
65
+ "learning_rate": 0.00018860495104301345,
66
+ "loss": 0.8065,
67
+ "num_input_tokens_seen": 28928,
68
+ "step": 30,
69
+ "train_runtime": 732.2813,
70
+ "train_tokens_per_second": 39.504
71
+ },
72
+ {
73
+ "epoch": 0.56,
74
+ "grad_norm": 3.8415708541870117,
75
+ "learning_rate": 0.0001844506011066308,
76
+ "loss": 1.0692,
77
+ "num_input_tokens_seen": 33712,
78
+ "step": 35,
79
+ "train_runtime": 854.4771,
80
+ "train_tokens_per_second": 39.453
81
+ },
82
+ {
83
+ "epoch": 0.64,
84
+ "grad_norm": 4.072882175445557,
85
+ "learning_rate": 0.00017971325072229226,
86
+ "loss": 1.1197,
87
+ "num_input_tokens_seen": 38384,
88
+ "step": 40,
89
+ "train_runtime": 975.508,
90
+ "train_tokens_per_second": 39.348
91
+ },
92
+ {
93
+ "epoch": 0.72,
94
+ "grad_norm": 5.347297191619873,
95
+ "learning_rate": 0.00017442560394846516,
96
+ "loss": 0.9444,
97
+ "num_input_tokens_seen": 43232,
98
+ "step": 45,
99
+ "train_runtime": 1098.6527,
100
+ "train_tokens_per_second": 39.35
101
+ },
102
+ {
103
+ "epoch": 0.8,
104
+ "grad_norm": 4.867551326751709,
105
+ "learning_rate": 0.0001686241637868734,
106
+ "loss": 1.1552,
107
+ "num_input_tokens_seen": 47600,
108
+ "step": 50,
109
+ "train_runtime": 1216.8692,
110
+ "train_tokens_per_second": 39.117
111
+ },
112
+ {
113
+ "epoch": 0.88,
114
+ "grad_norm": 4.36644172668457,
115
+ "learning_rate": 0.00016234898018587337,
116
+ "loss": 0.7799,
117
+ "num_input_tokens_seen": 52416,
118
+ "step": 55,
119
+ "train_runtime": 1339.2743,
120
+ "train_tokens_per_second": 39.138
121
+ },
122
+ {
123
+ "epoch": 0.96,
124
+ "grad_norm": 5.242959499359131,
125
+ "learning_rate": 0.00015564337355766412,
126
+ "loss": 1.0976,
127
+ "num_input_tokens_seen": 57024,
128
+ "step": 60,
129
+ "train_runtime": 1460.6574,
130
+ "train_tokens_per_second": 39.04
131
+ },
132
+ {
133
+ "epoch": 1.032,
134
+ "grad_norm": 2.891428232192993,
135
+ "learning_rate": 0.00014855363571801523,
136
+ "loss": 0.6118,
137
+ "num_input_tokens_seen": 61376,
138
+ "step": 65,
139
+ "train_runtime": 1571.9701,
140
+ "train_tokens_per_second": 39.044
141
+ },
142
+ {
143
+ "epoch": 1.112,
144
+ "grad_norm": 3.863312244415283,
145
+ "learning_rate": 0.00014112871031306119,
146
+ "loss": 0.4582,
147
+ "num_input_tokens_seen": 65808,
148
+ "step": 70,
149
+ "train_runtime": 1688.4702,
150
+ "train_tokens_per_second": 38.975
151
+ },
152
+ {
153
+ "epoch": 1.192,
154
+ "grad_norm": 8.035051345825195,
155
+ "learning_rate": 0.00013341985493931877,
156
+ "loss": 0.4555,
157
+ "num_input_tokens_seen": 70800,
158
+ "step": 75,
159
+ "train_runtime": 1816.0492,
160
+ "train_tokens_per_second": 38.986
161
+ },
162
+ {
163
+ "epoch": 1.272,
164
+ "grad_norm": 6.827272891998291,
165
+ "learning_rate": 0.0001254802872894655,
166
+ "loss": 0.5214,
167
+ "num_input_tokens_seen": 75744,
168
+ "step": 80,
169
+ "train_runtime": 1941.6476,
170
+ "train_tokens_per_second": 39.01
171
+ },
172
+ {
173
+ "epoch": 1.3519999999999999,
174
+ "grad_norm": 3.403914451599121,
175
+ "learning_rate": 0.00011736481776669306,
176
+ "loss": 0.396,
177
+ "num_input_tokens_seen": 80400,
178
+ "step": 85,
179
+ "train_runtime": 2063.1926,
180
+ "train_tokens_per_second": 38.969
181
+ },
182
+ {
183
+ "epoch": 1.432,
184
+ "grad_norm": 5.601797103881836,
185
+ "learning_rate": 0.00010912947110386484,
186
+ "loss": 0.494,
187
+ "num_input_tokens_seen": 85040,
188
+ "step": 90,
189
+ "train_runtime": 2183.6375,
190
+ "train_tokens_per_second": 38.944
191
+ },
192
+ {
193
+ "epoch": 1.512,
194
+ "grad_norm": 4.063144683837891,
195
+ "learning_rate": 0.00010083109959960973,
196
+ "loss": 0.4208,
197
+ "num_input_tokens_seen": 89472,
198
+ "step": 95,
199
+ "train_runtime": 2301.5727,
200
+ "train_tokens_per_second": 38.874
201
+ },
202
+ {
203
+ "epoch": 1.592,
204
+ "grad_norm": 3.933701515197754,
205
+ "learning_rate": 9.252699064135758e-05,
206
+ "loss": 0.3598,
207
+ "num_input_tokens_seen": 94128,
208
+ "step": 100,
209
+ "train_runtime": 2423.5983,
210
+ "train_tokens_per_second": 38.838
211
+ },
212
+ {
213
+ "epoch": 1.6720000000000002,
214
+ "grad_norm": 2.3344547748565674,
215
+ "learning_rate": 8.427447122476148e-05,
216
+ "loss": 0.3386,
217
+ "num_input_tokens_seen": 99120,
218
+ "step": 105,
219
+ "train_runtime": 2556.3976,
220
+ "train_tokens_per_second": 38.773
221
+ },
222
+ {
223
+ "epoch": 1.752,
224
+ "grad_norm": 6.219064712524414,
225
+ "learning_rate": 7.613051219968623e-05,
226
+ "loss": 0.363,
227
+ "num_input_tokens_seen": 104224,
228
+ "step": 110,
229
+ "train_runtime": 2687.8442,
230
+ "train_tokens_per_second": 38.776
231
+ },
232
+ {
233
+ "epoch": 1.8319999999999999,
234
+ "grad_norm": 4.835460662841797,
235
+ "learning_rate": 6.815133497483157e-05,
236
+ "loss": 0.4988,
237
+ "num_input_tokens_seen": 108352,
238
+ "step": 115,
239
+ "train_runtime": 2797.943,
240
+ "train_tokens_per_second": 38.726
241
+ },
242
+ {
243
+ "epoch": 1.912,
244
+ "grad_norm": 3.8654727935791016,
245
+ "learning_rate": 6.039202339608432e-05,
246
+ "loss": 0.492,
247
+ "num_input_tokens_seen": 113216,
248
+ "step": 120,
249
+ "train_runtime": 2921.7812,
250
+ "train_tokens_per_second": 38.749
251
+ },
252
+ {
253
+ "epoch": 1.992,
254
+ "grad_norm": 2.8310158252716064,
255
+ "learning_rate": 5.290614347797802e-05,
256
+ "loss": 0.3521,
257
+ "num_input_tokens_seen": 118128,
258
+ "step": 125,
259
+ "train_runtime": 3048.0813,
260
+ "train_tokens_per_second": 38.755
261
+ },
262
+ {
263
+ "epoch": 2.064,
264
+ "grad_norm": 2.7480006217956543,
265
+ "learning_rate": 4.574537361342407e-05,
266
+ "loss": 0.2833,
267
+ "num_input_tokens_seen": 121984,
268
+ "step": 130,
269
+ "train_runtime": 3150.1518,
270
+ "train_tokens_per_second": 38.723
271
+ },
272
+ {
273
+ "epoch": 2.144,
274
+ "grad_norm": 2.6361961364746094,
275
+ "learning_rate": 3.89591478145437e-05,
276
+ "loss": 0.1752,
277
+ "num_input_tokens_seen": 126272,
278
+ "step": 135,
279
+ "train_runtime": 3263.6021,
280
+ "train_tokens_per_second": 38.691
281
+ },
282
+ {
283
+ "epoch": 2.224,
284
+ "grad_norm": 2.188568115234375,
285
+ "learning_rate": 3.259431444746846e-05,
286
+ "loss": 0.1497,
287
+ "num_input_tokens_seen": 131184,
288
+ "step": 140,
289
+ "train_runtime": 3388.4424,
290
+ "train_tokens_per_second": 38.715
291
+ },
292
+ {
293
+ "epoch": 2.304,
294
+ "grad_norm": 2.502239942550659,
295
+ "learning_rate": 2.669481281701739e-05,
296
+ "loss": 0.123,
297
+ "num_input_tokens_seen": 136256,
298
+ "step": 145,
299
+ "train_runtime": 3517.0188,
300
+ "train_tokens_per_second": 38.742
301
+ },
302
+ {
303
+ "epoch": 2.384,
304
+ "grad_norm": 5.557635307312012,
305
+ "learning_rate": 2.1301369833931117e-05,
306
+ "loss": 0.1846,
307
+ "num_input_tokens_seen": 140816,
308
+ "step": 150,
309
+ "train_runtime": 3636.002,
310
+ "train_tokens_per_second": 38.728
311
+ },
312
+ {
313
+ "epoch": 2.464,
314
+ "grad_norm": 7.517292022705078,
315
+ "learning_rate": 1.6451218858706374e-05,
316
+ "loss": 0.1589,
317
+ "num_input_tokens_seen": 145824,
318
+ "step": 155,
319
+ "train_runtime": 3761.3932,
320
+ "train_tokens_per_second": 38.769
321
+ },
322
+ {
323
+ "epoch": 2.544,
324
+ "grad_norm": 4.320331573486328,
325
+ "learning_rate": 1.2177842662977135e-05,
326
+ "loss": 0.2244,
327
+ "num_input_tokens_seen": 150720,
328
+ "step": 160,
329
+ "train_runtime": 3886.3506,
330
+ "train_tokens_per_second": 38.782
331
+ },
332
+ {
333
+ "epoch": 2.624,
334
+ "grad_norm": 5.886272430419922,
335
+ "learning_rate": 8.510742282896544e-06,
336
+ "loss": 0.243,
337
+ "num_input_tokens_seen": 155408,
338
+ "step": 165,
339
+ "train_runtime": 4010.9688,
340
+ "train_tokens_per_second": 38.746
341
+ },
342
+ {
343
+ "epoch": 2.7039999999999997,
344
+ "grad_norm": 4.565557479858398,
345
+ "learning_rate": 5.475233360227516e-06,
346
+ "loss": 0.1998,
347
+ "num_input_tokens_seen": 159616,
348
+ "step": 170,
349
+ "train_runtime": 4124.7853,
350
+ "train_tokens_per_second": 38.697
351
+ },
352
+ {
353
+ "epoch": 2.784,
354
+ "grad_norm": 5.315474987030029,
355
+ "learning_rate": 3.092271377092215e-06,
356
+ "loss": 0.1511,
357
+ "num_input_tokens_seen": 164544,
358
+ "step": 175,
359
+ "train_runtime": 4249.8174,
360
+ "train_tokens_per_second": 38.718
361
+ },
362
+ {
363
+ "epoch": 2.864,
364
+ "grad_norm": 2.225633382797241,
365
+ "learning_rate": 1.378306990862177e-06,
366
+ "loss": 0.1868,
367
+ "num_input_tokens_seen": 169728,
368
+ "step": 180,
369
+ "train_runtime": 4382.478,
370
+ "train_tokens_per_second": 38.729
371
+ },
372
+ {
373
+ "epoch": 2.944,
374
+ "grad_norm": 3.31820011138916,
375
+ "learning_rate": 3.451724678784518e-07,
376
+ "loss": 0.2023,
377
+ "num_input_tokens_seen": 174320,
378
+ "step": 185,
379
+ "train_runtime": 4501.8922,
380
+ "train_tokens_per_second": 38.721
381
+ },
382
+ {
383
+ "epoch": 3.0,
384
+ "num_input_tokens_seen": 177776,
385
+ "step": 189,
386
+ "total_flos": 7606997652996096.0,
387
+ "train_loss": 0.5502152733071141,
388
+ "train_runtime": 4598.4523,
389
+ "train_samples_per_second": 0.652,
390
+ "train_steps_per_second": 0.041
391
+ }
392
+ ],
393
+ "logging_steps": 5,
394
+ "max_steps": 189,
395
+ "num_input_tokens_seen": 177776,
396
+ "num_train_epochs": 3,
397
+ "save_steps": 100,
398
+ "stateful_callbacks": {
399
+ "TrainerControl": {
400
+ "args": {
401
+ "should_epoch_stop": false,
402
+ "should_evaluate": false,
403
+ "should_log": false,
404
+ "should_save": true,
405
+ "should_training_stop": true
406
+ },
407
+ "attributes": {}
408
+ }
409
+ },
410
+ "total_flos": 7606997652996096.0,
411
+ "train_batch_size": 2,
412
+ "trial_name": null,
413
+ "trial_params": null
414
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:270e555ab2afc03e62179b9e34a7de0d45bb5c252e90141ef2edaba214c341c8
3
+ size 5752
training_loss.png ADDED