noweshere commited on
Commit
97dc501
·
verified ·
1 Parent(s): f428639

Upload folder using huggingface_hub

Browse files
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. adapter/README.md +202 -0
  3. adapter/adapter_config.json +34 -0
  4. adapter/adapter_model.safetensors +3 -0
  5. adapter/special_tokens_map.json +30 -0
  6. adapter/tokenizer.json +0 -0
  7. adapter/tokenizer.model +3 -0
  8. adapter/tokenizer_config.json +42 -0
  9. all_results.json +11 -0
  10. chatbot.gguf +3 -0
  11. checkpoint-2000/README.md +202 -0
  12. checkpoint-2000/adapter_config.json +34 -0
  13. checkpoint-2000/adapter_model.safetensors +3 -0
  14. checkpoint-2000/optimizer.pt +3 -0
  15. checkpoint-2000/rng_state.pth +3 -0
  16. checkpoint-2000/scheduler.pt +3 -0
  17. checkpoint-2000/special_tokens_map.json +30 -0
  18. checkpoint-2000/tokenizer.json +0 -0
  19. checkpoint-2000/tokenizer.model +3 -0
  20. checkpoint-2000/tokenizer_config.json +42 -0
  21. checkpoint-2000/trainer_state.json +1436 -0
  22. checkpoint-2000/training_args.bin +3 -0
  23. checkpoint-4000/README.md +202 -0
  24. checkpoint-4000/adapter_config.json +34 -0
  25. checkpoint-4000/adapter_model.safetensors +3 -0
  26. checkpoint-4000/optimizer.pt +3 -0
  27. checkpoint-4000/rng_state.pth +3 -0
  28. checkpoint-4000/scheduler.pt +3 -0
  29. checkpoint-4000/special_tokens_map.json +30 -0
  30. checkpoint-4000/tokenizer.json +0 -0
  31. checkpoint-4000/tokenizer.model +3 -0
  32. checkpoint-4000/tokenizer_config.json +42 -0
  33. checkpoint-4000/trainer_state.json +2844 -0
  34. checkpoint-4000/training_args.bin +3 -0
  35. eval_results.json +7 -0
  36. merged/config.json +28 -0
  37. merged/generation_config.json +7 -0
  38. merged/model-00001-of-00003.safetensors +3 -0
  39. merged/model-00002-of-00003.safetensors +3 -0
  40. merged/model-00003-of-00003.safetensors +3 -0
  41. merged/model.safetensors.index.json +208 -0
  42. merged/special_tokens_map.json +30 -0
  43. merged/tokenizer.json +0 -0
  44. merged/tokenizer.model +3 -0
  45. merged/tokenizer_config.json +42 -0
  46. tokenizer/special_tokens_map.json +30 -0
  47. tokenizer/tokenizer.json +0 -0
  48. tokenizer/tokenizer.model +3 -0
  49. tokenizer/tokenizer_config.json +42 -0
  50. train_results.json +7 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ chatbot.gguf filter=lfs diff=lfs merge=lfs -text
adapter/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.11.1
adapter/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "up_proj",
25
+ "o_proj",
26
+ "gate_proj",
27
+ "k_proj",
28
+ "v_proj",
29
+ "down_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80638e126558371903ea539b62031fab8a64f1f81d71a0e9b8ed3f940c7c3d35
3
+ size 50503544
adapter/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
adapter/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
adapter/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
adapter/tokenizer_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "bos_token": "<s>",
31
+ "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 2048,
36
+ "pad_token": "</s>",
37
+ "padding_side": "right",
38
+ "sp_model_kwargs": {},
39
+ "tokenizer_class": "LlamaTokenizer",
40
+ "unk_token": "<unk>",
41
+ "use_default_system_prompt": false
42
+ }
all_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "eval_loss": 1.0187978744506836,
4
+ "eval_runtime": 229.1117,
5
+ "eval_samples_per_second": 4.365,
6
+ "eval_steps_per_second": 0.546,
7
+ "train_loss": 1.089675091592889,
8
+ "train_runtime": 22210.9127,
9
+ "train_samples_per_second": 1.711,
10
+ "train_steps_per_second": 0.214
11
+ }
chatbot.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f068420d316d998e88097d8eeb7f61d52d59411a106b4d03d8da8258fa83e5f2
3
+ size 2201017760
checkpoint-2000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.11.1
checkpoint-2000/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "up_proj",
25
+ "o_proj",
26
+ "gate_proj",
27
+ "k_proj",
28
+ "v_proj",
29
+ "down_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-2000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eea5111ad8851fc8b52a655d65ee1dbfa3ebf00fe029a418d53fe9b97709c8b3
3
+ size 50503544
checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19f244ce106a76c51877ed4264142c56462bb2a821126fae9dd9340e9181a8eb
3
+ size 101184122
checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce27cc7a82bd52c322534b379fa4bb758484904d51b3c1fc97e7883d6bae8111
3
+ size 14244
checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68c7719d2775cc469e286a97411a0b98fe5718c741fc31967879d0a0f23def8b
3
+ size 1064
checkpoint-2000/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-2000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2000/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-2000/tokenizer_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "bos_token": "<s>",
31
+ "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 2048,
36
+ "pad_token": "</s>",
37
+ "padding_side": "right",
38
+ "sp_model_kwargs": {},
39
+ "tokenizer_class": "LlamaTokenizer",
40
+ "unk_token": "<unk>",
41
+ "use_default_system_prompt": false
42
+ }
checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,1436 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.8421052631578947,
5
+ "eval_steps": 2000,
6
+ "global_step": 2000,
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.0,
13
+ "grad_norm": 1.0191779136657715,
14
+ "learning_rate": 8.403361344537815e-07,
15
+ "loss": 1.4757,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0,
20
+ "grad_norm": 0.947059690952301,
21
+ "learning_rate": 8.403361344537817e-06,
22
+ "loss": 1.5145,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.01,
27
+ "grad_norm": 0.9549775719642639,
28
+ "learning_rate": 1.6806722689075634e-05,
29
+ "loss": 1.5546,
30
+ "step": 20
31
+ },
32
+ {
33
+ "epoch": 0.01,
34
+ "grad_norm": 1.1984186172485352,
35
+ "learning_rate": 2.5210084033613446e-05,
36
+ "loss": 1.6809,
37
+ "step": 30
38
+ },
39
+ {
40
+ "epoch": 0.02,
41
+ "grad_norm": 0.9854737520217896,
42
+ "learning_rate": 3.361344537815127e-05,
43
+ "loss": 1.8074,
44
+ "step": 40
45
+ },
46
+ {
47
+ "epoch": 0.02,
48
+ "grad_norm": 1.3563014268875122,
49
+ "learning_rate": 4.201680672268908e-05,
50
+ "loss": 1.699,
51
+ "step": 50
52
+ },
53
+ {
54
+ "epoch": 0.03,
55
+ "grad_norm": 0.6414602398872375,
56
+ "learning_rate": 5.042016806722689e-05,
57
+ "loss": 1.3419,
58
+ "step": 60
59
+ },
60
+ {
61
+ "epoch": 0.03,
62
+ "grad_norm": 0.580333948135376,
63
+ "learning_rate": 5.882352941176471e-05,
64
+ "loss": 1.2524,
65
+ "step": 70
66
+ },
67
+ {
68
+ "epoch": 0.03,
69
+ "grad_norm": 0.6972444653511047,
70
+ "learning_rate": 6.722689075630254e-05,
71
+ "loss": 1.4261,
72
+ "step": 80
73
+ },
74
+ {
75
+ "epoch": 0.04,
76
+ "grad_norm": 0.8142390847206116,
77
+ "learning_rate": 7.563025210084033e-05,
78
+ "loss": 1.5472,
79
+ "step": 90
80
+ },
81
+ {
82
+ "epoch": 0.04,
83
+ "grad_norm": 1.9213963747024536,
84
+ "learning_rate": 8.403361344537815e-05,
85
+ "loss": 1.5581,
86
+ "step": 100
87
+ },
88
+ {
89
+ "epoch": 0.05,
90
+ "grad_norm": 0.7875838279724121,
91
+ "learning_rate": 9.243697478991598e-05,
92
+ "loss": 1.2596,
93
+ "step": 110
94
+ },
95
+ {
96
+ "epoch": 0.05,
97
+ "grad_norm": 0.6198441982269287,
98
+ "learning_rate": 0.00010084033613445378,
99
+ "loss": 1.2901,
100
+ "step": 120
101
+ },
102
+ {
103
+ "epoch": 0.05,
104
+ "grad_norm": 0.6708433032035828,
105
+ "learning_rate": 0.00010924369747899159,
106
+ "loss": 1.3087,
107
+ "step": 130
108
+ },
109
+ {
110
+ "epoch": 0.06,
111
+ "grad_norm": 0.8415197730064392,
112
+ "learning_rate": 0.00011764705882352942,
113
+ "loss": 1.4806,
114
+ "step": 140
115
+ },
116
+ {
117
+ "epoch": 0.06,
118
+ "grad_norm": 1.7113947868347168,
119
+ "learning_rate": 0.00012605042016806722,
120
+ "loss": 1.5082,
121
+ "step": 150
122
+ },
123
+ {
124
+ "epoch": 0.07,
125
+ "grad_norm": 0.7543832659721375,
126
+ "learning_rate": 0.00013445378151260507,
127
+ "loss": 1.1818,
128
+ "step": 160
129
+ },
130
+ {
131
+ "epoch": 0.07,
132
+ "grad_norm": 0.577403724193573,
133
+ "learning_rate": 0.00014285714285714287,
134
+ "loss": 1.2308,
135
+ "step": 170
136
+ },
137
+ {
138
+ "epoch": 0.08,
139
+ "grad_norm": 0.6748159527778625,
140
+ "learning_rate": 0.00015126050420168066,
141
+ "loss": 1.3738,
142
+ "step": 180
143
+ },
144
+ {
145
+ "epoch": 0.08,
146
+ "grad_norm": 0.8842242360115051,
147
+ "learning_rate": 0.0001596638655462185,
148
+ "loss": 1.4544,
149
+ "step": 190
150
+ },
151
+ {
152
+ "epoch": 0.08,
153
+ "grad_norm": 1.7435425519943237,
154
+ "learning_rate": 0.0001680672268907563,
155
+ "loss": 1.4997,
156
+ "step": 200
157
+ },
158
+ {
159
+ "epoch": 0.09,
160
+ "grad_norm": 0.5861243009567261,
161
+ "learning_rate": 0.00017647058823529413,
162
+ "loss": 1.1774,
163
+ "step": 210
164
+ },
165
+ {
166
+ "epoch": 0.09,
167
+ "grad_norm": 0.5415711998939514,
168
+ "learning_rate": 0.00018487394957983195,
169
+ "loss": 1.0529,
170
+ "step": 220
171
+ },
172
+ {
173
+ "epoch": 0.1,
174
+ "grad_norm": 0.6118600964546204,
175
+ "learning_rate": 0.00019327731092436975,
176
+ "loss": 1.3117,
177
+ "step": 230
178
+ },
179
+ {
180
+ "epoch": 0.1,
181
+ "grad_norm": 0.8368746042251587,
182
+ "learning_rate": 0.00019999990304024961,
183
+ "loss": 1.4745,
184
+ "step": 240
185
+ },
186
+ {
187
+ "epoch": 0.11,
188
+ "grad_norm": 1.086878776550293,
189
+ "learning_rate": 0.00019999650946872738,
190
+ "loss": 1.3995,
191
+ "step": 250
192
+ },
193
+ {
194
+ "epoch": 0.11,
195
+ "grad_norm": 0.6036991477012634,
196
+ "learning_rate": 0.00019998826809770645,
197
+ "loss": 1.2325,
198
+ "step": 260
199
+ },
200
+ {
201
+ "epoch": 0.11,
202
+ "grad_norm": 0.5606744289398193,
203
+ "learning_rate": 0.0001999751793267259,
204
+ "loss": 1.2043,
205
+ "step": 270
206
+ },
207
+ {
208
+ "epoch": 0.12,
209
+ "grad_norm": 0.6112542748451233,
210
+ "learning_rate": 0.00019995724379032526,
211
+ "loss": 1.2512,
212
+ "step": 280
213
+ },
214
+ {
215
+ "epoch": 0.12,
216
+ "grad_norm": 0.7892420887947083,
217
+ "learning_rate": 0.00019993446235801367,
218
+ "loss": 1.3604,
219
+ "step": 290
220
+ },
221
+ {
222
+ "epoch": 0.13,
223
+ "grad_norm": 1.2104417085647583,
224
+ "learning_rate": 0.00019990683613422787,
225
+ "loss": 1.4282,
226
+ "step": 300
227
+ },
228
+ {
229
+ "epoch": 0.13,
230
+ "grad_norm": 0.5284091234207153,
231
+ "learning_rate": 0.0001998743664582786,
232
+ "loss": 1.1223,
233
+ "step": 310
234
+ },
235
+ {
236
+ "epoch": 0.13,
237
+ "grad_norm": 0.5215238928794861,
238
+ "learning_rate": 0.0001998370549042855,
239
+ "loss": 1.1399,
240
+ "step": 320
241
+ },
242
+ {
243
+ "epoch": 0.14,
244
+ "grad_norm": 0.6061808466911316,
245
+ "learning_rate": 0.0001997949032811011,
246
+ "loss": 1.2432,
247
+ "step": 330
248
+ },
249
+ {
250
+ "epoch": 0.14,
251
+ "grad_norm": 0.7220178246498108,
252
+ "learning_rate": 0.0001997479136322229,
253
+ "loss": 1.4737,
254
+ "step": 340
255
+ },
256
+ {
257
+ "epoch": 0.15,
258
+ "grad_norm": 1.035914421081543,
259
+ "learning_rate": 0.00019969608823569433,
260
+ "loss": 1.5087,
261
+ "step": 350
262
+ },
263
+ {
264
+ "epoch": 0.15,
265
+ "grad_norm": 0.5120232701301575,
266
+ "learning_rate": 0.00019963942960399446,
267
+ "loss": 1.1583,
268
+ "step": 360
269
+ },
270
+ {
271
+ "epoch": 0.16,
272
+ "grad_norm": 0.5209968686103821,
273
+ "learning_rate": 0.00019957794048391602,
274
+ "loss": 1.1494,
275
+ "step": 370
276
+ },
277
+ {
278
+ "epoch": 0.16,
279
+ "grad_norm": 0.5688252449035645,
280
+ "learning_rate": 0.0001995116238564323,
281
+ "loss": 1.2648,
282
+ "step": 380
283
+ },
284
+ {
285
+ "epoch": 0.16,
286
+ "grad_norm": 0.7350272536277771,
287
+ "learning_rate": 0.00019944048293655265,
288
+ "loss": 1.3836,
289
+ "step": 390
290
+ },
291
+ {
292
+ "epoch": 0.17,
293
+ "grad_norm": 1.117912769317627,
294
+ "learning_rate": 0.00019936452117316663,
295
+ "loss": 1.3725,
296
+ "step": 400
297
+ },
298
+ {
299
+ "epoch": 0.17,
300
+ "grad_norm": 0.5087815523147583,
301
+ "learning_rate": 0.00019928374224887678,
302
+ "loss": 1.0783,
303
+ "step": 410
304
+ },
305
+ {
306
+ "epoch": 0.18,
307
+ "grad_norm": 0.4944276213645935,
308
+ "learning_rate": 0.00019919815007982003,
309
+ "loss": 1.0936,
310
+ "step": 420
311
+ },
312
+ {
313
+ "epoch": 0.18,
314
+ "grad_norm": 0.5578716397285461,
315
+ "learning_rate": 0.000199107748815478,
316
+ "loss": 1.1705,
317
+ "step": 430
318
+ },
319
+ {
320
+ "epoch": 0.19,
321
+ "grad_norm": 0.670518696308136,
322
+ "learning_rate": 0.00019901254283847573,
323
+ "loss": 1.3099,
324
+ "step": 440
325
+ },
326
+ {
327
+ "epoch": 0.19,
328
+ "grad_norm": 0.9550499320030212,
329
+ "learning_rate": 0.00019891253676436915,
330
+ "loss": 1.3971,
331
+ "step": 450
332
+ },
333
+ {
334
+ "epoch": 0.19,
335
+ "grad_norm": 0.48883694410324097,
336
+ "learning_rate": 0.00019880773544142148,
337
+ "loss": 1.1091,
338
+ "step": 460
339
+ },
340
+ {
341
+ "epoch": 0.2,
342
+ "grad_norm": 0.5331695675849915,
343
+ "learning_rate": 0.00019869814395036807,
344
+ "loss": 1.1169,
345
+ "step": 470
346
+ },
347
+ {
348
+ "epoch": 0.2,
349
+ "grad_norm": 0.6103072166442871,
350
+ "learning_rate": 0.0001985837676041701,
351
+ "loss": 1.2462,
352
+ "step": 480
353
+ },
354
+ {
355
+ "epoch": 0.21,
356
+ "grad_norm": 0.7295002937316895,
357
+ "learning_rate": 0.00019846461194775712,
358
+ "loss": 1.3711,
359
+ "step": 490
360
+ },
361
+ {
362
+ "epoch": 0.21,
363
+ "grad_norm": 1.003199815750122,
364
+ "learning_rate": 0.000198340682757758,
365
+ "loss": 1.3987,
366
+ "step": 500
367
+ },
368
+ {
369
+ "epoch": 0.21,
370
+ "grad_norm": 0.49524402618408203,
371
+ "learning_rate": 0.00019821198604222113,
372
+ "loss": 1.1002,
373
+ "step": 510
374
+ },
375
+ {
376
+ "epoch": 0.22,
377
+ "grad_norm": 0.4883529543876648,
378
+ "learning_rate": 0.00019807852804032305,
379
+ "loss": 1.0895,
380
+ "step": 520
381
+ },
382
+ {
383
+ "epoch": 0.22,
384
+ "grad_norm": 0.5645517110824585,
385
+ "learning_rate": 0.00019794031522206594,
386
+ "loss": 1.1673,
387
+ "step": 530
388
+ },
389
+ {
390
+ "epoch": 0.23,
391
+ "grad_norm": 0.7130540609359741,
392
+ "learning_rate": 0.00019779735428796395,
393
+ "loss": 1.2775,
394
+ "step": 540
395
+ },
396
+ {
397
+ "epoch": 0.23,
398
+ "grad_norm": 1.035349726676941,
399
+ "learning_rate": 0.00019764965216871846,
400
+ "loss": 1.3272,
401
+ "step": 550
402
+ },
403
+ {
404
+ "epoch": 0.24,
405
+ "grad_norm": 0.5434763431549072,
406
+ "learning_rate": 0.00019749721602488207,
407
+ "loss": 1.1483,
408
+ "step": 560
409
+ },
410
+ {
411
+ "epoch": 0.24,
412
+ "grad_norm": 0.472807914018631,
413
+ "learning_rate": 0.0001973400532465113,
414
+ "loss": 1.0666,
415
+ "step": 570
416
+ },
417
+ {
418
+ "epoch": 0.24,
419
+ "grad_norm": 0.575896143913269,
420
+ "learning_rate": 0.00019717817145280844,
421
+ "loss": 1.122,
422
+ "step": 580
423
+ },
424
+ {
425
+ "epoch": 0.25,
426
+ "grad_norm": 0.6578025817871094,
427
+ "learning_rate": 0.00019701157849175228,
428
+ "loss": 1.2858,
429
+ "step": 590
430
+ },
431
+ {
432
+ "epoch": 0.25,
433
+ "grad_norm": 1.2908504009246826,
434
+ "learning_rate": 0.0001968402824397174,
435
+ "loss": 1.3983,
436
+ "step": 600
437
+ },
438
+ {
439
+ "epoch": 0.26,
440
+ "grad_norm": 0.5685085654258728,
441
+ "learning_rate": 0.0001966642916010829,
442
+ "loss": 1.0992,
443
+ "step": 610
444
+ },
445
+ {
446
+ "epoch": 0.26,
447
+ "grad_norm": 0.4999242126941681,
448
+ "learning_rate": 0.0001964836145078295,
449
+ "loss": 1.1434,
450
+ "step": 620
451
+ },
452
+ {
453
+ "epoch": 0.27,
454
+ "grad_norm": 0.5502079129219055,
455
+ "learning_rate": 0.00019629825991912623,
456
+ "loss": 1.1573,
457
+ "step": 630
458
+ },
459
+ {
460
+ "epoch": 0.27,
461
+ "grad_norm": 0.6397935748100281,
462
+ "learning_rate": 0.0001961082368209055,
463
+ "loss": 1.3418,
464
+ "step": 640
465
+ },
466
+ {
467
+ "epoch": 0.27,
468
+ "grad_norm": 0.9650578498840332,
469
+ "learning_rate": 0.00019591355442542775,
470
+ "loss": 1.3298,
471
+ "step": 650
472
+ },
473
+ {
474
+ "epoch": 0.28,
475
+ "grad_norm": 0.49895137548446655,
476
+ "learning_rate": 0.00019571422217083454,
477
+ "loss": 1.0907,
478
+ "step": 660
479
+ },
480
+ {
481
+ "epoch": 0.28,
482
+ "grad_norm": 0.49023300409317017,
483
+ "learning_rate": 0.00019551024972069126,
484
+ "loss": 1.1305,
485
+ "step": 670
486
+ },
487
+ {
488
+ "epoch": 0.29,
489
+ "grad_norm": 0.5746453404426575,
490
+ "learning_rate": 0.00019530164696351848,
491
+ "loss": 1.1865,
492
+ "step": 680
493
+ },
494
+ {
495
+ "epoch": 0.29,
496
+ "grad_norm": 0.6834538578987122,
497
+ "learning_rate": 0.00019508842401231257,
498
+ "loss": 1.3113,
499
+ "step": 690
500
+ },
501
+ {
502
+ "epoch": 0.29,
503
+ "grad_norm": 1.0113998651504517,
504
+ "learning_rate": 0.0001948705912040556,
505
+ "loss": 1.3686,
506
+ "step": 700
507
+ },
508
+ {
509
+ "epoch": 0.3,
510
+ "grad_norm": 0.5399815440177917,
511
+ "learning_rate": 0.0001946481590992139,
512
+ "loss": 1.1602,
513
+ "step": 710
514
+ },
515
+ {
516
+ "epoch": 0.3,
517
+ "grad_norm": 0.5135788321495056,
518
+ "learning_rate": 0.00019442113848122636,
519
+ "loss": 1.0881,
520
+ "step": 720
521
+ },
522
+ {
523
+ "epoch": 0.31,
524
+ "grad_norm": 0.5519896149635315,
525
+ "learning_rate": 0.00019418954035598152,
526
+ "loss": 1.1885,
527
+ "step": 730
528
+ },
529
+ {
530
+ "epoch": 0.31,
531
+ "grad_norm": 0.7329438328742981,
532
+ "learning_rate": 0.000193953375951284,
533
+ "loss": 1.2668,
534
+ "step": 740
535
+ },
536
+ {
537
+ "epoch": 0.32,
538
+ "grad_norm": 1.0599132776260376,
539
+ "learning_rate": 0.00019371265671631037,
540
+ "loss": 1.3524,
541
+ "step": 750
542
+ },
543
+ {
544
+ "epoch": 0.32,
545
+ "grad_norm": 0.5613999962806702,
546
+ "learning_rate": 0.00019346739432105374,
547
+ "loss": 1.0983,
548
+ "step": 760
549
+ },
550
+ {
551
+ "epoch": 0.32,
552
+ "grad_norm": 0.5169478058815002,
553
+ "learning_rate": 0.00019321760065575834,
554
+ "loss": 1.1699,
555
+ "step": 770
556
+ },
557
+ {
558
+ "epoch": 0.33,
559
+ "grad_norm": 0.5800842642784119,
560
+ "learning_rate": 0.00019296328783034294,
561
+ "loss": 1.2105,
562
+ "step": 780
563
+ },
564
+ {
565
+ "epoch": 0.33,
566
+ "grad_norm": 0.7089204788208008,
567
+ "learning_rate": 0.00019270446817381377,
568
+ "loss": 1.3458,
569
+ "step": 790
570
+ },
571
+ {
572
+ "epoch": 0.34,
573
+ "grad_norm": 0.8912138342857361,
574
+ "learning_rate": 0.00019244115423366678,
575
+ "loss": 1.3386,
576
+ "step": 800
577
+ },
578
+ {
579
+ "epoch": 0.34,
580
+ "grad_norm": 0.5033462047576904,
581
+ "learning_rate": 0.00019217335877527947,
582
+ "loss": 1.0824,
583
+ "step": 810
584
+ },
585
+ {
586
+ "epoch": 0.35,
587
+ "grad_norm": 0.5139713287353516,
588
+ "learning_rate": 0.0001919010947812918,
589
+ "loss": 1.0122,
590
+ "step": 820
591
+ },
592
+ {
593
+ "epoch": 0.35,
594
+ "grad_norm": 0.5905170440673828,
595
+ "learning_rate": 0.00019162437545097719,
596
+ "loss": 1.2924,
597
+ "step": 830
598
+ },
599
+ {
600
+ "epoch": 0.35,
601
+ "grad_norm": 0.715568482875824,
602
+ "learning_rate": 0.00019134321419960203,
603
+ "loss": 1.2982,
604
+ "step": 840
605
+ },
606
+ {
607
+ "epoch": 0.36,
608
+ "grad_norm": 1.046240210533142,
609
+ "learning_rate": 0.00019105762465777598,
610
+ "loss": 1.4013,
611
+ "step": 850
612
+ },
613
+ {
614
+ "epoch": 0.36,
615
+ "grad_norm": 0.49822917580604553,
616
+ "learning_rate": 0.00019076762067079059,
617
+ "loss": 1.0633,
618
+ "step": 860
619
+ },
620
+ {
621
+ "epoch": 0.37,
622
+ "grad_norm": 0.47567543387413025,
623
+ "learning_rate": 0.0001904732162979485,
624
+ "loss": 1.0497,
625
+ "step": 870
626
+ },
627
+ {
628
+ "epoch": 0.37,
629
+ "grad_norm": 0.5331007242202759,
630
+ "learning_rate": 0.0001901744258118816,
631
+ "loss": 1.166,
632
+ "step": 880
633
+ },
634
+ {
635
+ "epoch": 0.37,
636
+ "grad_norm": 0.7400739789009094,
637
+ "learning_rate": 0.00018987126369785916,
638
+ "loss": 1.3527,
639
+ "step": 890
640
+ },
641
+ {
642
+ "epoch": 0.38,
643
+ "grad_norm": 1.1264495849609375,
644
+ "learning_rate": 0.00018956374465308563,
645
+ "loss": 1.3475,
646
+ "step": 900
647
+ },
648
+ {
649
+ "epoch": 0.38,
650
+ "grad_norm": 0.5124080777168274,
651
+ "learning_rate": 0.00018925188358598813,
652
+ "loss": 1.05,
653
+ "step": 910
654
+ },
655
+ {
656
+ "epoch": 0.39,
657
+ "grad_norm": 0.522303581237793,
658
+ "learning_rate": 0.00018893569561549364,
659
+ "loss": 1.156,
660
+ "step": 920
661
+ },
662
+ {
663
+ "epoch": 0.39,
664
+ "grad_norm": 0.5782234072685242,
665
+ "learning_rate": 0.00018861519607029606,
666
+ "loss": 1.158,
667
+ "step": 930
668
+ },
669
+ {
670
+ "epoch": 0.4,
671
+ "grad_norm": 0.7259439826011658,
672
+ "learning_rate": 0.00018829040048811305,
673
+ "loss": 1.306,
674
+ "step": 940
675
+ },
676
+ {
677
+ "epoch": 0.4,
678
+ "grad_norm": 0.9230518937110901,
679
+ "learning_rate": 0.0001879613246149329,
680
+ "loss": 1.4171,
681
+ "step": 950
682
+ },
683
+ {
684
+ "epoch": 0.4,
685
+ "grad_norm": 0.5070952773094177,
686
+ "learning_rate": 0.00018762798440425096,
687
+ "loss": 1.0647,
688
+ "step": 960
689
+ },
690
+ {
691
+ "epoch": 0.41,
692
+ "grad_norm": 0.540289044380188,
693
+ "learning_rate": 0.00018729039601629634,
694
+ "loss": 1.0823,
695
+ "step": 970
696
+ },
697
+ {
698
+ "epoch": 0.41,
699
+ "grad_norm": 0.6044334173202515,
700
+ "learning_rate": 0.00018694857581724855,
701
+ "loss": 1.2258,
702
+ "step": 980
703
+ },
704
+ {
705
+ "epoch": 0.42,
706
+ "grad_norm": 0.6775342226028442,
707
+ "learning_rate": 0.00018660254037844388,
708
+ "loss": 1.3045,
709
+ "step": 990
710
+ },
711
+ {
712
+ "epoch": 0.42,
713
+ "grad_norm": 1.0051116943359375,
714
+ "learning_rate": 0.00018625230647557217,
715
+ "loss": 1.3275,
716
+ "step": 1000
717
+ },
718
+ {
719
+ "epoch": 0.43,
720
+ "grad_norm": 0.522710382938385,
721
+ "learning_rate": 0.00018589789108786344,
722
+ "loss": 1.1284,
723
+ "step": 1010
724
+ },
725
+ {
726
+ "epoch": 0.43,
727
+ "grad_norm": 0.527962327003479,
728
+ "learning_rate": 0.00018553931139726485,
729
+ "loss": 1.0688,
730
+ "step": 1020
731
+ },
732
+ {
733
+ "epoch": 0.43,
734
+ "grad_norm": 0.5457212924957275,
735
+ "learning_rate": 0.0001851765847876076,
736
+ "loss": 1.1434,
737
+ "step": 1030
738
+ },
739
+ {
740
+ "epoch": 0.44,
741
+ "grad_norm": 0.6518785357475281,
742
+ "learning_rate": 0.00018480972884376434,
743
+ "loss": 1.2961,
744
+ "step": 1040
745
+ },
746
+ {
747
+ "epoch": 0.44,
748
+ "grad_norm": 1.0324338674545288,
749
+ "learning_rate": 0.00018443876135079638,
750
+ "loss": 1.407,
751
+ "step": 1050
752
+ },
753
+ {
754
+ "epoch": 0.45,
755
+ "grad_norm": 0.6092559099197388,
756
+ "learning_rate": 0.0001840637002930918,
757
+ "loss": 1.0535,
758
+ "step": 1060
759
+ },
760
+ {
761
+ "epoch": 0.45,
762
+ "grad_norm": 0.5149545073509216,
763
+ "learning_rate": 0.00018368456385349334,
764
+ "loss": 1.0546,
765
+ "step": 1070
766
+ },
767
+ {
768
+ "epoch": 0.45,
769
+ "grad_norm": 0.6056516766548157,
770
+ "learning_rate": 0.0001833013704124169,
771
+ "loss": 1.1735,
772
+ "step": 1080
773
+ },
774
+ {
775
+ "epoch": 0.46,
776
+ "grad_norm": 0.7382489442825317,
777
+ "learning_rate": 0.00018291413854696077,
778
+ "loss": 1.3044,
779
+ "step": 1090
780
+ },
781
+ {
782
+ "epoch": 0.46,
783
+ "grad_norm": 0.9548698663711548,
784
+ "learning_rate": 0.0001825228870300046,
785
+ "loss": 1.3571,
786
+ "step": 1100
787
+ },
788
+ {
789
+ "epoch": 0.47,
790
+ "grad_norm": 0.5410871505737305,
791
+ "learning_rate": 0.0001821276348292995,
792
+ "loss": 1.097,
793
+ "step": 1110
794
+ },
795
+ {
796
+ "epoch": 0.47,
797
+ "grad_norm": 0.5245351195335388,
798
+ "learning_rate": 0.00018172840110654862,
799
+ "loss": 1.0923,
800
+ "step": 1120
801
+ },
802
+ {
803
+ "epoch": 0.48,
804
+ "grad_norm": 0.6045931577682495,
805
+ "learning_rate": 0.00018132520521647785,
806
+ "loss": 1.2115,
807
+ "step": 1130
808
+ },
809
+ {
810
+ "epoch": 0.48,
811
+ "grad_norm": 0.6429124474525452,
812
+ "learning_rate": 0.00018091806670589788,
813
+ "loss": 1.2736,
814
+ "step": 1140
815
+ },
816
+ {
817
+ "epoch": 0.48,
818
+ "grad_norm": 0.9760797619819641,
819
+ "learning_rate": 0.0001805070053127563,
820
+ "loss": 1.2964,
821
+ "step": 1150
822
+ },
823
+ {
824
+ "epoch": 0.49,
825
+ "grad_norm": 0.48860272765159607,
826
+ "learning_rate": 0.0001800920409651809,
827
+ "loss": 1.0942,
828
+ "step": 1160
829
+ },
830
+ {
831
+ "epoch": 0.49,
832
+ "grad_norm": 0.5090013146400452,
833
+ "learning_rate": 0.00017967319378051343,
834
+ "loss": 1.0925,
835
+ "step": 1170
836
+ },
837
+ {
838
+ "epoch": 0.5,
839
+ "grad_norm": 0.5822442770004272,
840
+ "learning_rate": 0.00017925048406433437,
841
+ "loss": 1.1583,
842
+ "step": 1180
843
+ },
844
+ {
845
+ "epoch": 0.5,
846
+ "grad_norm": 0.7363468408584595,
847
+ "learning_rate": 0.00017882393230947855,
848
+ "loss": 1.3283,
849
+ "step": 1190
850
+ },
851
+ {
852
+ "epoch": 0.51,
853
+ "grad_norm": 0.840218186378479,
854
+ "learning_rate": 0.00017839355919504164,
855
+ "loss": 1.3098,
856
+ "step": 1200
857
+ },
858
+ {
859
+ "epoch": 0.51,
860
+ "grad_norm": 0.5360991954803467,
861
+ "learning_rate": 0.00017795938558537753,
862
+ "loss": 1.1028,
863
+ "step": 1210
864
+ },
865
+ {
866
+ "epoch": 0.51,
867
+ "grad_norm": 0.5553500056266785,
868
+ "learning_rate": 0.00017752143252908705,
869
+ "loss": 1.0737,
870
+ "step": 1220
871
+ },
872
+ {
873
+ "epoch": 0.52,
874
+ "grad_norm": 0.5366541743278503,
875
+ "learning_rate": 0.00017707972125799735,
876
+ "loss": 1.1918,
877
+ "step": 1230
878
+ },
879
+ {
880
+ "epoch": 0.52,
881
+ "grad_norm": 0.7474969029426575,
882
+ "learning_rate": 0.0001766342731861327,
883
+ "loss": 1.2756,
884
+ "step": 1240
885
+ },
886
+ {
887
+ "epoch": 0.53,
888
+ "grad_norm": 1.0241633653640747,
889
+ "learning_rate": 0.00017618510990867624,
890
+ "loss": 1.298,
891
+ "step": 1250
892
+ },
893
+ {
894
+ "epoch": 0.53,
895
+ "grad_norm": 0.5135468244552612,
896
+ "learning_rate": 0.00017573225320092323,
897
+ "loss": 0.9818,
898
+ "step": 1260
899
+ },
900
+ {
901
+ "epoch": 0.53,
902
+ "grad_norm": 0.5308533906936646,
903
+ "learning_rate": 0.00017527572501722512,
904
+ "loss": 1.0729,
905
+ "step": 1270
906
+ },
907
+ {
908
+ "epoch": 0.54,
909
+ "grad_norm": 0.6265894174575806,
910
+ "learning_rate": 0.00017481554748992553,
911
+ "loss": 1.1791,
912
+ "step": 1280
913
+ },
914
+ {
915
+ "epoch": 0.54,
916
+ "grad_norm": 0.7500415444374084,
917
+ "learning_rate": 0.00017435174292828695,
918
+ "loss": 1.2722,
919
+ "step": 1290
920
+ },
921
+ {
922
+ "epoch": 0.55,
923
+ "grad_norm": 1.0609970092773438,
924
+ "learning_rate": 0.00017388433381740952,
925
+ "loss": 1.3034,
926
+ "step": 1300
927
+ },
928
+ {
929
+ "epoch": 0.55,
930
+ "grad_norm": 0.5286604166030884,
931
+ "learning_rate": 0.00017341334281714064,
932
+ "loss": 0.9932,
933
+ "step": 1310
934
+ },
935
+ {
936
+ "epoch": 0.56,
937
+ "grad_norm": 0.5054761171340942,
938
+ "learning_rate": 0.00017293879276097677,
939
+ "loss": 1.0386,
940
+ "step": 1320
941
+ },
942
+ {
943
+ "epoch": 0.56,
944
+ "grad_norm": 0.6337370872497559,
945
+ "learning_rate": 0.00017246070665495608,
946
+ "loss": 1.1341,
947
+ "step": 1330
948
+ },
949
+ {
950
+ "epoch": 0.56,
951
+ "grad_norm": 0.7288526892662048,
952
+ "learning_rate": 0.00017197910767654352,
953
+ "loss": 1.2551,
954
+ "step": 1340
955
+ },
956
+ {
957
+ "epoch": 0.57,
958
+ "grad_norm": 1.0159952640533447,
959
+ "learning_rate": 0.0001714940191735069,
960
+ "loss": 1.3048,
961
+ "step": 1350
962
+ },
963
+ {
964
+ "epoch": 0.57,
965
+ "grad_norm": 0.5907754898071289,
966
+ "learning_rate": 0.00017100546466278504,
967
+ "loss": 1.0322,
968
+ "step": 1360
969
+ },
970
+ {
971
+ "epoch": 0.58,
972
+ "grad_norm": 0.5079711675643921,
973
+ "learning_rate": 0.00017051346782934786,
974
+ "loss": 1.0071,
975
+ "step": 1370
976
+ },
977
+ {
978
+ "epoch": 0.58,
979
+ "grad_norm": 0.6100701689720154,
980
+ "learning_rate": 0.00017001805252504795,
981
+ "loss": 1.1588,
982
+ "step": 1380
983
+ },
984
+ {
985
+ "epoch": 0.59,
986
+ "grad_norm": 0.7802088260650635,
987
+ "learning_rate": 0.00016951924276746425,
988
+ "loss": 1.2911,
989
+ "step": 1390
990
+ },
991
+ {
992
+ "epoch": 0.59,
993
+ "grad_norm": 1.0676313638687134,
994
+ "learning_rate": 0.00016901706273873777,
995
+ "loss": 1.2942,
996
+ "step": 1400
997
+ },
998
+ {
999
+ "epoch": 0.59,
1000
+ "grad_norm": 0.527285099029541,
1001
+ "learning_rate": 0.00016851153678439922,
1002
+ "loss": 1.0107,
1003
+ "step": 1410
1004
+ },
1005
+ {
1006
+ "epoch": 0.6,
1007
+ "grad_norm": 0.5518642663955688,
1008
+ "learning_rate": 0.00016800268941218876,
1009
+ "loss": 1.0683,
1010
+ "step": 1420
1011
+ },
1012
+ {
1013
+ "epoch": 0.6,
1014
+ "grad_norm": 0.6224582195281982,
1015
+ "learning_rate": 0.0001674905452908678,
1016
+ "loss": 1.1685,
1017
+ "step": 1430
1018
+ },
1019
+ {
1020
+ "epoch": 0.61,
1021
+ "grad_norm": 0.6205934882164001,
1022
+ "learning_rate": 0.0001669751292490231,
1023
+ "loss": 1.302,
1024
+ "step": 1440
1025
+ },
1026
+ {
1027
+ "epoch": 0.61,
1028
+ "grad_norm": 1.0423789024353027,
1029
+ "learning_rate": 0.0001664564662738632,
1030
+ "loss": 1.2654,
1031
+ "step": 1450
1032
+ },
1033
+ {
1034
+ "epoch": 0.61,
1035
+ "grad_norm": 0.5314890742301941,
1036
+ "learning_rate": 0.00016593458151000688,
1037
+ "loss": 1.083,
1038
+ "step": 1460
1039
+ },
1040
+ {
1041
+ "epoch": 0.62,
1042
+ "grad_norm": 0.5361500978469849,
1043
+ "learning_rate": 0.00016540950025826422,
1044
+ "loss": 1.0952,
1045
+ "step": 1470
1046
+ },
1047
+ {
1048
+ "epoch": 0.62,
1049
+ "grad_norm": 0.5990237593650818,
1050
+ "learning_rate": 0.00016488124797441004,
1051
+ "loss": 1.1923,
1052
+ "step": 1480
1053
+ },
1054
+ {
1055
+ "epoch": 0.63,
1056
+ "grad_norm": 0.7383199334144592,
1057
+ "learning_rate": 0.00016434985026794987,
1058
+ "loss": 1.288,
1059
+ "step": 1490
1060
+ },
1061
+ {
1062
+ "epoch": 0.63,
1063
+ "grad_norm": 1.0500961542129517,
1064
+ "learning_rate": 0.0001638153329008782,
1065
+ "loss": 1.318,
1066
+ "step": 1500
1067
+ },
1068
+ {
1069
+ "epoch": 0.64,
1070
+ "grad_norm": 0.5643898248672485,
1071
+ "learning_rate": 0.00016327772178642986,
1072
+ "loss": 1.0641,
1073
+ "step": 1510
1074
+ },
1075
+ {
1076
+ "epoch": 0.64,
1077
+ "grad_norm": 0.509543776512146,
1078
+ "learning_rate": 0.0001627370429878235,
1079
+ "loss": 1.0216,
1080
+ "step": 1520
1081
+ },
1082
+ {
1083
+ "epoch": 0.64,
1084
+ "grad_norm": 0.6048777103424072,
1085
+ "learning_rate": 0.0001621933227169981,
1086
+ "loss": 1.136,
1087
+ "step": 1530
1088
+ },
1089
+ {
1090
+ "epoch": 0.65,
1091
+ "grad_norm": 0.7480033040046692,
1092
+ "learning_rate": 0.0001616465873333423,
1093
+ "loss": 1.2798,
1094
+ "step": 1540
1095
+ },
1096
+ {
1097
+ "epoch": 0.65,
1098
+ "grad_norm": 1.0061513185501099,
1099
+ "learning_rate": 0.00016109686334241655,
1100
+ "loss": 1.2482,
1101
+ "step": 1550
1102
+ },
1103
+ {
1104
+ "epoch": 0.66,
1105
+ "grad_norm": 0.5828456282615662,
1106
+ "learning_rate": 0.0001605441773946679,
1107
+ "loss": 1.1134,
1108
+ "step": 1560
1109
+ },
1110
+ {
1111
+ "epoch": 0.66,
1112
+ "grad_norm": 0.5483405590057373,
1113
+ "learning_rate": 0.00015998855628413823,
1114
+ "loss": 1.0308,
1115
+ "step": 1570
1116
+ },
1117
+ {
1118
+ "epoch": 0.67,
1119
+ "grad_norm": 0.6139534711837769,
1120
+ "learning_rate": 0.00015943002694716519,
1121
+ "loss": 1.1093,
1122
+ "step": 1580
1123
+ },
1124
+ {
1125
+ "epoch": 0.67,
1126
+ "grad_norm": 0.6477651000022888,
1127
+ "learning_rate": 0.0001588686164610763,
1128
+ "loss": 1.2047,
1129
+ "step": 1590
1130
+ },
1131
+ {
1132
+ "epoch": 0.67,
1133
+ "grad_norm": 0.9526233077049255,
1134
+ "learning_rate": 0.00015830435204287628,
1135
+ "loss": 1.3359,
1136
+ "step": 1600
1137
+ },
1138
+ {
1139
+ "epoch": 0.68,
1140
+ "grad_norm": 0.5442110896110535,
1141
+ "learning_rate": 0.00015773726104792768,
1142
+ "loss": 1.0236,
1143
+ "step": 1610
1144
+ },
1145
+ {
1146
+ "epoch": 0.68,
1147
+ "grad_norm": 0.5667725801467896,
1148
+ "learning_rate": 0.0001571673709686245,
1149
+ "loss": 0.9956,
1150
+ "step": 1620
1151
+ },
1152
+ {
1153
+ "epoch": 0.69,
1154
+ "grad_norm": 0.567449688911438,
1155
+ "learning_rate": 0.00015659470943305955,
1156
+ "loss": 1.1698,
1157
+ "step": 1630
1158
+ },
1159
+ {
1160
+ "epoch": 0.69,
1161
+ "grad_norm": 0.7154501080513,
1162
+ "learning_rate": 0.00015601930420368486,
1163
+ "loss": 1.2682,
1164
+ "step": 1640
1165
+ },
1166
+ {
1167
+ "epoch": 0.69,
1168
+ "grad_norm": 0.9630643725395203,
1169
+ "learning_rate": 0.00015544118317596605,
1170
+ "loss": 1.3124,
1171
+ "step": 1650
1172
+ },
1173
+ {
1174
+ "epoch": 0.7,
1175
+ "grad_norm": 0.5698636770248413,
1176
+ "learning_rate": 0.0001548603743770296,
1177
+ "loss": 1.0047,
1178
+ "step": 1660
1179
+ },
1180
+ {
1181
+ "epoch": 0.7,
1182
+ "grad_norm": 0.538144588470459,
1183
+ "learning_rate": 0.0001542769059643045,
1184
+ "loss": 0.9859,
1185
+ "step": 1670
1186
+ },
1187
+ {
1188
+ "epoch": 0.71,
1189
+ "grad_norm": 0.6153010725975037,
1190
+ "learning_rate": 0.00015369080622415683,
1191
+ "loss": 1.1059,
1192
+ "step": 1680
1193
+ },
1194
+ {
1195
+ "epoch": 0.71,
1196
+ "grad_norm": 0.7482182383537292,
1197
+ "learning_rate": 0.00015310210357051863,
1198
+ "loss": 1.2589,
1199
+ "step": 1690
1200
+ },
1201
+ {
1202
+ "epoch": 0.72,
1203
+ "grad_norm": 1.014577031135559,
1204
+ "learning_rate": 0.00015251082654351044,
1205
+ "loss": 1.2322,
1206
+ "step": 1700
1207
+ },
1208
+ {
1209
+ "epoch": 0.72,
1210
+ "grad_norm": 0.5590934157371521,
1211
+ "learning_rate": 0.00015191700380805752,
1212
+ "loss": 1.0283,
1213
+ "step": 1710
1214
+ },
1215
+ {
1216
+ "epoch": 0.72,
1217
+ "grad_norm": 0.5307114124298096,
1218
+ "learning_rate": 0.00015132066415250042,
1219
+ "loss": 1.0196,
1220
+ "step": 1720
1221
+ },
1222
+ {
1223
+ "epoch": 0.73,
1224
+ "grad_norm": 0.6487598419189453,
1225
+ "learning_rate": 0.000150721836487199,
1226
+ "loss": 1.0595,
1227
+ "step": 1730
1228
+ },
1229
+ {
1230
+ "epoch": 0.73,
1231
+ "grad_norm": 0.8052285313606262,
1232
+ "learning_rate": 0.00015012054984313116,
1233
+ "loss": 1.2083,
1234
+ "step": 1740
1235
+ },
1236
+ {
1237
+ "epoch": 0.74,
1238
+ "grad_norm": 1.1172990798950195,
1239
+ "learning_rate": 0.00014951683337048537,
1240
+ "loss": 1.2899,
1241
+ "step": 1750
1242
+ },
1243
+ {
1244
+ "epoch": 0.74,
1245
+ "grad_norm": 0.5224259495735168,
1246
+ "learning_rate": 0.00014891071633724737,
1247
+ "loss": 1.0475,
1248
+ "step": 1760
1249
+ },
1250
+ {
1251
+ "epoch": 0.75,
1252
+ "grad_norm": 0.5798863768577576,
1253
+ "learning_rate": 0.00014830222812778126,
1254
+ "loss": 0.9953,
1255
+ "step": 1770
1256
+ },
1257
+ {
1258
+ "epoch": 0.75,
1259
+ "grad_norm": 0.6029157638549805,
1260
+ "learning_rate": 0.00014769139824140516,
1261
+ "loss": 1.1619,
1262
+ "step": 1780
1263
+ },
1264
+ {
1265
+ "epoch": 0.75,
1266
+ "grad_norm": 0.7881869673728943,
1267
+ "learning_rate": 0.00014707825629096084,
1268
+ "loss": 1.2333,
1269
+ "step": 1790
1270
+ },
1271
+ {
1272
+ "epoch": 0.76,
1273
+ "grad_norm": 0.9496088624000549,
1274
+ "learning_rate": 0.00014646283200137828,
1275
+ "loss": 1.2424,
1276
+ "step": 1800
1277
+ },
1278
+ {
1279
+ "epoch": 0.76,
1280
+ "grad_norm": 0.5425153374671936,
1281
+ "learning_rate": 0.00014584515520823453,
1282
+ "loss": 0.9886,
1283
+ "step": 1810
1284
+ },
1285
+ {
1286
+ "epoch": 0.77,
1287
+ "grad_norm": 0.5590393543243408,
1288
+ "learning_rate": 0.0001452252558563073,
1289
+ "loss": 1.0041,
1290
+ "step": 1820
1291
+ },
1292
+ {
1293
+ "epoch": 0.77,
1294
+ "grad_norm": 0.5956026911735535,
1295
+ "learning_rate": 0.00014460316399812325,
1296
+ "loss": 1.1507,
1297
+ "step": 1830
1298
+ },
1299
+ {
1300
+ "epoch": 0.77,
1301
+ "grad_norm": 0.7304853796958923,
1302
+ "learning_rate": 0.00014397890979250108,
1303
+ "loss": 1.2183,
1304
+ "step": 1840
1305
+ },
1306
+ {
1307
+ "epoch": 0.78,
1308
+ "grad_norm": 1.0130630731582642,
1309
+ "learning_rate": 0.0001433525235030894,
1310
+ "loss": 1.2944,
1311
+ "step": 1850
1312
+ },
1313
+ {
1314
+ "epoch": 0.78,
1315
+ "grad_norm": 0.5265572667121887,
1316
+ "learning_rate": 0.00014272403549689955,
1317
+ "loss": 1.0166,
1318
+ "step": 1860
1319
+ },
1320
+ {
1321
+ "epoch": 0.79,
1322
+ "grad_norm": 0.5423105955123901,
1323
+ "learning_rate": 0.0001420934762428335,
1324
+ "loss": 0.9559,
1325
+ "step": 1870
1326
+ },
1327
+ {
1328
+ "epoch": 0.79,
1329
+ "grad_norm": 0.6281871199607849,
1330
+ "learning_rate": 0.00014146087631020665,
1331
+ "loss": 1.064,
1332
+ "step": 1880
1333
+ },
1334
+ {
1335
+ "epoch": 0.8,
1336
+ "grad_norm": 0.7130801677703857,
1337
+ "learning_rate": 0.00014082626636726582,
1338
+ "loss": 1.1955,
1339
+ "step": 1890
1340
+ },
1341
+ {
1342
+ "epoch": 0.8,
1343
+ "grad_norm": 1.038220763206482,
1344
+ "learning_rate": 0.00014018967717970254,
1345
+ "loss": 1.2621,
1346
+ "step": 1900
1347
+ },
1348
+ {
1349
+ "epoch": 0.8,
1350
+ "grad_norm": 0.5577895045280457,
1351
+ "learning_rate": 0.00013955113960916146,
1352
+ "loss": 0.9577,
1353
+ "step": 1910
1354
+ },
1355
+ {
1356
+ "epoch": 0.81,
1357
+ "grad_norm": 0.526157796382904,
1358
+ "learning_rate": 0.0001389106846117443,
1359
+ "loss": 1.0109,
1360
+ "step": 1920
1361
+ },
1362
+ {
1363
+ "epoch": 0.81,
1364
+ "grad_norm": 0.6196286678314209,
1365
+ "learning_rate": 0.000138268343236509,
1366
+ "loss": 1.1256,
1367
+ "step": 1930
1368
+ },
1369
+ {
1370
+ "epoch": 0.82,
1371
+ "grad_norm": 0.7702537178993225,
1372
+ "learning_rate": 0.00013762414662396444,
1373
+ "loss": 1.2524,
1374
+ "step": 1940
1375
+ },
1376
+ {
1377
+ "epoch": 0.82,
1378
+ "grad_norm": 0.8746676445007324,
1379
+ "learning_rate": 0.00013697812600456093,
1380
+ "loss": 1.288,
1381
+ "step": 1950
1382
+ },
1383
+ {
1384
+ "epoch": 0.83,
1385
+ "grad_norm": 0.5723572969436646,
1386
+ "learning_rate": 0.000136330312697176,
1387
+ "loss": 0.995,
1388
+ "step": 1960
1389
+ },
1390
+ {
1391
+ "epoch": 0.83,
1392
+ "grad_norm": 0.5687806606292725,
1393
+ "learning_rate": 0.00013568073810759615,
1394
+ "loss": 1.042,
1395
+ "step": 1970
1396
+ },
1397
+ {
1398
+ "epoch": 0.83,
1399
+ "grad_norm": 0.5694392323493958,
1400
+ "learning_rate": 0.00013502943372699426,
1401
+ "loss": 1.0513,
1402
+ "step": 1980
1403
+ },
1404
+ {
1405
+ "epoch": 0.84,
1406
+ "grad_norm": 0.770982563495636,
1407
+ "learning_rate": 0.00013437643113040301,
1408
+ "loss": 1.2595,
1409
+ "step": 1990
1410
+ },
1411
+ {
1412
+ "epoch": 0.84,
1413
+ "grad_norm": 1.0096752643585205,
1414
+ "learning_rate": 0.000133721761975184,
1415
+ "loss": 1.2178,
1416
+ "step": 2000
1417
+ },
1418
+ {
1419
+ "epoch": 0.84,
1420
+ "eval_loss": 1.0813658237457275,
1421
+ "eval_runtime": 229.3235,
1422
+ "eval_samples_per_second": 4.361,
1423
+ "eval_steps_per_second": 0.545,
1424
+ "step": 2000
1425
+ }
1426
+ ],
1427
+ "logging_steps": 10,
1428
+ "max_steps": 4750,
1429
+ "num_input_tokens_seen": 0,
1430
+ "num_train_epochs": 2,
1431
+ "save_steps": 2000,
1432
+ "total_flos": 2.0110035829948416e+16,
1433
+ "train_batch_size": 8,
1434
+ "trial_name": null,
1435
+ "trial_params": null
1436
+ }
checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32056b300030c8a314c8642f76d2f1834a17c0eb91fd7f49ef60c14a2491fb22
3
+ size 4856
checkpoint-4000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.11.1
checkpoint-4000/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "up_proj",
25
+ "o_proj",
26
+ "gate_proj",
27
+ "k_proj",
28
+ "v_proj",
29
+ "down_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-4000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a0ee7a966c1ff9041167a1b59365e1454808603ea96b806f11100ab525729e6
3
+ size 50503544
checkpoint-4000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fac9dfafdbe257c27d126ebc64c36f5002cbcc102e11f7c26dbbd8877543a18
3
+ size 101184122
checkpoint-4000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c7a809b4cac00f4b5d15b016ea856622b58fbd0af257b00186cb58f545a8b32
3
+ size 14244
checkpoint-4000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19341e45d577af9db7d2e9fc7df789efc6373c9623da8fc18c0bd22cbfa2470f
3
+ size 1064
checkpoint-4000/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-4000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-4000/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-4000/tokenizer_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "bos_token": "<s>",
31
+ "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 2048,
36
+ "pad_token": "</s>",
37
+ "padding_side": "right",
38
+ "sp_model_kwargs": {},
39
+ "tokenizer_class": "LlamaTokenizer",
40
+ "unk_token": "<unk>",
41
+ "use_default_system_prompt": false
42
+ }
checkpoint-4000/trainer_state.json ADDED
@@ -0,0 +1,2844 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.6842105263157894,
5
+ "eval_steps": 2000,
6
+ "global_step": 4000,
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.0,
13
+ "grad_norm": 1.0191779136657715,
14
+ "learning_rate": 8.403361344537815e-07,
15
+ "loss": 1.4757,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0,
20
+ "grad_norm": 0.947059690952301,
21
+ "learning_rate": 8.403361344537817e-06,
22
+ "loss": 1.5145,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.01,
27
+ "grad_norm": 0.9549775719642639,
28
+ "learning_rate": 1.6806722689075634e-05,
29
+ "loss": 1.5546,
30
+ "step": 20
31
+ },
32
+ {
33
+ "epoch": 0.01,
34
+ "grad_norm": 1.1984186172485352,
35
+ "learning_rate": 2.5210084033613446e-05,
36
+ "loss": 1.6809,
37
+ "step": 30
38
+ },
39
+ {
40
+ "epoch": 0.02,
41
+ "grad_norm": 0.9854737520217896,
42
+ "learning_rate": 3.361344537815127e-05,
43
+ "loss": 1.8074,
44
+ "step": 40
45
+ },
46
+ {
47
+ "epoch": 0.02,
48
+ "grad_norm": 1.3563014268875122,
49
+ "learning_rate": 4.201680672268908e-05,
50
+ "loss": 1.699,
51
+ "step": 50
52
+ },
53
+ {
54
+ "epoch": 0.03,
55
+ "grad_norm": 0.6414602398872375,
56
+ "learning_rate": 5.042016806722689e-05,
57
+ "loss": 1.3419,
58
+ "step": 60
59
+ },
60
+ {
61
+ "epoch": 0.03,
62
+ "grad_norm": 0.580333948135376,
63
+ "learning_rate": 5.882352941176471e-05,
64
+ "loss": 1.2524,
65
+ "step": 70
66
+ },
67
+ {
68
+ "epoch": 0.03,
69
+ "grad_norm": 0.6972444653511047,
70
+ "learning_rate": 6.722689075630254e-05,
71
+ "loss": 1.4261,
72
+ "step": 80
73
+ },
74
+ {
75
+ "epoch": 0.04,
76
+ "grad_norm": 0.8142390847206116,
77
+ "learning_rate": 7.563025210084033e-05,
78
+ "loss": 1.5472,
79
+ "step": 90
80
+ },
81
+ {
82
+ "epoch": 0.04,
83
+ "grad_norm": 1.9213963747024536,
84
+ "learning_rate": 8.403361344537815e-05,
85
+ "loss": 1.5581,
86
+ "step": 100
87
+ },
88
+ {
89
+ "epoch": 0.05,
90
+ "grad_norm": 0.7875838279724121,
91
+ "learning_rate": 9.243697478991598e-05,
92
+ "loss": 1.2596,
93
+ "step": 110
94
+ },
95
+ {
96
+ "epoch": 0.05,
97
+ "grad_norm": 0.6198441982269287,
98
+ "learning_rate": 0.00010084033613445378,
99
+ "loss": 1.2901,
100
+ "step": 120
101
+ },
102
+ {
103
+ "epoch": 0.05,
104
+ "grad_norm": 0.6708433032035828,
105
+ "learning_rate": 0.00010924369747899159,
106
+ "loss": 1.3087,
107
+ "step": 130
108
+ },
109
+ {
110
+ "epoch": 0.06,
111
+ "grad_norm": 0.8415197730064392,
112
+ "learning_rate": 0.00011764705882352942,
113
+ "loss": 1.4806,
114
+ "step": 140
115
+ },
116
+ {
117
+ "epoch": 0.06,
118
+ "grad_norm": 1.7113947868347168,
119
+ "learning_rate": 0.00012605042016806722,
120
+ "loss": 1.5082,
121
+ "step": 150
122
+ },
123
+ {
124
+ "epoch": 0.07,
125
+ "grad_norm": 0.7543832659721375,
126
+ "learning_rate": 0.00013445378151260507,
127
+ "loss": 1.1818,
128
+ "step": 160
129
+ },
130
+ {
131
+ "epoch": 0.07,
132
+ "grad_norm": 0.577403724193573,
133
+ "learning_rate": 0.00014285714285714287,
134
+ "loss": 1.2308,
135
+ "step": 170
136
+ },
137
+ {
138
+ "epoch": 0.08,
139
+ "grad_norm": 0.6748159527778625,
140
+ "learning_rate": 0.00015126050420168066,
141
+ "loss": 1.3738,
142
+ "step": 180
143
+ },
144
+ {
145
+ "epoch": 0.08,
146
+ "grad_norm": 0.8842242360115051,
147
+ "learning_rate": 0.0001596638655462185,
148
+ "loss": 1.4544,
149
+ "step": 190
150
+ },
151
+ {
152
+ "epoch": 0.08,
153
+ "grad_norm": 1.7435425519943237,
154
+ "learning_rate": 0.0001680672268907563,
155
+ "loss": 1.4997,
156
+ "step": 200
157
+ },
158
+ {
159
+ "epoch": 0.09,
160
+ "grad_norm": 0.5861243009567261,
161
+ "learning_rate": 0.00017647058823529413,
162
+ "loss": 1.1774,
163
+ "step": 210
164
+ },
165
+ {
166
+ "epoch": 0.09,
167
+ "grad_norm": 0.5415711998939514,
168
+ "learning_rate": 0.00018487394957983195,
169
+ "loss": 1.0529,
170
+ "step": 220
171
+ },
172
+ {
173
+ "epoch": 0.1,
174
+ "grad_norm": 0.6118600964546204,
175
+ "learning_rate": 0.00019327731092436975,
176
+ "loss": 1.3117,
177
+ "step": 230
178
+ },
179
+ {
180
+ "epoch": 0.1,
181
+ "grad_norm": 0.8368746042251587,
182
+ "learning_rate": 0.00019999990304024961,
183
+ "loss": 1.4745,
184
+ "step": 240
185
+ },
186
+ {
187
+ "epoch": 0.11,
188
+ "grad_norm": 1.086878776550293,
189
+ "learning_rate": 0.00019999650946872738,
190
+ "loss": 1.3995,
191
+ "step": 250
192
+ },
193
+ {
194
+ "epoch": 0.11,
195
+ "grad_norm": 0.6036991477012634,
196
+ "learning_rate": 0.00019998826809770645,
197
+ "loss": 1.2325,
198
+ "step": 260
199
+ },
200
+ {
201
+ "epoch": 0.11,
202
+ "grad_norm": 0.5606744289398193,
203
+ "learning_rate": 0.0001999751793267259,
204
+ "loss": 1.2043,
205
+ "step": 270
206
+ },
207
+ {
208
+ "epoch": 0.12,
209
+ "grad_norm": 0.6112542748451233,
210
+ "learning_rate": 0.00019995724379032526,
211
+ "loss": 1.2512,
212
+ "step": 280
213
+ },
214
+ {
215
+ "epoch": 0.12,
216
+ "grad_norm": 0.7892420887947083,
217
+ "learning_rate": 0.00019993446235801367,
218
+ "loss": 1.3604,
219
+ "step": 290
220
+ },
221
+ {
222
+ "epoch": 0.13,
223
+ "grad_norm": 1.2104417085647583,
224
+ "learning_rate": 0.00019990683613422787,
225
+ "loss": 1.4282,
226
+ "step": 300
227
+ },
228
+ {
229
+ "epoch": 0.13,
230
+ "grad_norm": 0.5284091234207153,
231
+ "learning_rate": 0.0001998743664582786,
232
+ "loss": 1.1223,
233
+ "step": 310
234
+ },
235
+ {
236
+ "epoch": 0.13,
237
+ "grad_norm": 0.5215238928794861,
238
+ "learning_rate": 0.0001998370549042855,
239
+ "loss": 1.1399,
240
+ "step": 320
241
+ },
242
+ {
243
+ "epoch": 0.14,
244
+ "grad_norm": 0.6061808466911316,
245
+ "learning_rate": 0.0001997949032811011,
246
+ "loss": 1.2432,
247
+ "step": 330
248
+ },
249
+ {
250
+ "epoch": 0.14,
251
+ "grad_norm": 0.7220178246498108,
252
+ "learning_rate": 0.0001997479136322229,
253
+ "loss": 1.4737,
254
+ "step": 340
255
+ },
256
+ {
257
+ "epoch": 0.15,
258
+ "grad_norm": 1.035914421081543,
259
+ "learning_rate": 0.00019969608823569433,
260
+ "loss": 1.5087,
261
+ "step": 350
262
+ },
263
+ {
264
+ "epoch": 0.15,
265
+ "grad_norm": 0.5120232701301575,
266
+ "learning_rate": 0.00019963942960399446,
267
+ "loss": 1.1583,
268
+ "step": 360
269
+ },
270
+ {
271
+ "epoch": 0.16,
272
+ "grad_norm": 0.5209968686103821,
273
+ "learning_rate": 0.00019957794048391602,
274
+ "loss": 1.1494,
275
+ "step": 370
276
+ },
277
+ {
278
+ "epoch": 0.16,
279
+ "grad_norm": 0.5688252449035645,
280
+ "learning_rate": 0.0001995116238564323,
281
+ "loss": 1.2648,
282
+ "step": 380
283
+ },
284
+ {
285
+ "epoch": 0.16,
286
+ "grad_norm": 0.7350272536277771,
287
+ "learning_rate": 0.00019944048293655265,
288
+ "loss": 1.3836,
289
+ "step": 390
290
+ },
291
+ {
292
+ "epoch": 0.17,
293
+ "grad_norm": 1.117912769317627,
294
+ "learning_rate": 0.00019936452117316663,
295
+ "loss": 1.3725,
296
+ "step": 400
297
+ },
298
+ {
299
+ "epoch": 0.17,
300
+ "grad_norm": 0.5087815523147583,
301
+ "learning_rate": 0.00019928374224887678,
302
+ "loss": 1.0783,
303
+ "step": 410
304
+ },
305
+ {
306
+ "epoch": 0.18,
307
+ "grad_norm": 0.4944276213645935,
308
+ "learning_rate": 0.00019919815007982003,
309
+ "loss": 1.0936,
310
+ "step": 420
311
+ },
312
+ {
313
+ "epoch": 0.18,
314
+ "grad_norm": 0.5578716397285461,
315
+ "learning_rate": 0.000199107748815478,
316
+ "loss": 1.1705,
317
+ "step": 430
318
+ },
319
+ {
320
+ "epoch": 0.19,
321
+ "grad_norm": 0.670518696308136,
322
+ "learning_rate": 0.00019901254283847573,
323
+ "loss": 1.3099,
324
+ "step": 440
325
+ },
326
+ {
327
+ "epoch": 0.19,
328
+ "grad_norm": 0.9550499320030212,
329
+ "learning_rate": 0.00019891253676436915,
330
+ "loss": 1.3971,
331
+ "step": 450
332
+ },
333
+ {
334
+ "epoch": 0.19,
335
+ "grad_norm": 0.48883694410324097,
336
+ "learning_rate": 0.00019880773544142148,
337
+ "loss": 1.1091,
338
+ "step": 460
339
+ },
340
+ {
341
+ "epoch": 0.2,
342
+ "grad_norm": 0.5331695675849915,
343
+ "learning_rate": 0.00019869814395036807,
344
+ "loss": 1.1169,
345
+ "step": 470
346
+ },
347
+ {
348
+ "epoch": 0.2,
349
+ "grad_norm": 0.6103072166442871,
350
+ "learning_rate": 0.0001985837676041701,
351
+ "loss": 1.2462,
352
+ "step": 480
353
+ },
354
+ {
355
+ "epoch": 0.21,
356
+ "grad_norm": 0.7295002937316895,
357
+ "learning_rate": 0.00019846461194775712,
358
+ "loss": 1.3711,
359
+ "step": 490
360
+ },
361
+ {
362
+ "epoch": 0.21,
363
+ "grad_norm": 1.003199815750122,
364
+ "learning_rate": 0.000198340682757758,
365
+ "loss": 1.3987,
366
+ "step": 500
367
+ },
368
+ {
369
+ "epoch": 0.21,
370
+ "grad_norm": 0.49524402618408203,
371
+ "learning_rate": 0.00019821198604222113,
372
+ "loss": 1.1002,
373
+ "step": 510
374
+ },
375
+ {
376
+ "epoch": 0.22,
377
+ "grad_norm": 0.4883529543876648,
378
+ "learning_rate": 0.00019807852804032305,
379
+ "loss": 1.0895,
380
+ "step": 520
381
+ },
382
+ {
383
+ "epoch": 0.22,
384
+ "grad_norm": 0.5645517110824585,
385
+ "learning_rate": 0.00019794031522206594,
386
+ "loss": 1.1673,
387
+ "step": 530
388
+ },
389
+ {
390
+ "epoch": 0.23,
391
+ "grad_norm": 0.7130540609359741,
392
+ "learning_rate": 0.00019779735428796395,
393
+ "loss": 1.2775,
394
+ "step": 540
395
+ },
396
+ {
397
+ "epoch": 0.23,
398
+ "grad_norm": 1.035349726676941,
399
+ "learning_rate": 0.00019764965216871846,
400
+ "loss": 1.3272,
401
+ "step": 550
402
+ },
403
+ {
404
+ "epoch": 0.24,
405
+ "grad_norm": 0.5434763431549072,
406
+ "learning_rate": 0.00019749721602488207,
407
+ "loss": 1.1483,
408
+ "step": 560
409
+ },
410
+ {
411
+ "epoch": 0.24,
412
+ "grad_norm": 0.472807914018631,
413
+ "learning_rate": 0.0001973400532465113,
414
+ "loss": 1.0666,
415
+ "step": 570
416
+ },
417
+ {
418
+ "epoch": 0.24,
419
+ "grad_norm": 0.575896143913269,
420
+ "learning_rate": 0.00019717817145280844,
421
+ "loss": 1.122,
422
+ "step": 580
423
+ },
424
+ {
425
+ "epoch": 0.25,
426
+ "grad_norm": 0.6578025817871094,
427
+ "learning_rate": 0.00019701157849175228,
428
+ "loss": 1.2858,
429
+ "step": 590
430
+ },
431
+ {
432
+ "epoch": 0.25,
433
+ "grad_norm": 1.2908504009246826,
434
+ "learning_rate": 0.0001968402824397174,
435
+ "loss": 1.3983,
436
+ "step": 600
437
+ },
438
+ {
439
+ "epoch": 0.26,
440
+ "grad_norm": 0.5685085654258728,
441
+ "learning_rate": 0.0001966642916010829,
442
+ "loss": 1.0992,
443
+ "step": 610
444
+ },
445
+ {
446
+ "epoch": 0.26,
447
+ "grad_norm": 0.4999242126941681,
448
+ "learning_rate": 0.0001964836145078295,
449
+ "loss": 1.1434,
450
+ "step": 620
451
+ },
452
+ {
453
+ "epoch": 0.27,
454
+ "grad_norm": 0.5502079129219055,
455
+ "learning_rate": 0.00019629825991912623,
456
+ "loss": 1.1573,
457
+ "step": 630
458
+ },
459
+ {
460
+ "epoch": 0.27,
461
+ "grad_norm": 0.6397935748100281,
462
+ "learning_rate": 0.0001961082368209055,
463
+ "loss": 1.3418,
464
+ "step": 640
465
+ },
466
+ {
467
+ "epoch": 0.27,
468
+ "grad_norm": 0.9650578498840332,
469
+ "learning_rate": 0.00019591355442542775,
470
+ "loss": 1.3298,
471
+ "step": 650
472
+ },
473
+ {
474
+ "epoch": 0.28,
475
+ "grad_norm": 0.49895137548446655,
476
+ "learning_rate": 0.00019571422217083454,
477
+ "loss": 1.0907,
478
+ "step": 660
479
+ },
480
+ {
481
+ "epoch": 0.28,
482
+ "grad_norm": 0.49023300409317017,
483
+ "learning_rate": 0.00019551024972069126,
484
+ "loss": 1.1305,
485
+ "step": 670
486
+ },
487
+ {
488
+ "epoch": 0.29,
489
+ "grad_norm": 0.5746453404426575,
490
+ "learning_rate": 0.00019530164696351848,
491
+ "loss": 1.1865,
492
+ "step": 680
493
+ },
494
+ {
495
+ "epoch": 0.29,
496
+ "grad_norm": 0.6834538578987122,
497
+ "learning_rate": 0.00019508842401231257,
498
+ "loss": 1.3113,
499
+ "step": 690
500
+ },
501
+ {
502
+ "epoch": 0.29,
503
+ "grad_norm": 1.0113998651504517,
504
+ "learning_rate": 0.0001948705912040556,
505
+ "loss": 1.3686,
506
+ "step": 700
507
+ },
508
+ {
509
+ "epoch": 0.3,
510
+ "grad_norm": 0.5399815440177917,
511
+ "learning_rate": 0.0001946481590992139,
512
+ "loss": 1.1602,
513
+ "step": 710
514
+ },
515
+ {
516
+ "epoch": 0.3,
517
+ "grad_norm": 0.5135788321495056,
518
+ "learning_rate": 0.00019442113848122636,
519
+ "loss": 1.0881,
520
+ "step": 720
521
+ },
522
+ {
523
+ "epoch": 0.31,
524
+ "grad_norm": 0.5519896149635315,
525
+ "learning_rate": 0.00019418954035598152,
526
+ "loss": 1.1885,
527
+ "step": 730
528
+ },
529
+ {
530
+ "epoch": 0.31,
531
+ "grad_norm": 0.7329438328742981,
532
+ "learning_rate": 0.000193953375951284,
533
+ "loss": 1.2668,
534
+ "step": 740
535
+ },
536
+ {
537
+ "epoch": 0.32,
538
+ "grad_norm": 1.0599132776260376,
539
+ "learning_rate": 0.00019371265671631037,
540
+ "loss": 1.3524,
541
+ "step": 750
542
+ },
543
+ {
544
+ "epoch": 0.32,
545
+ "grad_norm": 0.5613999962806702,
546
+ "learning_rate": 0.00019346739432105374,
547
+ "loss": 1.0983,
548
+ "step": 760
549
+ },
550
+ {
551
+ "epoch": 0.32,
552
+ "grad_norm": 0.5169478058815002,
553
+ "learning_rate": 0.00019321760065575834,
554
+ "loss": 1.1699,
555
+ "step": 770
556
+ },
557
+ {
558
+ "epoch": 0.33,
559
+ "grad_norm": 0.5800842642784119,
560
+ "learning_rate": 0.00019296328783034294,
561
+ "loss": 1.2105,
562
+ "step": 780
563
+ },
564
+ {
565
+ "epoch": 0.33,
566
+ "grad_norm": 0.7089204788208008,
567
+ "learning_rate": 0.00019270446817381377,
568
+ "loss": 1.3458,
569
+ "step": 790
570
+ },
571
+ {
572
+ "epoch": 0.34,
573
+ "grad_norm": 0.8912138342857361,
574
+ "learning_rate": 0.00019244115423366678,
575
+ "loss": 1.3386,
576
+ "step": 800
577
+ },
578
+ {
579
+ "epoch": 0.34,
580
+ "grad_norm": 0.5033462047576904,
581
+ "learning_rate": 0.00019217335877527947,
582
+ "loss": 1.0824,
583
+ "step": 810
584
+ },
585
+ {
586
+ "epoch": 0.35,
587
+ "grad_norm": 0.5139713287353516,
588
+ "learning_rate": 0.0001919010947812918,
589
+ "loss": 1.0122,
590
+ "step": 820
591
+ },
592
+ {
593
+ "epoch": 0.35,
594
+ "grad_norm": 0.5905170440673828,
595
+ "learning_rate": 0.00019162437545097719,
596
+ "loss": 1.2924,
597
+ "step": 830
598
+ },
599
+ {
600
+ "epoch": 0.35,
601
+ "grad_norm": 0.715568482875824,
602
+ "learning_rate": 0.00019134321419960203,
603
+ "loss": 1.2982,
604
+ "step": 840
605
+ },
606
+ {
607
+ "epoch": 0.36,
608
+ "grad_norm": 1.046240210533142,
609
+ "learning_rate": 0.00019105762465777598,
610
+ "loss": 1.4013,
611
+ "step": 850
612
+ },
613
+ {
614
+ "epoch": 0.36,
615
+ "grad_norm": 0.49822917580604553,
616
+ "learning_rate": 0.00019076762067079059,
617
+ "loss": 1.0633,
618
+ "step": 860
619
+ },
620
+ {
621
+ "epoch": 0.37,
622
+ "grad_norm": 0.47567543387413025,
623
+ "learning_rate": 0.0001904732162979485,
624
+ "loss": 1.0497,
625
+ "step": 870
626
+ },
627
+ {
628
+ "epoch": 0.37,
629
+ "grad_norm": 0.5331007242202759,
630
+ "learning_rate": 0.0001901744258118816,
631
+ "loss": 1.166,
632
+ "step": 880
633
+ },
634
+ {
635
+ "epoch": 0.37,
636
+ "grad_norm": 0.7400739789009094,
637
+ "learning_rate": 0.00018987126369785916,
638
+ "loss": 1.3527,
639
+ "step": 890
640
+ },
641
+ {
642
+ "epoch": 0.38,
643
+ "grad_norm": 1.1264495849609375,
644
+ "learning_rate": 0.00018956374465308563,
645
+ "loss": 1.3475,
646
+ "step": 900
647
+ },
648
+ {
649
+ "epoch": 0.38,
650
+ "grad_norm": 0.5124080777168274,
651
+ "learning_rate": 0.00018925188358598813,
652
+ "loss": 1.05,
653
+ "step": 910
654
+ },
655
+ {
656
+ "epoch": 0.39,
657
+ "grad_norm": 0.522303581237793,
658
+ "learning_rate": 0.00018893569561549364,
659
+ "loss": 1.156,
660
+ "step": 920
661
+ },
662
+ {
663
+ "epoch": 0.39,
664
+ "grad_norm": 0.5782234072685242,
665
+ "learning_rate": 0.00018861519607029606,
666
+ "loss": 1.158,
667
+ "step": 930
668
+ },
669
+ {
670
+ "epoch": 0.4,
671
+ "grad_norm": 0.7259439826011658,
672
+ "learning_rate": 0.00018829040048811305,
673
+ "loss": 1.306,
674
+ "step": 940
675
+ },
676
+ {
677
+ "epoch": 0.4,
678
+ "grad_norm": 0.9230518937110901,
679
+ "learning_rate": 0.0001879613246149329,
680
+ "loss": 1.4171,
681
+ "step": 950
682
+ },
683
+ {
684
+ "epoch": 0.4,
685
+ "grad_norm": 0.5070952773094177,
686
+ "learning_rate": 0.00018762798440425096,
687
+ "loss": 1.0647,
688
+ "step": 960
689
+ },
690
+ {
691
+ "epoch": 0.41,
692
+ "grad_norm": 0.540289044380188,
693
+ "learning_rate": 0.00018729039601629634,
694
+ "loss": 1.0823,
695
+ "step": 970
696
+ },
697
+ {
698
+ "epoch": 0.41,
699
+ "grad_norm": 0.6044334173202515,
700
+ "learning_rate": 0.00018694857581724855,
701
+ "loss": 1.2258,
702
+ "step": 980
703
+ },
704
+ {
705
+ "epoch": 0.42,
706
+ "grad_norm": 0.6775342226028442,
707
+ "learning_rate": 0.00018660254037844388,
708
+ "loss": 1.3045,
709
+ "step": 990
710
+ },
711
+ {
712
+ "epoch": 0.42,
713
+ "grad_norm": 1.0051116943359375,
714
+ "learning_rate": 0.00018625230647557217,
715
+ "loss": 1.3275,
716
+ "step": 1000
717
+ },
718
+ {
719
+ "epoch": 0.43,
720
+ "grad_norm": 0.522710382938385,
721
+ "learning_rate": 0.00018589789108786344,
722
+ "loss": 1.1284,
723
+ "step": 1010
724
+ },
725
+ {
726
+ "epoch": 0.43,
727
+ "grad_norm": 0.527962327003479,
728
+ "learning_rate": 0.00018553931139726485,
729
+ "loss": 1.0688,
730
+ "step": 1020
731
+ },
732
+ {
733
+ "epoch": 0.43,
734
+ "grad_norm": 0.5457212924957275,
735
+ "learning_rate": 0.0001851765847876076,
736
+ "loss": 1.1434,
737
+ "step": 1030
738
+ },
739
+ {
740
+ "epoch": 0.44,
741
+ "grad_norm": 0.6518785357475281,
742
+ "learning_rate": 0.00018480972884376434,
743
+ "loss": 1.2961,
744
+ "step": 1040
745
+ },
746
+ {
747
+ "epoch": 0.44,
748
+ "grad_norm": 1.0324338674545288,
749
+ "learning_rate": 0.00018443876135079638,
750
+ "loss": 1.407,
751
+ "step": 1050
752
+ },
753
+ {
754
+ "epoch": 0.45,
755
+ "grad_norm": 0.6092559099197388,
756
+ "learning_rate": 0.0001840637002930918,
757
+ "loss": 1.0535,
758
+ "step": 1060
759
+ },
760
+ {
761
+ "epoch": 0.45,
762
+ "grad_norm": 0.5149545073509216,
763
+ "learning_rate": 0.00018368456385349334,
764
+ "loss": 1.0546,
765
+ "step": 1070
766
+ },
767
+ {
768
+ "epoch": 0.45,
769
+ "grad_norm": 0.6056516766548157,
770
+ "learning_rate": 0.0001833013704124169,
771
+ "loss": 1.1735,
772
+ "step": 1080
773
+ },
774
+ {
775
+ "epoch": 0.46,
776
+ "grad_norm": 0.7382489442825317,
777
+ "learning_rate": 0.00018291413854696077,
778
+ "loss": 1.3044,
779
+ "step": 1090
780
+ },
781
+ {
782
+ "epoch": 0.46,
783
+ "grad_norm": 0.9548698663711548,
784
+ "learning_rate": 0.0001825228870300046,
785
+ "loss": 1.3571,
786
+ "step": 1100
787
+ },
788
+ {
789
+ "epoch": 0.47,
790
+ "grad_norm": 0.5410871505737305,
791
+ "learning_rate": 0.0001821276348292995,
792
+ "loss": 1.097,
793
+ "step": 1110
794
+ },
795
+ {
796
+ "epoch": 0.47,
797
+ "grad_norm": 0.5245351195335388,
798
+ "learning_rate": 0.00018172840110654862,
799
+ "loss": 1.0923,
800
+ "step": 1120
801
+ },
802
+ {
803
+ "epoch": 0.48,
804
+ "grad_norm": 0.6045931577682495,
805
+ "learning_rate": 0.00018132520521647785,
806
+ "loss": 1.2115,
807
+ "step": 1130
808
+ },
809
+ {
810
+ "epoch": 0.48,
811
+ "grad_norm": 0.6429124474525452,
812
+ "learning_rate": 0.00018091806670589788,
813
+ "loss": 1.2736,
814
+ "step": 1140
815
+ },
816
+ {
817
+ "epoch": 0.48,
818
+ "grad_norm": 0.9760797619819641,
819
+ "learning_rate": 0.0001805070053127563,
820
+ "loss": 1.2964,
821
+ "step": 1150
822
+ },
823
+ {
824
+ "epoch": 0.49,
825
+ "grad_norm": 0.48860272765159607,
826
+ "learning_rate": 0.0001800920409651809,
827
+ "loss": 1.0942,
828
+ "step": 1160
829
+ },
830
+ {
831
+ "epoch": 0.49,
832
+ "grad_norm": 0.5090013146400452,
833
+ "learning_rate": 0.00017967319378051343,
834
+ "loss": 1.0925,
835
+ "step": 1170
836
+ },
837
+ {
838
+ "epoch": 0.5,
839
+ "grad_norm": 0.5822442770004272,
840
+ "learning_rate": 0.00017925048406433437,
841
+ "loss": 1.1583,
842
+ "step": 1180
843
+ },
844
+ {
845
+ "epoch": 0.5,
846
+ "grad_norm": 0.7363468408584595,
847
+ "learning_rate": 0.00017882393230947855,
848
+ "loss": 1.3283,
849
+ "step": 1190
850
+ },
851
+ {
852
+ "epoch": 0.51,
853
+ "grad_norm": 0.840218186378479,
854
+ "learning_rate": 0.00017839355919504164,
855
+ "loss": 1.3098,
856
+ "step": 1200
857
+ },
858
+ {
859
+ "epoch": 0.51,
860
+ "grad_norm": 0.5360991954803467,
861
+ "learning_rate": 0.00017795938558537753,
862
+ "loss": 1.1028,
863
+ "step": 1210
864
+ },
865
+ {
866
+ "epoch": 0.51,
867
+ "grad_norm": 0.5553500056266785,
868
+ "learning_rate": 0.00017752143252908705,
869
+ "loss": 1.0737,
870
+ "step": 1220
871
+ },
872
+ {
873
+ "epoch": 0.52,
874
+ "grad_norm": 0.5366541743278503,
875
+ "learning_rate": 0.00017707972125799735,
876
+ "loss": 1.1918,
877
+ "step": 1230
878
+ },
879
+ {
880
+ "epoch": 0.52,
881
+ "grad_norm": 0.7474969029426575,
882
+ "learning_rate": 0.0001766342731861327,
883
+ "loss": 1.2756,
884
+ "step": 1240
885
+ },
886
+ {
887
+ "epoch": 0.53,
888
+ "grad_norm": 1.0241633653640747,
889
+ "learning_rate": 0.00017618510990867624,
890
+ "loss": 1.298,
891
+ "step": 1250
892
+ },
893
+ {
894
+ "epoch": 0.53,
895
+ "grad_norm": 0.5135468244552612,
896
+ "learning_rate": 0.00017573225320092323,
897
+ "loss": 0.9818,
898
+ "step": 1260
899
+ },
900
+ {
901
+ "epoch": 0.53,
902
+ "grad_norm": 0.5308533906936646,
903
+ "learning_rate": 0.00017527572501722512,
904
+ "loss": 1.0729,
905
+ "step": 1270
906
+ },
907
+ {
908
+ "epoch": 0.54,
909
+ "grad_norm": 0.6265894174575806,
910
+ "learning_rate": 0.00017481554748992553,
911
+ "loss": 1.1791,
912
+ "step": 1280
913
+ },
914
+ {
915
+ "epoch": 0.54,
916
+ "grad_norm": 0.7500415444374084,
917
+ "learning_rate": 0.00017435174292828695,
918
+ "loss": 1.2722,
919
+ "step": 1290
920
+ },
921
+ {
922
+ "epoch": 0.55,
923
+ "grad_norm": 1.0609970092773438,
924
+ "learning_rate": 0.00017388433381740952,
925
+ "loss": 1.3034,
926
+ "step": 1300
927
+ },
928
+ {
929
+ "epoch": 0.55,
930
+ "grad_norm": 0.5286604166030884,
931
+ "learning_rate": 0.00017341334281714064,
932
+ "loss": 0.9932,
933
+ "step": 1310
934
+ },
935
+ {
936
+ "epoch": 0.56,
937
+ "grad_norm": 0.5054761171340942,
938
+ "learning_rate": 0.00017293879276097677,
939
+ "loss": 1.0386,
940
+ "step": 1320
941
+ },
942
+ {
943
+ "epoch": 0.56,
944
+ "grad_norm": 0.6337370872497559,
945
+ "learning_rate": 0.00017246070665495608,
946
+ "loss": 1.1341,
947
+ "step": 1330
948
+ },
949
+ {
950
+ "epoch": 0.56,
951
+ "grad_norm": 0.7288526892662048,
952
+ "learning_rate": 0.00017197910767654352,
953
+ "loss": 1.2551,
954
+ "step": 1340
955
+ },
956
+ {
957
+ "epoch": 0.57,
958
+ "grad_norm": 1.0159952640533447,
959
+ "learning_rate": 0.0001714940191735069,
960
+ "loss": 1.3048,
961
+ "step": 1350
962
+ },
963
+ {
964
+ "epoch": 0.57,
965
+ "grad_norm": 0.5907754898071289,
966
+ "learning_rate": 0.00017100546466278504,
967
+ "loss": 1.0322,
968
+ "step": 1360
969
+ },
970
+ {
971
+ "epoch": 0.58,
972
+ "grad_norm": 0.5079711675643921,
973
+ "learning_rate": 0.00017051346782934786,
974
+ "loss": 1.0071,
975
+ "step": 1370
976
+ },
977
+ {
978
+ "epoch": 0.58,
979
+ "grad_norm": 0.6100701689720154,
980
+ "learning_rate": 0.00017001805252504795,
981
+ "loss": 1.1588,
982
+ "step": 1380
983
+ },
984
+ {
985
+ "epoch": 0.59,
986
+ "grad_norm": 0.7802088260650635,
987
+ "learning_rate": 0.00016951924276746425,
988
+ "loss": 1.2911,
989
+ "step": 1390
990
+ },
991
+ {
992
+ "epoch": 0.59,
993
+ "grad_norm": 1.0676313638687134,
994
+ "learning_rate": 0.00016901706273873777,
995
+ "loss": 1.2942,
996
+ "step": 1400
997
+ },
998
+ {
999
+ "epoch": 0.59,
1000
+ "grad_norm": 0.527285099029541,
1001
+ "learning_rate": 0.00016851153678439922,
1002
+ "loss": 1.0107,
1003
+ "step": 1410
1004
+ },
1005
+ {
1006
+ "epoch": 0.6,
1007
+ "grad_norm": 0.5518642663955688,
1008
+ "learning_rate": 0.00016800268941218876,
1009
+ "loss": 1.0683,
1010
+ "step": 1420
1011
+ },
1012
+ {
1013
+ "epoch": 0.6,
1014
+ "grad_norm": 0.6224582195281982,
1015
+ "learning_rate": 0.0001674905452908678,
1016
+ "loss": 1.1685,
1017
+ "step": 1430
1018
+ },
1019
+ {
1020
+ "epoch": 0.61,
1021
+ "grad_norm": 0.6205934882164001,
1022
+ "learning_rate": 0.0001669751292490231,
1023
+ "loss": 1.302,
1024
+ "step": 1440
1025
+ },
1026
+ {
1027
+ "epoch": 0.61,
1028
+ "grad_norm": 1.0423789024353027,
1029
+ "learning_rate": 0.0001664564662738632,
1030
+ "loss": 1.2654,
1031
+ "step": 1450
1032
+ },
1033
+ {
1034
+ "epoch": 0.61,
1035
+ "grad_norm": 0.5314890742301941,
1036
+ "learning_rate": 0.00016593458151000688,
1037
+ "loss": 1.083,
1038
+ "step": 1460
1039
+ },
1040
+ {
1041
+ "epoch": 0.62,
1042
+ "grad_norm": 0.5361500978469849,
1043
+ "learning_rate": 0.00016540950025826422,
1044
+ "loss": 1.0952,
1045
+ "step": 1470
1046
+ },
1047
+ {
1048
+ "epoch": 0.62,
1049
+ "grad_norm": 0.5990237593650818,
1050
+ "learning_rate": 0.00016488124797441004,
1051
+ "loss": 1.1923,
1052
+ "step": 1480
1053
+ },
1054
+ {
1055
+ "epoch": 0.63,
1056
+ "grad_norm": 0.7383199334144592,
1057
+ "learning_rate": 0.00016434985026794987,
1058
+ "loss": 1.288,
1059
+ "step": 1490
1060
+ },
1061
+ {
1062
+ "epoch": 0.63,
1063
+ "grad_norm": 1.0500961542129517,
1064
+ "learning_rate": 0.0001638153329008782,
1065
+ "loss": 1.318,
1066
+ "step": 1500
1067
+ },
1068
+ {
1069
+ "epoch": 0.64,
1070
+ "grad_norm": 0.5643898248672485,
1071
+ "learning_rate": 0.00016327772178642986,
1072
+ "loss": 1.0641,
1073
+ "step": 1510
1074
+ },
1075
+ {
1076
+ "epoch": 0.64,
1077
+ "grad_norm": 0.509543776512146,
1078
+ "learning_rate": 0.0001627370429878235,
1079
+ "loss": 1.0216,
1080
+ "step": 1520
1081
+ },
1082
+ {
1083
+ "epoch": 0.64,
1084
+ "grad_norm": 0.6048777103424072,
1085
+ "learning_rate": 0.0001621933227169981,
1086
+ "loss": 1.136,
1087
+ "step": 1530
1088
+ },
1089
+ {
1090
+ "epoch": 0.65,
1091
+ "grad_norm": 0.7480033040046692,
1092
+ "learning_rate": 0.0001616465873333423,
1093
+ "loss": 1.2798,
1094
+ "step": 1540
1095
+ },
1096
+ {
1097
+ "epoch": 0.65,
1098
+ "grad_norm": 1.0061513185501099,
1099
+ "learning_rate": 0.00016109686334241655,
1100
+ "loss": 1.2482,
1101
+ "step": 1550
1102
+ },
1103
+ {
1104
+ "epoch": 0.66,
1105
+ "grad_norm": 0.5828456282615662,
1106
+ "learning_rate": 0.0001605441773946679,
1107
+ "loss": 1.1134,
1108
+ "step": 1560
1109
+ },
1110
+ {
1111
+ "epoch": 0.66,
1112
+ "grad_norm": 0.5483405590057373,
1113
+ "learning_rate": 0.00015998855628413823,
1114
+ "loss": 1.0308,
1115
+ "step": 1570
1116
+ },
1117
+ {
1118
+ "epoch": 0.67,
1119
+ "grad_norm": 0.6139534711837769,
1120
+ "learning_rate": 0.00015943002694716519,
1121
+ "loss": 1.1093,
1122
+ "step": 1580
1123
+ },
1124
+ {
1125
+ "epoch": 0.67,
1126
+ "grad_norm": 0.6477651000022888,
1127
+ "learning_rate": 0.0001588686164610763,
1128
+ "loss": 1.2047,
1129
+ "step": 1590
1130
+ },
1131
+ {
1132
+ "epoch": 0.67,
1133
+ "grad_norm": 0.9526233077049255,
1134
+ "learning_rate": 0.00015830435204287628,
1135
+ "loss": 1.3359,
1136
+ "step": 1600
1137
+ },
1138
+ {
1139
+ "epoch": 0.68,
1140
+ "grad_norm": 0.5442110896110535,
1141
+ "learning_rate": 0.00015773726104792768,
1142
+ "loss": 1.0236,
1143
+ "step": 1610
1144
+ },
1145
+ {
1146
+ "epoch": 0.68,
1147
+ "grad_norm": 0.5667725801467896,
1148
+ "learning_rate": 0.0001571673709686245,
1149
+ "loss": 0.9956,
1150
+ "step": 1620
1151
+ },
1152
+ {
1153
+ "epoch": 0.69,
1154
+ "grad_norm": 0.567449688911438,
1155
+ "learning_rate": 0.00015659470943305955,
1156
+ "loss": 1.1698,
1157
+ "step": 1630
1158
+ },
1159
+ {
1160
+ "epoch": 0.69,
1161
+ "grad_norm": 0.7154501080513,
1162
+ "learning_rate": 0.00015601930420368486,
1163
+ "loss": 1.2682,
1164
+ "step": 1640
1165
+ },
1166
+ {
1167
+ "epoch": 0.69,
1168
+ "grad_norm": 0.9630643725395203,
1169
+ "learning_rate": 0.00015544118317596605,
1170
+ "loss": 1.3124,
1171
+ "step": 1650
1172
+ },
1173
+ {
1174
+ "epoch": 0.7,
1175
+ "grad_norm": 0.5698636770248413,
1176
+ "learning_rate": 0.0001548603743770296,
1177
+ "loss": 1.0047,
1178
+ "step": 1660
1179
+ },
1180
+ {
1181
+ "epoch": 0.7,
1182
+ "grad_norm": 0.538144588470459,
1183
+ "learning_rate": 0.0001542769059643045,
1184
+ "loss": 0.9859,
1185
+ "step": 1670
1186
+ },
1187
+ {
1188
+ "epoch": 0.71,
1189
+ "grad_norm": 0.6153010725975037,
1190
+ "learning_rate": 0.00015369080622415683,
1191
+ "loss": 1.1059,
1192
+ "step": 1680
1193
+ },
1194
+ {
1195
+ "epoch": 0.71,
1196
+ "grad_norm": 0.7482182383537292,
1197
+ "learning_rate": 0.00015310210357051863,
1198
+ "loss": 1.2589,
1199
+ "step": 1690
1200
+ },
1201
+ {
1202
+ "epoch": 0.72,
1203
+ "grad_norm": 1.014577031135559,
1204
+ "learning_rate": 0.00015251082654351044,
1205
+ "loss": 1.2322,
1206
+ "step": 1700
1207
+ },
1208
+ {
1209
+ "epoch": 0.72,
1210
+ "grad_norm": 0.5590934157371521,
1211
+ "learning_rate": 0.00015191700380805752,
1212
+ "loss": 1.0283,
1213
+ "step": 1710
1214
+ },
1215
+ {
1216
+ "epoch": 0.72,
1217
+ "grad_norm": 0.5307114124298096,
1218
+ "learning_rate": 0.00015132066415250042,
1219
+ "loss": 1.0196,
1220
+ "step": 1720
1221
+ },
1222
+ {
1223
+ "epoch": 0.73,
1224
+ "grad_norm": 0.6487598419189453,
1225
+ "learning_rate": 0.000150721836487199,
1226
+ "loss": 1.0595,
1227
+ "step": 1730
1228
+ },
1229
+ {
1230
+ "epoch": 0.73,
1231
+ "grad_norm": 0.8052285313606262,
1232
+ "learning_rate": 0.00015012054984313116,
1233
+ "loss": 1.2083,
1234
+ "step": 1740
1235
+ },
1236
+ {
1237
+ "epoch": 0.74,
1238
+ "grad_norm": 1.1172990798950195,
1239
+ "learning_rate": 0.00014951683337048537,
1240
+ "loss": 1.2899,
1241
+ "step": 1750
1242
+ },
1243
+ {
1244
+ "epoch": 0.74,
1245
+ "grad_norm": 0.5224259495735168,
1246
+ "learning_rate": 0.00014891071633724737,
1247
+ "loss": 1.0475,
1248
+ "step": 1760
1249
+ },
1250
+ {
1251
+ "epoch": 0.75,
1252
+ "grad_norm": 0.5798863768577576,
1253
+ "learning_rate": 0.00014830222812778126,
1254
+ "loss": 0.9953,
1255
+ "step": 1770
1256
+ },
1257
+ {
1258
+ "epoch": 0.75,
1259
+ "grad_norm": 0.6029157638549805,
1260
+ "learning_rate": 0.00014769139824140516,
1261
+ "loss": 1.1619,
1262
+ "step": 1780
1263
+ },
1264
+ {
1265
+ "epoch": 0.75,
1266
+ "grad_norm": 0.7881869673728943,
1267
+ "learning_rate": 0.00014707825629096084,
1268
+ "loss": 1.2333,
1269
+ "step": 1790
1270
+ },
1271
+ {
1272
+ "epoch": 0.76,
1273
+ "grad_norm": 0.9496088624000549,
1274
+ "learning_rate": 0.00014646283200137828,
1275
+ "loss": 1.2424,
1276
+ "step": 1800
1277
+ },
1278
+ {
1279
+ "epoch": 0.76,
1280
+ "grad_norm": 0.5425153374671936,
1281
+ "learning_rate": 0.00014584515520823453,
1282
+ "loss": 0.9886,
1283
+ "step": 1810
1284
+ },
1285
+ {
1286
+ "epoch": 0.77,
1287
+ "grad_norm": 0.5590393543243408,
1288
+ "learning_rate": 0.0001452252558563073,
1289
+ "loss": 1.0041,
1290
+ "step": 1820
1291
+ },
1292
+ {
1293
+ "epoch": 0.77,
1294
+ "grad_norm": 0.5956026911735535,
1295
+ "learning_rate": 0.00014460316399812325,
1296
+ "loss": 1.1507,
1297
+ "step": 1830
1298
+ },
1299
+ {
1300
+ "epoch": 0.77,
1301
+ "grad_norm": 0.7304853796958923,
1302
+ "learning_rate": 0.00014397890979250108,
1303
+ "loss": 1.2183,
1304
+ "step": 1840
1305
+ },
1306
+ {
1307
+ "epoch": 0.78,
1308
+ "grad_norm": 1.0130630731582642,
1309
+ "learning_rate": 0.0001433525235030894,
1310
+ "loss": 1.2944,
1311
+ "step": 1850
1312
+ },
1313
+ {
1314
+ "epoch": 0.78,
1315
+ "grad_norm": 0.5265572667121887,
1316
+ "learning_rate": 0.00014272403549689955,
1317
+ "loss": 1.0166,
1318
+ "step": 1860
1319
+ },
1320
+ {
1321
+ "epoch": 0.79,
1322
+ "grad_norm": 0.5423105955123901,
1323
+ "learning_rate": 0.0001420934762428335,
1324
+ "loss": 0.9559,
1325
+ "step": 1870
1326
+ },
1327
+ {
1328
+ "epoch": 0.79,
1329
+ "grad_norm": 0.6281871199607849,
1330
+ "learning_rate": 0.00014146087631020665,
1331
+ "loss": 1.064,
1332
+ "step": 1880
1333
+ },
1334
+ {
1335
+ "epoch": 0.8,
1336
+ "grad_norm": 0.7130801677703857,
1337
+ "learning_rate": 0.00014082626636726582,
1338
+ "loss": 1.1955,
1339
+ "step": 1890
1340
+ },
1341
+ {
1342
+ "epoch": 0.8,
1343
+ "grad_norm": 1.038220763206482,
1344
+ "learning_rate": 0.00014018967717970254,
1345
+ "loss": 1.2621,
1346
+ "step": 1900
1347
+ },
1348
+ {
1349
+ "epoch": 0.8,
1350
+ "grad_norm": 0.5577895045280457,
1351
+ "learning_rate": 0.00013955113960916146,
1352
+ "loss": 0.9577,
1353
+ "step": 1910
1354
+ },
1355
+ {
1356
+ "epoch": 0.81,
1357
+ "grad_norm": 0.526157796382904,
1358
+ "learning_rate": 0.0001389106846117443,
1359
+ "loss": 1.0109,
1360
+ "step": 1920
1361
+ },
1362
+ {
1363
+ "epoch": 0.81,
1364
+ "grad_norm": 0.6196286678314209,
1365
+ "learning_rate": 0.000138268343236509,
1366
+ "loss": 1.1256,
1367
+ "step": 1930
1368
+ },
1369
+ {
1370
+ "epoch": 0.82,
1371
+ "grad_norm": 0.7702537178993225,
1372
+ "learning_rate": 0.00013762414662396444,
1373
+ "loss": 1.2524,
1374
+ "step": 1940
1375
+ },
1376
+ {
1377
+ "epoch": 0.82,
1378
+ "grad_norm": 0.8746676445007324,
1379
+ "learning_rate": 0.00013697812600456093,
1380
+ "loss": 1.288,
1381
+ "step": 1950
1382
+ },
1383
+ {
1384
+ "epoch": 0.83,
1385
+ "grad_norm": 0.5723572969436646,
1386
+ "learning_rate": 0.000136330312697176,
1387
+ "loss": 0.995,
1388
+ "step": 1960
1389
+ },
1390
+ {
1391
+ "epoch": 0.83,
1392
+ "grad_norm": 0.5687806606292725,
1393
+ "learning_rate": 0.00013568073810759615,
1394
+ "loss": 1.042,
1395
+ "step": 1970
1396
+ },
1397
+ {
1398
+ "epoch": 0.83,
1399
+ "grad_norm": 0.5694392323493958,
1400
+ "learning_rate": 0.00013502943372699426,
1401
+ "loss": 1.0513,
1402
+ "step": 1980
1403
+ },
1404
+ {
1405
+ "epoch": 0.84,
1406
+ "grad_norm": 0.770982563495636,
1407
+ "learning_rate": 0.00013437643113040301,
1408
+ "loss": 1.2595,
1409
+ "step": 1990
1410
+ },
1411
+ {
1412
+ "epoch": 0.84,
1413
+ "grad_norm": 1.0096752643585205,
1414
+ "learning_rate": 0.000133721761975184,
1415
+ "loss": 1.2178,
1416
+ "step": 2000
1417
+ },
1418
+ {
1419
+ "epoch": 0.84,
1420
+ "eval_loss": 1.0813658237457275,
1421
+ "eval_runtime": 229.3235,
1422
+ "eval_samples_per_second": 4.361,
1423
+ "eval_steps_per_second": 0.545,
1424
+ "step": 2000
1425
+ },
1426
+ {
1427
+ "epoch": 0.85,
1428
+ "grad_norm": 0.5128979086875916,
1429
+ "learning_rate": 0.00013306545799949304,
1430
+ "loss": 0.9791,
1431
+ "step": 2010
1432
+ },
1433
+ {
1434
+ "epoch": 0.85,
1435
+ "grad_norm": 0.6104242205619812,
1436
+ "learning_rate": 0.00013240755102074162,
1437
+ "loss": 0.9958,
1438
+ "step": 2020
1439
+ },
1440
+ {
1441
+ "epoch": 0.85,
1442
+ "grad_norm": 0.634865403175354,
1443
+ "learning_rate": 0.00013174807293405428,
1444
+ "loss": 1.1336,
1445
+ "step": 2030
1446
+ },
1447
+ {
1448
+ "epoch": 0.86,
1449
+ "grad_norm": 0.7030709385871887,
1450
+ "learning_rate": 0.00013108705571072233,
1451
+ "loss": 1.2373,
1452
+ "step": 2040
1453
+ },
1454
+ {
1455
+ "epoch": 0.86,
1456
+ "grad_norm": 0.9466651082038879,
1457
+ "learning_rate": 0.00013042453139665397,
1458
+ "loss": 1.2789,
1459
+ "step": 2050
1460
+ },
1461
+ {
1462
+ "epoch": 0.87,
1463
+ "grad_norm": 0.5502979159355164,
1464
+ "learning_rate": 0.00012976053211082074,
1465
+ "loss": 1.0581,
1466
+ "step": 2060
1467
+ },
1468
+ {
1469
+ "epoch": 0.87,
1470
+ "grad_norm": 0.5557164549827576,
1471
+ "learning_rate": 0.00012909509004370028,
1472
+ "loss": 0.9754,
1473
+ "step": 2070
1474
+ },
1475
+ {
1476
+ "epoch": 0.88,
1477
+ "grad_norm": 0.6184536218643188,
1478
+ "learning_rate": 0.00012842823745571588,
1479
+ "loss": 1.0759,
1480
+ "step": 2080
1481
+ },
1482
+ {
1483
+ "epoch": 0.88,
1484
+ "grad_norm": 0.7712015509605408,
1485
+ "learning_rate": 0.0001277600066756724,
1486
+ "loss": 1.199,
1487
+ "step": 2090
1488
+ },
1489
+ {
1490
+ "epoch": 0.88,
1491
+ "grad_norm": 1.0351948738098145,
1492
+ "learning_rate": 0.00012709043009918896,
1493
+ "loss": 1.3047,
1494
+ "step": 2100
1495
+ },
1496
+ {
1497
+ "epoch": 0.89,
1498
+ "grad_norm": 0.5212281346321106,
1499
+ "learning_rate": 0.00012641954018712863,
1500
+ "loss": 0.9635,
1501
+ "step": 2110
1502
+ },
1503
+ {
1504
+ "epoch": 0.89,
1505
+ "grad_norm": 0.5956359505653381,
1506
+ "learning_rate": 0.0001257473694640244,
1507
+ "loss": 0.9984,
1508
+ "step": 2120
1509
+ },
1510
+ {
1511
+ "epoch": 0.9,
1512
+ "grad_norm": 0.649682343006134,
1513
+ "learning_rate": 0.00012507395051650268,
1514
+ "loss": 1.1465,
1515
+ "step": 2130
1516
+ },
1517
+ {
1518
+ "epoch": 0.9,
1519
+ "grad_norm": 0.7536346912384033,
1520
+ "learning_rate": 0.00012439931599170342,
1521
+ "loss": 1.2214,
1522
+ "step": 2140
1523
+ },
1524
+ {
1525
+ "epoch": 0.91,
1526
+ "grad_norm": 0.926645040512085,
1527
+ "learning_rate": 0.00012372349859569737,
1528
+ "loss": 1.197,
1529
+ "step": 2150
1530
+ },
1531
+ {
1532
+ "epoch": 0.91,
1533
+ "grad_norm": 0.5298001766204834,
1534
+ "learning_rate": 0.0001230465310919004,
1535
+ "loss": 1.0572,
1536
+ "step": 2160
1537
+ },
1538
+ {
1539
+ "epoch": 0.91,
1540
+ "grad_norm": 0.5461262464523315,
1541
+ "learning_rate": 0.00012236844629948538,
1542
+ "loss": 1.0131,
1543
+ "step": 2170
1544
+ },
1545
+ {
1546
+ "epoch": 0.92,
1547
+ "grad_norm": 0.6402174234390259,
1548
+ "learning_rate": 0.00012168927709179094,
1549
+ "loss": 1.1128,
1550
+ "step": 2180
1551
+ },
1552
+ {
1553
+ "epoch": 0.92,
1554
+ "grad_norm": 0.8170130252838135,
1555
+ "learning_rate": 0.00012100905639472779,
1556
+ "loss": 1.1808,
1557
+ "step": 2190
1558
+ },
1559
+ {
1560
+ "epoch": 0.93,
1561
+ "grad_norm": 1.1390860080718994,
1562
+ "learning_rate": 0.00012032781718518257,
1563
+ "loss": 1.2739,
1564
+ "step": 2200
1565
+ },
1566
+ {
1567
+ "epoch": 0.93,
1568
+ "grad_norm": 0.5590136647224426,
1569
+ "learning_rate": 0.00011964559248941903,
1570
+ "loss": 0.9234,
1571
+ "step": 2210
1572
+ },
1573
+ {
1574
+ "epoch": 0.93,
1575
+ "grad_norm": 0.5282031297683716,
1576
+ "learning_rate": 0.00011896241538147703,
1577
+ "loss": 0.9832,
1578
+ "step": 2220
1579
+ },
1580
+ {
1581
+ "epoch": 0.94,
1582
+ "grad_norm": 0.6679378151893616,
1583
+ "learning_rate": 0.00011827831898156905,
1584
+ "loss": 1.1028,
1585
+ "step": 2230
1586
+ },
1587
+ {
1588
+ "epoch": 0.94,
1589
+ "grad_norm": 0.7357510328292847,
1590
+ "learning_rate": 0.00011759333645447455,
1591
+ "loss": 1.1958,
1592
+ "step": 2240
1593
+ },
1594
+ {
1595
+ "epoch": 0.95,
1596
+ "grad_norm": 0.9115193486213684,
1597
+ "learning_rate": 0.0001169075010079322,
1598
+ "loss": 1.2317,
1599
+ "step": 2250
1600
+ },
1601
+ {
1602
+ "epoch": 0.95,
1603
+ "grad_norm": 0.5533779263496399,
1604
+ "learning_rate": 0.00011622084589102986,
1605
+ "loss": 1.0045,
1606
+ "step": 2260
1607
+ },
1608
+ {
1609
+ "epoch": 0.96,
1610
+ "grad_norm": 0.6029343008995056,
1611
+ "learning_rate": 0.00011553340439259286,
1612
+ "loss": 0.9566,
1613
+ "step": 2270
1614
+ },
1615
+ {
1616
+ "epoch": 0.96,
1617
+ "grad_norm": 0.5945916771888733,
1618
+ "learning_rate": 0.00011484520983956997,
1619
+ "loss": 1.0913,
1620
+ "step": 2280
1621
+ },
1622
+ {
1623
+ "epoch": 0.96,
1624
+ "grad_norm": 0.8109087944030762,
1625
+ "learning_rate": 0.00011415629559541782,
1626
+ "loss": 1.2433,
1627
+ "step": 2290
1628
+ },
1629
+ {
1630
+ "epoch": 0.97,
1631
+ "grad_norm": 0.9386932849884033,
1632
+ "learning_rate": 0.00011346669505848353,
1633
+ "loss": 1.2307,
1634
+ "step": 2300
1635
+ },
1636
+ {
1637
+ "epoch": 0.97,
1638
+ "grad_norm": 0.6317028403282166,
1639
+ "learning_rate": 0.00011277644166038534,
1640
+ "loss": 1.0105,
1641
+ "step": 2310
1642
+ },
1643
+ {
1644
+ "epoch": 0.98,
1645
+ "grad_norm": 0.5305240750312805,
1646
+ "learning_rate": 0.00011208556886439216,
1647
+ "loss": 0.9351,
1648
+ "step": 2320
1649
+ },
1650
+ {
1651
+ "epoch": 0.98,
1652
+ "grad_norm": 0.621440589427948,
1653
+ "learning_rate": 0.00011139411016380093,
1654
+ "loss": 1.0558,
1655
+ "step": 2330
1656
+ },
1657
+ {
1658
+ "epoch": 0.99,
1659
+ "grad_norm": 0.7868437170982361,
1660
+ "learning_rate": 0.00011070209908031322,
1661
+ "loss": 1.1889,
1662
+ "step": 2340
1663
+ },
1664
+ {
1665
+ "epoch": 0.99,
1666
+ "grad_norm": 0.9640358686447144,
1667
+ "learning_rate": 0.00011000956916240985,
1668
+ "loss": 1.2697,
1669
+ "step": 2350
1670
+ },
1671
+ {
1672
+ "epoch": 0.99,
1673
+ "grad_norm": 0.6120818853378296,
1674
+ "learning_rate": 0.00010931655398372462,
1675
+ "loss": 0.9262,
1676
+ "step": 2360
1677
+ },
1678
+ {
1679
+ "epoch": 1.0,
1680
+ "grad_norm": 0.7230446934700012,
1681
+ "learning_rate": 0.00010862308714141661,
1682
+ "loss": 1.1753,
1683
+ "step": 2370
1684
+ },
1685
+ {
1686
+ "epoch": 1.0,
1687
+ "grad_norm": 0.5455570816993713,
1688
+ "learning_rate": 0.00010792920225454139,
1689
+ "loss": 1.0577,
1690
+ "step": 2380
1691
+ },
1692
+ {
1693
+ "epoch": 1.01,
1694
+ "grad_norm": 0.5207303762435913,
1695
+ "learning_rate": 0.00010723493296242129,
1696
+ "loss": 0.8919,
1697
+ "step": 2390
1698
+ },
1699
+ {
1700
+ "epoch": 1.01,
1701
+ "grad_norm": 0.6713350415229797,
1702
+ "learning_rate": 0.00010654031292301432,
1703
+ "loss": 0.9547,
1704
+ "step": 2400
1705
+ },
1706
+ {
1707
+ "epoch": 1.01,
1708
+ "grad_norm": 0.7119928598403931,
1709
+ "learning_rate": 0.00010584537581128276,
1710
+ "loss": 1.1245,
1711
+ "step": 2410
1712
+ },
1713
+ {
1714
+ "epoch": 1.02,
1715
+ "grad_norm": 0.9546805024147034,
1716
+ "learning_rate": 0.00010515015531756036,
1717
+ "loss": 1.1268,
1718
+ "step": 2420
1719
+ },
1720
+ {
1721
+ "epoch": 1.02,
1722
+ "grad_norm": 0.7098658084869385,
1723
+ "learning_rate": 0.00010445468514591925,
1724
+ "loss": 1.0389,
1725
+ "step": 2430
1726
+ },
1727
+ {
1728
+ "epoch": 1.03,
1729
+ "grad_norm": 0.5891678333282471,
1730
+ "learning_rate": 0.00010375899901253572,
1731
+ "loss": 0.9701,
1732
+ "step": 2440
1733
+ },
1734
+ {
1735
+ "epoch": 1.03,
1736
+ "grad_norm": 0.646004855632782,
1737
+ "learning_rate": 0.0001030631306440559,
1738
+ "loss": 0.9574,
1739
+ "step": 2450
1740
+ },
1741
+ {
1742
+ "epoch": 1.04,
1743
+ "grad_norm": 0.7500150203704834,
1744
+ "learning_rate": 0.00010236711377596072,
1745
+ "loss": 1.0919,
1746
+ "step": 2460
1747
+ },
1748
+ {
1749
+ "epoch": 1.04,
1750
+ "grad_norm": 0.9092882871627808,
1751
+ "learning_rate": 0.00010167098215093009,
1752
+ "loss": 1.0797,
1753
+ "step": 2470
1754
+ },
1755
+ {
1756
+ "epoch": 1.04,
1757
+ "grad_norm": 0.6681928038597107,
1758
+ "learning_rate": 0.00010097476951720752,
1759
+ "loss": 0.9011,
1760
+ "step": 2480
1761
+ },
1762
+ {
1763
+ "epoch": 1.05,
1764
+ "grad_norm": 0.6693964004516602,
1765
+ "learning_rate": 0.00010027850962696368,
1766
+ "loss": 0.911,
1767
+ "step": 2490
1768
+ },
1769
+ {
1770
+ "epoch": 1.05,
1771
+ "grad_norm": 0.6667538285255432,
1772
+ "learning_rate": 9.958223623466025e-05,
1773
+ "loss": 0.9444,
1774
+ "step": 2500
1775
+ },
1776
+ {
1777
+ "epoch": 1.06,
1778
+ "grad_norm": 0.7424312829971313,
1779
+ "learning_rate": 9.888598309541347e-05,
1780
+ "loss": 1.0328,
1781
+ "step": 2510
1782
+ },
1783
+ {
1784
+ "epoch": 1.06,
1785
+ "grad_norm": 1.0285619497299194,
1786
+ "learning_rate": 9.818978396335772e-05,
1787
+ "loss": 1.1074,
1788
+ "step": 2520
1789
+ },
1790
+ {
1791
+ "epoch": 1.07,
1792
+ "grad_norm": 0.7485564351081848,
1793
+ "learning_rate": 9.749367259000918e-05,
1794
+ "loss": 0.9986,
1795
+ "step": 2530
1796
+ },
1797
+ {
1798
+ "epoch": 1.07,
1799
+ "grad_norm": 0.6146641969680786,
1800
+ "learning_rate": 9.679768272262949e-05,
1801
+ "loss": 0.9217,
1802
+ "step": 2540
1803
+ },
1804
+ {
1805
+ "epoch": 1.07,
1806
+ "grad_norm": 0.714490532875061,
1807
+ "learning_rate": 9.610184810258963e-05,
1808
+ "loss": 0.9297,
1809
+ "step": 2550
1810
+ },
1811
+ {
1812
+ "epoch": 1.08,
1813
+ "grad_norm": 0.7230827212333679,
1814
+ "learning_rate": 9.540620246373439e-05,
1815
+ "loss": 1.0436,
1816
+ "step": 2560
1817
+ },
1818
+ {
1819
+ "epoch": 1.08,
1820
+ "grad_norm": 0.9164597392082214,
1821
+ "learning_rate": 9.471077953074674e-05,
1822
+ "loss": 1.1374,
1823
+ "step": 2570
1824
+ },
1825
+ {
1826
+ "epoch": 1.09,
1827
+ "grad_norm": 0.6540518999099731,
1828
+ "learning_rate": 9.401561301751286e-05,
1829
+ "loss": 1.011,
1830
+ "step": 2580
1831
+ },
1832
+ {
1833
+ "epoch": 1.09,
1834
+ "grad_norm": 0.6425168514251709,
1835
+ "learning_rate": 9.332073662548784e-05,
1836
+ "loss": 0.899,
1837
+ "step": 2590
1838
+ },
1839
+ {
1840
+ "epoch": 1.09,
1841
+ "grad_norm": 0.6701865196228027,
1842
+ "learning_rate": 9.262618404206191e-05,
1843
+ "loss": 0.9899,
1844
+ "step": 2600
1845
+ },
1846
+ {
1847
+ "epoch": 1.1,
1848
+ "grad_norm": 0.7741339206695557,
1849
+ "learning_rate": 9.193198893892698e-05,
1850
+ "loss": 1.0721,
1851
+ "step": 2610
1852
+ },
1853
+ {
1854
+ "epoch": 1.1,
1855
+ "grad_norm": 0.9790834188461304,
1856
+ "learning_rate": 9.123818497044446e-05,
1857
+ "loss": 1.1014,
1858
+ "step": 2620
1859
+ },
1860
+ {
1861
+ "epoch": 1.11,
1862
+ "grad_norm": 0.672179639339447,
1863
+ "learning_rate": 9.05448057720138e-05,
1864
+ "loss": 0.934,
1865
+ "step": 2630
1866
+ },
1867
+ {
1868
+ "epoch": 1.11,
1869
+ "grad_norm": 0.6310063004493713,
1870
+ "learning_rate": 8.98518849584416e-05,
1871
+ "loss": 0.8713,
1872
+ "step": 2640
1873
+ },
1874
+ {
1875
+ "epoch": 1.12,
1876
+ "grad_norm": 0.6647841334342957,
1877
+ "learning_rate": 8.915945612231214e-05,
1878
+ "loss": 0.9242,
1879
+ "step": 2650
1880
+ },
1881
+ {
1882
+ "epoch": 1.12,
1883
+ "grad_norm": 0.7702280879020691,
1884
+ "learning_rate": 8.846755283235874e-05,
1885
+ "loss": 1.0557,
1886
+ "step": 2660
1887
+ },
1888
+ {
1889
+ "epoch": 1.12,
1890
+ "grad_norm": 1.0556683540344238,
1891
+ "learning_rate": 8.777620863183657e-05,
1892
+ "loss": 1.1401,
1893
+ "step": 2670
1894
+ },
1895
+ {
1896
+ "epoch": 1.13,
1897
+ "grad_norm": 0.651453971862793,
1898
+ "learning_rate": 8.708545703689613e-05,
1899
+ "loss": 1.0147,
1900
+ "step": 2680
1901
+ },
1902
+ {
1903
+ "epoch": 1.13,
1904
+ "grad_norm": 0.6781310439109802,
1905
+ "learning_rate": 8.639533153495867e-05,
1906
+ "loss": 0.9664,
1907
+ "step": 2690
1908
+ },
1909
+ {
1910
+ "epoch": 1.14,
1911
+ "grad_norm": 0.6900728344917297,
1912
+ "learning_rate": 8.57058655830927e-05,
1913
+ "loss": 0.9194,
1914
+ "step": 2700
1915
+ },
1916
+ {
1917
+ "epoch": 1.14,
1918
+ "grad_norm": 0.7449643015861511,
1919
+ "learning_rate": 8.501709260639186e-05,
1920
+ "loss": 1.0693,
1921
+ "step": 2710
1922
+ },
1923
+ {
1924
+ "epoch": 1.15,
1925
+ "grad_norm": 0.9307679533958435,
1926
+ "learning_rate": 8.432904599635459e-05,
1927
+ "loss": 1.0927,
1928
+ "step": 2720
1929
+ },
1930
+ {
1931
+ "epoch": 1.15,
1932
+ "grad_norm": 0.6419615745544434,
1933
+ "learning_rate": 8.364175910926528e-05,
1934
+ "loss": 0.9482,
1935
+ "step": 2730
1936
+ },
1937
+ {
1938
+ "epoch": 1.15,
1939
+ "grad_norm": 0.6502748727798462,
1940
+ "learning_rate": 8.295526526457732e-05,
1941
+ "loss": 0.9289,
1942
+ "step": 2740
1943
+ },
1944
+ {
1945
+ "epoch": 1.16,
1946
+ "grad_norm": 0.683403491973877,
1947
+ "learning_rate": 8.226959774329747e-05,
1948
+ "loss": 0.9169,
1949
+ "step": 2750
1950
+ },
1951
+ {
1952
+ "epoch": 1.16,
1953
+ "grad_norm": 0.7855057716369629,
1954
+ "learning_rate": 8.158478978637269e-05,
1955
+ "loss": 1.0693,
1956
+ "step": 2760
1957
+ },
1958
+ {
1959
+ "epoch": 1.17,
1960
+ "grad_norm": 1.0051300525665283,
1961
+ "learning_rate": 8.090087459307854e-05,
1962
+ "loss": 1.17,
1963
+ "step": 2770
1964
+ },
1965
+ {
1966
+ "epoch": 1.17,
1967
+ "grad_norm": 0.704396665096283,
1968
+ "learning_rate": 8.021788531940967e-05,
1969
+ "loss": 1.0218,
1970
+ "step": 2780
1971
+ },
1972
+ {
1973
+ "epoch": 1.17,
1974
+ "grad_norm": 0.6089404821395874,
1975
+ "learning_rate": 7.953585507647239e-05,
1976
+ "loss": 1.0019,
1977
+ "step": 2790
1978
+ },
1979
+ {
1980
+ "epoch": 1.18,
1981
+ "grad_norm": 0.7013250589370728,
1982
+ "learning_rate": 7.885481692887947e-05,
1983
+ "loss": 0.8923,
1984
+ "step": 2800
1985
+ },
1986
+ {
1987
+ "epoch": 1.18,
1988
+ "grad_norm": 0.7909386157989502,
1989
+ "learning_rate": 7.817480389314738e-05,
1990
+ "loss": 0.9581,
1991
+ "step": 2810
1992
+ },
1993
+ {
1994
+ "epoch": 1.19,
1995
+ "grad_norm": 0.9857104420661926,
1996
+ "learning_rate": 7.749584893609532e-05,
1997
+ "loss": 1.0834,
1998
+ "step": 2820
1999
+ },
2000
+ {
2001
+ "epoch": 1.19,
2002
+ "grad_norm": 0.6876636147499084,
2003
+ "learning_rate": 7.681798497324716e-05,
2004
+ "loss": 1.033,
2005
+ "step": 2830
2006
+ },
2007
+ {
2008
+ "epoch": 1.2,
2009
+ "grad_norm": 0.6592469811439514,
2010
+ "learning_rate": 7.614124486723588e-05,
2011
+ "loss": 0.9588,
2012
+ "step": 2840
2013
+ },
2014
+ {
2015
+ "epoch": 1.2,
2016
+ "grad_norm": 0.725791871547699,
2017
+ "learning_rate": 7.54656614262101e-05,
2018
+ "loss": 0.9681,
2019
+ "step": 2850
2020
+ },
2021
+ {
2022
+ "epoch": 1.2,
2023
+ "grad_norm": 0.7910930514335632,
2024
+ "learning_rate": 7.47912674022437e-05,
2025
+ "loss": 1.073,
2026
+ "step": 2860
2027
+ },
2028
+ {
2029
+ "epoch": 1.21,
2030
+ "grad_norm": 1.0530593395233154,
2031
+ "learning_rate": 7.411809548974792e-05,
2032
+ "loss": 1.127,
2033
+ "step": 2870
2034
+ },
2035
+ {
2036
+ "epoch": 1.21,
2037
+ "grad_norm": 0.7734891176223755,
2038
+ "learning_rate": 7.344617832388662e-05,
2039
+ "loss": 0.948,
2040
+ "step": 2880
2041
+ },
2042
+ {
2043
+ "epoch": 1.22,
2044
+ "grad_norm": 0.6848577260971069,
2045
+ "learning_rate": 7.277554847899378e-05,
2046
+ "loss": 0.9217,
2047
+ "step": 2890
2048
+ },
2049
+ {
2050
+ "epoch": 1.22,
2051
+ "grad_norm": 0.7144964933395386,
2052
+ "learning_rate": 7.210623846699445e-05,
2053
+ "loss": 0.9335,
2054
+ "step": 2900
2055
+ },
2056
+ {
2057
+ "epoch": 1.23,
2058
+ "grad_norm": 0.7606580257415771,
2059
+ "learning_rate": 7.14382807358287e-05,
2060
+ "loss": 1.0414,
2061
+ "step": 2910
2062
+ },
2063
+ {
2064
+ "epoch": 1.23,
2065
+ "grad_norm": 0.9773916602134705,
2066
+ "learning_rate": 7.077170766787835e-05,
2067
+ "loss": 1.1292,
2068
+ "step": 2920
2069
+ },
2070
+ {
2071
+ "epoch": 1.23,
2072
+ "grad_norm": 0.6572744846343994,
2073
+ "learning_rate": 7.010655157839726e-05,
2074
+ "loss": 0.9491,
2075
+ "step": 2930
2076
+ },
2077
+ {
2078
+ "epoch": 1.24,
2079
+ "grad_norm": 0.705321192741394,
2080
+ "learning_rate": 6.944284471394452e-05,
2081
+ "loss": 0.9468,
2082
+ "step": 2940
2083
+ },
2084
+ {
2085
+ "epoch": 1.24,
2086
+ "grad_norm": 0.7025087475776672,
2087
+ "learning_rate": 6.878061925082137e-05,
2088
+ "loss": 0.9031,
2089
+ "step": 2950
2090
+ },
2091
+ {
2092
+ "epoch": 1.25,
2093
+ "grad_norm": 0.7313035726547241,
2094
+ "learning_rate": 6.811990729351109e-05,
2095
+ "loss": 1.004,
2096
+ "step": 2960
2097
+ },
2098
+ {
2099
+ "epoch": 1.25,
2100
+ "grad_norm": 1.1327190399169922,
2101
+ "learning_rate": 6.746074087312262e-05,
2102
+ "loss": 1.0948,
2103
+ "step": 2970
2104
+ },
2105
+ {
2106
+ "epoch": 1.25,
2107
+ "grad_norm": 0.6862003207206726,
2108
+ "learning_rate": 6.680315194583794e-05,
2109
+ "loss": 0.9841,
2110
+ "step": 2980
2111
+ },
2112
+ {
2113
+ "epoch": 1.26,
2114
+ "grad_norm": 0.65215003490448,
2115
+ "learning_rate": 6.614717239136246e-05,
2116
+ "loss": 0.8705,
2117
+ "step": 2990
2118
+ },
2119
+ {
2120
+ "epoch": 1.26,
2121
+ "grad_norm": 0.7134726047515869,
2122
+ "learning_rate": 6.549283401137982e-05,
2123
+ "loss": 0.9343,
2124
+ "step": 3000
2125
+ },
2126
+ {
2127
+ "epoch": 1.27,
2128
+ "grad_norm": 0.8117490410804749,
2129
+ "learning_rate": 6.484016852800993e-05,
2130
+ "loss": 1.017,
2131
+ "step": 3010
2132
+ },
2133
+ {
2134
+ "epoch": 1.27,
2135
+ "grad_norm": 1.1070729494094849,
2136
+ "learning_rate": 6.418920758227135e-05,
2137
+ "loss": 1.1044,
2138
+ "step": 3020
2139
+ },
2140
+ {
2141
+ "epoch": 1.28,
2142
+ "grad_norm": 0.6767369508743286,
2143
+ "learning_rate": 6.353998273254706e-05,
2144
+ "loss": 0.9423,
2145
+ "step": 3030
2146
+ },
2147
+ {
2148
+ "epoch": 1.28,
2149
+ "grad_norm": 0.6971580386161804,
2150
+ "learning_rate": 6.28925254530547e-05,
2151
+ "loss": 0.9172,
2152
+ "step": 3040
2153
+ },
2154
+ {
2155
+ "epoch": 1.28,
2156
+ "grad_norm": 0.7322612404823303,
2157
+ "learning_rate": 6.224686713232059e-05,
2158
+ "loss": 0.9127,
2159
+ "step": 3050
2160
+ },
2161
+ {
2162
+ "epoch": 1.29,
2163
+ "grad_norm": 0.7999578714370728,
2164
+ "learning_rate": 6.160303907165822e-05,
2165
+ "loss": 1.0778,
2166
+ "step": 3060
2167
+ },
2168
+ {
2169
+ "epoch": 1.29,
2170
+ "grad_norm": 0.9508334398269653,
2171
+ "learning_rate": 6.0961072483650526e-05,
2172
+ "loss": 1.028,
2173
+ "step": 3070
2174
+ },
2175
+ {
2176
+ "epoch": 1.3,
2177
+ "grad_norm": 0.6923615336418152,
2178
+ "learning_rate": 6.0320998490636884e-05,
2179
+ "loss": 0.9482,
2180
+ "step": 3080
2181
+ },
2182
+ {
2183
+ "epoch": 1.3,
2184
+ "grad_norm": 0.6519889831542969,
2185
+ "learning_rate": 5.9682848123204305e-05,
2186
+ "loss": 0.8825,
2187
+ "step": 3090
2188
+ },
2189
+ {
2190
+ "epoch": 1.31,
2191
+ "grad_norm": 0.6621166467666626,
2192
+ "learning_rate": 5.904665231868294e-05,
2193
+ "loss": 0.9616,
2194
+ "step": 3100
2195
+ },
2196
+ {
2197
+ "epoch": 1.31,
2198
+ "grad_norm": 0.8509411215782166,
2199
+ "learning_rate": 5.841244191964637e-05,
2200
+ "loss": 1.0519,
2201
+ "step": 3110
2202
+ },
2203
+ {
2204
+ "epoch": 1.31,
2205
+ "grad_norm": 1.0802364349365234,
2206
+ "learning_rate": 5.778024767241632e-05,
2207
+ "loss": 1.0827,
2208
+ "step": 3120
2209
+ },
2210
+ {
2211
+ "epoch": 1.32,
2212
+ "grad_norm": 0.679560661315918,
2213
+ "learning_rate": 5.71501002255722e-05,
2214
+ "loss": 0.9085,
2215
+ "step": 3130
2216
+ },
2217
+ {
2218
+ "epoch": 1.32,
2219
+ "grad_norm": 0.6764241456985474,
2220
+ "learning_rate": 5.652203012846513e-05,
2221
+ "loss": 0.8935,
2222
+ "step": 3140
2223
+ },
2224
+ {
2225
+ "epoch": 1.33,
2226
+ "grad_norm": 0.7432907223701477,
2227
+ "learning_rate": 5.589606782973683e-05,
2228
+ "loss": 0.948,
2229
+ "step": 3150
2230
+ },
2231
+ {
2232
+ "epoch": 1.33,
2233
+ "grad_norm": 0.8105322122573853,
2234
+ "learning_rate": 5.5272243675843896e-05,
2235
+ "loss": 1.0448,
2236
+ "step": 3160
2237
+ },
2238
+ {
2239
+ "epoch": 1.33,
2240
+ "grad_norm": 1.0853699445724487,
2241
+ "learning_rate": 5.4650587909586025e-05,
2242
+ "loss": 1.1097,
2243
+ "step": 3170
2244
+ },
2245
+ {
2246
+ "epoch": 1.34,
2247
+ "grad_norm": 0.6888929009437561,
2248
+ "learning_rate": 5.4031130668640376e-05,
2249
+ "loss": 0.9453,
2250
+ "step": 3180
2251
+ },
2252
+ {
2253
+ "epoch": 1.34,
2254
+ "grad_norm": 0.6341966986656189,
2255
+ "learning_rate": 5.341390198410019e-05,
2256
+ "loss": 0.8856,
2257
+ "step": 3190
2258
+ },
2259
+ {
2260
+ "epoch": 1.35,
2261
+ "grad_norm": 0.6854045391082764,
2262
+ "learning_rate": 5.2798931779019026e-05,
2263
+ "loss": 0.8839,
2264
+ "step": 3200
2265
+ },
2266
+ {
2267
+ "epoch": 1.35,
2268
+ "grad_norm": 0.8016719222068787,
2269
+ "learning_rate": 5.21862498669601e-05,
2270
+ "loss": 1.0946,
2271
+ "step": 3210
2272
+ },
2273
+ {
2274
+ "epoch": 1.36,
2275
+ "grad_norm": 1.1072624921798706,
2276
+ "learning_rate": 5.157588595055073e-05,
2277
+ "loss": 1.0541,
2278
+ "step": 3220
2279
+ },
2280
+ {
2281
+ "epoch": 1.36,
2282
+ "grad_norm": 0.6596867442131042,
2283
+ "learning_rate": 5.0967869620042794e-05,
2284
+ "loss": 0.9648,
2285
+ "step": 3230
2286
+ },
2287
+ {
2288
+ "epoch": 1.36,
2289
+ "grad_norm": 0.6851956844329834,
2290
+ "learning_rate": 5.0362230351877706e-05,
2291
+ "loss": 0.8897,
2292
+ "step": 3240
2293
+ },
2294
+ {
2295
+ "epoch": 1.37,
2296
+ "grad_norm": 0.7606251835823059,
2297
+ "learning_rate": 4.9758997507257763e-05,
2298
+ "loss": 0.8958,
2299
+ "step": 3250
2300
+ },
2301
+ {
2302
+ "epoch": 1.37,
2303
+ "grad_norm": 0.7487627267837524,
2304
+ "learning_rate": 4.915820033072257e-05,
2305
+ "loss": 0.9596,
2306
+ "step": 3260
2307
+ },
2308
+ {
2309
+ "epoch": 1.38,
2310
+ "grad_norm": 1.0656851530075073,
2311
+ "learning_rate": 4.855986794873132e-05,
2312
+ "loss": 1.1342,
2313
+ "step": 3270
2314
+ },
2315
+ {
2316
+ "epoch": 1.38,
2317
+ "grad_norm": 0.6128414273262024,
2318
+ "learning_rate": 4.796402936825074e-05,
2319
+ "loss": 0.9758,
2320
+ "step": 3280
2321
+ },
2322
+ {
2323
+ "epoch": 1.39,
2324
+ "grad_norm": 0.6946419477462769,
2325
+ "learning_rate": 4.737071347534873e-05,
2326
+ "loss": 0.8761,
2327
+ "step": 3290
2328
+ },
2329
+ {
2330
+ "epoch": 1.39,
2331
+ "grad_norm": 0.6466770172119141,
2332
+ "learning_rate": 4.677994903379432e-05,
2333
+ "loss": 0.9176,
2334
+ "step": 3300
2335
+ },
2336
+ {
2337
+ "epoch": 1.39,
2338
+ "grad_norm": 0.8571310043334961,
2339
+ "learning_rate": 4.6191764683662744e-05,
2340
+ "loss": 1.0479,
2341
+ "step": 3310
2342
+ },
2343
+ {
2344
+ "epoch": 1.4,
2345
+ "grad_norm": 1.091630220413208,
2346
+ "learning_rate": 4.560618893994735e-05,
2347
+ "loss": 1.1288,
2348
+ "step": 3320
2349
+ },
2350
+ {
2351
+ "epoch": 1.4,
2352
+ "grad_norm": 0.599025309085846,
2353
+ "learning_rate": 4.5023250191176925e-05,
2354
+ "loss": 0.9917,
2355
+ "step": 3330
2356
+ },
2357
+ {
2358
+ "epoch": 1.41,
2359
+ "grad_norm": 0.6568591594696045,
2360
+ "learning_rate": 4.444297669803981e-05,
2361
+ "loss": 0.8653,
2362
+ "step": 3340
2363
+ },
2364
+ {
2365
+ "epoch": 1.41,
2366
+ "grad_norm": 0.7494246959686279,
2367
+ "learning_rate": 4.38653965920133e-05,
2368
+ "loss": 1.0219,
2369
+ "step": 3350
2370
+ },
2371
+ {
2372
+ "epoch": 1.41,
2373
+ "grad_norm": 0.8404898643493652,
2374
+ "learning_rate": 4.3290537874000284e-05,
2375
+ "loss": 1.0938,
2376
+ "step": 3360
2377
+ },
2378
+ {
2379
+ "epoch": 1.42,
2380
+ "grad_norm": 1.154548168182373,
2381
+ "learning_rate": 4.271842841297169e-05,
2382
+ "loss": 1.0831,
2383
+ "step": 3370
2384
+ },
2385
+ {
2386
+ "epoch": 1.42,
2387
+ "grad_norm": 0.7497602701187134,
2388
+ "learning_rate": 4.214909594461511e-05,
2389
+ "loss": 0.9233,
2390
+ "step": 3380
2391
+ },
2392
+ {
2393
+ "epoch": 1.43,
2394
+ "grad_norm": 0.616992712020874,
2395
+ "learning_rate": 4.158256806999059e-05,
2396
+ "loss": 0.8713,
2397
+ "step": 3390
2398
+ },
2399
+ {
2400
+ "epoch": 1.43,
2401
+ "grad_norm": 0.7367027401924133,
2402
+ "learning_rate": 4.1018872254192166e-05,
2403
+ "loss": 0.9085,
2404
+ "step": 3400
2405
+ },
2406
+ {
2407
+ "epoch": 1.44,
2408
+ "grad_norm": 0.9179362654685974,
2409
+ "learning_rate": 4.0458035825016806e-05,
2410
+ "loss": 1.0192,
2411
+ "step": 3410
2412
+ },
2413
+ {
2414
+ "epoch": 1.44,
2415
+ "grad_norm": 1.1351600885391235,
2416
+ "learning_rate": 3.9900085971639036e-05,
2417
+ "loss": 1.025,
2418
+ "step": 3420
2419
+ },
2420
+ {
2421
+ "epoch": 1.44,
2422
+ "grad_norm": 0.7443174719810486,
2423
+ "learning_rate": 3.934504974329326e-05,
2424
+ "loss": 0.9504,
2425
+ "step": 3430
2426
+ },
2427
+ {
2428
+ "epoch": 1.45,
2429
+ "grad_norm": 0.6519255638122559,
2430
+ "learning_rate": 3.879295404796222e-05,
2431
+ "loss": 0.821,
2432
+ "step": 3440
2433
+ },
2434
+ {
2435
+ "epoch": 1.45,
2436
+ "grad_norm": 0.7432305216789246,
2437
+ "learning_rate": 3.824382565107249e-05,
2438
+ "loss": 0.9678,
2439
+ "step": 3450
2440
+ },
2441
+ {
2442
+ "epoch": 1.46,
2443
+ "grad_norm": 0.8053915500640869,
2444
+ "learning_rate": 3.769769117419703e-05,
2445
+ "loss": 0.9972,
2446
+ "step": 3460
2447
+ },
2448
+ {
2449
+ "epoch": 1.46,
2450
+ "grad_norm": 1.1109815835952759,
2451
+ "learning_rate": 3.7154577093764334e-05,
2452
+ "loss": 1.1064,
2453
+ "step": 3470
2454
+ },
2455
+ {
2456
+ "epoch": 1.47,
2457
+ "grad_norm": 0.7476344108581543,
2458
+ "learning_rate": 3.661450973977526e-05,
2459
+ "loss": 0.9627,
2460
+ "step": 3480
2461
+ },
2462
+ {
2463
+ "epoch": 1.47,
2464
+ "grad_norm": 0.7136977314949036,
2465
+ "learning_rate": 3.607751529452609e-05,
2466
+ "loss": 0.9483,
2467
+ "step": 3490
2468
+ },
2469
+ {
2470
+ "epoch": 1.47,
2471
+ "grad_norm": 0.724554181098938,
2472
+ "learning_rate": 3.554361979133959e-05,
2473
+ "loss": 0.9112,
2474
+ "step": 3500
2475
+ },
2476
+ {
2477
+ "epoch": 1.48,
2478
+ "grad_norm": 0.7963750958442688,
2479
+ "learning_rate": 3.501284911330274e-05,
2480
+ "loss": 1.0281,
2481
+ "step": 3510
2482
+ },
2483
+ {
2484
+ "epoch": 1.48,
2485
+ "grad_norm": 1.048077940940857,
2486
+ "learning_rate": 3.448522899201198e-05,
2487
+ "loss": 1.0543,
2488
+ "step": 3520
2489
+ },
2490
+ {
2491
+ "epoch": 1.49,
2492
+ "grad_norm": 0.6887779235839844,
2493
+ "learning_rate": 3.396078500632576e-05,
2494
+ "loss": 0.9685,
2495
+ "step": 3530
2496
+ },
2497
+ {
2498
+ "epoch": 1.49,
2499
+ "grad_norm": 0.6389910578727722,
2500
+ "learning_rate": 3.3439542581124374e-05,
2501
+ "loss": 0.9018,
2502
+ "step": 3540
2503
+ },
2504
+ {
2505
+ "epoch": 1.49,
2506
+ "grad_norm": 0.8143815994262695,
2507
+ "learning_rate": 3.292152698607768e-05,
2508
+ "loss": 0.9103,
2509
+ "step": 3550
2510
+ },
2511
+ {
2512
+ "epoch": 1.5,
2513
+ "grad_norm": 0.8993640542030334,
2514
+ "learning_rate": 3.240676333441955e-05,
2515
+ "loss": 1.0309,
2516
+ "step": 3560
2517
+ },
2518
+ {
2519
+ "epoch": 1.5,
2520
+ "grad_norm": 1.1748642921447754,
2521
+ "learning_rate": 3.189527658173087e-05,
2522
+ "loss": 1.1086,
2523
+ "step": 3570
2524
+ },
2525
+ {
2526
+ "epoch": 1.51,
2527
+ "grad_norm": 0.6727201342582703,
2528
+ "learning_rate": 3.138709152472938e-05,
2529
+ "loss": 0.9665,
2530
+ "step": 3580
2531
+ },
2532
+ {
2533
+ "epoch": 1.51,
2534
+ "grad_norm": 0.6939325332641602,
2535
+ "learning_rate": 3.088223280006769e-05,
2536
+ "loss": 0.8796,
2537
+ "step": 3590
2538
+ },
2539
+ {
2540
+ "epoch": 1.52,
2541
+ "grad_norm": 0.8073004484176636,
2542
+ "learning_rate": 3.0380724883138856e-05,
2543
+ "loss": 0.8609,
2544
+ "step": 3600
2545
+ },
2546
+ {
2547
+ "epoch": 1.52,
2548
+ "grad_norm": 0.8646635413169861,
2549
+ "learning_rate": 2.9882592086889736e-05,
2550
+ "loss": 1.0229,
2551
+ "step": 3610
2552
+ },
2553
+ {
2554
+ "epoch": 1.52,
2555
+ "grad_norm": 1.1847567558288574,
2556
+ "learning_rate": 2.93878585606426e-05,
2557
+ "loss": 1.033,
2558
+ "step": 3620
2559
+ },
2560
+ {
2561
+ "epoch": 1.53,
2562
+ "grad_norm": 0.6628533601760864,
2563
+ "learning_rate": 2.889654828892393e-05,
2564
+ "loss": 0.9475,
2565
+ "step": 3630
2566
+ },
2567
+ {
2568
+ "epoch": 1.53,
2569
+ "grad_norm": 0.7180255651473999,
2570
+ "learning_rate": 2.8408685090302044e-05,
2571
+ "loss": 0.7856,
2572
+ "step": 3640
2573
+ },
2574
+ {
2575
+ "epoch": 1.54,
2576
+ "grad_norm": 0.7089993953704834,
2577
+ "learning_rate": 2.7924292616232218e-05,
2578
+ "loss": 0.9597,
2579
+ "step": 3650
2580
+ },
2581
+ {
2582
+ "epoch": 1.54,
2583
+ "grad_norm": 0.8458394408226013,
2584
+ "learning_rate": 2.7443394349910045e-05,
2585
+ "loss": 1.0683,
2586
+ "step": 3660
2587
+ },
2588
+ {
2589
+ "epoch": 1.55,
2590
+ "grad_norm": 1.1439454555511475,
2591
+ "learning_rate": 2.6966013605133088e-05,
2592
+ "loss": 1.088,
2593
+ "step": 3670
2594
+ },
2595
+ {
2596
+ "epoch": 1.55,
2597
+ "grad_norm": 0.6164907813072205,
2598
+ "learning_rate": 2.649217352517044e-05,
2599
+ "loss": 0.9503,
2600
+ "step": 3680
2601
+ },
2602
+ {
2603
+ "epoch": 1.55,
2604
+ "grad_norm": 0.7188657522201538,
2605
+ "learning_rate": 2.6021897081641055e-05,
2606
+ "loss": 0.8759,
2607
+ "step": 3690
2608
+ },
2609
+ {
2610
+ "epoch": 1.56,
2611
+ "grad_norm": 0.7899062633514404,
2612
+ "learning_rate": 2.5555207073399733e-05,
2613
+ "loss": 0.9169,
2614
+ "step": 3700
2615
+ },
2616
+ {
2617
+ "epoch": 1.56,
2618
+ "grad_norm": 0.8519218564033508,
2619
+ "learning_rate": 2.5092126125432136e-05,
2620
+ "loss": 1.0466,
2621
+ "step": 3710
2622
+ },
2623
+ {
2624
+ "epoch": 1.57,
2625
+ "grad_norm": 1.1700925827026367,
2626
+ "learning_rate": 2.463267668775767e-05,
2627
+ "loss": 1.1155,
2628
+ "step": 3720
2629
+ },
2630
+ {
2631
+ "epoch": 1.57,
2632
+ "grad_norm": 0.6643344759941101,
2633
+ "learning_rate": 2.417688103434146e-05,
2634
+ "loss": 0.9251,
2635
+ "step": 3730
2636
+ },
2637
+ {
2638
+ "epoch": 1.57,
2639
+ "grad_norm": 0.6496443748474121,
2640
+ "learning_rate": 2.3724761262014182e-05,
2641
+ "loss": 0.8856,
2642
+ "step": 3740
2643
+ },
2644
+ {
2645
+ "epoch": 1.58,
2646
+ "grad_norm": 0.6989282965660095,
2647
+ "learning_rate": 2.3276339289400895e-05,
2648
+ "loss": 0.94,
2649
+ "step": 3750
2650
+ },
2651
+ {
2652
+ "epoch": 1.58,
2653
+ "grad_norm": 0.9367401599884033,
2654
+ "learning_rate": 2.2831636855858663e-05,
2655
+ "loss": 1.0337,
2656
+ "step": 3760
2657
+ },
2658
+ {
2659
+ "epoch": 1.59,
2660
+ "grad_norm": 1.117208480834961,
2661
+ "learning_rate": 2.2390675520422278e-05,
2662
+ "loss": 1.0989,
2663
+ "step": 3770
2664
+ },
2665
+ {
2666
+ "epoch": 1.59,
2667
+ "grad_norm": 0.6940779685974121,
2668
+ "learning_rate": 2.1953476660759398e-05,
2669
+ "loss": 0.9401,
2670
+ "step": 3780
2671
+ },
2672
+ {
2673
+ "epoch": 1.6,
2674
+ "grad_norm": 0.7155762910842896,
2675
+ "learning_rate": 2.1520061472133902e-05,
2676
+ "loss": 0.9211,
2677
+ "step": 3790
2678
+ },
2679
+ {
2680
+ "epoch": 1.6,
2681
+ "grad_norm": 0.7470029592514038,
2682
+ "learning_rate": 2.109045096637865e-05,
2683
+ "loss": 0.9259,
2684
+ "step": 3800
2685
+ },
2686
+ {
2687
+ "epoch": 1.6,
2688
+ "grad_norm": 0.9242197871208191,
2689
+ "learning_rate": 2.0664665970876496e-05,
2690
+ "loss": 1.0221,
2691
+ "step": 3810
2692
+ },
2693
+ {
2694
+ "epoch": 1.61,
2695
+ "grad_norm": 1.1893744468688965,
2696
+ "learning_rate": 2.0242727127550865e-05,
2697
+ "loss": 1.0464,
2698
+ "step": 3820
2699
+ },
2700
+ {
2701
+ "epoch": 1.61,
2702
+ "grad_norm": 0.6893196702003479,
2703
+ "learning_rate": 1.982465489186489e-05,
2704
+ "loss": 0.9307,
2705
+ "step": 3830
2706
+ },
2707
+ {
2708
+ "epoch": 1.62,
2709
+ "grad_norm": 0.7716548442840576,
2710
+ "learning_rate": 1.9410469531829777e-05,
2711
+ "loss": 0.8919,
2712
+ "step": 3840
2713
+ },
2714
+ {
2715
+ "epoch": 1.62,
2716
+ "grad_norm": 0.6742382645606995,
2717
+ "learning_rate": 1.9000191127022237e-05,
2718
+ "loss": 0.8667,
2719
+ "step": 3850
2720
+ },
2721
+ {
2722
+ "epoch": 1.63,
2723
+ "grad_norm": 0.8534088134765625,
2724
+ "learning_rate": 1.8593839567610928e-05,
2725
+ "loss": 1.0633,
2726
+ "step": 3860
2727
+ },
2728
+ {
2729
+ "epoch": 1.63,
2730
+ "grad_norm": 0.9838773608207703,
2731
+ "learning_rate": 1.8191434553392428e-05,
2732
+ "loss": 1.1161,
2733
+ "step": 3870
2734
+ },
2735
+ {
2736
+ "epoch": 1.63,
2737
+ "grad_norm": 0.6817989945411682,
2738
+ "learning_rate": 1.779299559283588e-05,
2739
+ "loss": 0.8697,
2740
+ "step": 3880
2741
+ },
2742
+ {
2743
+ "epoch": 1.64,
2744
+ "grad_norm": 0.63358473777771,
2745
+ "learning_rate": 1.7398542002137475e-05,
2746
+ "loss": 0.8897,
2747
+ "step": 3890
2748
+ },
2749
+ {
2750
+ "epoch": 1.64,
2751
+ "grad_norm": 0.7668142318725586,
2752
+ "learning_rate": 1.7008092904283913e-05,
2753
+ "loss": 0.8808,
2754
+ "step": 3900
2755
+ },
2756
+ {
2757
+ "epoch": 1.65,
2758
+ "grad_norm": 0.833977222442627,
2759
+ "learning_rate": 1.6621667228125302e-05,
2760
+ "loss": 1.0321,
2761
+ "step": 3910
2762
+ },
2763
+ {
2764
+ "epoch": 1.65,
2765
+ "grad_norm": 1.2148581743240356,
2766
+ "learning_rate": 1.6239283707457576e-05,
2767
+ "loss": 1.0653,
2768
+ "step": 3920
2769
+ },
2770
+ {
2771
+ "epoch": 1.65,
2772
+ "grad_norm": 0.6781288385391235,
2773
+ "learning_rate": 1.586096088011414e-05,
2774
+ "loss": 0.9533,
2775
+ "step": 3930
2776
+ },
2777
+ {
2778
+ "epoch": 1.66,
2779
+ "grad_norm": 0.7431279420852661,
2780
+ "learning_rate": 1.5486717087067393e-05,
2781
+ "loss": 0.8971,
2782
+ "step": 3940
2783
+ },
2784
+ {
2785
+ "epoch": 1.66,
2786
+ "grad_norm": 0.7349860668182373,
2787
+ "learning_rate": 1.5116570471539293e-05,
2788
+ "loss": 0.8705,
2789
+ "step": 3950
2790
+ },
2791
+ {
2792
+ "epoch": 1.67,
2793
+ "grad_norm": 0.8228428363800049,
2794
+ "learning_rate": 1.4750538978121987e-05,
2795
+ "loss": 1.075,
2796
+ "step": 3960
2797
+ },
2798
+ {
2799
+ "epoch": 1.67,
2800
+ "grad_norm": 1.0865501165390015,
2801
+ "learning_rate": 1.4388640351907801e-05,
2802
+ "loss": 1.085,
2803
+ "step": 3970
2804
+ },
2805
+ {
2806
+ "epoch": 1.68,
2807
+ "grad_norm": 0.698239803314209,
2808
+ "learning_rate": 1.4030892137628905e-05,
2809
+ "loss": 0.9638,
2810
+ "step": 3980
2811
+ },
2812
+ {
2813
+ "epoch": 1.68,
2814
+ "grad_norm": 0.728515625,
2815
+ "learning_rate": 1.3677311678806838e-05,
2816
+ "loss": 0.8978,
2817
+ "step": 3990
2818
+ },
2819
+ {
2820
+ "epoch": 1.68,
2821
+ "grad_norm": 0.7482006549835205,
2822
+ "learning_rate": 1.33279161169116e-05,
2823
+ "loss": 0.971,
2824
+ "step": 4000
2825
+ },
2826
+ {
2827
+ "epoch": 1.68,
2828
+ "eval_loss": 1.0210562944412231,
2829
+ "eval_runtime": 228.9321,
2830
+ "eval_samples_per_second": 4.368,
2831
+ "eval_steps_per_second": 0.546,
2832
+ "step": 4000
2833
+ }
2834
+ ],
2835
+ "logging_steps": 10,
2836
+ "max_steps": 4750,
2837
+ "num_input_tokens_seen": 0,
2838
+ "num_train_epochs": 2,
2839
+ "save_steps": 2000,
2840
+ "total_flos": 4.027274639002829e+16,
2841
+ "train_batch_size": 8,
2842
+ "trial_name": null,
2843
+ "trial_params": null
2844
+ }
checkpoint-4000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32056b300030c8a314c8642f76d2f1834a17c0eb91fd7f49ef60c14a2491fb22
3
+ size 4856
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "eval_loss": 1.0187978744506836,
4
+ "eval_runtime": 229.1117,
5
+ "eval_samples_per_second": 4.365,
6
+ "eval_steps_per_second": 0.546
7
+ }
merged/config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 2048,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 5632,
14
+ "max_position_embeddings": 2048,
15
+ "model_type": "llama",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 22,
18
+ "num_key_value_heads": 4,
19
+ "pretraining_tp": 1,
20
+ "rms_norm_eps": 1e-05,
21
+ "rope_scaling": null,
22
+ "rope_theta": 10000.0,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "float16",
25
+ "transformers_version": "4.38.2",
26
+ "use_cache": true,
27
+ "vocab_size": 32000
28
+ }
merged/generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "eos_token_id": 2,
4
+ "max_length": 2048,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.38.2"
7
+ }
merged/model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9da1cd0c14c537c97c5b079dde1683225e23c58a81050bd349714a4857675ec2
3
+ size 1976658592
merged/model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d357d68a15606e6356b649a46d82f83dbf18e10aa11705ec5c6770f2984405b4
3
+ size 1984007376
merged/model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccd14aa1ebd67924ff2f702bde33c93dfe84d31a3df21008deab9de58aba4e88
3
+ size 177222184
merged/model.safetensors.index.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 4137865216
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "model-00003-of-00003.safetensors",
7
+ "model.embed_tokens.weight": "model-00001-of-00003.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
13
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
14
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
15
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
16
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
17
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
18
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
19
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
20
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
21
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
22
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
23
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
24
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
25
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
26
+ "model.layers.10.input_layernorm.weight": "model-00002-of-00003.safetensors",
27
+ "model.layers.10.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
28
+ "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
29
+ "model.layers.10.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
30
+ "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
31
+ "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
32
+ "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
33
+ "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
34
+ "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
35
+ "model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
36
+ "model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
37
+ "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
38
+ "model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
39
+ "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
40
+ "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
41
+ "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
42
+ "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
43
+ "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
44
+ "model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
45
+ "model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
46
+ "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
47
+ "model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
48
+ "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
49
+ "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
50
+ "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
51
+ "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
52
+ "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
53
+ "model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
54
+ "model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
55
+ "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
56
+ "model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
57
+ "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
58
+ "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
59
+ "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
60
+ "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
61
+ "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
62
+ "model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
63
+ "model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
64
+ "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
65
+ "model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
66
+ "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
67
+ "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
68
+ "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
69
+ "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
70
+ "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
71
+ "model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
72
+ "model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
73
+ "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
74
+ "model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
75
+ "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
76
+ "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
77
+ "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
78
+ "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
79
+ "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
80
+ "model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
81
+ "model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
82
+ "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
83
+ "model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
84
+ "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
85
+ "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
86
+ "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
87
+ "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
88
+ "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
89
+ "model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
90
+ "model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
91
+ "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
92
+ "model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
93
+ "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
94
+ "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
95
+ "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
96
+ "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
97
+ "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
98
+ "model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
99
+ "model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
100
+ "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
101
+ "model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
102
+ "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
103
+ "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
104
+ "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
105
+ "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
106
+ "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
107
+ "model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
108
+ "model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
109
+ "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
110
+ "model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
111
+ "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
112
+ "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
113
+ "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
114
+ "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
115
+ "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
116
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
117
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
118
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
119
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
120
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
121
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
122
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
123
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
124
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
125
+ "model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
126
+ "model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
127
+ "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
128
+ "model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
129
+ "model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
130
+ "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
131
+ "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
132
+ "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
133
+ "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
134
+ "model.layers.21.input_layernorm.weight": "model-00003-of-00003.safetensors",
135
+ "model.layers.21.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
136
+ "model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
137
+ "model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
138
+ "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
139
+ "model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
140
+ "model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
141
+ "model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
142
+ "model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
143
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
144
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
145
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
146
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
147
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
148
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
149
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
150
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
151
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
152
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
153
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
154
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
155
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
156
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
157
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
158
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
159
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
160
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
161
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
162
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
163
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
164
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
165
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
166
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
167
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
168
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
169
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
170
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
171
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
172
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
173
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
174
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
175
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
176
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
177
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
178
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
179
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
180
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
181
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
182
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
183
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
184
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
185
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
186
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
187
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
188
+ "model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
189
+ "model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
190
+ "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
191
+ "model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
192
+ "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
193
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
194
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
195
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
196
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
197
+ "model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
198
+ "model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
199
+ "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
200
+ "model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
201
+ "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
202
+ "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
203
+ "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
204
+ "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
205
+ "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
206
+ "model.norm.weight": "model-00003-of-00003.safetensors"
207
+ }
208
+ }
merged/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
merged/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
merged/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
merged/tokenizer_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "bos_token": "<s>",
31
+ "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 2048,
36
+ "pad_token": "</s>",
37
+ "padding_side": "right",
38
+ "sp_model_kwargs": {},
39
+ "tokenizer_class": "LlamaTokenizer",
40
+ "unk_token": "<unk>",
41
+ "use_default_system_prompt": false
42
+ }
tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "bos_token": "<s>",
31
+ "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 2048,
36
+ "pad_token": "</s>",
37
+ "padding_side": "right",
38
+ "sp_model_kwargs": {},
39
+ "tokenizer_class": "LlamaTokenizer",
40
+ "unk_token": "<unk>",
41
+ "use_default_system_prompt": false
42
+ }
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "train_loss": 1.089675091592889,
4
+ "train_runtime": 22210.9127,
5
+ "train_samples_per_second": 1.711,
6
+ "train_steps_per_second": 0.214
7
+ }