quamer23 commited on
Commit
9c421c9
·
verified ·
1 Parent(s): e50bc18

Upload folder using huggingface_hub

Browse files
Files changed (45) hide show
  1. README.md +65 -0
  2. adapter_config.json +28 -0
  3. adapter_model.safetensors +3 -0
  4. all_results.json +11 -0
  5. checkpoint-100/README.md +202 -0
  6. checkpoint-100/adapter_config.json +28 -0
  7. checkpoint-100/adapter_model.safetensors +3 -0
  8. checkpoint-100/optimizer.pt +3 -0
  9. checkpoint-100/rng_state.pth +3 -0
  10. checkpoint-100/scheduler.pt +3 -0
  11. checkpoint-100/special_tokens_map.json +24 -0
  12. checkpoint-100/tokenizer.model +3 -0
  13. checkpoint-100/tokenizer_config.json +46 -0
  14. checkpoint-100/trainer_state.json +169 -0
  15. checkpoint-100/training_args.bin +3 -0
  16. checkpoint-200/README.md +202 -0
  17. checkpoint-200/adapter_config.json +28 -0
  18. checkpoint-200/adapter_model.safetensors +3 -0
  19. checkpoint-200/optimizer.pt +3 -0
  20. checkpoint-200/rng_state.pth +3 -0
  21. checkpoint-200/scheduler.pt +3 -0
  22. checkpoint-200/special_tokens_map.json +24 -0
  23. checkpoint-200/tokenizer.model +3 -0
  24. checkpoint-200/tokenizer_config.json +46 -0
  25. checkpoint-200/trainer_state.json +317 -0
  26. checkpoint-200/training_args.bin +3 -0
  27. checkpoint-300/README.md +202 -0
  28. checkpoint-300/adapter_config.json +28 -0
  29. checkpoint-300/adapter_model.safetensors +3 -0
  30. checkpoint-300/optimizer.pt +3 -0
  31. checkpoint-300/rng_state.pth +3 -0
  32. checkpoint-300/scheduler.pt +3 -0
  33. checkpoint-300/special_tokens_map.json +24 -0
  34. checkpoint-300/tokenizer.model +3 -0
  35. checkpoint-300/tokenizer_config.json +46 -0
  36. checkpoint-300/trainer_state.json +465 -0
  37. checkpoint-300/training_args.bin +3 -0
  38. eval_results.json +7 -0
  39. special_tokens_map.json +24 -0
  40. tokenizer.model +3 -0
  41. tokenizer_config.json +46 -0
  42. train_results.json +7 -0
  43. trainer_log.jsonl +77 -0
  44. trainer_state.json +558 -0
  45. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: peft
4
+ tags:
5
+ - llama-factory
6
+ - lora
7
+ - generated_from_trainer
8
+ base_model: mistralai/Mistral-7B-Instruct-v0.2
9
+ model-index:
10
+ - name: train_2024-03-13-19-46-19
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_2024-03-13-19-46-19
18
+
19
+ This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on the dockerNLCommands dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0162
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 64
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: cosine
48
+ - num_epochs: 10.0
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | 0.0372 | 2.78 | 100 | 0.0332 |
55
+ | 0.0125 | 5.56 | 200 | 0.0162 |
56
+ | 0.005 | 8.33 | 300 | 0.0203 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - PEFT 0.9.0
62
+ - Transformers 4.38.2
63
+ - Pytorch 2.2.1+cu121
64
+ - Datasets 2.18.0
65
+ - Tokenizers 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 8,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_dora": false,
27
+ "use_rslora": false
28
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d2f8effb443d5f2e2db3b2b0fad018fd5db2e68197201fa3e8b472ad8914910
3
+ size 13648432
all_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_loss": 0.01622922532260418,
4
+ "eval_runtime": 2.41,
5
+ "eval_samples_per_second": 50.208,
6
+ "eval_steps_per_second": 3.32,
7
+ "train_loss": 0.0840026685127264,
8
+ "train_runtime": 1533.7769,
9
+ "train_samples_per_second": 14.957,
10
+ "train_steps_per_second": 0.235
11
+ }
checkpoint-100/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: mistralai/Mistral-7B-Instruct-v0.2
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.9.0
checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 8,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_dora": false,
27
+ "use_rslora": false
28
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddc6960040e357e61dc83465564a7be78b60e2f0e329227e967be2bf36142f1d
3
+ size 13648432
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1f9103a988014ced7b9ebe5df1852053c18f7cb2b5b2a9ff935fd63bc416fa6
3
+ size 27370618
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:142e1faa0c6800ef4a8a4424724c21c9614b94d1feed868058a6b29c7d4063d8
3
+ size 14244
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a527d8eb69e7ca542e76d10e50395e7cdd0d2c2f68f372c0e6a6295e64d6b83
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.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": true,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "additional_special_tokens": [],
32
+ "bos_token": "<s>",
33
+ "chat_template": "{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ system_message + '\\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '\\nAssistant: ' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' + '\\n' }}{% endif %}{% endfor %}",
34
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
+ "legacy": true,
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,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.03319624438881874,
3
+ "best_model_checkpoint": "saves/Custom/lora/train_2024-03-13-19-46-19/checkpoint-100",
4
+ "epoch": 2.7777777777777777,
5
+ "eval_steps": 100,
6
+ "global_step": 100,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.14,
13
+ "grad_norm": 7.693007469177246,
14
+ "learning_rate": 4.997620553954645e-05,
15
+ "loss": 1.7543,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.28,
20
+ "grad_norm": 5.394199371337891,
21
+ "learning_rate": 4.990486745229364e-05,
22
+ "loss": 1.0206,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.42,
27
+ "grad_norm": 2.683964729309082,
28
+ "learning_rate": 4.9786121534345265e-05,
29
+ "loss": 0.5826,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.56,
34
+ "grad_norm": 1.8806061744689941,
35
+ "learning_rate": 4.962019382530521e-05,
36
+ "loss": 0.4099,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.69,
41
+ "grad_norm": 1.9219516515731812,
42
+ "learning_rate": 4.940740017799833e-05,
43
+ "loss": 0.3052,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.83,
48
+ "grad_norm": 1.6164277791976929,
49
+ "learning_rate": 4.914814565722671e-05,
50
+ "loss": 0.244,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.97,
55
+ "grad_norm": 1.8378784656524658,
56
+ "learning_rate": 4.884292376870567e-05,
57
+ "loss": 0.1924,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 1.11,
62
+ "grad_norm": 2.151557445526123,
63
+ "learning_rate": 4.849231551964771e-05,
64
+ "loss": 0.1655,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 1.25,
69
+ "grad_norm": 1.2347593307495117,
70
+ "learning_rate": 4.8096988312782174e-05,
71
+ "loss": 0.1203,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 1.39,
76
+ "grad_norm": 2.1008129119873047,
77
+ "learning_rate": 4.765769467591625e-05,
78
+ "loss": 0.1188,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 1.53,
83
+ "grad_norm": 1.351984977722168,
84
+ "learning_rate": 4.717527082945554e-05,
85
+ "loss": 0.0852,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 1.67,
90
+ "grad_norm": 1.8272274732589722,
91
+ "learning_rate": 4.665063509461097e-05,
92
+ "loss": 0.0854,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 1.81,
97
+ "grad_norm": 1.3354312181472778,
98
+ "learning_rate": 4.608478614532215e-05,
99
+ "loss": 0.0672,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 1.94,
104
+ "grad_norm": 1.7812442779541016,
105
+ "learning_rate": 4.54788011072248e-05,
106
+ "loss": 0.0455,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 2.08,
111
+ "grad_norm": 1.6480517387390137,
112
+ "learning_rate": 4.4833833507280884e-05,
113
+ "loss": 0.0366,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 2.22,
118
+ "grad_norm": 1.5116844177246094,
119
+ "learning_rate": 4.415111107797445e-05,
120
+ "loss": 0.0503,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 2.36,
125
+ "grad_norm": 1.792582631111145,
126
+ "learning_rate": 4.34319334202531e-05,
127
+ "loss": 0.0429,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 2.5,
132
+ "grad_norm": 2.4267895221710205,
133
+ "learning_rate": 4.267766952966369e-05,
134
+ "loss": 0.0482,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 2.64,
139
+ "grad_norm": 0.7215550541877747,
140
+ "learning_rate": 4.188975519039151e-05,
141
+ "loss": 0.0317,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 2.78,
146
+ "grad_norm": 1.289726972579956,
147
+ "learning_rate": 4.1069690242163484e-05,
148
+ "loss": 0.0372,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 2.78,
153
+ "eval_loss": 0.03319624438881874,
154
+ "eval_runtime": 2.4078,
155
+ "eval_samples_per_second": 50.252,
156
+ "eval_steps_per_second": 3.322,
157
+ "step": 100
158
+ }
159
+ ],
160
+ "logging_steps": 5,
161
+ "max_steps": 360,
162
+ "num_input_tokens_seen": 0,
163
+ "num_train_epochs": 10,
164
+ "save_steps": 100,
165
+ "total_flos": 2.0503540659388416e+16,
166
+ "train_batch_size": 16,
167
+ "trial_name": null,
168
+ "trial_params": null
169
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59d1ac05d9947a75b55a44ca930d0e3429fea1f6e34c0448f7ab0d37cfa5ca20
3
+ size 5048
checkpoint-200/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: mistralai/Mistral-7B-Instruct-v0.2
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.9.0
checkpoint-200/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 8,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_dora": false,
27
+ "use_rslora": false
28
+ }
checkpoint-200/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d2f8effb443d5f2e2db3b2b0fad018fd5db2e68197201fa3e8b472ad8914910
3
+ size 13648432
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca7034fe8c5d32730822929b7288dd3213011a96b1ea1926dc6cd1ab0af0bf7e
3
+ size 27370618
checkpoint-200/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fba168fae9a4d13accc62c0cd114757c083aee03a0e3059db9d2c046b93ba43
3
+ size 14244
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d925e9d382deac6e8a269a123cdf85e167e1ed7f81e825d2010fd401cc48cfdf
3
+ size 1064
checkpoint-200/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-200/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
checkpoint-200/tokenizer_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "additional_special_tokens": [],
32
+ "bos_token": "<s>",
33
+ "chat_template": "{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ system_message + '\\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '\\nAssistant: ' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' + '\\n' }}{% endif %}{% endfor %}",
34
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
+ "legacy": true,
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-200/trainer_state.json ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.01622922532260418,
3
+ "best_model_checkpoint": "saves/Custom/lora/train_2024-03-13-19-46-19/checkpoint-200",
4
+ "epoch": 5.555555555555555,
5
+ "eval_steps": 100,
6
+ "global_step": 200,
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.14,
13
+ "grad_norm": 7.693007469177246,
14
+ "learning_rate": 4.997620553954645e-05,
15
+ "loss": 1.7543,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.28,
20
+ "grad_norm": 5.394199371337891,
21
+ "learning_rate": 4.990486745229364e-05,
22
+ "loss": 1.0206,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.42,
27
+ "grad_norm": 2.683964729309082,
28
+ "learning_rate": 4.9786121534345265e-05,
29
+ "loss": 0.5826,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.56,
34
+ "grad_norm": 1.8806061744689941,
35
+ "learning_rate": 4.962019382530521e-05,
36
+ "loss": 0.4099,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.69,
41
+ "grad_norm": 1.9219516515731812,
42
+ "learning_rate": 4.940740017799833e-05,
43
+ "loss": 0.3052,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.83,
48
+ "grad_norm": 1.6164277791976929,
49
+ "learning_rate": 4.914814565722671e-05,
50
+ "loss": 0.244,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.97,
55
+ "grad_norm": 1.8378784656524658,
56
+ "learning_rate": 4.884292376870567e-05,
57
+ "loss": 0.1924,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 1.11,
62
+ "grad_norm": 2.151557445526123,
63
+ "learning_rate": 4.849231551964771e-05,
64
+ "loss": 0.1655,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 1.25,
69
+ "grad_norm": 1.2347593307495117,
70
+ "learning_rate": 4.8096988312782174e-05,
71
+ "loss": 0.1203,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 1.39,
76
+ "grad_norm": 2.1008129119873047,
77
+ "learning_rate": 4.765769467591625e-05,
78
+ "loss": 0.1188,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 1.53,
83
+ "grad_norm": 1.351984977722168,
84
+ "learning_rate": 4.717527082945554e-05,
85
+ "loss": 0.0852,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 1.67,
90
+ "grad_norm": 1.8272274732589722,
91
+ "learning_rate": 4.665063509461097e-05,
92
+ "loss": 0.0854,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 1.81,
97
+ "grad_norm": 1.3354312181472778,
98
+ "learning_rate": 4.608478614532215e-05,
99
+ "loss": 0.0672,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 1.94,
104
+ "grad_norm": 1.7812442779541016,
105
+ "learning_rate": 4.54788011072248e-05,
106
+ "loss": 0.0455,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 2.08,
111
+ "grad_norm": 1.6480517387390137,
112
+ "learning_rate": 4.4833833507280884e-05,
113
+ "loss": 0.0366,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 2.22,
118
+ "grad_norm": 1.5116844177246094,
119
+ "learning_rate": 4.415111107797445e-05,
120
+ "loss": 0.0503,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 2.36,
125
+ "grad_norm": 1.792582631111145,
126
+ "learning_rate": 4.34319334202531e-05,
127
+ "loss": 0.0429,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 2.5,
132
+ "grad_norm": 2.4267895221710205,
133
+ "learning_rate": 4.267766952966369e-05,
134
+ "loss": 0.0482,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 2.64,
139
+ "grad_norm": 0.7215550541877747,
140
+ "learning_rate": 4.188975519039151e-05,
141
+ "loss": 0.0317,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 2.78,
146
+ "grad_norm": 1.289726972579956,
147
+ "learning_rate": 4.1069690242163484e-05,
148
+ "loss": 0.0372,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 2.78,
153
+ "eval_loss": 0.03319624438881874,
154
+ "eval_runtime": 2.4078,
155
+ "eval_samples_per_second": 50.252,
156
+ "eval_steps_per_second": 3.322,
157
+ "step": 100
158
+ },
159
+ {
160
+ "epoch": 2.92,
161
+ "grad_norm": 1.3112704753875732,
162
+ "learning_rate": 4.021903572521802e-05,
163
+ "loss": 0.0245,
164
+ "step": 105
165
+ },
166
+ {
167
+ "epoch": 3.06,
168
+ "grad_norm": 1.9846090078353882,
169
+ "learning_rate": 3.933941090877615e-05,
170
+ "loss": 0.0333,
171
+ "step": 110
172
+ },
173
+ {
174
+ "epoch": 3.19,
175
+ "grad_norm": 2.320976734161377,
176
+ "learning_rate": 3.84324902086706e-05,
177
+ "loss": 0.0351,
178
+ "step": 115
179
+ },
180
+ {
181
+ "epoch": 3.33,
182
+ "grad_norm": 2.042772054672241,
183
+ "learning_rate": 3.7500000000000003e-05,
184
+ "loss": 0.0261,
185
+ "step": 120
186
+ },
187
+ {
188
+ "epoch": 3.47,
189
+ "grad_norm": 2.495635747909546,
190
+ "learning_rate": 3.654371533087586e-05,
191
+ "loss": 0.0204,
192
+ "step": 125
193
+ },
194
+ {
195
+ "epoch": 3.61,
196
+ "grad_norm": 0.8619056344032288,
197
+ "learning_rate": 3.556545654351749e-05,
198
+ "loss": 0.0122,
199
+ "step": 130
200
+ },
201
+ {
202
+ "epoch": 3.75,
203
+ "grad_norm": 1.8066715002059937,
204
+ "learning_rate": 3.456708580912725e-05,
205
+ "loss": 0.0288,
206
+ "step": 135
207
+ },
208
+ {
209
+ "epoch": 3.89,
210
+ "grad_norm": 3.5700998306274414,
211
+ "learning_rate": 3.355050358314172e-05,
212
+ "loss": 0.0222,
213
+ "step": 140
214
+ },
215
+ {
216
+ "epoch": 4.03,
217
+ "grad_norm": 1.5312789678573608,
218
+ "learning_rate": 3.251764498760683e-05,
219
+ "loss": 0.0249,
220
+ "step": 145
221
+ },
222
+ {
223
+ "epoch": 4.17,
224
+ "grad_norm": 0.45907583832740784,
225
+ "learning_rate": 3.147047612756302e-05,
226
+ "loss": 0.0227,
227
+ "step": 150
228
+ },
229
+ {
230
+ "epoch": 4.31,
231
+ "grad_norm": 1.6312272548675537,
232
+ "learning_rate": 3.0410990348452573e-05,
233
+ "loss": 0.0171,
234
+ "step": 155
235
+ },
236
+ {
237
+ "epoch": 4.44,
238
+ "grad_norm": 2.005723476409912,
239
+ "learning_rate": 2.9341204441673266e-05,
240
+ "loss": 0.0169,
241
+ "step": 160
242
+ },
243
+ {
244
+ "epoch": 4.58,
245
+ "grad_norm": 1.4385231733322144,
246
+ "learning_rate": 2.8263154805501297e-05,
247
+ "loss": 0.0192,
248
+ "step": 165
249
+ },
250
+ {
251
+ "epoch": 4.72,
252
+ "grad_norm": 1.0173711776733398,
253
+ "learning_rate": 2.717889356869146e-05,
254
+ "loss": 0.0136,
255
+ "step": 170
256
+ },
257
+ {
258
+ "epoch": 4.86,
259
+ "grad_norm": 1.2668229341506958,
260
+ "learning_rate": 2.6090484684133404e-05,
261
+ "loss": 0.0122,
262
+ "step": 175
263
+ },
264
+ {
265
+ "epoch": 5.0,
266
+ "grad_norm": 1.913548469543457,
267
+ "learning_rate": 2.5e-05,
268
+ "loss": 0.012,
269
+ "step": 180
270
+ },
271
+ {
272
+ "epoch": 5.14,
273
+ "grad_norm": 2.155971050262451,
274
+ "learning_rate": 2.3909515315866605e-05,
275
+ "loss": 0.0128,
276
+ "step": 185
277
+ },
278
+ {
279
+ "epoch": 5.28,
280
+ "grad_norm": 1.0692299604415894,
281
+ "learning_rate": 2.2821106431308544e-05,
282
+ "loss": 0.0127,
283
+ "step": 190
284
+ },
285
+ {
286
+ "epoch": 5.42,
287
+ "grad_norm": 0.9680432081222534,
288
+ "learning_rate": 2.173684519449872e-05,
289
+ "loss": 0.0158,
290
+ "step": 195
291
+ },
292
+ {
293
+ "epoch": 5.56,
294
+ "grad_norm": 1.0661903619766235,
295
+ "learning_rate": 2.0658795558326743e-05,
296
+ "loss": 0.0125,
297
+ "step": 200
298
+ },
299
+ {
300
+ "epoch": 5.56,
301
+ "eval_loss": 0.01622922532260418,
302
+ "eval_runtime": 2.4123,
303
+ "eval_samples_per_second": 50.161,
304
+ "eval_steps_per_second": 3.316,
305
+ "step": 200
306
+ }
307
+ ],
308
+ "logging_steps": 5,
309
+ "max_steps": 360,
310
+ "num_input_tokens_seen": 0,
311
+ "num_train_epochs": 10,
312
+ "save_steps": 100,
313
+ "total_flos": 4.092376135473562e+16,
314
+ "train_batch_size": 16,
315
+ "trial_name": null,
316
+ "trial_params": null
317
+ }
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59d1ac05d9947a75b55a44ca930d0e3429fea1f6e34c0448f7ab0d37cfa5ca20
3
+ size 5048
checkpoint-300/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: mistralai/Mistral-7B-Instruct-v0.2
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.9.0
checkpoint-300/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 8,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_dora": false,
27
+ "use_rslora": false
28
+ }
checkpoint-300/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab419004c127afc61e072e8a50c987ebbe9f3b1c3437a6203d133fcb113783f0
3
+ size 13648432
checkpoint-300/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be045f8c92b3439acbb016250a9a33b49058e269403ac6ea3ad1d5e1a34c75f7
3
+ size 27370618
checkpoint-300/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ec9ca6c7ff14571a14ffd162d7750a852b862fbf8b352cf45c88448b04fec46
3
+ size 14244
checkpoint-300/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ac32e2030af53c85f84a8f2e11abbf6b5ac30b14bae56931a5d1c3ca5022e51
3
+ size 1064
checkpoint-300/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-300/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
checkpoint-300/tokenizer_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "additional_special_tokens": [],
32
+ "bos_token": "<s>",
33
+ "chat_template": "{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ system_message + '\\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '\\nAssistant: ' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' + '\\n' }}{% endif %}{% endfor %}",
34
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
+ "legacy": true,
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-300/trainer_state.json ADDED
@@ -0,0 +1,465 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.01622922532260418,
3
+ "best_model_checkpoint": "saves/Custom/lora/train_2024-03-13-19-46-19/checkpoint-200",
4
+ "epoch": 8.333333333333334,
5
+ "eval_steps": 100,
6
+ "global_step": 300,
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.14,
13
+ "grad_norm": 7.693007469177246,
14
+ "learning_rate": 4.997620553954645e-05,
15
+ "loss": 1.7543,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.28,
20
+ "grad_norm": 5.394199371337891,
21
+ "learning_rate": 4.990486745229364e-05,
22
+ "loss": 1.0206,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.42,
27
+ "grad_norm": 2.683964729309082,
28
+ "learning_rate": 4.9786121534345265e-05,
29
+ "loss": 0.5826,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.56,
34
+ "grad_norm": 1.8806061744689941,
35
+ "learning_rate": 4.962019382530521e-05,
36
+ "loss": 0.4099,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.69,
41
+ "grad_norm": 1.9219516515731812,
42
+ "learning_rate": 4.940740017799833e-05,
43
+ "loss": 0.3052,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.83,
48
+ "grad_norm": 1.6164277791976929,
49
+ "learning_rate": 4.914814565722671e-05,
50
+ "loss": 0.244,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.97,
55
+ "grad_norm": 1.8378784656524658,
56
+ "learning_rate": 4.884292376870567e-05,
57
+ "loss": 0.1924,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 1.11,
62
+ "grad_norm": 2.151557445526123,
63
+ "learning_rate": 4.849231551964771e-05,
64
+ "loss": 0.1655,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 1.25,
69
+ "grad_norm": 1.2347593307495117,
70
+ "learning_rate": 4.8096988312782174e-05,
71
+ "loss": 0.1203,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 1.39,
76
+ "grad_norm": 2.1008129119873047,
77
+ "learning_rate": 4.765769467591625e-05,
78
+ "loss": 0.1188,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 1.53,
83
+ "grad_norm": 1.351984977722168,
84
+ "learning_rate": 4.717527082945554e-05,
85
+ "loss": 0.0852,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 1.67,
90
+ "grad_norm": 1.8272274732589722,
91
+ "learning_rate": 4.665063509461097e-05,
92
+ "loss": 0.0854,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 1.81,
97
+ "grad_norm": 1.3354312181472778,
98
+ "learning_rate": 4.608478614532215e-05,
99
+ "loss": 0.0672,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 1.94,
104
+ "grad_norm": 1.7812442779541016,
105
+ "learning_rate": 4.54788011072248e-05,
106
+ "loss": 0.0455,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 2.08,
111
+ "grad_norm": 1.6480517387390137,
112
+ "learning_rate": 4.4833833507280884e-05,
113
+ "loss": 0.0366,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 2.22,
118
+ "grad_norm": 1.5116844177246094,
119
+ "learning_rate": 4.415111107797445e-05,
120
+ "loss": 0.0503,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 2.36,
125
+ "grad_norm": 1.792582631111145,
126
+ "learning_rate": 4.34319334202531e-05,
127
+ "loss": 0.0429,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 2.5,
132
+ "grad_norm": 2.4267895221710205,
133
+ "learning_rate": 4.267766952966369e-05,
134
+ "loss": 0.0482,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 2.64,
139
+ "grad_norm": 0.7215550541877747,
140
+ "learning_rate": 4.188975519039151e-05,
141
+ "loss": 0.0317,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 2.78,
146
+ "grad_norm": 1.289726972579956,
147
+ "learning_rate": 4.1069690242163484e-05,
148
+ "loss": 0.0372,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 2.78,
153
+ "eval_loss": 0.03319624438881874,
154
+ "eval_runtime": 2.4078,
155
+ "eval_samples_per_second": 50.252,
156
+ "eval_steps_per_second": 3.322,
157
+ "step": 100
158
+ },
159
+ {
160
+ "epoch": 2.92,
161
+ "grad_norm": 1.3112704753875732,
162
+ "learning_rate": 4.021903572521802e-05,
163
+ "loss": 0.0245,
164
+ "step": 105
165
+ },
166
+ {
167
+ "epoch": 3.06,
168
+ "grad_norm": 1.9846090078353882,
169
+ "learning_rate": 3.933941090877615e-05,
170
+ "loss": 0.0333,
171
+ "step": 110
172
+ },
173
+ {
174
+ "epoch": 3.19,
175
+ "grad_norm": 2.320976734161377,
176
+ "learning_rate": 3.84324902086706e-05,
177
+ "loss": 0.0351,
178
+ "step": 115
179
+ },
180
+ {
181
+ "epoch": 3.33,
182
+ "grad_norm": 2.042772054672241,
183
+ "learning_rate": 3.7500000000000003e-05,
184
+ "loss": 0.0261,
185
+ "step": 120
186
+ },
187
+ {
188
+ "epoch": 3.47,
189
+ "grad_norm": 2.495635747909546,
190
+ "learning_rate": 3.654371533087586e-05,
191
+ "loss": 0.0204,
192
+ "step": 125
193
+ },
194
+ {
195
+ "epoch": 3.61,
196
+ "grad_norm": 0.8619056344032288,
197
+ "learning_rate": 3.556545654351749e-05,
198
+ "loss": 0.0122,
199
+ "step": 130
200
+ },
201
+ {
202
+ "epoch": 3.75,
203
+ "grad_norm": 1.8066715002059937,
204
+ "learning_rate": 3.456708580912725e-05,
205
+ "loss": 0.0288,
206
+ "step": 135
207
+ },
208
+ {
209
+ "epoch": 3.89,
210
+ "grad_norm": 3.5700998306274414,
211
+ "learning_rate": 3.355050358314172e-05,
212
+ "loss": 0.0222,
213
+ "step": 140
214
+ },
215
+ {
216
+ "epoch": 4.03,
217
+ "grad_norm": 1.5312789678573608,
218
+ "learning_rate": 3.251764498760683e-05,
219
+ "loss": 0.0249,
220
+ "step": 145
221
+ },
222
+ {
223
+ "epoch": 4.17,
224
+ "grad_norm": 0.45907583832740784,
225
+ "learning_rate": 3.147047612756302e-05,
226
+ "loss": 0.0227,
227
+ "step": 150
228
+ },
229
+ {
230
+ "epoch": 4.31,
231
+ "grad_norm": 1.6312272548675537,
232
+ "learning_rate": 3.0410990348452573e-05,
233
+ "loss": 0.0171,
234
+ "step": 155
235
+ },
236
+ {
237
+ "epoch": 4.44,
238
+ "grad_norm": 2.005723476409912,
239
+ "learning_rate": 2.9341204441673266e-05,
240
+ "loss": 0.0169,
241
+ "step": 160
242
+ },
243
+ {
244
+ "epoch": 4.58,
245
+ "grad_norm": 1.4385231733322144,
246
+ "learning_rate": 2.8263154805501297e-05,
247
+ "loss": 0.0192,
248
+ "step": 165
249
+ },
250
+ {
251
+ "epoch": 4.72,
252
+ "grad_norm": 1.0173711776733398,
253
+ "learning_rate": 2.717889356869146e-05,
254
+ "loss": 0.0136,
255
+ "step": 170
256
+ },
257
+ {
258
+ "epoch": 4.86,
259
+ "grad_norm": 1.2668229341506958,
260
+ "learning_rate": 2.6090484684133404e-05,
261
+ "loss": 0.0122,
262
+ "step": 175
263
+ },
264
+ {
265
+ "epoch": 5.0,
266
+ "grad_norm": 1.913548469543457,
267
+ "learning_rate": 2.5e-05,
268
+ "loss": 0.012,
269
+ "step": 180
270
+ },
271
+ {
272
+ "epoch": 5.14,
273
+ "grad_norm": 2.155971050262451,
274
+ "learning_rate": 2.3909515315866605e-05,
275
+ "loss": 0.0128,
276
+ "step": 185
277
+ },
278
+ {
279
+ "epoch": 5.28,
280
+ "grad_norm": 1.0692299604415894,
281
+ "learning_rate": 2.2821106431308544e-05,
282
+ "loss": 0.0127,
283
+ "step": 190
284
+ },
285
+ {
286
+ "epoch": 5.42,
287
+ "grad_norm": 0.9680432081222534,
288
+ "learning_rate": 2.173684519449872e-05,
289
+ "loss": 0.0158,
290
+ "step": 195
291
+ },
292
+ {
293
+ "epoch": 5.56,
294
+ "grad_norm": 1.0661903619766235,
295
+ "learning_rate": 2.0658795558326743e-05,
296
+ "loss": 0.0125,
297
+ "step": 200
298
+ },
299
+ {
300
+ "epoch": 5.56,
301
+ "eval_loss": 0.01622922532260418,
302
+ "eval_runtime": 2.4123,
303
+ "eval_samples_per_second": 50.161,
304
+ "eval_steps_per_second": 3.316,
305
+ "step": 200
306
+ },
307
+ {
308
+ "epoch": 5.69,
309
+ "grad_norm": 0.8271896243095398,
310
+ "learning_rate": 1.958900965154743e-05,
311
+ "loss": 0.0081,
312
+ "step": 205
313
+ },
314
+ {
315
+ "epoch": 5.83,
316
+ "grad_norm": 1.7405743598937988,
317
+ "learning_rate": 1.852952387243698e-05,
318
+ "loss": 0.0125,
319
+ "step": 210
320
+ },
321
+ {
322
+ "epoch": 5.97,
323
+ "grad_norm": 1.2488248348236084,
324
+ "learning_rate": 1.7482355012393177e-05,
325
+ "loss": 0.0104,
326
+ "step": 215
327
+ },
328
+ {
329
+ "epoch": 6.11,
330
+ "grad_norm": 0.5560044050216675,
331
+ "learning_rate": 1.6449496416858284e-05,
332
+ "loss": 0.007,
333
+ "step": 220
334
+ },
335
+ {
336
+ "epoch": 6.25,
337
+ "grad_norm": 1.4551178216934204,
338
+ "learning_rate": 1.5432914190872757e-05,
339
+ "loss": 0.012,
340
+ "step": 225
341
+ },
342
+ {
343
+ "epoch": 6.39,
344
+ "grad_norm": 1.6263498067855835,
345
+ "learning_rate": 1.443454345648252e-05,
346
+ "loss": 0.0132,
347
+ "step": 230
348
+ },
349
+ {
350
+ "epoch": 6.53,
351
+ "grad_norm": 0.22708508372306824,
352
+ "learning_rate": 1.3456284669124158e-05,
353
+ "loss": 0.0042,
354
+ "step": 235
355
+ },
356
+ {
357
+ "epoch": 6.67,
358
+ "grad_norm": 0.6515786051750183,
359
+ "learning_rate": 1.2500000000000006e-05,
360
+ "loss": 0.0088,
361
+ "step": 240
362
+ },
363
+ {
364
+ "epoch": 6.81,
365
+ "grad_norm": 0.4397377669811249,
366
+ "learning_rate": 1.1567509791329401e-05,
367
+ "loss": 0.0041,
368
+ "step": 245
369
+ },
370
+ {
371
+ "epoch": 6.94,
372
+ "grad_norm": 1.5320991277694702,
373
+ "learning_rate": 1.0660589091223855e-05,
374
+ "loss": 0.0102,
375
+ "step": 250
376
+ },
377
+ {
378
+ "epoch": 7.08,
379
+ "grad_norm": 1.1604887247085571,
380
+ "learning_rate": 9.780964274781984e-06,
381
+ "loss": 0.0067,
382
+ "step": 255
383
+ },
384
+ {
385
+ "epoch": 7.22,
386
+ "grad_norm": 1.5971548557281494,
387
+ "learning_rate": 8.930309757836517e-06,
388
+ "loss": 0.0037,
389
+ "step": 260
390
+ },
391
+ {
392
+ "epoch": 7.36,
393
+ "grad_norm": 0.9654971361160278,
394
+ "learning_rate": 8.110244809608495e-06,
395
+ "loss": 0.0067,
396
+ "step": 265
397
+ },
398
+ {
399
+ "epoch": 7.5,
400
+ "grad_norm": 2.1204416751861572,
401
+ "learning_rate": 7.3223304703363135e-06,
402
+ "loss": 0.0058,
403
+ "step": 270
404
+ },
405
+ {
406
+ "epoch": 7.64,
407
+ "grad_norm": 0.866258442401886,
408
+ "learning_rate": 6.568066579746901e-06,
409
+ "loss": 0.0059,
410
+ "step": 275
411
+ },
412
+ {
413
+ "epoch": 7.78,
414
+ "grad_norm": 0.6335222125053406,
415
+ "learning_rate": 5.848888922025553e-06,
416
+ "loss": 0.0094,
417
+ "step": 280
418
+ },
419
+ {
420
+ "epoch": 7.92,
421
+ "grad_norm": 0.981534481048584,
422
+ "learning_rate": 5.166166492719124e-06,
423
+ "loss": 0.009,
424
+ "step": 285
425
+ },
426
+ {
427
+ "epoch": 8.06,
428
+ "grad_norm": 0.859342098236084,
429
+ "learning_rate": 4.521198892775203e-06,
430
+ "loss": 0.0063,
431
+ "step": 290
432
+ },
433
+ {
434
+ "epoch": 8.19,
435
+ "grad_norm": 0.47514280676841736,
436
+ "learning_rate": 3.9152138546778625e-06,
437
+ "loss": 0.0034,
438
+ "step": 295
439
+ },
440
+ {
441
+ "epoch": 8.33,
442
+ "grad_norm": 1.3065800666809082,
443
+ "learning_rate": 3.3493649053890326e-06,
444
+ "loss": 0.005,
445
+ "step": 300
446
+ },
447
+ {
448
+ "epoch": 8.33,
449
+ "eval_loss": 0.02027682214975357,
450
+ "eval_runtime": 2.411,
451
+ "eval_samples_per_second": 50.188,
452
+ "eval_steps_per_second": 3.318,
453
+ "step": 300
454
+ }
455
+ ],
456
+ "logging_steps": 5,
457
+ "max_steps": 360,
458
+ "num_input_tokens_seen": 0,
459
+ "num_train_epochs": 10,
460
+ "save_steps": 100,
461
+ "total_flos": 6.13289571385344e+16,
462
+ "train_batch_size": 16,
463
+ "trial_name": null,
464
+ "trial_params": null
465
+ }
checkpoint-300/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59d1ac05d9947a75b55a44ca930d0e3429fea1f6e34c0448f7ab0d37cfa5ca20
3
+ size 5048
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_loss": 0.01622922532260418,
4
+ "eval_runtime": 2.41,
5
+ "eval_samples_per_second": 50.208,
6
+ "eval_steps_per_second": 3.32
7
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256: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": true,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "additional_special_tokens": [],
32
+ "bos_token": "<s>",
33
+ "chat_template": "{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ system_message + '\\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '\\nAssistant: ' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' + '\\n' }}{% endif %}{% endfor %}",
34
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
+ "legacy": true,
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,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "train_loss": 0.0840026685127264,
4
+ "train_runtime": 1533.7769,
5
+ "train_samples_per_second": 14.957,
6
+ "train_steps_per_second": 0.235
7
+ }
trainer_log.jsonl ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"current_steps": 5, "total_steps": 360, "loss": 1.7543, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.997620553954645e-05, "epoch": 0.14, "percentage": 1.39, "elapsed_time": "0:00:22", "remaining_time": "0:26:31"}
2
+ {"current_steps": 10, "total_steps": 360, "loss": 1.0206, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.990486745229364e-05, "epoch": 0.28, "percentage": 2.78, "elapsed_time": "0:00:42", "remaining_time": "0:24:57"}
3
+ {"current_steps": 15, "total_steps": 360, "loss": 0.5826, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.9786121534345265e-05, "epoch": 0.42, "percentage": 4.17, "elapsed_time": "0:01:03", "remaining_time": "0:24:20"}
4
+ {"current_steps": 20, "total_steps": 360, "loss": 0.4099, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.962019382530521e-05, "epoch": 0.56, "percentage": 5.56, "elapsed_time": "0:01:23", "remaining_time": "0:23:36"}
5
+ {"current_steps": 25, "total_steps": 360, "loss": 0.3052, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.940740017799833e-05, "epoch": 0.69, "percentage": 6.94, "elapsed_time": "0:01:43", "remaining_time": "0:23:09"}
6
+ {"current_steps": 30, "total_steps": 360, "loss": 0.244, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.914814565722671e-05, "epoch": 0.83, "percentage": 8.33, "elapsed_time": "0:02:05", "remaining_time": "0:22:58"}
7
+ {"current_steps": 35, "total_steps": 360, "loss": 0.1924, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.884292376870567e-05, "epoch": 0.97, "percentage": 9.72, "elapsed_time": "0:02:26", "remaining_time": "0:22:39"}
8
+ {"current_steps": 40, "total_steps": 360, "loss": 0.1655, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.849231551964771e-05, "epoch": 1.11, "percentage": 11.11, "elapsed_time": "0:02:47", "remaining_time": "0:22:20"}
9
+ {"current_steps": 45, "total_steps": 360, "loss": 0.1203, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.8096988312782174e-05, "epoch": 1.25, "percentage": 12.5, "elapsed_time": "0:03:08", "remaining_time": "0:21:59"}
10
+ {"current_steps": 50, "total_steps": 360, "loss": 0.1188, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.765769467591625e-05, "epoch": 1.39, "percentage": 13.89, "elapsed_time": "0:03:28", "remaining_time": "0:21:33"}
11
+ {"current_steps": 55, "total_steps": 360, "loss": 0.0852, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.717527082945554e-05, "epoch": 1.53, "percentage": 15.28, "elapsed_time": "0:03:50", "remaining_time": "0:21:16"}
12
+ {"current_steps": 60, "total_steps": 360, "loss": 0.0854, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.665063509461097e-05, "epoch": 1.67, "percentage": 16.67, "elapsed_time": "0:04:11", "remaining_time": "0:20:57"}
13
+ {"current_steps": 65, "total_steps": 360, "loss": 0.0672, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.608478614532215e-05, "epoch": 1.81, "percentage": 18.06, "elapsed_time": "0:04:33", "remaining_time": "0:20:40"}
14
+ {"current_steps": 70, "total_steps": 360, "loss": 0.0455, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.54788011072248e-05, "epoch": 1.94, "percentage": 19.44, "elapsed_time": "0:04:55", "remaining_time": "0:20:22"}
15
+ {"current_steps": 75, "total_steps": 360, "loss": 0.0366, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.4833833507280884e-05, "epoch": 2.08, "percentage": 20.83, "elapsed_time": "0:05:14", "remaining_time": "0:19:56"}
16
+ {"current_steps": 80, "total_steps": 360, "loss": 0.0503, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.415111107797445e-05, "epoch": 2.22, "percentage": 22.22, "elapsed_time": "0:05:36", "remaining_time": "0:19:38"}
17
+ {"current_steps": 85, "total_steps": 360, "loss": 0.0429, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.34319334202531e-05, "epoch": 2.36, "percentage": 23.61, "elapsed_time": "0:05:57", "remaining_time": "0:19:17"}
18
+ {"current_steps": 90, "total_steps": 360, "loss": 0.0482, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.267766952966369e-05, "epoch": 2.5, "percentage": 25.0, "elapsed_time": "0:06:19", "remaining_time": "0:18:58"}
19
+ {"current_steps": 95, "total_steps": 360, "loss": 0.0317, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.188975519039151e-05, "epoch": 2.64, "percentage": 26.39, "elapsed_time": "0:06:41", "remaining_time": "0:18:39"}
20
+ {"current_steps": 100, "total_steps": 360, "loss": 0.0372, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.1069690242163484e-05, "epoch": 2.78, "percentage": 27.78, "elapsed_time": "0:07:02", "remaining_time": "0:18:19"}
21
+ {"current_steps": 100, "total_steps": 360, "loss": null, "eval_loss": 0.03319624438881874, "predict_loss": null, "reward": null, "learning_rate": null, "epoch": 2.78, "percentage": 27.78, "elapsed_time": "0:07:02", "remaining_time": "0:18:19"}
22
+ {"current_steps": 105, "total_steps": 360, "loss": 0.0245, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.021903572521802e-05, "epoch": 2.92, "percentage": 29.17, "elapsed_time": "0:07:26", "remaining_time": "0:18:04"}
23
+ {"current_steps": 110, "total_steps": 360, "loss": 0.0333, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.933941090877615e-05, "epoch": 3.06, "percentage": 30.56, "elapsed_time": "0:07:47", "remaining_time": "0:17:42"}
24
+ {"current_steps": 115, "total_steps": 360, "loss": 0.0351, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.84324902086706e-05, "epoch": 3.19, "percentage": 31.94, "elapsed_time": "0:08:07", "remaining_time": "0:17:19"}
25
+ {"current_steps": 120, "total_steps": 360, "loss": 0.0261, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.7500000000000003e-05, "epoch": 3.33, "percentage": 33.33, "elapsed_time": "0:08:28", "remaining_time": "0:16:57"}
26
+ {"current_steps": 125, "total_steps": 360, "loss": 0.0204, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.654371533087586e-05, "epoch": 3.47, "percentage": 34.72, "elapsed_time": "0:08:49", "remaining_time": "0:16:35"}
27
+ {"current_steps": 130, "total_steps": 360, "loss": 0.0122, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.556545654351749e-05, "epoch": 3.61, "percentage": 36.11, "elapsed_time": "0:09:11", "remaining_time": "0:16:15"}
28
+ {"current_steps": 135, "total_steps": 360, "loss": 0.0288, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.456708580912725e-05, "epoch": 3.75, "percentage": 37.5, "elapsed_time": "0:09:32", "remaining_time": "0:15:53"}
29
+ {"current_steps": 140, "total_steps": 360, "loss": 0.0222, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.355050358314172e-05, "epoch": 3.89, "percentage": 38.89, "elapsed_time": "0:09:53", "remaining_time": "0:15:33"}
30
+ {"current_steps": 145, "total_steps": 360, "loss": 0.0249, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.251764498760683e-05, "epoch": 4.03, "percentage": 40.28, "elapsed_time": "0:10:14", "remaining_time": "0:15:11"}
31
+ {"current_steps": 150, "total_steps": 360, "loss": 0.0227, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.147047612756302e-05, "epoch": 4.17, "percentage": 41.67, "elapsed_time": "0:10:35", "remaining_time": "0:14:50"}
32
+ {"current_steps": 155, "total_steps": 360, "loss": 0.0171, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.0410990348452573e-05, "epoch": 4.31, "percentage": 43.06, "elapsed_time": "0:10:57", "remaining_time": "0:14:29"}
33
+ {"current_steps": 160, "total_steps": 360, "loss": 0.0169, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.9341204441673266e-05, "epoch": 4.44, "percentage": 44.44, "elapsed_time": "0:11:18", "remaining_time": "0:14:08"}
34
+ {"current_steps": 165, "total_steps": 360, "loss": 0.0192, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.8263154805501297e-05, "epoch": 4.58, "percentage": 45.83, "elapsed_time": "0:11:39", "remaining_time": "0:13:46"}
35
+ {"current_steps": 170, "total_steps": 360, "loss": 0.0136, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.717889356869146e-05, "epoch": 4.72, "percentage": 47.22, "elapsed_time": "0:12:01", "remaining_time": "0:13:25"}
36
+ {"current_steps": 175, "total_steps": 360, "loss": 0.0122, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.6090484684133404e-05, "epoch": 4.86, "percentage": 48.61, "elapsed_time": "0:12:23", "remaining_time": "0:13:05"}
37
+ {"current_steps": 180, "total_steps": 360, "loss": 0.012, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.5e-05, "epoch": 5.0, "percentage": 50.0, "elapsed_time": "0:12:43", "remaining_time": "0:12:43"}
38
+ {"current_steps": 185, "total_steps": 360, "loss": 0.0128, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.3909515315866605e-05, "epoch": 5.14, "percentage": 51.39, "elapsed_time": "0:13:05", "remaining_time": "0:12:23"}
39
+ {"current_steps": 190, "total_steps": 360, "loss": 0.0127, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.2821106431308544e-05, "epoch": 5.28, "percentage": 52.78, "elapsed_time": "0:13:27", "remaining_time": "0:12:02"}
40
+ {"current_steps": 195, "total_steps": 360, "loss": 0.0158, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.173684519449872e-05, "epoch": 5.42, "percentage": 54.17, "elapsed_time": "0:13:48", "remaining_time": "0:11:41"}
41
+ {"current_steps": 200, "total_steps": 360, "loss": 0.0125, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.0658795558326743e-05, "epoch": 5.56, "percentage": 55.56, "elapsed_time": "0:14:10", "remaining_time": "0:11:20"}
42
+ {"current_steps": 200, "total_steps": 360, "loss": null, "eval_loss": 0.01622922532260418, "predict_loss": null, "reward": null, "learning_rate": null, "epoch": 5.56, "percentage": 55.56, "elapsed_time": "0:14:10", "remaining_time": "0:11:20"}
43
+ {"current_steps": 205, "total_steps": 360, "loss": 0.0081, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.958900965154743e-05, "epoch": 5.69, "percentage": 56.94, "elapsed_time": "0:14:34", "remaining_time": "0:11:01"}
44
+ {"current_steps": 210, "total_steps": 360, "loss": 0.0125, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.852952387243698e-05, "epoch": 5.83, "percentage": 58.33, "elapsed_time": "0:14:55", "remaining_time": "0:10:39"}
45
+ {"current_steps": 215, "total_steps": 360, "loss": 0.0104, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.7482355012393177e-05, "epoch": 5.97, "percentage": 59.72, "elapsed_time": "0:15:16", "remaining_time": "0:10:18"}
46
+ {"current_steps": 220, "total_steps": 360, "loss": 0.007, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.6449496416858284e-05, "epoch": 6.11, "percentage": 61.11, "elapsed_time": "0:15:37", "remaining_time": "0:09:56"}
47
+ {"current_steps": 225, "total_steps": 360, "loss": 0.012, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.5432914190872757e-05, "epoch": 6.25, "percentage": 62.5, "elapsed_time": "0:15:58", "remaining_time": "0:09:35"}
48
+ {"current_steps": 230, "total_steps": 360, "loss": 0.0132, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.443454345648252e-05, "epoch": 6.39, "percentage": 63.89, "elapsed_time": "0:16:19", "remaining_time": "0:09:13"}
49
+ {"current_steps": 235, "total_steps": 360, "loss": 0.0042, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.3456284669124158e-05, "epoch": 6.53, "percentage": 65.28, "elapsed_time": "0:16:40", "remaining_time": "0:08:52"}
50
+ {"current_steps": 240, "total_steps": 360, "loss": 0.0088, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.2500000000000006e-05, "epoch": 6.67, "percentage": 66.67, "elapsed_time": "0:17:01", "remaining_time": "0:08:30"}
51
+ {"current_steps": 245, "total_steps": 360, "loss": 0.0041, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.1567509791329401e-05, "epoch": 6.81, "percentage": 68.06, "elapsed_time": "0:17:23", "remaining_time": "0:08:09"}
52
+ {"current_steps": 250, "total_steps": 360, "loss": 0.0102, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.0660589091223855e-05, "epoch": 6.94, "percentage": 69.44, "elapsed_time": "0:17:45", "remaining_time": "0:07:48"}
53
+ {"current_steps": 255, "total_steps": 360, "loss": 0.0067, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 9.780964274781984e-06, "epoch": 7.08, "percentage": 70.83, "elapsed_time": "0:18:05", "remaining_time": "0:07:27"}
54
+ {"current_steps": 260, "total_steps": 360, "loss": 0.0037, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 8.930309757836517e-06, "epoch": 7.22, "percentage": 72.22, "elapsed_time": "0:18:26", "remaining_time": "0:07:05"}
55
+ {"current_steps": 265, "total_steps": 360, "loss": 0.0067, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 8.110244809608495e-06, "epoch": 7.36, "percentage": 73.61, "elapsed_time": "0:18:48", "remaining_time": "0:06:44"}
56
+ {"current_steps": 270, "total_steps": 360, "loss": 0.0058, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 7.3223304703363135e-06, "epoch": 7.5, "percentage": 75.0, "elapsed_time": "0:19:10", "remaining_time": "0:06:23"}
57
+ {"current_steps": 275, "total_steps": 360, "loss": 0.0059, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 6.568066579746901e-06, "epoch": 7.64, "percentage": 76.39, "elapsed_time": "0:19:31", "remaining_time": "0:06:02"}
58
+ {"current_steps": 280, "total_steps": 360, "loss": 0.0094, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 5.848888922025553e-06, "epoch": 7.78, "percentage": 77.78, "elapsed_time": "0:19:52", "remaining_time": "0:05:40"}
59
+ {"current_steps": 285, "total_steps": 360, "loss": 0.009, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 5.166166492719124e-06, "epoch": 7.92, "percentage": 79.17, "elapsed_time": "0:20:13", "remaining_time": "0:05:19"}
60
+ {"current_steps": 290, "total_steps": 360, "loss": 0.0063, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.521198892775203e-06, "epoch": 8.06, "percentage": 80.56, "elapsed_time": "0:20:34", "remaining_time": "0:04:57"}
61
+ {"current_steps": 295, "total_steps": 360, "loss": 0.0034, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.9152138546778625e-06, "epoch": 8.19, "percentage": 81.94, "elapsed_time": "0:20:56", "remaining_time": "0:04:36"}
62
+ {"current_steps": 300, "total_steps": 360, "loss": 0.005, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.3493649053890326e-06, "epoch": 8.33, "percentage": 83.33, "elapsed_time": "0:21:17", "remaining_time": "0:04:15"}
63
+ {"current_steps": 300, "total_steps": 360, "loss": null, "eval_loss": 0.02027682214975357, "predict_loss": null, "reward": null, "learning_rate": null, "epoch": 8.33, "percentage": 83.33, "elapsed_time": "0:21:17", "remaining_time": "0:04:15"}
64
+ {"current_steps": 305, "total_steps": 360, "loss": 0.0031, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.8247291705444575e-06, "epoch": 8.47, "percentage": 84.72, "elapsed_time": "0:21:42", "remaining_time": "0:03:54"}
65
+ {"current_steps": 310, "total_steps": 360, "loss": 0.0042, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.3423053240837515e-06, "epoch": 8.61, "percentage": 86.11, "elapsed_time": "0:22:03", "remaining_time": "0:03:33"}
66
+ {"current_steps": 315, "total_steps": 360, "loss": 0.0031, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.9030116872178316e-06, "epoch": 8.75, "percentage": 87.5, "elapsed_time": "0:22:24", "remaining_time": "0:03:12"}
67
+ {"current_steps": 320, "total_steps": 360, "loss": 0.0071, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.5076844803522922e-06, "epoch": 8.89, "percentage": 88.89, "elapsed_time": "0:22:44", "remaining_time": "0:02:50"}
68
+ {"current_steps": 325, "total_steps": 360, "loss": 0.0078, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.1570762312943295e-06, "epoch": 9.03, "percentage": 90.28, "elapsed_time": "0:23:05", "remaining_time": "0:02:29"}
69
+ {"current_steps": 330, "total_steps": 360, "loss": 0.0014, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 8.51854342773295e-07, "epoch": 9.17, "percentage": 91.67, "elapsed_time": "0:23:26", "remaining_time": "0:02:07"}
70
+ {"current_steps": 335, "total_steps": 360, "loss": 0.0025, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 5.925998220016659e-07, "epoch": 9.31, "percentage": 93.06, "elapsed_time": "0:23:49", "remaining_time": "0:01:46"}
71
+ {"current_steps": 340, "total_steps": 360, "loss": 0.0058, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.7980617469479953e-07, "epoch": 9.44, "percentage": 94.44, "elapsed_time": "0:24:10", "remaining_time": "0:01:25"}
72
+ {"current_steps": 345, "total_steps": 360, "loss": 0.0063, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.1387846565474045e-07, "epoch": 9.58, "percentage": 95.83, "elapsed_time": "0:24:31", "remaining_time": "0:01:03"}
73
+ {"current_steps": 350, "total_steps": 360, "loss": 0.0036, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 9.513254770636137e-08, "epoch": 9.72, "percentage": 97.22, "elapsed_time": "0:24:52", "remaining_time": "0:00:42"}
74
+ {"current_steps": 355, "total_steps": 360, "loss": 0.0038, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.3794460453555047e-08, "epoch": 9.86, "percentage": 98.61, "elapsed_time": "0:25:13", "remaining_time": "0:00:21"}
75
+ {"current_steps": 360, "total_steps": 360, "loss": 0.0084, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 0.0, "epoch": 10.0, "percentage": 100.0, "elapsed_time": "0:25:33", "remaining_time": "0:00:00"}
76
+ {"current_steps": 360, "total_steps": 360, "loss": null, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": null, "epoch": 10.0, "percentage": 100.0, "elapsed_time": "0:25:33", "remaining_time": "0:00:00"}
77
+ {"current_steps": 8, "total_steps": 8, "loss": null, "eval_loss": 0.01622922532260418, "predict_loss": null, "reward": null, "learning_rate": null, "epoch": 10.0, "percentage": 100.0, "elapsed_time": "0:25:36", "remaining_time": "0:00:00"}
trainer_state.json ADDED
@@ -0,0 +1,558 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.01622922532260418,
3
+ "best_model_checkpoint": "saves/Custom/lora/train_2024-03-13-19-46-19/checkpoint-200",
4
+ "epoch": 10.0,
5
+ "eval_steps": 100,
6
+ "global_step": 360,
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.14,
13
+ "grad_norm": 7.693007469177246,
14
+ "learning_rate": 4.997620553954645e-05,
15
+ "loss": 1.7543,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.28,
20
+ "grad_norm": 5.394199371337891,
21
+ "learning_rate": 4.990486745229364e-05,
22
+ "loss": 1.0206,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.42,
27
+ "grad_norm": 2.683964729309082,
28
+ "learning_rate": 4.9786121534345265e-05,
29
+ "loss": 0.5826,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.56,
34
+ "grad_norm": 1.8806061744689941,
35
+ "learning_rate": 4.962019382530521e-05,
36
+ "loss": 0.4099,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.69,
41
+ "grad_norm": 1.9219516515731812,
42
+ "learning_rate": 4.940740017799833e-05,
43
+ "loss": 0.3052,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.83,
48
+ "grad_norm": 1.6164277791976929,
49
+ "learning_rate": 4.914814565722671e-05,
50
+ "loss": 0.244,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.97,
55
+ "grad_norm": 1.8378784656524658,
56
+ "learning_rate": 4.884292376870567e-05,
57
+ "loss": 0.1924,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 1.11,
62
+ "grad_norm": 2.151557445526123,
63
+ "learning_rate": 4.849231551964771e-05,
64
+ "loss": 0.1655,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 1.25,
69
+ "grad_norm": 1.2347593307495117,
70
+ "learning_rate": 4.8096988312782174e-05,
71
+ "loss": 0.1203,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 1.39,
76
+ "grad_norm": 2.1008129119873047,
77
+ "learning_rate": 4.765769467591625e-05,
78
+ "loss": 0.1188,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 1.53,
83
+ "grad_norm": 1.351984977722168,
84
+ "learning_rate": 4.717527082945554e-05,
85
+ "loss": 0.0852,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 1.67,
90
+ "grad_norm": 1.8272274732589722,
91
+ "learning_rate": 4.665063509461097e-05,
92
+ "loss": 0.0854,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 1.81,
97
+ "grad_norm": 1.3354312181472778,
98
+ "learning_rate": 4.608478614532215e-05,
99
+ "loss": 0.0672,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 1.94,
104
+ "grad_norm": 1.7812442779541016,
105
+ "learning_rate": 4.54788011072248e-05,
106
+ "loss": 0.0455,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 2.08,
111
+ "grad_norm": 1.6480517387390137,
112
+ "learning_rate": 4.4833833507280884e-05,
113
+ "loss": 0.0366,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 2.22,
118
+ "grad_norm": 1.5116844177246094,
119
+ "learning_rate": 4.415111107797445e-05,
120
+ "loss": 0.0503,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 2.36,
125
+ "grad_norm": 1.792582631111145,
126
+ "learning_rate": 4.34319334202531e-05,
127
+ "loss": 0.0429,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 2.5,
132
+ "grad_norm": 2.4267895221710205,
133
+ "learning_rate": 4.267766952966369e-05,
134
+ "loss": 0.0482,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 2.64,
139
+ "grad_norm": 0.7215550541877747,
140
+ "learning_rate": 4.188975519039151e-05,
141
+ "loss": 0.0317,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 2.78,
146
+ "grad_norm": 1.289726972579956,
147
+ "learning_rate": 4.1069690242163484e-05,
148
+ "loss": 0.0372,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 2.78,
153
+ "eval_loss": 0.03319624438881874,
154
+ "eval_runtime": 2.4078,
155
+ "eval_samples_per_second": 50.252,
156
+ "eval_steps_per_second": 3.322,
157
+ "step": 100
158
+ },
159
+ {
160
+ "epoch": 2.92,
161
+ "grad_norm": 1.3112704753875732,
162
+ "learning_rate": 4.021903572521802e-05,
163
+ "loss": 0.0245,
164
+ "step": 105
165
+ },
166
+ {
167
+ "epoch": 3.06,
168
+ "grad_norm": 1.9846090078353882,
169
+ "learning_rate": 3.933941090877615e-05,
170
+ "loss": 0.0333,
171
+ "step": 110
172
+ },
173
+ {
174
+ "epoch": 3.19,
175
+ "grad_norm": 2.320976734161377,
176
+ "learning_rate": 3.84324902086706e-05,
177
+ "loss": 0.0351,
178
+ "step": 115
179
+ },
180
+ {
181
+ "epoch": 3.33,
182
+ "grad_norm": 2.042772054672241,
183
+ "learning_rate": 3.7500000000000003e-05,
184
+ "loss": 0.0261,
185
+ "step": 120
186
+ },
187
+ {
188
+ "epoch": 3.47,
189
+ "grad_norm": 2.495635747909546,
190
+ "learning_rate": 3.654371533087586e-05,
191
+ "loss": 0.0204,
192
+ "step": 125
193
+ },
194
+ {
195
+ "epoch": 3.61,
196
+ "grad_norm": 0.8619056344032288,
197
+ "learning_rate": 3.556545654351749e-05,
198
+ "loss": 0.0122,
199
+ "step": 130
200
+ },
201
+ {
202
+ "epoch": 3.75,
203
+ "grad_norm": 1.8066715002059937,
204
+ "learning_rate": 3.456708580912725e-05,
205
+ "loss": 0.0288,
206
+ "step": 135
207
+ },
208
+ {
209
+ "epoch": 3.89,
210
+ "grad_norm": 3.5700998306274414,
211
+ "learning_rate": 3.355050358314172e-05,
212
+ "loss": 0.0222,
213
+ "step": 140
214
+ },
215
+ {
216
+ "epoch": 4.03,
217
+ "grad_norm": 1.5312789678573608,
218
+ "learning_rate": 3.251764498760683e-05,
219
+ "loss": 0.0249,
220
+ "step": 145
221
+ },
222
+ {
223
+ "epoch": 4.17,
224
+ "grad_norm": 0.45907583832740784,
225
+ "learning_rate": 3.147047612756302e-05,
226
+ "loss": 0.0227,
227
+ "step": 150
228
+ },
229
+ {
230
+ "epoch": 4.31,
231
+ "grad_norm": 1.6312272548675537,
232
+ "learning_rate": 3.0410990348452573e-05,
233
+ "loss": 0.0171,
234
+ "step": 155
235
+ },
236
+ {
237
+ "epoch": 4.44,
238
+ "grad_norm": 2.005723476409912,
239
+ "learning_rate": 2.9341204441673266e-05,
240
+ "loss": 0.0169,
241
+ "step": 160
242
+ },
243
+ {
244
+ "epoch": 4.58,
245
+ "grad_norm": 1.4385231733322144,
246
+ "learning_rate": 2.8263154805501297e-05,
247
+ "loss": 0.0192,
248
+ "step": 165
249
+ },
250
+ {
251
+ "epoch": 4.72,
252
+ "grad_norm": 1.0173711776733398,
253
+ "learning_rate": 2.717889356869146e-05,
254
+ "loss": 0.0136,
255
+ "step": 170
256
+ },
257
+ {
258
+ "epoch": 4.86,
259
+ "grad_norm": 1.2668229341506958,
260
+ "learning_rate": 2.6090484684133404e-05,
261
+ "loss": 0.0122,
262
+ "step": 175
263
+ },
264
+ {
265
+ "epoch": 5.0,
266
+ "grad_norm": 1.913548469543457,
267
+ "learning_rate": 2.5e-05,
268
+ "loss": 0.012,
269
+ "step": 180
270
+ },
271
+ {
272
+ "epoch": 5.14,
273
+ "grad_norm": 2.155971050262451,
274
+ "learning_rate": 2.3909515315866605e-05,
275
+ "loss": 0.0128,
276
+ "step": 185
277
+ },
278
+ {
279
+ "epoch": 5.28,
280
+ "grad_norm": 1.0692299604415894,
281
+ "learning_rate": 2.2821106431308544e-05,
282
+ "loss": 0.0127,
283
+ "step": 190
284
+ },
285
+ {
286
+ "epoch": 5.42,
287
+ "grad_norm": 0.9680432081222534,
288
+ "learning_rate": 2.173684519449872e-05,
289
+ "loss": 0.0158,
290
+ "step": 195
291
+ },
292
+ {
293
+ "epoch": 5.56,
294
+ "grad_norm": 1.0661903619766235,
295
+ "learning_rate": 2.0658795558326743e-05,
296
+ "loss": 0.0125,
297
+ "step": 200
298
+ },
299
+ {
300
+ "epoch": 5.56,
301
+ "eval_loss": 0.01622922532260418,
302
+ "eval_runtime": 2.4123,
303
+ "eval_samples_per_second": 50.161,
304
+ "eval_steps_per_second": 3.316,
305
+ "step": 200
306
+ },
307
+ {
308
+ "epoch": 5.69,
309
+ "grad_norm": 0.8271896243095398,
310
+ "learning_rate": 1.958900965154743e-05,
311
+ "loss": 0.0081,
312
+ "step": 205
313
+ },
314
+ {
315
+ "epoch": 5.83,
316
+ "grad_norm": 1.7405743598937988,
317
+ "learning_rate": 1.852952387243698e-05,
318
+ "loss": 0.0125,
319
+ "step": 210
320
+ },
321
+ {
322
+ "epoch": 5.97,
323
+ "grad_norm": 1.2488248348236084,
324
+ "learning_rate": 1.7482355012393177e-05,
325
+ "loss": 0.0104,
326
+ "step": 215
327
+ },
328
+ {
329
+ "epoch": 6.11,
330
+ "grad_norm": 0.5560044050216675,
331
+ "learning_rate": 1.6449496416858284e-05,
332
+ "loss": 0.007,
333
+ "step": 220
334
+ },
335
+ {
336
+ "epoch": 6.25,
337
+ "grad_norm": 1.4551178216934204,
338
+ "learning_rate": 1.5432914190872757e-05,
339
+ "loss": 0.012,
340
+ "step": 225
341
+ },
342
+ {
343
+ "epoch": 6.39,
344
+ "grad_norm": 1.6263498067855835,
345
+ "learning_rate": 1.443454345648252e-05,
346
+ "loss": 0.0132,
347
+ "step": 230
348
+ },
349
+ {
350
+ "epoch": 6.53,
351
+ "grad_norm": 0.22708508372306824,
352
+ "learning_rate": 1.3456284669124158e-05,
353
+ "loss": 0.0042,
354
+ "step": 235
355
+ },
356
+ {
357
+ "epoch": 6.67,
358
+ "grad_norm": 0.6515786051750183,
359
+ "learning_rate": 1.2500000000000006e-05,
360
+ "loss": 0.0088,
361
+ "step": 240
362
+ },
363
+ {
364
+ "epoch": 6.81,
365
+ "grad_norm": 0.4397377669811249,
366
+ "learning_rate": 1.1567509791329401e-05,
367
+ "loss": 0.0041,
368
+ "step": 245
369
+ },
370
+ {
371
+ "epoch": 6.94,
372
+ "grad_norm": 1.5320991277694702,
373
+ "learning_rate": 1.0660589091223855e-05,
374
+ "loss": 0.0102,
375
+ "step": 250
376
+ },
377
+ {
378
+ "epoch": 7.08,
379
+ "grad_norm": 1.1604887247085571,
380
+ "learning_rate": 9.780964274781984e-06,
381
+ "loss": 0.0067,
382
+ "step": 255
383
+ },
384
+ {
385
+ "epoch": 7.22,
386
+ "grad_norm": 1.5971548557281494,
387
+ "learning_rate": 8.930309757836517e-06,
388
+ "loss": 0.0037,
389
+ "step": 260
390
+ },
391
+ {
392
+ "epoch": 7.36,
393
+ "grad_norm": 0.9654971361160278,
394
+ "learning_rate": 8.110244809608495e-06,
395
+ "loss": 0.0067,
396
+ "step": 265
397
+ },
398
+ {
399
+ "epoch": 7.5,
400
+ "grad_norm": 2.1204416751861572,
401
+ "learning_rate": 7.3223304703363135e-06,
402
+ "loss": 0.0058,
403
+ "step": 270
404
+ },
405
+ {
406
+ "epoch": 7.64,
407
+ "grad_norm": 0.866258442401886,
408
+ "learning_rate": 6.568066579746901e-06,
409
+ "loss": 0.0059,
410
+ "step": 275
411
+ },
412
+ {
413
+ "epoch": 7.78,
414
+ "grad_norm": 0.6335222125053406,
415
+ "learning_rate": 5.848888922025553e-06,
416
+ "loss": 0.0094,
417
+ "step": 280
418
+ },
419
+ {
420
+ "epoch": 7.92,
421
+ "grad_norm": 0.981534481048584,
422
+ "learning_rate": 5.166166492719124e-06,
423
+ "loss": 0.009,
424
+ "step": 285
425
+ },
426
+ {
427
+ "epoch": 8.06,
428
+ "grad_norm": 0.859342098236084,
429
+ "learning_rate": 4.521198892775203e-06,
430
+ "loss": 0.0063,
431
+ "step": 290
432
+ },
433
+ {
434
+ "epoch": 8.19,
435
+ "grad_norm": 0.47514280676841736,
436
+ "learning_rate": 3.9152138546778625e-06,
437
+ "loss": 0.0034,
438
+ "step": 295
439
+ },
440
+ {
441
+ "epoch": 8.33,
442
+ "grad_norm": 1.3065800666809082,
443
+ "learning_rate": 3.3493649053890326e-06,
444
+ "loss": 0.005,
445
+ "step": 300
446
+ },
447
+ {
448
+ "epoch": 8.33,
449
+ "eval_loss": 0.02027682214975357,
450
+ "eval_runtime": 2.411,
451
+ "eval_samples_per_second": 50.188,
452
+ "eval_steps_per_second": 3.318,
453
+ "step": 300
454
+ },
455
+ {
456
+ "epoch": 8.47,
457
+ "grad_norm": 0.5928324460983276,
458
+ "learning_rate": 2.8247291705444575e-06,
459
+ "loss": 0.0031,
460
+ "step": 305
461
+ },
462
+ {
463
+ "epoch": 8.61,
464
+ "grad_norm": 0.5617555975914001,
465
+ "learning_rate": 2.3423053240837515e-06,
466
+ "loss": 0.0042,
467
+ "step": 310
468
+ },
469
+ {
470
+ "epoch": 8.75,
471
+ "grad_norm": 0.668617844581604,
472
+ "learning_rate": 1.9030116872178316e-06,
473
+ "loss": 0.0031,
474
+ "step": 315
475
+ },
476
+ {
477
+ "epoch": 8.89,
478
+ "grad_norm": 0.8139355182647705,
479
+ "learning_rate": 1.5076844803522922e-06,
480
+ "loss": 0.0071,
481
+ "step": 320
482
+ },
483
+ {
484
+ "epoch": 9.03,
485
+ "grad_norm": 1.4223390817642212,
486
+ "learning_rate": 1.1570762312943295e-06,
487
+ "loss": 0.0078,
488
+ "step": 325
489
+ },
490
+ {
491
+ "epoch": 9.17,
492
+ "grad_norm": 0.5418530702590942,
493
+ "learning_rate": 8.51854342773295e-07,
494
+ "loss": 0.0014,
495
+ "step": 330
496
+ },
497
+ {
498
+ "epoch": 9.31,
499
+ "grad_norm": 0.22671547532081604,
500
+ "learning_rate": 5.925998220016659e-07,
501
+ "loss": 0.0025,
502
+ "step": 335
503
+ },
504
+ {
505
+ "epoch": 9.44,
506
+ "grad_norm": 0.6007376909255981,
507
+ "learning_rate": 3.7980617469479953e-07,
508
+ "loss": 0.0058,
509
+ "step": 340
510
+ },
511
+ {
512
+ "epoch": 9.58,
513
+ "grad_norm": 0.395778089761734,
514
+ "learning_rate": 2.1387846565474045e-07,
515
+ "loss": 0.0063,
516
+ "step": 345
517
+ },
518
+ {
519
+ "epoch": 9.72,
520
+ "grad_norm": 0.9250916242599487,
521
+ "learning_rate": 9.513254770636137e-08,
522
+ "loss": 0.0036,
523
+ "step": 350
524
+ },
525
+ {
526
+ "epoch": 9.86,
527
+ "grad_norm": 0.47003576159477234,
528
+ "learning_rate": 2.3794460453555047e-08,
529
+ "loss": 0.0038,
530
+ "step": 355
531
+ },
532
+ {
533
+ "epoch": 10.0,
534
+ "grad_norm": 0.8105049133300781,
535
+ "learning_rate": 0.0,
536
+ "loss": 0.0084,
537
+ "step": 360
538
+ },
539
+ {
540
+ "epoch": 10.0,
541
+ "step": 360,
542
+ "total_flos": 7.351825810744934e+16,
543
+ "train_loss": 0.0840026685127264,
544
+ "train_runtime": 1533.7769,
545
+ "train_samples_per_second": 14.957,
546
+ "train_steps_per_second": 0.235
547
+ }
548
+ ],
549
+ "logging_steps": 5,
550
+ "max_steps": 360,
551
+ "num_input_tokens_seen": 0,
552
+ "num_train_epochs": 10,
553
+ "save_steps": 100,
554
+ "total_flos": 7.351825810744934e+16,
555
+ "train_batch_size": 16,
556
+ "trial_name": null,
557
+ "trial_params": null
558
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59d1ac05d9947a75b55a44ca930d0e3429fea1f6e34c0448f7ab0d37cfa5ca20
3
+ size 5048