danny2507 commited on
Commit
7309b1b
·
verified ·
1 Parent(s): eb6a6e5

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. cls_gemma_baseline/README.md +208 -0
  2. cls_gemma_baseline/adapter_config.json +44 -0
  3. cls_gemma_baseline/checkpoint-200/README.md +208 -0
  4. cls_gemma_baseline/checkpoint-200/adapter_config.json +44 -0
  5. cls_gemma_baseline/checkpoint-200/chat_template.jinja +47 -0
  6. cls_gemma_baseline/checkpoint-200/tokenizer_config.json +0 -0
  7. cls_gemma_baseline/checkpoint-400/README.md +208 -0
  8. cls_gemma_baseline/checkpoint-400/adapter_config.json +44 -0
  9. cls_gemma_baseline/checkpoint-400/chat_template.jinja +47 -0
  10. cls_gemma_baseline/checkpoint-400/tokenizer_config.json +0 -0
  11. cls_gemma_baseline/tokenizer_config.json +0 -0
  12. cls_gemma_baseline/train_metrics.json +1874 -0
  13. cls_gemma_orderkd_first_l01/README.md +208 -0
  14. cls_gemma_orderkd_first_l01/adapter_config.json +44 -0
  15. cls_gemma_orderkd_first_l01/chat_template.jinja +47 -0
  16. cls_gemma_orderkd_first_l01/checkpoint-200/README.md +208 -0
  17. cls_gemma_orderkd_first_l01/checkpoint-200/adapter_config.json +44 -0
  18. cls_gemma_orderkd_first_l01/checkpoint-200/chat_template.jinja +47 -0
  19. cls_gemma_orderkd_first_l01/checkpoint-200/tokenizer_config.json +0 -0
  20. cls_gemma_orderkd_first_l01/checkpoint-400/README.md +208 -0
  21. cls_gemma_orderkd_first_l01/checkpoint-400/adapter_config.json +44 -0
  22. cls_gemma_orderkd_first_l01/checkpoint-400/chat_template.jinja +47 -0
  23. cls_gemma_orderkd_first_l01/checkpoint-400/tokenizer_config.json +0 -0
  24. cls_gemma_orderkd_first_l01/tokenizer_config.json +0 -0
  25. cls_gemma_orderkd_first_l01/train_metrics.json +1874 -0
  26. cls_gemma_orderkd_last_l01/README.md +208 -0
  27. cls_gemma_orderkd_last_l01/adapter_config.json +44 -0
  28. cls_gemma_orderkd_last_l01/chat_template.jinja +47 -0
  29. cls_gemma_orderkd_last_l01/checkpoint-200/README.md +208 -0
  30. cls_gemma_orderkd_last_l01/checkpoint-200/adapter_config.json +44 -0
  31. cls_gemma_orderkd_last_l01/checkpoint-200/tokenizer_config.json +0 -0
  32. cls_gemma_orderkd_last_l01/tokenizer_config.json +0 -0
  33. cls_gemma_orderkd_last_l02/checkpoint-400/adapter_config.json +44 -0
  34. cls_gemma_orderkd_mid_l01/README.md +208 -0
  35. cls_gemma_orderkd_mid_l01/adapter_config.json +44 -0
  36. cls_gemma_orderkd_mid_l01/chat_template.jinja +47 -0
  37. cls_gemma_orderkd_mid_l01/checkpoint-200/README.md +208 -0
  38. cls_gemma_orderkd_mid_l01/checkpoint-200/adapter_config.json +44 -0
  39. cls_gemma_orderkd_mid_l01/checkpoint-200/chat_template.jinja +47 -0
  40. cls_gemma_orderkd_mid_l01/checkpoint-200/tokenizer_config.json +0 -0
  41. cls_gemma_orderkd_mid_l01/checkpoint-400/README.md +208 -0
  42. cls_gemma_orderkd_mid_l01/checkpoint-400/adapter_config.json +44 -0
  43. cls_gemma_orderkd_mid_l01/checkpoint-400/chat_template.jinja +47 -0
  44. cls_gemma_orderkd_mid_l01/checkpoint-400/tokenizer_config.json +0 -0
  45. cls_gemma_orderkd_mid_l01/tokenizer_config.json +0 -0
  46. cls_gemma_orderkd_mid_l01/train_metrics.json +1874 -0
  47. cls_llama_baseline/README.md +208 -0
  48. cls_llama_baseline/adapter_config.json +52 -0
  49. cls_llama_baseline/chat_template.jinja +93 -0
  50. cls_llama_baseline/checkpoint-200/README.md +208 -0
cls_gemma_baseline/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/gemma-3-1b-it
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/gemma-3-1b-it
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.19.1
cls_gemma_baseline/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Gemma3ForCausalLM",
7
+ "parent_library": "transformers.models.gemma3.modeling_gemma3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/gemma-3-1b-it",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
cls_gemma_baseline/checkpoint-200/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/gemma-3-1b-it
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/gemma-3-1b-it
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.19.1
cls_gemma_baseline/checkpoint-200/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Gemma3ForCausalLM",
7
+ "parent_library": "transformers.models.gemma3.modeling_gemma3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/gemma-3-1b-it",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
cls_gemma_baseline/checkpoint-200/chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}
cls_gemma_baseline/checkpoint-200/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
cls_gemma_baseline/checkpoint-400/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/gemma-3-1b-it
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/gemma-3-1b-it
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.19.1
cls_gemma_baseline/checkpoint-400/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Gemma3ForCausalLM",
7
+ "parent_library": "transformers.models.gemma3.modeling_gemma3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/gemma-3-1b-it",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
cls_gemma_baseline/checkpoint-400/chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}
cls_gemma_baseline/checkpoint-400/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
cls_gemma_baseline/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
cls_gemma_baseline/train_metrics.json ADDED
@@ -0,0 +1,1874 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "loss_log": [
3
+ {
4
+ "global_step": 20,
5
+ "optimizer_step": 2,
6
+ "lr": 4.347826086956522e-06,
7
+ "lm_loss": 3.1184232234954834,
8
+ "order_loss": 0.0,
9
+ "ret_loss": 0.0,
10
+ "pretrain_loss": 0.0,
11
+ "total_loss": 3.1184232234954834
12
+ },
13
+ {
14
+ "global_step": 40,
15
+ "optimizer_step": 5,
16
+ "lr": 1.0869565217391305e-05,
17
+ "lm_loss": 1.0916705131530762,
18
+ "order_loss": 0.0,
19
+ "ret_loss": 0.0,
20
+ "pretrain_loss": 0.0,
21
+ "total_loss": 1.0916705131530762
22
+ },
23
+ {
24
+ "global_step": 60,
25
+ "optimizer_step": 7,
26
+ "lr": 1.5217391304347828e-05,
27
+ "lm_loss": 0.6041339039802551,
28
+ "order_loss": 0.0,
29
+ "ret_loss": 0.0,
30
+ "pretrain_loss": 0.0,
31
+ "total_loss": 0.6041339039802551
32
+ },
33
+ {
34
+ "global_step": 80,
35
+ "optimizer_step": 10,
36
+ "lr": 2.173913043478261e-05,
37
+ "lm_loss": 1.8147910833358765,
38
+ "order_loss": 0.0,
39
+ "ret_loss": 0.0,
40
+ "pretrain_loss": 0.0,
41
+ "total_loss": 1.8147910833358765
42
+ },
43
+ {
44
+ "global_step": 100,
45
+ "optimizer_step": 12,
46
+ "lr": 2.608695652173913e-05,
47
+ "lm_loss": 0.5634512305259705,
48
+ "order_loss": 0.0,
49
+ "ret_loss": 0.0,
50
+ "pretrain_loss": 0.0,
51
+ "total_loss": 0.5634512305259705
52
+ },
53
+ {
54
+ "global_step": 120,
55
+ "optimizer_step": 15,
56
+ "lr": 3.260869565217392e-05,
57
+ "lm_loss": 2.721200942993164,
58
+ "order_loss": 0.0,
59
+ "ret_loss": 0.0,
60
+ "pretrain_loss": 0.0,
61
+ "total_loss": 2.721200942993164
62
+ },
63
+ {
64
+ "global_step": 140,
65
+ "optimizer_step": 17,
66
+ "lr": 3.695652173913043e-05,
67
+ "lm_loss": 0.6781831979751587,
68
+ "order_loss": 0.0,
69
+ "ret_loss": 0.0,
70
+ "pretrain_loss": 0.0,
71
+ "total_loss": 0.6781831979751587
72
+ },
73
+ {
74
+ "global_step": 160,
75
+ "optimizer_step": 20,
76
+ "lr": 4.347826086956522e-05,
77
+ "lm_loss": 0.41744333505630493,
78
+ "order_loss": 0.0,
79
+ "ret_loss": 0.0,
80
+ "pretrain_loss": 0.0,
81
+ "total_loss": 0.41744333505630493
82
+ },
83
+ {
84
+ "global_step": 180,
85
+ "optimizer_step": 22,
86
+ "lr": 4.782608695652174e-05,
87
+ "lm_loss": 0.06321373581886292,
88
+ "order_loss": 0.0,
89
+ "ret_loss": 0.0,
90
+ "pretrain_loss": 0.0,
91
+ "total_loss": 0.06321373581886292
92
+ },
93
+ {
94
+ "global_step": 200,
95
+ "optimizer_step": 25,
96
+ "lr": 4.9997541293989384e-05,
97
+ "lm_loss": 0.02435319498181343,
98
+ "order_loss": 0.0,
99
+ "ret_loss": 0.0,
100
+ "pretrain_loss": 0.0,
101
+ "total_loss": 0.02435319498181343
102
+ },
103
+ {
104
+ "global_step": 220,
105
+ "optimizer_step": 27,
106
+ "lr": 4.999016565957633e-05,
107
+ "lm_loss": 0.019743939861655235,
108
+ "order_loss": 0.0,
109
+ "ret_loss": 0.0,
110
+ "pretrain_loss": 0.0,
111
+ "total_loss": 0.019743939861655235
112
+ },
113
+ {
114
+ "global_step": 240,
115
+ "optimizer_step": 30,
116
+ "lr": 4.996988640512931e-05,
117
+ "lm_loss": 0.3459993302822113,
118
+ "order_loss": 0.0,
119
+ "ret_loss": 0.0,
120
+ "pretrain_loss": 0.0,
121
+ "total_loss": 0.3459993302822113
122
+ },
123
+ {
124
+ "global_step": 260,
125
+ "optimizer_step": 32,
126
+ "lr": 4.995022691166621e-05,
127
+ "lm_loss": 0.0298320259898901,
128
+ "order_loss": 0.0,
129
+ "ret_loss": 0.0,
130
+ "pretrain_loss": 0.0,
131
+ "total_loss": 0.0298320259898901
132
+ },
133
+ {
134
+ "global_step": 280,
135
+ "optimizer_step": 35,
136
+ "lr": 4.991153735294049e-05,
137
+ "lm_loss": 0.46130573749542236,
138
+ "order_loss": 0.0,
139
+ "ret_loss": 0.0,
140
+ "pretrain_loss": 0.0,
141
+ "total_loss": 0.46130573749542236
142
+ },
143
+ {
144
+ "global_step": 300,
145
+ "optimizer_step": 37,
146
+ "lr": 4.987961816680492e-05,
147
+ "lm_loss": 0.1003972664475441,
148
+ "order_loss": 0.0,
149
+ "ret_loss": 0.0,
150
+ "pretrain_loss": 0.0,
151
+ "total_loss": 0.1003972664475441
152
+ },
153
+ {
154
+ "global_step": 320,
155
+ "optimizer_step": 40,
156
+ "lr": 4.9822565862832806e-05,
157
+ "lm_loss": 0.13187472522258759,
158
+ "order_loss": 0.0,
159
+ "ret_loss": 0.0,
160
+ "pretrain_loss": 0.0,
161
+ "total_loss": 0.13187472522258759
162
+ },
163
+ {
164
+ "global_step": 340,
165
+ "optimizer_step": 42,
166
+ "lr": 4.9778426220595456e-05,
167
+ "lm_loss": 0.32335221767425537,
168
+ "order_loss": 0.0,
169
+ "ret_loss": 0.0,
170
+ "pretrain_loss": 0.0,
171
+ "total_loss": 0.32335221767425537
172
+ },
173
+ {
174
+ "global_step": 360,
175
+ "optimizer_step": 45,
176
+ "lr": 4.970308130276272e-05,
177
+ "lm_loss": 0.7211238741874695,
178
+ "order_loss": 0.0,
179
+ "ret_loss": 0.0,
180
+ "pretrain_loss": 0.0,
181
+ "total_loss": 0.7211238741874695
182
+ },
183
+ {
184
+ "global_step": 380,
185
+ "optimizer_step": 47,
186
+ "lr": 4.96467754629559e-05,
187
+ "lm_loss": 0.03598100692033768,
188
+ "order_loss": 0.0,
189
+ "ret_loss": 0.0,
190
+ "pretrain_loss": 0.0,
191
+ "total_loss": 0.03598100692033768
192
+ },
193
+ {
194
+ "global_step": 400,
195
+ "optimizer_step": 50,
196
+ "lr": 4.955323054879298e-05,
197
+ "lm_loss": 0.10630018264055252,
198
+ "order_loss": 0.0,
199
+ "ret_loss": 0.0,
200
+ "pretrain_loss": 0.0,
201
+ "total_loss": 0.10630018264055252
202
+ },
203
+ {
204
+ "global_step": 420,
205
+ "optimizer_step": 52,
206
+ "lr": 4.948482772521345e-05,
207
+ "lm_loss": 0.11145680397748947,
208
+ "order_loss": 0.0,
209
+ "ret_loss": 0.0,
210
+ "pretrain_loss": 0.0,
211
+ "total_loss": 0.11145680397748947
212
+ },
213
+ {
214
+ "global_step": 440,
215
+ "optimizer_step": 55,
216
+ "lr": 4.937319780454559e-05,
217
+ "lm_loss": 0.18087011575698853,
218
+ "order_loss": 0.0,
219
+ "ret_loss": 0.0,
220
+ "pretrain_loss": 0.0,
221
+ "total_loss": 0.18087011575698853
222
+ },
223
+ {
224
+ "global_step": 460,
225
+ "optimizer_step": 57,
226
+ "lr": 4.929278208117378e-05,
227
+ "lm_loss": 0.6563955545425415,
228
+ "order_loss": 0.0,
229
+ "ret_loss": 0.0,
230
+ "pretrain_loss": 0.0,
231
+ "total_loss": 0.6563955545425415
232
+ },
233
+ {
234
+ "global_step": 480,
235
+ "optimizer_step": 60,
236
+ "lr": 4.916320437477008e-05,
237
+ "lm_loss": 0.32431942224502563,
238
+ "order_loss": 0.0,
239
+ "ret_loss": 0.0,
240
+ "pretrain_loss": 0.0,
241
+ "total_loss": 0.32431942224502563
242
+ },
243
+ {
244
+ "global_step": 500,
245
+ "optimizer_step": 62,
246
+ "lr": 4.907087460240999e-05,
247
+ "lm_loss": 0.14991332590579987,
248
+ "order_loss": 0.0,
249
+ "ret_loss": 0.0,
250
+ "pretrain_loss": 0.0,
251
+ "total_loss": 0.14991332590579987
252
+ },
253
+ {
254
+ "global_step": 520,
255
+ "optimizer_step": 65,
256
+ "lr": 4.892350839330522e-05,
257
+ "lm_loss": 0.1010974645614624,
258
+ "order_loss": 0.0,
259
+ "ret_loss": 0.0,
260
+ "pretrain_loss": 0.0,
261
+ "total_loss": 0.1010974645614624
262
+ },
263
+ {
264
+ "global_step": 540,
265
+ "optimizer_step": 67,
266
+ "lr": 4.881937806807241e-05,
267
+ "lm_loss": 0.15496166050434113,
268
+ "order_loss": 0.0,
269
+ "ret_loss": 0.0,
270
+ "pretrain_loss": 0.0,
271
+ "total_loss": 0.15496166050434113
272
+ },
273
+ {
274
+ "global_step": 560,
275
+ "optimizer_step": 70,
276
+ "lr": 4.865440450576874e-05,
277
+ "lm_loss": 0.026232725009322166,
278
+ "order_loss": 0.0,
279
+ "ret_loss": 0.0,
280
+ "pretrain_loss": 0.0,
281
+ "total_loss": 0.026232725009322166
282
+ },
283
+ {
284
+ "global_step": 580,
285
+ "optimizer_step": 72,
286
+ "lr": 4.853860162957552e-05,
287
+ "lm_loss": 0.09959332644939423,
288
+ "order_loss": 0.0,
289
+ "ret_loss": 0.0,
290
+ "pretrain_loss": 0.0,
291
+ "total_loss": 0.09959332644939423
292
+ },
293
+ {
294
+ "global_step": 600,
295
+ "optimizer_step": 75,
296
+ "lr": 4.8356223507364996e-05,
297
+ "lm_loss": 0.01794126257300377,
298
+ "order_loss": 0.0,
299
+ "ret_loss": 0.0,
300
+ "pretrain_loss": 0.0,
301
+ "total_loss": 0.01794126257300377
302
+ },
303
+ {
304
+ "global_step": 620,
305
+ "optimizer_step": 77,
306
+ "lr": 4.822889043057446e-05,
307
+ "lm_loss": 0.26736268401145935,
308
+ "order_loss": 0.0,
309
+ "ret_loss": 0.0,
310
+ "pretrain_loss": 0.0,
311
+ "total_loss": 0.26736268401145935
312
+ },
313
+ {
314
+ "global_step": 640,
315
+ "optimizer_step": 80,
316
+ "lr": 4.802933193625593e-05,
317
+ "lm_loss": 0.007746524177491665,
318
+ "order_loss": 0.0,
319
+ "ret_loss": 0.0,
320
+ "pretrain_loss": 0.0,
321
+ "total_loss": 0.007746524177491665
322
+ },
323
+ {
324
+ "global_step": 660,
325
+ "optimizer_step": 82,
326
+ "lr": 4.789062518269812e-05,
327
+ "lm_loss": 0.03736429661512375,
328
+ "order_loss": 0.0,
329
+ "ret_loss": 0.0,
330
+ "pretrain_loss": 0.0,
331
+ "total_loss": 0.03736429661512375
332
+ },
333
+ {
334
+ "global_step": 680,
335
+ "optimizer_step": 85,
336
+ "lr": 4.767413162299501e-05,
337
+ "lm_loss": 0.06276468187570572,
338
+ "order_loss": 0.0,
339
+ "ret_loss": 0.0,
340
+ "pretrain_loss": 0.0,
341
+ "total_loss": 0.06276468187570572
342
+ },
343
+ {
344
+ "global_step": 700,
345
+ "optimizer_step": 87,
346
+ "lr": 4.752422169756048e-05,
347
+ "lm_loss": 0.22046461701393127,
348
+ "order_loss": 0.0,
349
+ "ret_loss": 0.0,
350
+ "pretrain_loss": 0.0,
351
+ "total_loss": 0.22046461701393127
352
+ },
353
+ {
354
+ "global_step": 720,
355
+ "optimizer_step": 90,
356
+ "lr": 4.729105919657818e-05,
357
+ "lm_loss": 0.4013015925884247,
358
+ "order_loss": 0.0,
359
+ "ret_loss": 0.0,
360
+ "pretrain_loss": 0.0,
361
+ "total_loss": 0.4013015925884247
362
+ },
363
+ {
364
+ "global_step": 740,
365
+ "optimizer_step": 92,
366
+ "lr": 4.7130130375625305e-05,
367
+ "lm_loss": 0.15300190448760986,
368
+ "order_loss": 0.0,
369
+ "ret_loss": 0.0,
370
+ "pretrain_loss": 0.0,
371
+ "total_loss": 0.15300190448760986
372
+ },
373
+ {
374
+ "global_step": 760,
375
+ "optimizer_step": 95,
376
+ "lr": 4.6880585547718845e-05,
377
+ "lm_loss": 0.3297501802444458,
378
+ "order_loss": 0.0,
379
+ "ret_loss": 0.0,
380
+ "pretrain_loss": 0.0,
381
+ "total_loss": 0.3297501802444458
382
+ },
383
+ {
384
+ "global_step": 780,
385
+ "optimizer_step": 97,
386
+ "lr": 4.670883565255264e-05,
387
+ "lm_loss": 0.017043394967913628,
388
+ "order_loss": 0.0,
389
+ "ret_loss": 0.0,
390
+ "pretrain_loss": 0.0,
391
+ "total_loss": 0.017043394967913628
392
+ },
393
+ {
394
+ "global_step": 800,
395
+ "optimizer_step": 100,
396
+ "lr": 4.6443215250006806e-05,
397
+ "lm_loss": 0.3523687720298767,
398
+ "order_loss": 0.0,
399
+ "ret_loss": 0.0,
400
+ "pretrain_loss": 0.0,
401
+ "total_loss": 0.3523687720298767
402
+ },
403
+ {
404
+ "global_step": 820,
405
+ "optimizer_step": 102,
406
+ "lr": 4.626085540370762e-05,
407
+ "lm_loss": 0.012201391160488129,
408
+ "order_loss": 0.0,
409
+ "ret_loss": 0.0,
410
+ "pretrain_loss": 0.0,
411
+ "total_loss": 0.012201391160488129
412
+ },
413
+ {
414
+ "global_step": 840,
415
+ "optimizer_step": 105,
416
+ "lr": 4.597948593966256e-05,
417
+ "lm_loss": 0.07073015719652176,
418
+ "order_loss": 0.0,
419
+ "ret_loss": 0.0,
420
+ "pretrain_loss": 0.0,
421
+ "total_loss": 0.07073015719652176
422
+ },
423
+ {
424
+ "global_step": 860,
425
+ "optimizer_step": 107,
426
+ "lr": 4.5786740307563636e-05,
427
+ "lm_loss": 0.0668209120631218,
428
+ "order_loss": 0.0,
429
+ "ret_loss": 0.0,
430
+ "pretrain_loss": 0.0,
431
+ "total_loss": 0.0668209120631218
432
+ },
433
+ {
434
+ "global_step": 880,
435
+ "optimizer_step": 110,
436
+ "lr": 4.5489967654649474e-05,
437
+ "lm_loss": 0.1039772778749466,
438
+ "order_loss": 0.0,
439
+ "ret_loss": 0.0,
440
+ "pretrain_loss": 0.0,
441
+ "total_loss": 0.1039772778749466
442
+ },
443
+ {
444
+ "global_step": 900,
445
+ "optimizer_step": 112,
446
+ "lr": 4.528707316878232e-05,
447
+ "lm_loss": 0.1377195566892624,
448
+ "order_loss": 0.0,
449
+ "ret_loss": 0.0,
450
+ "pretrain_loss": 0.0,
451
+ "total_loss": 0.1377195566892624
452
+ },
453
+ {
454
+ "global_step": 920,
455
+ "optimizer_step": 115,
456
+ "lr": 4.497526213395623e-05,
457
+ "lm_loss": 0.1522826999425888,
458
+ "order_loss": 0.0,
459
+ "ret_loss": 0.0,
460
+ "pretrain_loss": 0.0,
461
+ "total_loss": 0.1522826999425888
462
+ },
463
+ {
464
+ "global_step": 940,
465
+ "optimizer_step": 117,
466
+ "lr": 4.476246820180259e-05,
467
+ "lm_loss": 0.6368707418441772,
468
+ "order_loss": 0.0,
469
+ "ret_loss": 0.0,
470
+ "pretrain_loss": 0.0,
471
+ "total_loss": 0.6368707418441772
472
+ },
473
+ {
474
+ "global_step": 960,
475
+ "optimizer_step": 120,
476
+ "lr": 4.443600207791081e-05,
477
+ "lm_loss": 0.2829626798629761,
478
+ "order_loss": 0.0,
479
+ "ret_loss": 0.0,
480
+ "pretrain_loss": 0.0,
481
+ "total_loss": 0.2829626798629761
482
+ },
483
+ {
484
+ "global_step": 980,
485
+ "optimizer_step": 122,
486
+ "lr": 4.421357027581921e-05,
487
+ "lm_loss": 0.8739344477653503,
488
+ "order_loss": 0.0,
489
+ "ret_loss": 0.0,
490
+ "pretrain_loss": 0.0,
491
+ "total_loss": 0.8739344477653503
492
+ },
493
+ {
494
+ "global_step": 1000,
495
+ "optimizer_step": 125,
496
+ "lr": 4.38728503704354e-05,
497
+ "lm_loss": 0.07859532535076141,
498
+ "order_loss": 0.0,
499
+ "ret_loss": 0.0,
500
+ "pretrain_loss": 0.0,
501
+ "total_loss": 0.07859532535076141
502
+ },
503
+ {
504
+ "global_step": 1020,
505
+ "optimizer_step": 127,
506
+ "lr": 4.364105412207914e-05,
507
+ "lm_loss": 0.25118908286094666,
508
+ "order_loss": 0.0,
509
+ "ret_loss": 0.0,
510
+ "pretrain_loss": 0.0,
511
+ "total_loss": 0.25118908286094666
512
+ },
513
+ {
514
+ "global_step": 1040,
515
+ "optimizer_step": 130,
516
+ "lr": 4.328649926419819e-05,
517
+ "lm_loss": 0.06467773020267487,
518
+ "order_loss": 0.0,
519
+ "ret_loss": 0.0,
520
+ "pretrain_loss": 0.0,
521
+ "total_loss": 0.06467773020267487
522
+ },
523
+ {
524
+ "global_step": 1060,
525
+ "optimizer_step": 132,
526
+ "lr": 4.304562350447008e-05,
527
+ "lm_loss": 0.18095380067825317,
528
+ "order_loss": 0.0,
529
+ "ret_loss": 0.0,
530
+ "pretrain_loss": 0.0,
531
+ "total_loss": 0.18095380067825317
532
+ },
533
+ {
534
+ "global_step": 1080,
535
+ "optimizer_step": 135,
536
+ "lr": 4.267766952966369e-05,
537
+ "lm_loss": 0.02313944138586521,
538
+ "order_loss": 0.0,
539
+ "ret_loss": 0.0,
540
+ "pretrain_loss": 0.0,
541
+ "total_loss": 0.02313944138586521
542
+ },
543
+ {
544
+ "global_step": 1100,
545
+ "optimizer_step": 137,
546
+ "lr": 4.242801035442058e-05,
547
+ "lm_loss": 0.5191475749015808,
548
+ "order_loss": 0.0,
549
+ "ret_loss": 0.0,
550
+ "pretrain_loss": 0.0,
551
+ "total_loss": 0.5191475749015808
552
+ },
553
+ {
554
+ "global_step": 1120,
555
+ "optimizer_step": 140,
556
+ "lr": 4.204710956908763e-05,
557
+ "lm_loss": 0.81064772605896,
558
+ "order_loss": 0.0,
559
+ "ret_loss": 0.0,
560
+ "pretrain_loss": 0.0,
561
+ "total_loss": 0.81064772605896
562
+ },
563
+ {
564
+ "global_step": 1140,
565
+ "optimizer_step": 142,
566
+ "lr": 4.178897387117546e-05,
567
+ "lm_loss": 0.0647754892706871,
568
+ "order_loss": 0.0,
569
+ "ret_loss": 0.0,
570
+ "pretrain_loss": 0.0,
571
+ "total_loss": 0.0647754892706871
572
+ },
573
+ {
574
+ "global_step": 1160,
575
+ "optimizer_step": 145,
576
+ "lr": 4.139559449654561e-05,
577
+ "lm_loss": 0.048019688576459885,
578
+ "order_loss": 0.0,
579
+ "ret_loss": 0.0,
580
+ "pretrain_loss": 0.0,
581
+ "total_loss": 0.048019688576459885
582
+ },
583
+ {
584
+ "global_step": 1180,
585
+ "optimizer_step": 147,
586
+ "lr": 4.1129299588552193e-05,
587
+ "lm_loss": 0.160772904753685,
588
+ "order_loss": 0.0,
589
+ "ret_loss": 0.0,
590
+ "pretrain_loss": 0.0,
591
+ "total_loss": 0.160772904753685
592
+ },
593
+ {
594
+ "global_step": 1200,
595
+ "optimizer_step": 150,
596
+ "lr": 4.072392518512623e-05,
597
+ "lm_loss": 0.4824674129486084,
598
+ "order_loss": 0.0,
599
+ "ret_loss": 0.0,
600
+ "pretrain_loss": 0.0,
601
+ "total_loss": 0.4824674129486084
602
+ },
603
+ {
604
+ "global_step": 1220,
605
+ "optimizer_step": 152,
606
+ "lr": 4.0449798409325665e-05,
607
+ "lm_loss": 0.05526652932167053,
608
+ "order_loss": 0.0,
609
+ "ret_loss": 0.0,
610
+ "pretrain_loss": 0.0,
611
+ "total_loss": 0.05526652932167053
612
+ },
613
+ {
614
+ "global_step": 1240,
615
+ "optimizer_step": 155,
616
+ "lr": 4.0032927282460146e-05,
617
+ "lm_loss": 0.33561477065086365,
618
+ "order_loss": 0.0,
619
+ "ret_loss": 0.0,
620
+ "pretrain_loss": 0.0,
621
+ "total_loss": 0.33561477065086365
622
+ },
623
+ {
624
+ "global_step": 1260,
625
+ "optimizer_step": 157,
626
+ "lr": 3.9751305608428205e-05,
627
+ "lm_loss": 0.06317351758480072,
628
+ "order_loss": 0.0,
629
+ "ret_loss": 0.0,
630
+ "pretrain_loss": 0.0,
631
+ "total_loss": 0.06317351758480072
632
+ },
633
+ {
634
+ "global_step": 1280,
635
+ "optimizer_step": 160,
636
+ "lr": 3.932345019579495e-05,
637
+ "lm_loss": 0.07736121863126755,
638
+ "order_loss": 0.0,
639
+ "ret_loss": 0.0,
640
+ "pretrain_loss": 0.0,
641
+ "total_loss": 0.07736121863126755
642
+ },
643
+ {
644
+ "global_step": 1300,
645
+ "optimizer_step": 162,
646
+ "lr": 3.90346798061902e-05,
647
+ "lm_loss": 0.13744595646858215,
648
+ "order_loss": 0.0,
649
+ "ret_loss": 0.0,
650
+ "pretrain_loss": 0.0,
651
+ "total_loss": 0.13744595646858215
652
+ },
653
+ {
654
+ "global_step": 1320,
655
+ "optimizer_step": 165,
656
+ "lr": 3.859636604786372e-05,
657
+ "lm_loss": 0.18504707515239716,
658
+ "order_loss": 0.0,
659
+ "ret_loss": 0.0,
660
+ "pretrain_loss": 0.0,
661
+ "total_loss": 0.18504707515239716
662
+ },
663
+ {
664
+ "global_step": 1340,
665
+ "optimizer_step": 167,
666
+ "lr": 3.830080191288342e-05,
667
+ "lm_loss": 0.20438233017921448,
668
+ "order_loss": 0.0,
669
+ "ret_loss": 0.0,
670
+ "pretrain_loss": 0.0,
671
+ "total_loss": 0.20438233017921448
672
+ },
673
+ {
674
+ "global_step": 1360,
675
+ "optimizer_step": 170,
676
+ "lr": 3.785256860483054e-05,
677
+ "lm_loss": 0.06403923779726028,
678
+ "order_loss": 0.0,
679
+ "ret_loss": 0.0,
680
+ "pretrain_loss": 0.0,
681
+ "total_loss": 0.06403923779726028
682
+ },
683
+ {
684
+ "global_step": 1380,
685
+ "optimizer_step": 172,
686
+ "lr": 3.755057404586455e-05,
687
+ "lm_loss": 0.20535588264465332,
688
+ "order_loss": 0.0,
689
+ "ret_loss": 0.0,
690
+ "pretrain_loss": 0.0,
691
+ "total_loss": 0.20535588264465332
692
+ },
693
+ {
694
+ "global_step": 1400,
695
+ "optimizer_step": 175,
696
+ "lr": 3.7092972177631e-05,
697
+ "lm_loss": 0.14258944988250732,
698
+ "order_loss": 0.0,
699
+ "ret_loss": 0.0,
700
+ "pretrain_loss": 0.0,
701
+ "total_loss": 0.14258944988250732
702
+ },
703
+ {
704
+ "global_step": 1420,
705
+ "optimizer_step": 177,
706
+ "lr": 3.678491842064995e-05,
707
+ "lm_loss": 0.10490252077579498,
708
+ "order_loss": 0.0,
709
+ "ret_loss": 0.0,
710
+ "pretrain_loss": 0.0,
711
+ "total_loss": 0.10490252077579498
712
+ },
713
+ {
714
+ "global_step": 1440,
715
+ "optimizer_step": 180,
716
+ "lr": 3.631851049805793e-05,
717
+ "lm_loss": 0.0849061980843544,
718
+ "order_loss": 0.0,
719
+ "ret_loss": 0.0,
720
+ "pretrain_loss": 0.0,
721
+ "total_loss": 0.0849061980843544
722
+ },
723
+ {
724
+ "global_step": 1460,
725
+ "optimizer_step": 182,
726
+ "lr": 3.600477621728473e-05,
727
+ "lm_loss": 0.016845015808939934,
728
+ "order_loss": 0.0,
729
+ "ret_loss": 0.0,
730
+ "pretrain_loss": 0.0,
731
+ "total_loss": 0.016845015808939934
732
+ },
733
+ {
734
+ "global_step": 1480,
735
+ "optimizer_step": 185,
736
+ "lr": 3.5530135570974274e-05,
737
+ "lm_loss": 0.03456898778676987,
738
+ "order_loss": 0.0,
739
+ "ret_loss": 0.0,
740
+ "pretrain_loss": 0.0,
741
+ "total_loss": 0.03456898778676987
742
+ },
743
+ {
744
+ "global_step": 1500,
745
+ "optimizer_step": 187,
746
+ "lr": 3.521110642339991e-05,
747
+ "lm_loss": 0.18856661021709442,
748
+ "order_loss": 0.0,
749
+ "ret_loss": 0.0,
750
+ "pretrain_loss": 0.0,
751
+ "total_loss": 0.18856661021709442
752
+ },
753
+ {
754
+ "global_step": 1520,
755
+ "optimizer_step": 190,
756
+ "lr": 3.4728816504063726e-05,
757
+ "lm_loss": 0.15951912105083466,
758
+ "order_loss": 0.0,
759
+ "ret_loss": 0.0,
760
+ "pretrain_loss": 0.0,
761
+ "total_loss": 0.15951912105083466
762
+ },
763
+ {
764
+ "global_step": 1540,
765
+ "optimizer_step": 192,
766
+ "lr": 3.440488465537943e-05,
767
+ "lm_loss": 0.02313467487692833,
768
+ "order_loss": 0.0,
769
+ "ret_loss": 0.0,
770
+ "pretrain_loss": 0.0,
771
+ "total_loss": 0.02313467487692833
772
+ },
773
+ {
774
+ "global_step": 1560,
775
+ "optimizer_step": 195,
776
+ "lr": 3.391553831655782e-05,
777
+ "lm_loss": 0.15202517807483673,
778
+ "order_loss": 0.0,
779
+ "ret_loss": 0.0,
780
+ "pretrain_loss": 0.0,
781
+ "total_loss": 0.15202517807483673
782
+ },
783
+ {
784
+ "global_step": 1580,
785
+ "optimizer_step": 197,
786
+ "lr": 3.358710195908653e-05,
787
+ "lm_loss": 0.12373112142086029,
788
+ "order_loss": 0.0,
789
+ "ret_loss": 0.0,
790
+ "pretrain_loss": 0.0,
791
+ "total_loss": 0.12373112142086029
792
+ },
793
+ {
794
+ "global_step": 1600,
795
+ "optimizer_step": 200,
796
+ "lr": 3.309130072840379e-05,
797
+ "lm_loss": 0.36436015367507935,
798
+ "order_loss": 0.0,
799
+ "ret_loss": 0.0,
800
+ "pretrain_loss": 0.0,
801
+ "total_loss": 0.36436015367507935
802
+ },
803
+ {
804
+ "global_step": 1620,
805
+ "optimizer_step": 202,
806
+ "lr": 3.2758763591623295e-05,
807
+ "lm_loss": 0.05805564671754837,
808
+ "order_loss": 0.0,
809
+ "ret_loss": 0.0,
810
+ "pretrain_loss": 0.0,
811
+ "total_loss": 0.05805564671754837
812
+ },
813
+ {
814
+ "global_step": 1640,
815
+ "optimizer_step": 205,
816
+ "lr": 3.225711693136156e-05,
817
+ "lm_loss": 0.303356409072876,
818
+ "order_loss": 0.0,
819
+ "ret_loss": 0.0,
820
+ "pretrain_loss": 0.0,
821
+ "total_loss": 0.303356409072876
822
+ },
823
+ {
824
+ "global_step": 1660,
825
+ "optimizer_step": 207,
826
+ "lr": 3.1920887785621235e-05,
827
+ "lm_loss": 0.010578176937997341,
828
+ "order_loss": 0.0,
829
+ "ret_loss": 0.0,
830
+ "pretrain_loss": 0.0,
831
+ "total_loss": 0.010578176937997341
832
+ },
833
+ {
834
+ "global_step": 1680,
835
+ "optimizer_step": 210,
836
+ "lr": 3.141401234354067e-05,
837
+ "lm_loss": 0.4240923225879669,
838
+ "order_loss": 0.0,
839
+ "ret_loss": 0.0,
840
+ "pretrain_loss": 0.0,
841
+ "total_loss": 0.4240923225879669
842
+ },
843
+ {
844
+ "global_step": 1700,
845
+ "optimizer_step": 212,
846
+ "lr": 3.10745044975816e-05,
847
+ "lm_loss": 0.02695256471633911,
848
+ "order_loss": 0.0,
849
+ "ret_loss": 0.0,
850
+ "pretrain_loss": 0.0,
851
+ "total_loss": 0.02695256471633911
852
+ },
853
+ {
854
+ "global_step": 1720,
855
+ "optimizer_step": 215,
856
+ "lr": 3.056302334890786e-05,
857
+ "lm_loss": 0.5630366206169128,
858
+ "order_loss": 0.0,
859
+ "ret_loss": 0.0,
860
+ "pretrain_loss": 0.0,
861
+ "total_loss": 0.5630366206169128
862
+ },
863
+ {
864
+ "global_step": 1740,
865
+ "optimizer_step": 217,
866
+ "lr": 3.022065414180425e-05,
867
+ "lm_loss": 0.04303278028964996,
868
+ "order_loss": 0.0,
869
+ "ret_loss": 0.0,
870
+ "pretrain_loss": 0.0,
871
+ "total_loss": 0.04303278028964996
872
+ },
873
+ {
874
+ "global_step": 1760,
875
+ "optimizer_step": 220,
876
+ "lr": 2.9705196023315006e-05,
877
+ "lm_loss": 0.31514525413513184,
878
+ "order_loss": 0.0,
879
+ "ret_loss": 0.0,
880
+ "pretrain_loss": 0.0,
881
+ "total_loss": 0.31514525413513184
882
+ },
883
+ {
884
+ "global_step": 1780,
885
+ "optimizer_step": 222,
886
+ "lr": 2.9360386311461275e-05,
887
+ "lm_loss": 0.10446590185165405,
888
+ "order_loss": 0.0,
889
+ "ret_loss": 0.0,
890
+ "pretrain_loss": 0.0,
891
+ "total_loss": 0.10446590185165405
892
+ },
893
+ {
894
+ "global_step": 1800,
895
+ "optimizer_step": 225,
896
+ "lr": 2.884158484861325e-05,
897
+ "lm_loss": 0.06876020133495331,
898
+ "order_loss": 0.0,
899
+ "ret_loss": 0.0,
900
+ "pretrain_loss": 0.0,
901
+ "total_loss": 0.06876020133495331
902
+ },
903
+ {
904
+ "global_step": 1820,
905
+ "optimizer_step": 227,
906
+ "lr": 2.849475848838749e-05,
907
+ "lm_loss": 0.03532234951853752,
908
+ "order_loss": 0.0,
909
+ "ret_loss": 0.0,
910
+ "pretrain_loss": 0.0,
911
+ "total_loss": 0.03532234951853752
912
+ },
913
+ {
914
+ "global_step": 1840,
915
+ "optimizer_step": 230,
916
+ "lr": 2.7973251416434175e-05,
917
+ "lm_loss": 0.2705795168876648,
918
+ "order_loss": 0.0,
919
+ "ret_loss": 0.0,
920
+ "pretrain_loss": 0.0,
921
+ "total_loss": 0.2705795168876648
922
+ },
923
+ {
924
+ "global_step": 1860,
925
+ "optimizer_step": 232,
926
+ "lr": 2.7624834743173867e-05,
927
+ "lm_loss": 0.39659398794174194,
928
+ "order_loss": 0.0,
929
+ "ret_loss": 0.0,
930
+ "pretrain_loss": 0.0,
931
+ "total_loss": 0.39659398794174194
932
+ },
933
+ {
934
+ "global_step": 1880,
935
+ "optimizer_step": 235,
936
+ "lr": 2.710126312323119e-05,
937
+ "lm_loss": 0.23329633474349976,
938
+ "order_loss": 0.0,
939
+ "ret_loss": 0.0,
940
+ "pretrain_loss": 0.0,
941
+ "total_loss": 0.23329633474349976
942
+ },
943
+ {
944
+ "global_step": 1900,
945
+ "optimizer_step": 237,
946
+ "lr": 2.6751684427161683e-05,
947
+ "lm_loss": 0.012159268371760845,
948
+ "order_loss": 0.0,
949
+ "ret_loss": 0.0,
950
+ "pretrain_loss": 0.0,
951
+ "total_loss": 0.012159268371760845
952
+ },
953
+ {
954
+ "global_step": 1920,
955
+ "optimizer_step": 240,
956
+ "lr": 2.6226691858185454e-05,
957
+ "lm_loss": 0.005995640531182289,
958
+ "order_loss": 0.0,
959
+ "ret_loss": 0.0,
960
+ "pretrain_loss": 0.0,
961
+ "total_loss": 0.005995640531182289
962
+ },
963
+ {
964
+ "global_step": 1940,
965
+ "optimizer_step": 242,
966
+ "lr": 2.587638085794541e-05,
967
+ "lm_loss": 0.17683321237564087,
968
+ "order_loss": 0.0,
969
+ "ret_loss": 0.0,
970
+ "pretrain_loss": 0.0,
971
+ "total_loss": 0.17683321237564087
972
+ },
973
+ {
974
+ "global_step": 1960,
975
+ "optimizer_step": 245,
976
+ "lr": 2.535061268558906e-05,
977
+ "lm_loss": 0.1525726616382599,
978
+ "order_loss": 0.0,
979
+ "ret_loss": 0.0,
980
+ "pretrain_loss": 0.0,
981
+ "total_loss": 0.1525726616382599
982
+ },
983
+ {
984
+ "global_step": 1980,
985
+ "optimizer_step": 247,
986
+ "lr": 2.5e-05,
987
+ "lm_loss": 0.01789039745926857,
988
+ "order_loss": 0.0,
989
+ "ret_loss": 0.0,
990
+ "pretrain_loss": 0.0,
991
+ "total_loss": 0.01789039745926857
992
+ },
993
+ {
994
+ "global_step": 2000,
995
+ "optimizer_step": 250,
996
+ "lr": 2.447410252332528e-05,
997
+ "lm_loss": 0.08553674817085266,
998
+ "order_loss": 0.0,
999
+ "ret_loss": 0.0,
1000
+ "pretrain_loss": 0.0,
1001
+ "total_loss": 0.08553674817085266
1002
+ },
1003
+ {
1004
+ "global_step": 2020,
1005
+ "optimizer_step": 252,
1006
+ "lr": 2.4123619142054597e-05,
1007
+ "lm_loss": 0.055654481053352356,
1008
+ "order_loss": 0.0,
1009
+ "ret_loss": 0.0,
1010
+ "pretrain_loss": 0.0,
1011
+ "total_loss": 0.055654481053352356
1012
+ },
1013
+ {
1014
+ "global_step": 2040,
1015
+ "optimizer_step": 255,
1016
+ "lr": 2.3598238819070202e-05,
1017
+ "lm_loss": 0.10190901905298233,
1018
+ "order_loss": 0.0,
1019
+ "ret_loss": 0.0,
1020
+ "pretrain_loss": 0.0,
1021
+ "total_loss": 0.10190901905298233
1022
+ },
1023
+ {
1024
+ "global_step": 2060,
1025
+ "optimizer_step": 257,
1026
+ "lr": 2.3248315572838316e-05,
1027
+ "lm_loss": 0.02517201378941536,
1028
+ "order_loss": 0.0,
1029
+ "ret_loss": 0.0,
1030
+ "pretrain_loss": 0.0,
1031
+ "total_loss": 0.02517201378941536
1032
+ },
1033
+ {
1034
+ "global_step": 2080,
1035
+ "optimizer_step": 260,
1036
+ "lr": 2.272409822584325e-05,
1037
+ "lm_loss": 0.16173063218593597,
1038
+ "order_loss": 0.0,
1039
+ "ret_loss": 0.0,
1040
+ "pretrain_loss": 0.0,
1041
+ "total_loss": 0.16173063218593597
1042
+ },
1043
+ {
1044
+ "global_step": 2100,
1045
+ "optimizer_step": 262,
1046
+ "lr": 2.237516525682614e-05,
1047
+ "lm_loss": 0.08013267815113068,
1048
+ "order_loss": 0.0,
1049
+ "ret_loss": 0.0,
1050
+ "pretrain_loss": 0.0,
1051
+ "total_loss": 0.08013267815113068
1052
+ },
1053
+ {
1054
+ "global_step": 2120,
1055
+ "optimizer_step": 265,
1056
+ "lr": 2.185275527853437e-05,
1057
+ "lm_loss": 0.004093450028449297,
1058
+ "order_loss": 0.0,
1059
+ "ret_loss": 0.0,
1060
+ "pretrain_loss": 0.0,
1061
+ "total_loss": 0.004093450028449297
1062
+ },
1063
+ {
1064
+ "global_step": 2140,
1065
+ "optimizer_step": 267,
1066
+ "lr": 2.1505241511612522e-05,
1067
+ "lm_loss": 0.166304811835289,
1068
+ "order_loss": 0.0,
1069
+ "ret_loss": 0.0,
1070
+ "pretrain_loss": 0.0,
1071
+ "total_loss": 0.166304811835289
1072
+ },
1073
+ {
1074
+ "global_step": 2160,
1075
+ "optimizer_step": 270,
1076
+ "lr": 2.0985281073035076e-05,
1077
+ "lm_loss": 0.6515223979949951,
1078
+ "order_loss": 0.0,
1079
+ "ret_loss": 0.0,
1080
+ "pretrain_loss": 0.0,
1081
+ "total_loss": 0.6515223979949951
1082
+ },
1083
+ {
1084
+ "global_step": 2180,
1085
+ "optimizer_step": 272,
1086
+ "lr": 2.0639613688538734e-05,
1087
+ "lm_loss": 0.1393578201532364,
1088
+ "order_loss": 0.0,
1089
+ "ret_loss": 0.0,
1090
+ "pretrain_loss": 0.0,
1091
+ "total_loss": 0.1393578201532364
1092
+ },
1093
+ {
1094
+ "global_step": 2200,
1095
+ "optimizer_step": 275,
1096
+ "lr": 2.0122741949596797e-05,
1097
+ "lm_loss": 0.003889517392963171,
1098
+ "order_loss": 0.0,
1099
+ "ret_loss": 0.0,
1100
+ "pretrain_loss": 0.0,
1101
+ "total_loss": 0.003889517392963171
1102
+ },
1103
+ {
1104
+ "global_step": 2220,
1105
+ "optimizer_step": 277,
1106
+ "lr": 1.977934585819576e-05,
1107
+ "lm_loss": 0.019987229257822037,
1108
+ "order_loss": 0.0,
1109
+ "ret_loss": 0.0,
1110
+ "pretrain_loss": 0.0,
1111
+ "total_loss": 0.019987229257822037
1112
+ },
1113
+ {
1114
+ "global_step": 2240,
1115
+ "optimizer_step": 280,
1116
+ "lr": 1.9266198182035058e-05,
1117
+ "lm_loss": 0.4692233204841614,
1118
+ "order_loss": 0.0,
1119
+ "ret_loss": 0.0,
1120
+ "pretrain_loss": 0.0,
1121
+ "total_loss": 0.4692233204841614
1122
+ },
1123
+ {
1124
+ "global_step": 2260,
1125
+ "optimizer_step": 282,
1126
+ "lr": 1.8925495502418406e-05,
1127
+ "lm_loss": 0.010459158569574356,
1128
+ "order_loss": 0.0,
1129
+ "ret_loss": 0.0,
1130
+ "pretrain_loss": 0.0,
1131
+ "total_loss": 0.010459158569574356
1132
+ },
1133
+ {
1134
+ "global_step": 2280,
1135
+ "optimizer_step": 285,
1136
+ "lr": 1.841670267439088e-05,
1137
+ "lm_loss": 0.20777301490306854,
1138
+ "order_loss": 0.0,
1139
+ "ret_loss": 0.0,
1140
+ "pretrain_loss": 0.0,
1141
+ "total_loss": 0.20777301490306854
1142
+ },
1143
+ {
1144
+ "global_step": 2300,
1145
+ "optimizer_step": 287,
1146
+ "lr": 1.8079112214378768e-05,
1147
+ "lm_loss": 0.011992229148745537,
1148
+ "order_loss": 0.0,
1149
+ "ret_loss": 0.0,
1150
+ "pretrain_loss": 0.0,
1151
+ "total_loss": 0.011992229148745537
1152
+ },
1153
+ {
1154
+ "global_step": 2320,
1155
+ "optimizer_step": 290,
1156
+ "lr": 1.757529966665141e-05,
1157
+ "lm_loss": 0.012514831498265266,
1158
+ "order_loss": 0.0,
1159
+ "ret_loss": 0.0,
1160
+ "pretrain_loss": 0.0,
1161
+ "total_loss": 0.012514831498265266
1162
+ },
1163
+ {
1164
+ "global_step": 2340,
1165
+ "optimizer_step": 292,
1166
+ "lr": 1.72412364083767e-05,
1167
+ "lm_loss": 0.0024862894788384438,
1168
+ "order_loss": 0.0,
1169
+ "ret_loss": 0.0,
1170
+ "pretrain_loss": 0.0,
1171
+ "total_loss": 0.0024862894788384438
1172
+ },
1173
+ {
1174
+ "global_step": 2360,
1175
+ "optimizer_step": 295,
1176
+ "lr": 1.6743023451120832e-05,
1177
+ "lm_loss": 0.11175425350666046,
1178
+ "order_loss": 0.0,
1179
+ "ret_loss": 0.0,
1180
+ "pretrain_loss": 0.0,
1181
+ "total_loss": 0.11175425350666046
1182
+ },
1183
+ {
1184
+ "global_step": 2380,
1185
+ "optimizer_step": 297,
1186
+ "lr": 1.641289804091347e-05,
1187
+ "lm_loss": 0.014667794108390808,
1188
+ "order_loss": 0.0,
1189
+ "ret_loss": 0.0,
1190
+ "pretrain_loss": 0.0,
1191
+ "total_loss": 0.014667794108390808
1192
+ },
1193
+ {
1194
+ "global_step": 2400,
1195
+ "optimizer_step": 300,
1196
+ "lr": 1.5920897101019383e-05,
1197
+ "lm_loss": 0.036246757954359055,
1198
+ "order_loss": 0.0,
1199
+ "ret_loss": 0.0,
1200
+ "pretrain_loss": 0.0,
1201
+ "total_loss": 0.036246757954359055
1202
+ },
1203
+ {
1204
+ "global_step": 2420,
1205
+ "optimizer_step": 302,
1206
+ "lr": 1.5595115344620576e-05,
1207
+ "lm_loss": 0.1119471862912178,
1208
+ "order_loss": 0.0,
1209
+ "ret_loss": 0.0,
1210
+ "pretrain_loss": 0.0,
1211
+ "total_loss": 0.1119471862912178
1212
+ },
1213
+ {
1214
+ "global_step": 2440,
1215
+ "optimizer_step": 305,
1216
+ "lr": 1.5109931212873534e-05,
1217
+ "lm_loss": 0.31454402208328247,
1218
+ "order_loss": 0.0,
1219
+ "ret_loss": 0.0,
1220
+ "pretrain_loss": 0.0,
1221
+ "total_loss": 0.31454402208328247
1222
+ },
1223
+ {
1224
+ "global_step": 2460,
1225
+ "optimizer_step": 307,
1226
+ "lr": 1.4788893576600099e-05,
1227
+ "lm_loss": 0.024080762639641762,
1228
+ "order_loss": 0.0,
1229
+ "ret_loss": 0.0,
1230
+ "pretrain_loss": 0.0,
1231
+ "total_loss": 0.024080762639641762
1232
+ },
1233
+ {
1234
+ "global_step": 2480,
1235
+ "optimizer_step": 310,
1236
+ "lr": 1.4311122664242954e-05,
1237
+ "lm_loss": 0.010775794275105,
1238
+ "order_loss": 0.0,
1239
+ "ret_loss": 0.0,
1240
+ "pretrain_loss": 0.0,
1241
+ "total_loss": 0.010775794275105
1242
+ },
1243
+ {
1244
+ "global_step": 2500,
1245
+ "optimizer_step": 312,
1246
+ "lr": 1.399522378271527e-05,
1247
+ "lm_loss": 0.06494537740945816,
1248
+ "order_loss": 0.0,
1249
+ "ret_loss": 0.0,
1250
+ "pretrain_loss": 0.0,
1251
+ "total_loss": 0.06494537740945816
1252
+ },
1253
+ {
1254
+ "global_step": 2520,
1255
+ "optimizer_step": 315,
1256
+ "lr": 1.3525453388311554e-05,
1257
+ "lm_loss": 0.003908059559762478,
1258
+ "order_loss": 0.0,
1259
+ "ret_loss": 0.0,
1260
+ "pretrain_loss": 0.0,
1261
+ "total_loss": 0.003908059559762478
1262
+ },
1263
+ {
1264
+ "global_step": 2540,
1265
+ "optimizer_step": 317,
1266
+ "lr": 1.3215081579350058e-05,
1267
+ "lm_loss": 0.0271071195602417,
1268
+ "order_loss": 0.0,
1269
+ "ret_loss": 0.0,
1270
+ "pretrain_loss": 0.0,
1271
+ "total_loss": 0.0271071195602417
1272
+ },
1273
+ {
1274
+ "global_step": 2560,
1275
+ "optimizer_step": 320,
1276
+ "lr": 1.2753889166848909e-05,
1277
+ "lm_loss": 0.10449909418821335,
1278
+ "order_loss": 0.0,
1279
+ "ret_loss": 0.0,
1280
+ "pretrain_loss": 0.0,
1281
+ "total_loss": 0.10449909418821335
1282
+ },
1283
+ {
1284
+ "global_step": 2580,
1285
+ "optimizer_step": 322,
1286
+ "lr": 1.2449425954135452e-05,
1287
+ "lm_loss": 0.002020007697865367,
1288
+ "order_loss": 0.0,
1289
+ "ret_loss": 0.0,
1290
+ "pretrain_loss": 0.0,
1291
+ "total_loss": 0.002020007697865367
1292
+ },
1293
+ {
1294
+ "global_step": 2600,
1295
+ "optimizer_step": 325,
1296
+ "lr": 1.1997378443025634e-05,
1297
+ "lm_loss": 0.00576969888061285,
1298
+ "order_loss": 0.0,
1299
+ "ret_loss": 0.0,
1300
+ "pretrain_loss": 0.0,
1301
+ "total_loss": 0.00576969888061285
1302
+ },
1303
+ {
1304
+ "global_step": 2620,
1305
+ "optimizer_step": 327,
1306
+ "lr": 1.1699198087116589e-05,
1307
+ "lm_loss": 0.014804661273956299,
1308
+ "order_loss": 0.0,
1309
+ "ret_loss": 0.0,
1310
+ "pretrain_loss": 0.0,
1311
+ "total_loss": 0.014804661273956299
1312
+ },
1313
+ {
1314
+ "global_step": 2640,
1315
+ "optimizer_step": 330,
1316
+ "lr": 1.1256851155542298e-05,
1317
+ "lm_loss": 0.0035301451571285725,
1318
+ "order_loss": 0.0,
1319
+ "ret_loss": 0.0,
1320
+ "pretrain_loss": 0.0,
1321
+ "total_loss": 0.0035301451571285725
1322
+ },
1323
+ {
1324
+ "global_step": 2660,
1325
+ "optimizer_step": 332,
1326
+ "lr": 1.0965320193809808e-05,
1327
+ "lm_loss": 0.12298412621021271,
1328
+ "order_loss": 0.0,
1329
+ "ret_loss": 0.0,
1330
+ "pretrain_loss": 0.0,
1331
+ "total_loss": 0.12298412621021271
1332
+ },
1333
+ {
1334
+ "global_step": 2680,
1335
+ "optimizer_step": 335,
1336
+ "lr": 1.0533217595504858e-05,
1337
+ "lm_loss": 0.1802627593278885,
1338
+ "order_loss": 0.0,
1339
+ "ret_loss": 0.0,
1340
+ "pretrain_loss": 0.0,
1341
+ "total_loss": 0.1802627593278885
1342
+ },
1343
+ {
1344
+ "global_step": 2700,
1345
+ "optimizer_step": 337,
1346
+ "lr": 1.0248694391571801e-05,
1347
+ "lm_loss": 0.016198735684156418,
1348
+ "order_loss": 0.0,
1349
+ "ret_loss": 0.0,
1350
+ "pretrain_loss": 0.0,
1351
+ "total_loss": 0.016198735684156418
1352
+ },
1353
+ {
1354
+ "global_step": 2720,
1355
+ "optimizer_step": 340,
1356
+ "lr": 9.82736728745186e-06,
1357
+ "lm_loss": 0.11246120929718018,
1358
+ "order_loss": 0.0,
1359
+ "ret_loss": 0.0,
1360
+ "pretrain_loss": 0.0,
1361
+ "total_loss": 0.11246120929718018
1362
+ },
1363
+ {
1364
+ "global_step": 2740,
1365
+ "optimizer_step": 342,
1366
+ "lr": 9.550201590674343e-06,
1367
+ "lm_loss": 0.15225285291671753,
1368
+ "order_loss": 0.0,
1369
+ "ret_loss": 0.0,
1370
+ "pretrain_loss": 0.0,
1371
+ "total_loss": 0.15225285291671753
1372
+ },
1373
+ {
1374
+ "global_step": 2760,
1375
+ "optimizer_step": 345,
1376
+ "lr": 9.140167895908867e-06,
1377
+ "lm_loss": 0.1835518181324005,
1378
+ "order_loss": 0.0,
1379
+ "ret_loss": 0.0,
1380
+ "pretrain_loss": 0.0,
1381
+ "total_loss": 0.1835518181324005
1382
+ },
1383
+ {
1384
+ "global_step": 2780,
1385
+ "optimizer_step": 347,
1386
+ "lr": 8.870700411447816e-06,
1387
+ "lm_loss": 0.20481030642986298,
1388
+ "order_loss": 0.0,
1389
+ "ret_loss": 0.0,
1390
+ "pretrain_loss": 0.0,
1391
+ "total_loss": 0.20481030642986298
1392
+ },
1393
+ {
1394
+ "global_step": 2800,
1395
+ "optimizer_step": 350,
1396
+ "lr": 8.472464158814255e-06,
1397
+ "lm_loss": 0.21467795968055725,
1398
+ "order_loss": 0.0,
1399
+ "ret_loss": 0.0,
1400
+ "pretrain_loss": 0.0,
1401
+ "total_loss": 0.21467795968055725
1402
+ },
1403
+ {
1404
+ "global_step": 2820,
1405
+ "optimizer_step": 352,
1406
+ "lr": 8.211026128824539e-06,
1407
+ "lm_loss": 0.2778780162334442,
1408
+ "order_loss": 0.0,
1409
+ "ret_loss": 0.0,
1410
+ "pretrain_loss": 0.0,
1411
+ "total_loss": 0.2778780162334442
1412
+ },
1413
+ {
1414
+ "global_step": 2840,
1415
+ "optimizer_step": 355,
1416
+ "lr": 7.825076849127458e-06,
1417
+ "lm_loss": 0.007937369868159294,
1418
+ "order_loss": 0.0,
1419
+ "ret_loss": 0.0,
1420
+ "pretrain_loss": 0.0,
1421
+ "total_loss": 0.007937369868159294
1422
+ },
1423
+ {
1424
+ "global_step": 2860,
1425
+ "optimizer_step": 357,
1426
+ "lr": 7.571989645579419e-06,
1427
+ "lm_loss": 0.23060961067676544,
1428
+ "order_loss": 0.0,
1429
+ "ret_loss": 0.0,
1430
+ "pretrain_loss": 0.0,
1431
+ "total_loss": 0.23060961067676544
1432
+ },
1433
+ {
1434
+ "global_step": 2880,
1435
+ "optimizer_step": 360,
1436
+ "lr": 7.198801765896115e-06,
1437
+ "lm_loss": 0.0005977630498819053,
1438
+ "order_loss": 0.0,
1439
+ "ret_loss": 0.0,
1440
+ "pretrain_loss": 0.0,
1441
+ "total_loss": 0.0005977630498819053
1442
+ },
1443
+ {
1444
+ "global_step": 2900,
1445
+ "optimizer_step": 362,
1446
+ "lr": 6.9543764955299265e-06,
1447
+ "lm_loss": 0.008497863076627254,
1448
+ "order_loss": 0.0,
1449
+ "ret_loss": 0.0,
1450
+ "pretrain_loss": 0.0,
1451
+ "total_loss": 0.008497863076627254
1452
+ },
1453
+ {
1454
+ "global_step": 2920,
1455
+ "optimizer_step": 365,
1456
+ "lr": 6.594408756022272e-06,
1457
+ "lm_loss": 0.009758133441209793,
1458
+ "order_loss": 0.0,
1459
+ "ret_loss": 0.0,
1460
+ "pretrain_loss": 0.0,
1461
+ "total_loss": 0.009758133441209793
1462
+ },
1463
+ {
1464
+ "global_step": 2940,
1465
+ "optimizer_step": 367,
1466
+ "lr": 6.358945877920861e-06,
1467
+ "lm_loss": 0.044932521879673004,
1468
+ "order_loss": 0.0,
1469
+ "ret_loss": 0.0,
1470
+ "pretrain_loss": 0.0,
1471
+ "total_loss": 0.044932521879673004
1472
+ },
1473
+ {
1474
+ "global_step": 2960,
1475
+ "optimizer_step": 370,
1476
+ "lr": 6.012640767930217e-06,
1477
+ "lm_loss": 0.00260924082249403,
1478
+ "order_loss": 0.0,
1479
+ "ret_loss": 0.0,
1480
+ "pretrain_loss": 0.0,
1481
+ "total_loss": 0.00260924082249403
1482
+ },
1483
+ {
1484
+ "global_step": 2980,
1485
+ "optimizer_step": 372,
1486
+ "lr": 5.7864297241808e-06,
1487
+ "lm_loss": 0.08868487179279327,
1488
+ "order_loss": 0.0,
1489
+ "ret_loss": 0.0,
1490
+ "pretrain_loss": 0.0,
1491
+ "total_loss": 0.08868487179279327
1492
+ },
1493
+ {
1494
+ "global_step": 3000,
1495
+ "optimizer_step": 375,
1496
+ "lr": 5.454212938299255e-06,
1497
+ "lm_loss": 0.0025052388664335012,
1498
+ "order_loss": 0.0,
1499
+ "ret_loss": 0.0,
1500
+ "pretrain_loss": 0.0,
1501
+ "total_loss": 0.0025052388664335012
1502
+ },
1503
+ {
1504
+ "global_step": 3020,
1505
+ "optimizer_step": 377,
1506
+ "lr": 5.237531798197415e-06,
1507
+ "lm_loss": 0.0014659692533314228,
1508
+ "order_loss": 0.0,
1509
+ "ret_loss": 0.0,
1510
+ "pretrain_loss": 0.0,
1511
+ "total_loss": 0.0014659692533314228
1512
+ },
1513
+ {
1514
+ "global_step": 3040,
1515
+ "optimizer_step": 380,
1516
+ "lr": 4.91981171298388e-06,
1517
+ "lm_loss": 0.03283361345529556,
1518
+ "order_loss": 0.0,
1519
+ "ret_loss": 0.0,
1520
+ "pretrain_loss": 0.0,
1521
+ "total_loss": 0.03283361345529556
1522
+ },
1523
+ {
1524
+ "global_step": 3060,
1525
+ "optimizer_step": 382,
1526
+ "lr": 4.712926831217685e-06,
1527
+ "lm_loss": 0.13796555995941162,
1528
+ "order_loss": 0.0,
1529
+ "ret_loss": 0.0,
1530
+ "pretrain_loss": 0.0,
1531
+ "total_loss": 0.13796555995941162
1532
+ },
1533
+ {
1534
+ "global_step": 3080,
1535
+ "optimizer_step": 385,
1536
+ "lr": 4.410094003202134e-06,
1537
+ "lm_loss": 0.18190844357013702,
1538
+ "order_loss": 0.0,
1539
+ "ret_loss": 0.0,
1540
+ "pretrain_loss": 0.0,
1541
+ "total_loss": 0.18190844357013702
1542
+ },
1543
+ {
1544
+ "global_step": 3100,
1545
+ "optimizer_step": 387,
1546
+ "lr": 4.213259692436367e-06,
1547
+ "lm_loss": 0.0055811768397688866,
1548
+ "order_loss": 0.0,
1549
+ "ret_loss": 0.0,
1550
+ "pretrain_loss": 0.0,
1551
+ "total_loss": 0.0055811768397688866
1552
+ },
1553
+ {
1554
+ "global_step": 3120,
1555
+ "optimizer_step": 390,
1556
+ "lr": 3.925686378029331e-06,
1557
+ "lm_loss": 0.12543368339538574,
1558
+ "order_loss": 0.0,
1559
+ "ret_loss": 0.0,
1560
+ "pretrain_loss": 0.0,
1561
+ "total_loss": 0.12543368339538574
1562
+ },
1563
+ {
1564
+ "global_step": 3140,
1565
+ "optimizer_step": 392,
1566
+ "lr": 3.739144596292382e-06,
1567
+ "lm_loss": 0.004815898835659027,
1568
+ "order_loss": 0.0,
1569
+ "ret_loss": 0.0,
1570
+ "pretrain_loss": 0.0,
1571
+ "total_loss": 0.004815898835659027
1572
+ },
1573
+ {
1574
+ "global_step": 3160,
1575
+ "optimizer_step": 395,
1576
+ "lr": 3.4671842941897765e-06,
1577
+ "lm_loss": 0.028516722843050957,
1578
+ "order_loss": 0.0,
1579
+ "ret_loss": 0.0,
1580
+ "pretrain_loss": 0.0,
1581
+ "total_loss": 0.028516722843050957
1582
+ },
1583
+ {
1584
+ "global_step": 3180,
1585
+ "optimizer_step": 397,
1586
+ "lr": 3.2911643474473646e-06,
1587
+ "lm_loss": 0.10872653871774673,
1588
+ "order_loss": 0.0,
1589
+ "ret_loss": 0.0,
1590
+ "pretrain_loss": 0.0,
1591
+ "total_loss": 0.10872653871774673
1592
+ },
1593
+ {
1594
+ "global_step": 3200,
1595
+ "optimizer_step": 400,
1596
+ "lr": 3.035151364093214e-06,
1597
+ "lm_loss": 0.003767058253288269,
1598
+ "order_loss": 0.0,
1599
+ "ret_loss": 0.0,
1600
+ "pretrain_loss": 0.0,
1601
+ "total_loss": 0.003767058253288269
1602
+ },
1603
+ {
1604
+ "global_step": 3220,
1605
+ "optimizer_step": 402,
1606
+ "lr": 2.869869624374699e-06,
1607
+ "lm_loss": 0.0024846738670021296,
1608
+ "order_loss": 0.0,
1609
+ "ret_loss": 0.0,
1610
+ "pretrain_loss": 0.0,
1611
+ "total_loss": 0.0024846738670021296
1612
+ },
1613
+ {
1614
+ "global_step": 3240,
1615
+ "optimizer_step": 405,
1616
+ "lr": 2.6301186630158485e-06,
1617
+ "lm_loss": 0.0013623477425426245,
1618
+ "order_loss": 0.0,
1619
+ "ret_loss": 0.0,
1620
+ "pretrain_loss": 0.0,
1621
+ "total_loss": 0.0013623477425426245
1622
+ },
1623
+ {
1624
+ "global_step": 3260,
1625
+ "optimizer_step": 407,
1626
+ "lr": 2.475778302439524e-06,
1627
+ "lm_loss": 0.006008035968989134,
1628
+ "order_loss": 0.0,
1629
+ "ret_loss": 0.0,
1630
+ "pretrain_loss": 0.0,
1631
+ "total_loss": 0.006008035968989134
1632
+ },
1633
+ {
1634
+ "global_step": 3280,
1635
+ "optimizer_step": 410,
1636
+ "lr": 2.2525840762775863e-06,
1637
+ "lm_loss": 0.0055444510653615,
1638
+ "order_loss": 0.0,
1639
+ "ret_loss": 0.0,
1640
+ "pretrain_loss": 0.0,
1641
+ "total_loss": 0.0055444510653615
1642
+ },
1643
+ {
1644
+ "global_step": 3300,
1645
+ "optimizer_step": 412,
1646
+ "lr": 2.1093748173018848e-06,
1647
+ "lm_loss": 0.0006941308383829892,
1648
+ "order_loss": 0.0,
1649
+ "ret_loss": 0.0,
1650
+ "pretrain_loss": 0.0,
1651
+ "total_loss": 0.0006941308383829892
1652
+ },
1653
+ {
1654
+ "global_step": 3320,
1655
+ "optimizer_step": 415,
1656
+ "lr": 1.9030116872178316e-06,
1657
+ "lm_loss": 0.04510759189724922,
1658
+ "order_loss": 0.0,
1659
+ "ret_loss": 0.0,
1660
+ "pretrain_loss": 0.0,
1661
+ "total_loss": 0.04510759189724922
1662
+ },
1663
+ {
1664
+ "global_step": 3340,
1665
+ "optimizer_step": 417,
1666
+ "lr": 1.771109569425547e-06,
1667
+ "lm_loss": 0.4448617994785309,
1668
+ "order_loss": 0.0,
1669
+ "ret_loss": 0.0,
1670
+ "pretrain_loss": 0.0,
1671
+ "total_loss": 0.4448617994785309
1672
+ },
1673
+ {
1674
+ "global_step": 3360,
1675
+ "optimizer_step": 420,
1676
+ "lr": 1.5818312067223672e-06,
1677
+ "lm_loss": 0.0230400487780571,
1678
+ "order_loss": 0.0,
1679
+ "ret_loss": 0.0,
1680
+ "pretrain_loss": 0.0,
1681
+ "total_loss": 0.0230400487780571
1682
+ },
1683
+ {
1684
+ "global_step": 3380,
1685
+ "optimizer_step": 422,
1686
+ "lr": 1.4613983704244826e-06,
1687
+ "lm_loss": 0.04516194760799408,
1688
+ "order_loss": 0.0,
1689
+ "ret_loss": 0.0,
1690
+ "pretrain_loss": 0.0,
1691
+ "total_loss": 0.04516194760799408
1692
+ },
1693
+ {
1694
+ "global_step": 3400,
1695
+ "optimizer_step": 425,
1696
+ "lr": 1.2894374450024338e-06,
1697
+ "lm_loss": 0.004301550332456827,
1698
+ "order_loss": 0.0,
1699
+ "ret_loss": 0.0,
1700
+ "pretrain_loss": 0.0,
1701
+ "total_loss": 0.004301550332456827
1702
+ },
1703
+ {
1704
+ "global_step": 3420,
1705
+ "optimizer_step": 427,
1706
+ "lr": 1.180621931927592e-06,
1707
+ "lm_loss": 0.0042705656960606575,
1708
+ "order_loss": 0.0,
1709
+ "ret_loss": 0.0,
1710
+ "pretrain_loss": 0.0,
1711
+ "total_loss": 0.0042705656960606575
1712
+ },
1713
+ {
1714
+ "global_step": 3440,
1715
+ "optimizer_step": 430,
1716
+ "lr": 1.0261898262753812e-06,
1717
+ "lm_loss": 0.00825844332575798,
1718
+ "order_loss": 0.0,
1719
+ "ret_loss": 0.0,
1720
+ "pretrain_loss": 0.0,
1721
+ "total_loss": 0.00825844332575798
1722
+ },
1723
+ {
1724
+ "global_step": 3460,
1725
+ "optimizer_step": 432,
1726
+ "lr": 9.291253975900139e-07,
1727
+ "lm_loss": 0.0010993486503139138,
1728
+ "order_loss": 0.0,
1729
+ "ret_loss": 0.0,
1730
+ "pretrain_loss": 0.0,
1731
+ "total_loss": 0.0010993486503139138
1732
+ },
1733
+ {
1734
+ "global_step": 3480,
1735
+ "optimizer_step": 435,
1736
+ "lr": 7.924119469434665e-07,
1737
+ "lm_loss": 0.0028111122082918882,
1738
+ "order_loss": 0.0,
1739
+ "ret_loss": 0.0,
1740
+ "pretrain_loss": 0.0,
1741
+ "total_loss": 0.0028111122082918882
1742
+ },
1743
+ {
1744
+ "global_step": 3500,
1745
+ "optimizer_step": 437,
1746
+ "lr": 7.072179188262251e-07,
1747
+ "lm_loss": 0.0014011103194206953,
1748
+ "order_loss": 0.0,
1749
+ "ret_loss": 0.0,
1750
+ "pretrain_loss": 0.0,
1751
+ "total_loss": 0.0014011103194206953
1752
+ },
1753
+ {
1754
+ "global_step": 3520,
1755
+ "optimizer_step": 440,
1756
+ "lr": 5.883911778138324e-07,
1757
+ "lm_loss": 0.20520374178886414,
1758
+ "order_loss": 0.0,
1759
+ "ret_loss": 0.0,
1760
+ "pretrain_loss": 0.0,
1761
+ "total_loss": 0.20520374178886414
1762
+ },
1763
+ {
1764
+ "global_step": 3540,
1765
+ "optimizer_step": 442,
1766
+ "lr": 5.151722747865434e-07,
1767
+ "lm_loss": 0.07059439271688461,
1768
+ "order_loss": 0.0,
1769
+ "ret_loss": 0.0,
1770
+ "pretrain_loss": 0.0,
1771
+ "total_loss": 0.07059439271688461
1772
+ },
1773
+ {
1774
+ "global_step": 3560,
1775
+ "optimizer_step": 445,
1776
+ "lr": 4.1437831084878974e-07,
1777
+ "lm_loss": 0.19064895808696747,
1778
+ "order_loss": 0.0,
1779
+ "ret_loss": 0.0,
1780
+ "pretrain_loss": 0.0,
1781
+ "total_loss": 0.19064895808696747
1782
+ },
1783
+ {
1784
+ "global_step": 3580,
1785
+ "optimizer_step": 447,
1786
+ "lr": 3.5322453704410286e-07,
1787
+ "lm_loss": 0.0009202686487697065,
1788
+ "order_loss": 0.0,
1789
+ "ret_loss": 0.0,
1790
+ "pretrain_loss": 0.0,
1791
+ "total_loss": 0.0009202686487697065
1792
+ },
1793
+ {
1794
+ "global_step": 3600,
1795
+ "optimizer_step": 450,
1796
+ "lr": 2.705872508804747e-07,
1797
+ "lm_loss": 0.038131456822156906,
1798
+ "order_loss": 0.0,
1799
+ "ret_loss": 0.0,
1800
+ "pretrain_loss": 0.0,
1801
+ "total_loss": 0.038131456822156906
1802
+ },
1803
+ {
1804
+ "global_step": 3620,
1805
+ "optimizer_step": 452,
1806
+ "lr": 2.215737794045436e-07,
1807
+ "lm_loss": 0.001025449950248003,
1808
+ "order_loss": 0.0,
1809
+ "ret_loss": 0.0,
1810
+ "pretrain_loss": 0.0,
1811
+ "total_loss": 0.001025449950248003
1812
+ },
1813
+ {
1814
+ "global_step": 3640,
1815
+ "optimizer_step": 455,
1816
+ "lr": 1.571947526689349e-07,
1817
+ "lm_loss": 0.0016507974360138178,
1818
+ "order_loss": 0.0,
1819
+ "ret_loss": 0.0,
1820
+ "pretrain_loss": 0.0,
1821
+ "total_loss": 0.0016507974360138178
1822
+ },
1823
+ {
1824
+ "global_step": 3660,
1825
+ "optimizer_step": 457,
1826
+ "lr": 1.2038183319507955e-07,
1827
+ "lm_loss": 0.01071799173951149,
1828
+ "order_loss": 0.0,
1829
+ "ret_loss": 0.0,
1830
+ "pretrain_loss": 0.0,
1831
+ "total_loss": 0.01071799173951149
1832
+ },
1833
+ {
1834
+ "global_step": 3680,
1835
+ "optimizer_step": 460,
1836
+ "lr": 7.434020362682704e-08,
1837
+ "lm_loss": 0.0010236427187919617,
1838
+ "order_loss": 0.0,
1839
+ "ret_loss": 0.0,
1840
+ "pretrain_loss": 0.0,
1841
+ "total_loss": 0.0010236427187919617
1842
+ },
1843
+ {
1844
+ "global_step": 3700,
1845
+ "optimizer_step": 462,
1846
+ "lr": 4.977308833379324e-08,
1847
+ "lm_loss": 0.013086177408695221,
1848
+ "order_loss": 0.0,
1849
+ "ret_loss": 0.0,
1850
+ "pretrain_loss": 0.0,
1851
+ "total_loss": 0.013086177408695221
1852
+ },
1853
+ {
1854
+ "global_step": 3720,
1855
+ "optimizer_step": 465,
1856
+ "lr": 2.2125452477828047e-08,
1857
+ "lm_loss": 0.0018851282075047493,
1858
+ "order_loss": 0.0,
1859
+ "ret_loss": 0.0,
1860
+ "pretrain_loss": 0.0,
1861
+ "total_loss": 0.0018851282075047493
1862
+ },
1863
+ {
1864
+ "global_step": 3740,
1865
+ "optimizer_step": 467,
1866
+ "lr": 9.834340423678368e-09,
1867
+ "lm_loss": 0.007189369294792414,
1868
+ "order_loss": 0.0,
1869
+ "ret_loss": 0.0,
1870
+ "pretrain_loss": 0.0,
1871
+ "total_loss": 0.007189369294792414
1872
+ }
1873
+ ]
1874
+ }
cls_gemma_orderkd_first_l01/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/gemma-3-1b-it
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/gemma-3-1b-it
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.19.1
cls_gemma_orderkd_first_l01/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Gemma3ForCausalLM",
7
+ "parent_library": "transformers.models.gemma3.modeling_gemma3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/gemma-3-1b-it",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
cls_gemma_orderkd_first_l01/chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}
cls_gemma_orderkd_first_l01/checkpoint-200/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/gemma-3-1b-it
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/gemma-3-1b-it
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.19.1
cls_gemma_orderkd_first_l01/checkpoint-200/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Gemma3ForCausalLM",
7
+ "parent_library": "transformers.models.gemma3.modeling_gemma3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/gemma-3-1b-it",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
cls_gemma_orderkd_first_l01/checkpoint-200/chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}
cls_gemma_orderkd_first_l01/checkpoint-200/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
cls_gemma_orderkd_first_l01/checkpoint-400/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/gemma-3-1b-it
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/gemma-3-1b-it
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.19.1
cls_gemma_orderkd_first_l01/checkpoint-400/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Gemma3ForCausalLM",
7
+ "parent_library": "transformers.models.gemma3.modeling_gemma3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/gemma-3-1b-it",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
cls_gemma_orderkd_first_l01/checkpoint-400/chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}
cls_gemma_orderkd_first_l01/checkpoint-400/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
cls_gemma_orderkd_first_l01/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
cls_gemma_orderkd_first_l01/train_metrics.json ADDED
@@ -0,0 +1,1874 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "loss_log": [
3
+ {
4
+ "global_step": 20,
5
+ "optimizer_step": 2,
6
+ "lr": 4.347826086956522e-06,
7
+ "lm_loss": 3.1184232234954834,
8
+ "order_loss": 63.5,
9
+ "ret_loss": 0.0,
10
+ "pretrain_loss": 0.0,
11
+ "total_loss": 9.462173461914062
12
+ },
13
+ {
14
+ "global_step": 40,
15
+ "optimizer_step": 5,
16
+ "lr": 1.0869565217391305e-05,
17
+ "lm_loss": 1.0916705131530762,
18
+ "order_loss": 56.5,
19
+ "ret_loss": 0.0,
20
+ "pretrain_loss": 0.0,
21
+ "total_loss": 6.747920513153076
22
+ },
23
+ {
24
+ "global_step": 60,
25
+ "optimizer_step": 7,
26
+ "lr": 1.5217391304347828e-05,
27
+ "lm_loss": 0.6041339039802551,
28
+ "order_loss": 42.25,
29
+ "ret_loss": 0.0,
30
+ "pretrain_loss": 0.0,
31
+ "total_loss": 4.8228840827941895
32
+ },
33
+ {
34
+ "global_step": 80,
35
+ "optimizer_step": 10,
36
+ "lr": 2.173913043478261e-05,
37
+ "lm_loss": 1.8147910833358765,
38
+ "order_loss": 55.25,
39
+ "ret_loss": 0.0,
40
+ "pretrain_loss": 0.0,
41
+ "total_loss": 7.346041202545166
42
+ },
43
+ {
44
+ "global_step": 100,
45
+ "optimizer_step": 12,
46
+ "lr": 2.608695652173913e-05,
47
+ "lm_loss": 0.5634512305259705,
48
+ "order_loss": 43.5,
49
+ "ret_loss": 0.0,
50
+ "pretrain_loss": 0.0,
51
+ "total_loss": 4.907201290130615
52
+ },
53
+ {
54
+ "global_step": 120,
55
+ "optimizer_step": 15,
56
+ "lr": 3.260869565217392e-05,
57
+ "lm_loss": 2.721200942993164,
58
+ "order_loss": 54.5,
59
+ "ret_loss": 0.0,
60
+ "pretrain_loss": 0.0,
61
+ "total_loss": 8.158700942993164
62
+ },
63
+ {
64
+ "global_step": 140,
65
+ "optimizer_step": 17,
66
+ "lr": 3.695652173913043e-05,
67
+ "lm_loss": 0.6781831979751587,
68
+ "order_loss": 54.0,
69
+ "ret_loss": 0.0,
70
+ "pretrain_loss": 0.0,
71
+ "total_loss": 6.084433078765869
72
+ },
73
+ {
74
+ "global_step": 160,
75
+ "optimizer_step": 20,
76
+ "lr": 4.347826086956522e-05,
77
+ "lm_loss": 0.41744333505630493,
78
+ "order_loss": 66.5,
79
+ "ret_loss": 0.0,
80
+ "pretrain_loss": 0.0,
81
+ "total_loss": 7.07369327545166
82
+ },
83
+ {
84
+ "global_step": 180,
85
+ "optimizer_step": 22,
86
+ "lr": 4.782608695652174e-05,
87
+ "lm_loss": 0.06321373581886292,
88
+ "order_loss": 54.25,
89
+ "ret_loss": 0.0,
90
+ "pretrain_loss": 0.0,
91
+ "total_loss": 5.50071382522583
92
+ },
93
+ {
94
+ "global_step": 200,
95
+ "optimizer_step": 25,
96
+ "lr": 4.9997541293989384e-05,
97
+ "lm_loss": 0.02435319498181343,
98
+ "order_loss": 54.25,
99
+ "ret_loss": 0.0,
100
+ "pretrain_loss": 0.0,
101
+ "total_loss": 5.46185302734375
102
+ },
103
+ {
104
+ "global_step": 220,
105
+ "optimizer_step": 27,
106
+ "lr": 4.999016565957633e-05,
107
+ "lm_loss": 0.019743939861655235,
108
+ "order_loss": 61.25,
109
+ "ret_loss": 0.0,
110
+ "pretrain_loss": 0.0,
111
+ "total_loss": 6.144743919372559
112
+ },
113
+ {
114
+ "global_step": 240,
115
+ "optimizer_step": 30,
116
+ "lr": 4.996988640512931e-05,
117
+ "lm_loss": 0.3459993302822113,
118
+ "order_loss": 39.75,
119
+ "ret_loss": 0.0,
120
+ "pretrain_loss": 0.0,
121
+ "total_loss": 4.314749240875244
122
+ },
123
+ {
124
+ "global_step": 260,
125
+ "optimizer_step": 32,
126
+ "lr": 4.995022691166621e-05,
127
+ "lm_loss": 0.0298320259898901,
128
+ "order_loss": 62.25,
129
+ "ret_loss": 0.0,
130
+ "pretrain_loss": 0.0,
131
+ "total_loss": 6.248581886291504
132
+ },
133
+ {
134
+ "global_step": 280,
135
+ "optimizer_step": 35,
136
+ "lr": 4.991153735294049e-05,
137
+ "lm_loss": 0.46130573749542236,
138
+ "order_loss": 60.75,
139
+ "ret_loss": 0.0,
140
+ "pretrain_loss": 0.0,
141
+ "total_loss": 6.523805618286133
142
+ },
143
+ {
144
+ "global_step": 300,
145
+ "optimizer_step": 37,
146
+ "lr": 4.987961816680492e-05,
147
+ "lm_loss": 0.1003972664475441,
148
+ "order_loss": 54.75,
149
+ "ret_loss": 0.0,
150
+ "pretrain_loss": 0.0,
151
+ "total_loss": 5.569147109985352
152
+ },
153
+ {
154
+ "global_step": 320,
155
+ "optimizer_step": 40,
156
+ "lr": 4.9822565862832806e-05,
157
+ "lm_loss": 0.13187472522258759,
158
+ "order_loss": 40.5,
159
+ "ret_loss": 0.0,
160
+ "pretrain_loss": 0.0,
161
+ "total_loss": 4.1943745613098145
162
+ },
163
+ {
164
+ "global_step": 340,
165
+ "optimizer_step": 42,
166
+ "lr": 4.9778426220595456e-05,
167
+ "lm_loss": 0.32335221767425537,
168
+ "order_loss": 50.0,
169
+ "ret_loss": 0.0,
170
+ "pretrain_loss": 0.0,
171
+ "total_loss": 5.323352336883545
172
+ },
173
+ {
174
+ "global_step": 360,
175
+ "optimizer_step": 45,
176
+ "lr": 4.970308130276272e-05,
177
+ "lm_loss": 0.7211238741874695,
178
+ "order_loss": 56.5,
179
+ "ret_loss": 0.0,
180
+ "pretrain_loss": 0.0,
181
+ "total_loss": 6.377373695373535
182
+ },
183
+ {
184
+ "global_step": 380,
185
+ "optimizer_step": 47,
186
+ "lr": 4.96467754629559e-05,
187
+ "lm_loss": 0.03598100692033768,
188
+ "order_loss": 41.75,
189
+ "ret_loss": 0.0,
190
+ "pretrain_loss": 0.0,
191
+ "total_loss": 4.223481178283691
192
+ },
193
+ {
194
+ "global_step": 400,
195
+ "optimizer_step": 50,
196
+ "lr": 4.955323054879298e-05,
197
+ "lm_loss": 0.10630018264055252,
198
+ "order_loss": 47.25,
199
+ "ret_loss": 0.0,
200
+ "pretrain_loss": 0.0,
201
+ "total_loss": 4.825050354003906
202
+ },
203
+ {
204
+ "global_step": 420,
205
+ "optimizer_step": 52,
206
+ "lr": 4.948482772521345e-05,
207
+ "lm_loss": 0.11145680397748947,
208
+ "order_loss": 66.0,
209
+ "ret_loss": 0.0,
210
+ "pretrain_loss": 0.0,
211
+ "total_loss": 6.705206871032715
212
+ },
213
+ {
214
+ "global_step": 440,
215
+ "optimizer_step": 55,
216
+ "lr": 4.937319780454559e-05,
217
+ "lm_loss": 0.18087011575698853,
218
+ "order_loss": 54.5,
219
+ "ret_loss": 0.0,
220
+ "pretrain_loss": 0.0,
221
+ "total_loss": 5.618370056152344
222
+ },
223
+ {
224
+ "global_step": 460,
225
+ "optimizer_step": 57,
226
+ "lr": 4.929278208117378e-05,
227
+ "lm_loss": 0.6563955545425415,
228
+ "order_loss": 59.75,
229
+ "ret_loss": 0.0,
230
+ "pretrain_loss": 0.0,
231
+ "total_loss": 6.625145435333252
232
+ },
233
+ {
234
+ "global_step": 480,
235
+ "optimizer_step": 60,
236
+ "lr": 4.916320437477008e-05,
237
+ "lm_loss": 0.32431942224502563,
238
+ "order_loss": 57.25,
239
+ "ret_loss": 0.0,
240
+ "pretrain_loss": 0.0,
241
+ "total_loss": 6.043069362640381
242
+ },
243
+ {
244
+ "global_step": 500,
245
+ "optimizer_step": 62,
246
+ "lr": 4.907087460240999e-05,
247
+ "lm_loss": 0.14991332590579987,
248
+ "order_loss": 61.25,
249
+ "ret_loss": 0.0,
250
+ "pretrain_loss": 0.0,
251
+ "total_loss": 6.274913311004639
252
+ },
253
+ {
254
+ "global_step": 520,
255
+ "optimizer_step": 65,
256
+ "lr": 4.892350839330522e-05,
257
+ "lm_loss": 0.1010974645614624,
258
+ "order_loss": 50.75,
259
+ "ret_loss": 0.0,
260
+ "pretrain_loss": 0.0,
261
+ "total_loss": 5.163597583770752
262
+ },
263
+ {
264
+ "global_step": 540,
265
+ "optimizer_step": 67,
266
+ "lr": 4.881937806807241e-05,
267
+ "lm_loss": 0.15496166050434113,
268
+ "order_loss": 56.25,
269
+ "ret_loss": 0.0,
270
+ "pretrain_loss": 0.0,
271
+ "total_loss": 5.779961585998535
272
+ },
273
+ {
274
+ "global_step": 560,
275
+ "optimizer_step": 70,
276
+ "lr": 4.865440450576874e-05,
277
+ "lm_loss": 0.026232725009322166,
278
+ "order_loss": 56.75,
279
+ "ret_loss": 0.0,
280
+ "pretrain_loss": 0.0,
281
+ "total_loss": 5.713732719421387
282
+ },
283
+ {
284
+ "global_step": 580,
285
+ "optimizer_step": 72,
286
+ "lr": 4.853860162957552e-05,
287
+ "lm_loss": 0.09959332644939423,
288
+ "order_loss": 57.0,
289
+ "ret_loss": 0.0,
290
+ "pretrain_loss": 0.0,
291
+ "total_loss": 5.787093162536621
292
+ },
293
+ {
294
+ "global_step": 600,
295
+ "optimizer_step": 75,
296
+ "lr": 4.8356223507364996e-05,
297
+ "lm_loss": 0.01794126257300377,
298
+ "order_loss": 52.75,
299
+ "ret_loss": 0.0,
300
+ "pretrain_loss": 0.0,
301
+ "total_loss": 5.299191474914551
302
+ },
303
+ {
304
+ "global_step": 620,
305
+ "optimizer_step": 77,
306
+ "lr": 4.822889043057446e-05,
307
+ "lm_loss": 0.26736268401145935,
308
+ "order_loss": 49.5,
309
+ "ret_loss": 0.0,
310
+ "pretrain_loss": 0.0,
311
+ "total_loss": 5.204862594604492
312
+ },
313
+ {
314
+ "global_step": 640,
315
+ "optimizer_step": 80,
316
+ "lr": 4.802933193625593e-05,
317
+ "lm_loss": 0.007746524177491665,
318
+ "order_loss": 67.0,
319
+ "ret_loss": 0.0,
320
+ "pretrain_loss": 0.0,
321
+ "total_loss": 6.695246696472168
322
+ },
323
+ {
324
+ "global_step": 660,
325
+ "optimizer_step": 82,
326
+ "lr": 4.789062518269812e-05,
327
+ "lm_loss": 0.03736429661512375,
328
+ "order_loss": 52.75,
329
+ "ret_loss": 0.0,
330
+ "pretrain_loss": 0.0,
331
+ "total_loss": 5.318614482879639
332
+ },
333
+ {
334
+ "global_step": 680,
335
+ "optimizer_step": 85,
336
+ "lr": 4.767413162299501e-05,
337
+ "lm_loss": 0.06276468187570572,
338
+ "order_loss": 59.75,
339
+ "ret_loss": 0.0,
340
+ "pretrain_loss": 0.0,
341
+ "total_loss": 6.031514644622803
342
+ },
343
+ {
344
+ "global_step": 700,
345
+ "optimizer_step": 87,
346
+ "lr": 4.752422169756048e-05,
347
+ "lm_loss": 0.22046461701393127,
348
+ "order_loss": 67.5,
349
+ "ret_loss": 0.0,
350
+ "pretrain_loss": 0.0,
351
+ "total_loss": 6.970464706420898
352
+ },
353
+ {
354
+ "global_step": 720,
355
+ "optimizer_step": 90,
356
+ "lr": 4.729105919657818e-05,
357
+ "lm_loss": 0.4013015925884247,
358
+ "order_loss": 57.5,
359
+ "ret_loss": 0.0,
360
+ "pretrain_loss": 0.0,
361
+ "total_loss": 6.151301383972168
362
+ },
363
+ {
364
+ "global_step": 740,
365
+ "optimizer_step": 92,
366
+ "lr": 4.7130130375625305e-05,
367
+ "lm_loss": 0.15300190448760986,
368
+ "order_loss": 55.0,
369
+ "ret_loss": 0.0,
370
+ "pretrain_loss": 0.0,
371
+ "total_loss": 5.65300178527832
372
+ },
373
+ {
374
+ "global_step": 760,
375
+ "optimizer_step": 95,
376
+ "lr": 4.6880585547718845e-05,
377
+ "lm_loss": 0.3297501802444458,
378
+ "order_loss": 57.5,
379
+ "ret_loss": 0.0,
380
+ "pretrain_loss": 0.0,
381
+ "total_loss": 6.079750061035156
382
+ },
383
+ {
384
+ "global_step": 780,
385
+ "optimizer_step": 97,
386
+ "lr": 4.670883565255264e-05,
387
+ "lm_loss": 0.017043394967913628,
388
+ "order_loss": 62.5,
389
+ "ret_loss": 0.0,
390
+ "pretrain_loss": 0.0,
391
+ "total_loss": 6.267043590545654
392
+ },
393
+ {
394
+ "global_step": 800,
395
+ "optimizer_step": 100,
396
+ "lr": 4.6443215250006806e-05,
397
+ "lm_loss": 0.3523687720298767,
398
+ "order_loss": 56.0,
399
+ "ret_loss": 0.0,
400
+ "pretrain_loss": 0.0,
401
+ "total_loss": 5.9461188316345215
402
+ },
403
+ {
404
+ "global_step": 820,
405
+ "optimizer_step": 102,
406
+ "lr": 4.626085540370762e-05,
407
+ "lm_loss": 0.012201391160488129,
408
+ "order_loss": 57.75,
409
+ "ret_loss": 0.0,
410
+ "pretrain_loss": 0.0,
411
+ "total_loss": 5.793451309204102
412
+ },
413
+ {
414
+ "global_step": 840,
415
+ "optimizer_step": 105,
416
+ "lr": 4.597948593966256e-05,
417
+ "lm_loss": 0.07073015719652176,
418
+ "order_loss": 59.75,
419
+ "ret_loss": 0.0,
420
+ "pretrain_loss": 0.0,
421
+ "total_loss": 6.039480209350586
422
+ },
423
+ {
424
+ "global_step": 860,
425
+ "optimizer_step": 107,
426
+ "lr": 4.5786740307563636e-05,
427
+ "lm_loss": 0.0668209120631218,
428
+ "order_loss": 63.75,
429
+ "ret_loss": 0.0,
430
+ "pretrain_loss": 0.0,
431
+ "total_loss": 6.441821098327637
432
+ },
433
+ {
434
+ "global_step": 880,
435
+ "optimizer_step": 110,
436
+ "lr": 4.5489967654649474e-05,
437
+ "lm_loss": 0.1039772778749466,
438
+ "order_loss": 63.25,
439
+ "ret_loss": 0.0,
440
+ "pretrain_loss": 0.0,
441
+ "total_loss": 6.416477203369141
442
+ },
443
+ {
444
+ "global_step": 900,
445
+ "optimizer_step": 112,
446
+ "lr": 4.528707316878232e-05,
447
+ "lm_loss": 0.1377195566892624,
448
+ "order_loss": 49.25,
449
+ "ret_loss": 0.0,
450
+ "pretrain_loss": 0.0,
451
+ "total_loss": 5.075219631195068
452
+ },
453
+ {
454
+ "global_step": 920,
455
+ "optimizer_step": 115,
456
+ "lr": 4.497526213395623e-05,
457
+ "lm_loss": 0.1522826999425888,
458
+ "order_loss": 55.75,
459
+ "ret_loss": 0.0,
460
+ "pretrain_loss": 0.0,
461
+ "total_loss": 5.71478271484375
462
+ },
463
+ {
464
+ "global_step": 940,
465
+ "optimizer_step": 117,
466
+ "lr": 4.476246820180259e-05,
467
+ "lm_loss": 0.6368707418441772,
468
+ "order_loss": 52.25,
469
+ "ret_loss": 0.0,
470
+ "pretrain_loss": 0.0,
471
+ "total_loss": 5.855620861053467
472
+ },
473
+ {
474
+ "global_step": 960,
475
+ "optimizer_step": 120,
476
+ "lr": 4.443600207791081e-05,
477
+ "lm_loss": 0.2829626798629761,
478
+ "order_loss": 61.5,
479
+ "ret_loss": 0.0,
480
+ "pretrain_loss": 0.0,
481
+ "total_loss": 6.439212799072266
482
+ },
483
+ {
484
+ "global_step": 980,
485
+ "optimizer_step": 122,
486
+ "lr": 4.421357027581921e-05,
487
+ "lm_loss": 0.8739344477653503,
488
+ "order_loss": 55.25,
489
+ "ret_loss": 0.0,
490
+ "pretrain_loss": 0.0,
491
+ "total_loss": 6.405184268951416
492
+ },
493
+ {
494
+ "global_step": 1000,
495
+ "optimizer_step": 125,
496
+ "lr": 4.38728503704354e-05,
497
+ "lm_loss": 0.07859532535076141,
498
+ "order_loss": 55.5,
499
+ "ret_loss": 0.0,
500
+ "pretrain_loss": 0.0,
501
+ "total_loss": 5.641095161437988
502
+ },
503
+ {
504
+ "global_step": 1020,
505
+ "optimizer_step": 127,
506
+ "lr": 4.364105412207914e-05,
507
+ "lm_loss": 0.25118908286094666,
508
+ "order_loss": 45.0,
509
+ "ret_loss": 0.0,
510
+ "pretrain_loss": 0.0,
511
+ "total_loss": 4.751189231872559
512
+ },
513
+ {
514
+ "global_step": 1040,
515
+ "optimizer_step": 130,
516
+ "lr": 4.328649926419819e-05,
517
+ "lm_loss": 0.06467773020267487,
518
+ "order_loss": 52.25,
519
+ "ret_loss": 0.0,
520
+ "pretrain_loss": 0.0,
521
+ "total_loss": 5.283427715301514
522
+ },
523
+ {
524
+ "global_step": 1060,
525
+ "optimizer_step": 132,
526
+ "lr": 4.304562350447008e-05,
527
+ "lm_loss": 0.18095380067825317,
528
+ "order_loss": 56.0,
529
+ "ret_loss": 0.0,
530
+ "pretrain_loss": 0.0,
531
+ "total_loss": 5.7747039794921875
532
+ },
533
+ {
534
+ "global_step": 1080,
535
+ "optimizer_step": 135,
536
+ "lr": 4.267766952966369e-05,
537
+ "lm_loss": 0.02313944138586521,
538
+ "order_loss": 62.5,
539
+ "ret_loss": 0.0,
540
+ "pretrain_loss": 0.0,
541
+ "total_loss": 6.273139476776123
542
+ },
543
+ {
544
+ "global_step": 1100,
545
+ "optimizer_step": 137,
546
+ "lr": 4.242801035442058e-05,
547
+ "lm_loss": 0.5191475749015808,
548
+ "order_loss": 62.0,
549
+ "ret_loss": 0.0,
550
+ "pretrain_loss": 0.0,
551
+ "total_loss": 6.7066473960876465
552
+ },
553
+ {
554
+ "global_step": 1120,
555
+ "optimizer_step": 140,
556
+ "lr": 4.204710956908763e-05,
557
+ "lm_loss": 0.81064772605896,
558
+ "order_loss": 62.0,
559
+ "ret_loss": 0.0,
560
+ "pretrain_loss": 0.0,
561
+ "total_loss": 6.998147964477539
562
+ },
563
+ {
564
+ "global_step": 1140,
565
+ "optimizer_step": 142,
566
+ "lr": 4.178897387117546e-05,
567
+ "lm_loss": 0.0647754892706871,
568
+ "order_loss": 61.0,
569
+ "ret_loss": 0.0,
570
+ "pretrain_loss": 0.0,
571
+ "total_loss": 6.158525466918945
572
+ },
573
+ {
574
+ "global_step": 1160,
575
+ "optimizer_step": 145,
576
+ "lr": 4.139559449654561e-05,
577
+ "lm_loss": 0.048019688576459885,
578
+ "order_loss": 53.5,
579
+ "ret_loss": 0.0,
580
+ "pretrain_loss": 0.0,
581
+ "total_loss": 5.391769886016846
582
+ },
583
+ {
584
+ "global_step": 1180,
585
+ "optimizer_step": 147,
586
+ "lr": 4.1129299588552193e-05,
587
+ "lm_loss": 0.160772904753685,
588
+ "order_loss": 61.25,
589
+ "ret_loss": 0.0,
590
+ "pretrain_loss": 0.0,
591
+ "total_loss": 6.285772800445557
592
+ },
593
+ {
594
+ "global_step": 1200,
595
+ "optimizer_step": 150,
596
+ "lr": 4.072392518512623e-05,
597
+ "lm_loss": 0.4824674129486084,
598
+ "order_loss": 63.5,
599
+ "ret_loss": 0.0,
600
+ "pretrain_loss": 0.0,
601
+ "total_loss": 6.8262176513671875
602
+ },
603
+ {
604
+ "global_step": 1220,
605
+ "optimizer_step": 152,
606
+ "lr": 4.0449798409325665e-05,
607
+ "lm_loss": 0.05526652932167053,
608
+ "order_loss": 52.5,
609
+ "ret_loss": 0.0,
610
+ "pretrain_loss": 0.0,
611
+ "total_loss": 5.305266380310059
612
+ },
613
+ {
614
+ "global_step": 1240,
615
+ "optimizer_step": 155,
616
+ "lr": 4.0032927282460146e-05,
617
+ "lm_loss": 0.33561477065086365,
618
+ "order_loss": 60.25,
619
+ "ret_loss": 0.0,
620
+ "pretrain_loss": 0.0,
621
+ "total_loss": 6.3668646812438965
622
+ },
623
+ {
624
+ "global_step": 1260,
625
+ "optimizer_step": 157,
626
+ "lr": 3.9751305608428205e-05,
627
+ "lm_loss": 0.17131206393241882,
628
+ "order_loss": 57.0,
629
+ "ret_loss": 0.0,
630
+ "pretrain_loss": 0.0,
631
+ "total_loss": 5.858811855316162
632
+ },
633
+ {
634
+ "global_step": 1280,
635
+ "optimizer_step": 160,
636
+ "lr": 3.932345019579495e-05,
637
+ "lm_loss": 0.04662935063242912,
638
+ "order_loss": 61.75,
639
+ "ret_loss": 0.0,
640
+ "pretrain_loss": 0.0,
641
+ "total_loss": 6.234129428863525
642
+ },
643
+ {
644
+ "global_step": 1300,
645
+ "optimizer_step": 162,
646
+ "lr": 3.90346798061902e-05,
647
+ "lm_loss": 0.050219446420669556,
648
+ "order_loss": 50.25,
649
+ "ret_loss": 0.0,
650
+ "pretrain_loss": 0.0,
651
+ "total_loss": 5.081469535827637
652
+ },
653
+ {
654
+ "global_step": 1320,
655
+ "optimizer_step": 165,
656
+ "lr": 3.859636604786372e-05,
657
+ "lm_loss": 0.34347474575042725,
658
+ "order_loss": 48.0,
659
+ "ret_loss": 0.0,
660
+ "pretrain_loss": 0.0,
661
+ "total_loss": 5.155974864959717
662
+ },
663
+ {
664
+ "global_step": 1340,
665
+ "optimizer_step": 167,
666
+ "lr": 3.830080191288342e-05,
667
+ "lm_loss": 0.4303498864173889,
668
+ "order_loss": 54.5,
669
+ "ret_loss": 0.0,
670
+ "pretrain_loss": 0.0,
671
+ "total_loss": 5.867849826812744
672
+ },
673
+ {
674
+ "global_step": 1360,
675
+ "optimizer_step": 170,
676
+ "lr": 3.785256860483054e-05,
677
+ "lm_loss": 0.07431875914335251,
678
+ "order_loss": 53.5,
679
+ "ret_loss": 0.0,
680
+ "pretrain_loss": 0.0,
681
+ "total_loss": 5.418068885803223
682
+ },
683
+ {
684
+ "global_step": 1380,
685
+ "optimizer_step": 172,
686
+ "lr": 3.755057404586455e-05,
687
+ "lm_loss": 0.14596708118915558,
688
+ "order_loss": 39.25,
689
+ "ret_loss": 0.0,
690
+ "pretrain_loss": 0.0,
691
+ "total_loss": 4.06784200668335
692
+ },
693
+ {
694
+ "global_step": 1400,
695
+ "optimizer_step": 175,
696
+ "lr": 3.7092972177631e-05,
697
+ "lm_loss": 0.13190682232379913,
698
+ "order_loss": 65.0,
699
+ "ret_loss": 0.0,
700
+ "pretrain_loss": 0.0,
701
+ "total_loss": 6.631906986236572
702
+ },
703
+ {
704
+ "global_step": 1420,
705
+ "optimizer_step": 177,
706
+ "lr": 3.678491842064995e-05,
707
+ "lm_loss": 0.15802578628063202,
708
+ "order_loss": 51.25,
709
+ "ret_loss": 0.0,
710
+ "pretrain_loss": 0.0,
711
+ "total_loss": 5.283025741577148
712
+ },
713
+ {
714
+ "global_step": 1440,
715
+ "optimizer_step": 180,
716
+ "lr": 3.631851049805793e-05,
717
+ "lm_loss": 0.30685389041900635,
718
+ "order_loss": 45.5,
719
+ "ret_loss": 0.0,
720
+ "pretrain_loss": 0.0,
721
+ "total_loss": 4.869353771209717
722
+ },
723
+ {
724
+ "global_step": 1460,
725
+ "optimizer_step": 182,
726
+ "lr": 3.600477621728473e-05,
727
+ "lm_loss": 0.01724999025464058,
728
+ "order_loss": 56.25,
729
+ "ret_loss": 0.0,
730
+ "pretrain_loss": 0.0,
731
+ "total_loss": 5.642250061035156
732
+ },
733
+ {
734
+ "global_step": 1480,
735
+ "optimizer_step": 185,
736
+ "lr": 3.5530135570974274e-05,
737
+ "lm_loss": 0.25045639276504517,
738
+ "order_loss": 50.5,
739
+ "ret_loss": 0.0,
740
+ "pretrain_loss": 0.0,
741
+ "total_loss": 5.3129563331604
742
+ },
743
+ {
744
+ "global_step": 1500,
745
+ "optimizer_step": 187,
746
+ "lr": 3.521110642339991e-05,
747
+ "lm_loss": 0.4265330731868744,
748
+ "order_loss": 52.75,
749
+ "ret_loss": 0.0,
750
+ "pretrain_loss": 0.0,
751
+ "total_loss": 5.707783222198486
752
+ },
753
+ {
754
+ "global_step": 1520,
755
+ "optimizer_step": 190,
756
+ "lr": 3.4728816504063726e-05,
757
+ "lm_loss": 0.23969930410385132,
758
+ "order_loss": 61.75,
759
+ "ret_loss": 0.0,
760
+ "pretrain_loss": 0.0,
761
+ "total_loss": 6.427199363708496
762
+ },
763
+ {
764
+ "global_step": 1540,
765
+ "optimizer_step": 192,
766
+ "lr": 3.440488465537943e-05,
767
+ "lm_loss": 0.006110867951065302,
768
+ "order_loss": 65.0,
769
+ "ret_loss": 0.0,
770
+ "pretrain_loss": 0.0,
771
+ "total_loss": 6.506110668182373
772
+ },
773
+ {
774
+ "global_step": 1560,
775
+ "optimizer_step": 195,
776
+ "lr": 3.391553831655782e-05,
777
+ "lm_loss": 0.01415237132459879,
778
+ "order_loss": 49.25,
779
+ "ret_loss": 0.0,
780
+ "pretrain_loss": 0.0,
781
+ "total_loss": 4.951652526855469
782
+ },
783
+ {
784
+ "global_step": 1580,
785
+ "optimizer_step": 197,
786
+ "lr": 3.358710195908653e-05,
787
+ "lm_loss": 0.2871032953262329,
788
+ "order_loss": 70.0,
789
+ "ret_loss": 0.0,
790
+ "pretrain_loss": 0.0,
791
+ "total_loss": 7.287103176116943
792
+ },
793
+ {
794
+ "global_step": 1600,
795
+ "optimizer_step": 200,
796
+ "lr": 3.309130072840379e-05,
797
+ "lm_loss": 0.23844397068023682,
798
+ "order_loss": 58.0,
799
+ "ret_loss": 0.0,
800
+ "pretrain_loss": 0.0,
801
+ "total_loss": 6.050943851470947
802
+ },
803
+ {
804
+ "global_step": 1620,
805
+ "optimizer_step": 202,
806
+ "lr": 3.2758763591623295e-05,
807
+ "lm_loss": 0.1546662300825119,
808
+ "order_loss": 50.25,
809
+ "ret_loss": 0.0,
810
+ "pretrain_loss": 0.0,
811
+ "total_loss": 5.185916423797607
812
+ },
813
+ {
814
+ "global_step": 1640,
815
+ "optimizer_step": 205,
816
+ "lr": 3.225711693136156e-05,
817
+ "lm_loss": 0.08392491936683655,
818
+ "order_loss": 60.75,
819
+ "ret_loss": 0.0,
820
+ "pretrain_loss": 0.0,
821
+ "total_loss": 6.146424770355225
822
+ },
823
+ {
824
+ "global_step": 1660,
825
+ "optimizer_step": 207,
826
+ "lr": 3.1920887785621235e-05,
827
+ "lm_loss": 0.043332748115062714,
828
+ "order_loss": 61.75,
829
+ "ret_loss": 0.0,
830
+ "pretrain_loss": 0.0,
831
+ "total_loss": 6.230832576751709
832
+ },
833
+ {
834
+ "global_step": 1680,
835
+ "optimizer_step": 210,
836
+ "lr": 3.141401234354067e-05,
837
+ "lm_loss": 0.13834291696548462,
838
+ "order_loss": 49.75,
839
+ "ret_loss": 0.0,
840
+ "pretrain_loss": 0.0,
841
+ "total_loss": 5.10709285736084
842
+ },
843
+ {
844
+ "global_step": 1700,
845
+ "optimizer_step": 212,
846
+ "lr": 3.10745044975816e-05,
847
+ "lm_loss": 0.2134607881307602,
848
+ "order_loss": 50.5,
849
+ "ret_loss": 0.0,
850
+ "pretrain_loss": 0.0,
851
+ "total_loss": 5.275960922241211
852
+ },
853
+ {
854
+ "global_step": 1720,
855
+ "optimizer_step": 215,
856
+ "lr": 3.056302334890786e-05,
857
+ "lm_loss": 0.01857478730380535,
858
+ "order_loss": 74.0,
859
+ "ret_loss": 0.0,
860
+ "pretrain_loss": 0.0,
861
+ "total_loss": 7.4248247146606445
862
+ },
863
+ {
864
+ "global_step": 1740,
865
+ "optimizer_step": 217,
866
+ "lr": 3.022065414180425e-05,
867
+ "lm_loss": 0.006793432869017124,
868
+ "order_loss": 62.5,
869
+ "ret_loss": 0.0,
870
+ "pretrain_loss": 0.0,
871
+ "total_loss": 6.25679349899292
872
+ },
873
+ {
874
+ "global_step": 1760,
875
+ "optimizer_step": 220,
876
+ "lr": 2.9705196023315006e-05,
877
+ "lm_loss": 0.013562669977545738,
878
+ "order_loss": 59.25,
879
+ "ret_loss": 0.0,
880
+ "pretrain_loss": 0.0,
881
+ "total_loss": 5.9510626792907715
882
+ },
883
+ {
884
+ "global_step": 1780,
885
+ "optimizer_step": 222,
886
+ "lr": 2.9360386311461275e-05,
887
+ "lm_loss": 0.0029967674054205418,
888
+ "order_loss": 47.25,
889
+ "ret_loss": 0.0,
890
+ "pretrain_loss": 0.0,
891
+ "total_loss": 4.721746921539307
892
+ },
893
+ {
894
+ "global_step": 1800,
895
+ "optimizer_step": 225,
896
+ "lr": 2.884158484861325e-05,
897
+ "lm_loss": 0.012671629898250103,
898
+ "order_loss": 57.5,
899
+ "ret_loss": 0.0,
900
+ "pretrain_loss": 0.0,
901
+ "total_loss": 5.76267147064209
902
+ },
903
+ {
904
+ "global_step": 1820,
905
+ "optimizer_step": 227,
906
+ "lr": 2.849475848838749e-05,
907
+ "lm_loss": 0.0835554227232933,
908
+ "order_loss": 39.5,
909
+ "ret_loss": 0.0,
910
+ "pretrain_loss": 0.0,
911
+ "total_loss": 4.036680221557617
912
+ },
913
+ {
914
+ "global_step": 1840,
915
+ "optimizer_step": 230,
916
+ "lr": 2.7973251416434175e-05,
917
+ "lm_loss": 0.05105651170015335,
918
+ "order_loss": 29.5,
919
+ "ret_loss": 0.0,
920
+ "pretrain_loss": 0.0,
921
+ "total_loss": 3.0041816234588623
922
+ },
923
+ {
924
+ "global_step": 1860,
925
+ "optimizer_step": 232,
926
+ "lr": 2.7624834743173867e-05,
927
+ "lm_loss": 0.5029534101486206,
928
+ "order_loss": 75.0,
929
+ "ret_loss": 0.0,
930
+ "pretrain_loss": 0.0,
931
+ "total_loss": 8.00295352935791
932
+ },
933
+ {
934
+ "global_step": 1880,
935
+ "optimizer_step": 235,
936
+ "lr": 2.710126312323119e-05,
937
+ "lm_loss": 0.12120761722326279,
938
+ "order_loss": 62.5,
939
+ "ret_loss": 0.0,
940
+ "pretrain_loss": 0.0,
941
+ "total_loss": 6.3712077140808105
942
+ },
943
+ {
944
+ "global_step": 1900,
945
+ "optimizer_step": 237,
946
+ "lr": 2.6751684427161683e-05,
947
+ "lm_loss": 0.17923295497894287,
948
+ "order_loss": 40.25,
949
+ "ret_loss": 0.0,
950
+ "pretrain_loss": 0.0,
951
+ "total_loss": 4.210483074188232
952
+ },
953
+ {
954
+ "global_step": 1920,
955
+ "optimizer_step": 240,
956
+ "lr": 2.6226691858185454e-05,
957
+ "lm_loss": 0.004263256676495075,
958
+ "order_loss": 45.0,
959
+ "ret_loss": 0.0,
960
+ "pretrain_loss": 0.0,
961
+ "total_loss": 4.504263401031494
962
+ },
963
+ {
964
+ "global_step": 1940,
965
+ "optimizer_step": 242,
966
+ "lr": 2.587638085794541e-05,
967
+ "lm_loss": 0.04619055613875389,
968
+ "order_loss": 56.5,
969
+ "ret_loss": 0.0,
970
+ "pretrain_loss": 0.0,
971
+ "total_loss": 5.7024407386779785
972
+ },
973
+ {
974
+ "global_step": 1960,
975
+ "optimizer_step": 245,
976
+ "lr": 2.535061268558906e-05,
977
+ "lm_loss": 0.11890175938606262,
978
+ "order_loss": 71.5,
979
+ "ret_loss": 0.0,
980
+ "pretrain_loss": 0.0,
981
+ "total_loss": 7.27515172958374
982
+ },
983
+ {
984
+ "global_step": 1980,
985
+ "optimizer_step": 247,
986
+ "lr": 2.5e-05,
987
+ "lm_loss": 0.25617969036102295,
988
+ "order_loss": 47.0,
989
+ "ret_loss": 0.0,
990
+ "pretrain_loss": 0.0,
991
+ "total_loss": 4.9436798095703125
992
+ },
993
+ {
994
+ "global_step": 2000,
995
+ "optimizer_step": 250,
996
+ "lr": 2.447410252332528e-05,
997
+ "lm_loss": 0.013576528988778591,
998
+ "order_loss": 54.5,
999
+ "ret_loss": 0.0,
1000
+ "pretrain_loss": 0.0,
1001
+ "total_loss": 5.451076507568359
1002
+ },
1003
+ {
1004
+ "global_step": 2020,
1005
+ "optimizer_step": 252,
1006
+ "lr": 2.4123619142054597e-05,
1007
+ "lm_loss": 0.04630662128329277,
1008
+ "order_loss": 50.0,
1009
+ "ret_loss": 0.0,
1010
+ "pretrain_loss": 0.0,
1011
+ "total_loss": 5.046306610107422
1012
+ },
1013
+ {
1014
+ "global_step": 2040,
1015
+ "optimizer_step": 255,
1016
+ "lr": 2.3598238819070202e-05,
1017
+ "lm_loss": 0.14818225800991058,
1018
+ "order_loss": 61.5,
1019
+ "ret_loss": 0.0,
1020
+ "pretrain_loss": 0.0,
1021
+ "total_loss": 6.304432392120361
1022
+ },
1023
+ {
1024
+ "global_step": 2060,
1025
+ "optimizer_step": 257,
1026
+ "lr": 2.3248315572838316e-05,
1027
+ "lm_loss": 0.0021958579309284687,
1028
+ "order_loss": 44.75,
1029
+ "ret_loss": 0.0,
1030
+ "pretrain_loss": 0.0,
1031
+ "total_loss": 4.470945835113525
1032
+ },
1033
+ {
1034
+ "global_step": 2080,
1035
+ "optimizer_step": 260,
1036
+ "lr": 2.272409822584325e-05,
1037
+ "lm_loss": 0.002902108011767268,
1038
+ "order_loss": 43.75,
1039
+ "ret_loss": 0.0,
1040
+ "pretrain_loss": 0.0,
1041
+ "total_loss": 4.377902030944824
1042
+ },
1043
+ {
1044
+ "global_step": 2100,
1045
+ "optimizer_step": 262,
1046
+ "lr": 2.237516525682614e-05,
1047
+ "lm_loss": 0.016654551029205322,
1048
+ "order_loss": 47.0,
1049
+ "ret_loss": 0.0,
1050
+ "pretrain_loss": 0.0,
1051
+ "total_loss": 4.7041544914245605
1052
+ },
1053
+ {
1054
+ "global_step": 2120,
1055
+ "optimizer_step": 265,
1056
+ "lr": 2.185275527853437e-05,
1057
+ "lm_loss": 0.012752072885632515,
1058
+ "order_loss": 43.0,
1059
+ "ret_loss": 0.0,
1060
+ "pretrain_loss": 0.0,
1061
+ "total_loss": 4.325252056121826
1062
+ },
1063
+ {
1064
+ "global_step": 2140,
1065
+ "optimizer_step": 267,
1066
+ "lr": 2.1505241511612522e-05,
1067
+ "lm_loss": 0.009639913216233253,
1068
+ "order_loss": 49.25,
1069
+ "ret_loss": 0.0,
1070
+ "pretrain_loss": 0.0,
1071
+ "total_loss": 4.947139739990234
1072
+ },
1073
+ {
1074
+ "global_step": 2160,
1075
+ "optimizer_step": 270,
1076
+ "lr": 2.0985281073035076e-05,
1077
+ "lm_loss": 0.11398650705814362,
1078
+ "order_loss": 44.25,
1079
+ "ret_loss": 0.0,
1080
+ "pretrain_loss": 0.0,
1081
+ "total_loss": 4.551486492156982
1082
+ },
1083
+ {
1084
+ "global_step": 2180,
1085
+ "optimizer_step": 272,
1086
+ "lr": 2.0639613688538734e-05,
1087
+ "lm_loss": 0.0007875743904151022,
1088
+ "order_loss": 51.0,
1089
+ "ret_loss": 0.0,
1090
+ "pretrain_loss": 0.0,
1091
+ "total_loss": 5.094537734985352
1092
+ },
1093
+ {
1094
+ "global_step": 2200,
1095
+ "optimizer_step": 275,
1096
+ "lr": 2.0122741949596797e-05,
1097
+ "lm_loss": 0.009382687509059906,
1098
+ "order_loss": 57.5,
1099
+ "ret_loss": 0.0,
1100
+ "pretrain_loss": 0.0,
1101
+ "total_loss": 5.759382724761963
1102
+ },
1103
+ {
1104
+ "global_step": 2220,
1105
+ "optimizer_step": 277,
1106
+ "lr": 1.977934585819576e-05,
1107
+ "lm_loss": 0.2916325628757477,
1108
+ "order_loss": 48.0,
1109
+ "ret_loss": 0.0,
1110
+ "pretrain_loss": 0.0,
1111
+ "total_loss": 5.104132652282715
1112
+ },
1113
+ {
1114
+ "global_step": 2240,
1115
+ "optimizer_step": 280,
1116
+ "lr": 1.9266198182035058e-05,
1117
+ "lm_loss": 0.006090455688536167,
1118
+ "order_loss": 61.5,
1119
+ "ret_loss": 0.0,
1120
+ "pretrain_loss": 0.0,
1121
+ "total_loss": 6.1623406410217285
1122
+ },
1123
+ {
1124
+ "global_step": 2260,
1125
+ "optimizer_step": 282,
1126
+ "lr": 1.8925495502418406e-05,
1127
+ "lm_loss": 0.06058869510889053,
1128
+ "order_loss": 56.25,
1129
+ "ret_loss": 0.0,
1130
+ "pretrain_loss": 0.0,
1131
+ "total_loss": 5.685588836669922
1132
+ },
1133
+ {
1134
+ "global_step": 2280,
1135
+ "optimizer_step": 285,
1136
+ "lr": 1.841670267439088e-05,
1137
+ "lm_loss": 0.0836532935500145,
1138
+ "order_loss": 51.75,
1139
+ "ret_loss": 0.0,
1140
+ "pretrain_loss": 0.0,
1141
+ "total_loss": 5.271153450012207
1142
+ },
1143
+ {
1144
+ "global_step": 2300,
1145
+ "optimizer_step": 287,
1146
+ "lr": 1.8079112214378768e-05,
1147
+ "lm_loss": 0.05897977575659752,
1148
+ "order_loss": 58.75,
1149
+ "ret_loss": 0.0,
1150
+ "pretrain_loss": 0.0,
1151
+ "total_loss": 5.9339799880981445
1152
+ },
1153
+ {
1154
+ "global_step": 2320,
1155
+ "optimizer_step": 290,
1156
+ "lr": 1.757529966665141e-05,
1157
+ "lm_loss": 0.1328563094139099,
1158
+ "order_loss": 66.5,
1159
+ "ret_loss": 0.0,
1160
+ "pretrain_loss": 0.0,
1161
+ "total_loss": 6.789106369018555
1162
+ },
1163
+ {
1164
+ "global_step": 2340,
1165
+ "optimizer_step": 292,
1166
+ "lr": 1.72412364083767e-05,
1167
+ "lm_loss": 0.044375427067279816,
1168
+ "order_loss": 63.25,
1169
+ "ret_loss": 0.0,
1170
+ "pretrain_loss": 0.0,
1171
+ "total_loss": 6.356875419616699
1172
+ },
1173
+ {
1174
+ "global_step": 2360,
1175
+ "optimizer_step": 295,
1176
+ "lr": 1.6743023451120832e-05,
1177
+ "lm_loss": 0.18005213141441345,
1178
+ "order_loss": 58.0,
1179
+ "ret_loss": 0.0,
1180
+ "pretrain_loss": 0.0,
1181
+ "total_loss": 5.992552280426025
1182
+ },
1183
+ {
1184
+ "global_step": 2380,
1185
+ "optimizer_step": 297,
1186
+ "lr": 1.641289804091347e-05,
1187
+ "lm_loss": 0.07155724614858627,
1188
+ "order_loss": 48.25,
1189
+ "ret_loss": 0.0,
1190
+ "pretrain_loss": 0.0,
1191
+ "total_loss": 4.88405704498291
1192
+ },
1193
+ {
1194
+ "global_step": 2400,
1195
+ "optimizer_step": 300,
1196
+ "lr": 1.5920897101019383e-05,
1197
+ "lm_loss": 0.21017329394817352,
1198
+ "order_loss": 48.0,
1199
+ "ret_loss": 0.0,
1200
+ "pretrain_loss": 0.0,
1201
+ "total_loss": 5.0226731300354
1202
+ },
1203
+ {
1204
+ "global_step": 2420,
1205
+ "optimizer_step": 302,
1206
+ "lr": 1.5595115344620576e-05,
1207
+ "lm_loss": 0.013050842098891735,
1208
+ "order_loss": 57.5,
1209
+ "ret_loss": 0.0,
1210
+ "pretrain_loss": 0.0,
1211
+ "total_loss": 5.7630510330200195
1212
+ },
1213
+ {
1214
+ "global_step": 2440,
1215
+ "optimizer_step": 305,
1216
+ "lr": 1.5109931212873534e-05,
1217
+ "lm_loss": 0.022372275590896606,
1218
+ "order_loss": 61.0,
1219
+ "ret_loss": 0.0,
1220
+ "pretrain_loss": 0.0,
1221
+ "total_loss": 6.116122245788574
1222
+ },
1223
+ {
1224
+ "global_step": 2460,
1225
+ "optimizer_step": 307,
1226
+ "lr": 1.4788893576600099e-05,
1227
+ "lm_loss": 0.2720758318901062,
1228
+ "order_loss": 64.5,
1229
+ "ret_loss": 0.0,
1230
+ "pretrain_loss": 0.0,
1231
+ "total_loss": 6.709575653076172
1232
+ },
1233
+ {
1234
+ "global_step": 2480,
1235
+ "optimizer_step": 310,
1236
+ "lr": 1.4311122664242954e-05,
1237
+ "lm_loss": 0.0060526239685714245,
1238
+ "order_loss": 51.5,
1239
+ "ret_loss": 0.0,
1240
+ "pretrain_loss": 0.0,
1241
+ "total_loss": 5.162302494049072
1242
+ },
1243
+ {
1244
+ "global_step": 2500,
1245
+ "optimizer_step": 312,
1246
+ "lr": 1.399522378271527e-05,
1247
+ "lm_loss": 0.8424654603004456,
1248
+ "order_loss": 57.0,
1249
+ "ret_loss": 0.0,
1250
+ "pretrain_loss": 0.0,
1251
+ "total_loss": 6.529965400695801
1252
+ },
1253
+ {
1254
+ "global_step": 2520,
1255
+ "optimizer_step": 315,
1256
+ "lr": 1.3525453388311554e-05,
1257
+ "lm_loss": 0.12010786682367325,
1258
+ "order_loss": 49.25,
1259
+ "ret_loss": 0.0,
1260
+ "pretrain_loss": 0.0,
1261
+ "total_loss": 5.057607650756836
1262
+ },
1263
+ {
1264
+ "global_step": 2540,
1265
+ "optimizer_step": 317,
1266
+ "lr": 1.3215081579350058e-05,
1267
+ "lm_loss": 0.6840029954910278,
1268
+ "order_loss": 47.0,
1269
+ "ret_loss": 0.0,
1270
+ "pretrain_loss": 0.0,
1271
+ "total_loss": 5.371502876281738
1272
+ },
1273
+ {
1274
+ "global_step": 2560,
1275
+ "optimizer_step": 320,
1276
+ "lr": 1.2753889166848909e-05,
1277
+ "lm_loss": 0.005617386195808649,
1278
+ "order_loss": 63.0,
1279
+ "ret_loss": 0.0,
1280
+ "pretrain_loss": 0.0,
1281
+ "total_loss": 6.318117618560791
1282
+ },
1283
+ {
1284
+ "global_step": 2580,
1285
+ "optimizer_step": 322,
1286
+ "lr": 1.2449425954135452e-05,
1287
+ "lm_loss": 0.009596875868737698,
1288
+ "order_loss": 46.0,
1289
+ "ret_loss": 0.0,
1290
+ "pretrain_loss": 0.0,
1291
+ "total_loss": 4.603346824645996
1292
+ },
1293
+ {
1294
+ "global_step": 2600,
1295
+ "optimizer_step": 325,
1296
+ "lr": 1.1997378443025634e-05,
1297
+ "lm_loss": 0.006365991663187742,
1298
+ "order_loss": 50.75,
1299
+ "ret_loss": 0.0,
1300
+ "pretrain_loss": 0.0,
1301
+ "total_loss": 5.068865776062012
1302
+ },
1303
+ {
1304
+ "global_step": 2620,
1305
+ "optimizer_step": 327,
1306
+ "lr": 1.1699198087116589e-05,
1307
+ "lm_loss": 0.0015480580041185021,
1308
+ "order_loss": 47.5,
1309
+ "ret_loss": 0.0,
1310
+ "pretrain_loss": 0.0,
1311
+ "total_loss": 4.7515482902526855
1312
+ },
1313
+ {
1314
+ "global_step": 2640,
1315
+ "optimizer_step": 330,
1316
+ "lr": 1.1256851155542298e-05,
1317
+ "lm_loss": 0.0021843877620995045,
1318
+ "order_loss": 56.75,
1319
+ "ret_loss": 0.0,
1320
+ "pretrain_loss": 0.0,
1321
+ "total_loss": 5.6896843910217285
1322
+ },
1323
+ {
1324
+ "global_step": 2660,
1325
+ "optimizer_step": 332,
1326
+ "lr": 1.0965320193809808e-05,
1327
+ "lm_loss": 0.01388256810605526,
1328
+ "order_loss": 52.5,
1329
+ "ret_loss": 0.0,
1330
+ "pretrain_loss": 0.0,
1331
+ "total_loss": 5.263882637023926
1332
+ },
1333
+ {
1334
+ "global_step": 2680,
1335
+ "optimizer_step": 335,
1336
+ "lr": 1.0533217595504858e-05,
1337
+ "lm_loss": 0.0009903698228299618,
1338
+ "order_loss": 53.5,
1339
+ "ret_loss": 0.0,
1340
+ "pretrain_loss": 0.0,
1341
+ "total_loss": 5.344740390777588
1342
+ },
1343
+ {
1344
+ "global_step": 2700,
1345
+ "optimizer_step": 337,
1346
+ "lr": 1.0248694391571801e-05,
1347
+ "lm_loss": 0.0581960529088974,
1348
+ "order_loss": 51.25,
1349
+ "ret_loss": 0.0,
1350
+ "pretrain_loss": 0.0,
1351
+ "total_loss": 5.183196067810059
1352
+ },
1353
+ {
1354
+ "global_step": 2720,
1355
+ "optimizer_step": 340,
1356
+ "lr": 9.82736728745186e-06,
1357
+ "lm_loss": 0.05928004905581474,
1358
+ "order_loss": 57.5,
1359
+ "ret_loss": 0.0,
1360
+ "pretrain_loss": 0.0,
1361
+ "total_loss": 5.809279918670654
1362
+ },
1363
+ {
1364
+ "global_step": 2740,
1365
+ "optimizer_step": 342,
1366
+ "lr": 9.550201590674343e-06,
1367
+ "lm_loss": 0.00916436966508627,
1368
+ "order_loss": 51.5,
1369
+ "ret_loss": 0.0,
1370
+ "pretrain_loss": 0.0,
1371
+ "total_loss": 5.165414333343506
1372
+ },
1373
+ {
1374
+ "global_step": 2760,
1375
+ "optimizer_step": 345,
1376
+ "lr": 9.140167895908867e-06,
1377
+ "lm_loss": 0.02078745700418949,
1378
+ "order_loss": 45.25,
1379
+ "ret_loss": 0.0,
1380
+ "pretrain_loss": 0.0,
1381
+ "total_loss": 4.552037239074707
1382
+ },
1383
+ {
1384
+ "global_step": 2780,
1385
+ "optimizer_step": 347,
1386
+ "lr": 8.870700411447816e-06,
1387
+ "lm_loss": 0.0645354613661766,
1388
+ "order_loss": 51.75,
1389
+ "ret_loss": 0.0,
1390
+ "pretrain_loss": 0.0,
1391
+ "total_loss": 5.252035617828369
1392
+ },
1393
+ {
1394
+ "global_step": 2800,
1395
+ "optimizer_step": 350,
1396
+ "lr": 8.472464158814255e-06,
1397
+ "lm_loss": 0.03742121905088425,
1398
+ "order_loss": 45.0,
1399
+ "ret_loss": 0.0,
1400
+ "pretrain_loss": 0.0,
1401
+ "total_loss": 4.537421226501465
1402
+ },
1403
+ {
1404
+ "global_step": 2820,
1405
+ "optimizer_step": 352,
1406
+ "lr": 8.211026128824539e-06,
1407
+ "lm_loss": 0.004177003167569637,
1408
+ "order_loss": 56.0,
1409
+ "ret_loss": 0.0,
1410
+ "pretrain_loss": 0.0,
1411
+ "total_loss": 5.597927093505859
1412
+ },
1413
+ {
1414
+ "global_step": 2840,
1415
+ "optimizer_step": 355,
1416
+ "lr": 7.825076849127458e-06,
1417
+ "lm_loss": 0.017688076943159103,
1418
+ "order_loss": 66.5,
1419
+ "ret_loss": 0.0,
1420
+ "pretrain_loss": 0.0,
1421
+ "total_loss": 6.673938274383545
1422
+ },
1423
+ {
1424
+ "global_step": 2860,
1425
+ "optimizer_step": 357,
1426
+ "lr": 7.571989645579419e-06,
1427
+ "lm_loss": 0.0998288244009018,
1428
+ "order_loss": 60.0,
1429
+ "ret_loss": 0.0,
1430
+ "pretrain_loss": 0.0,
1431
+ "total_loss": 6.099828720092773
1432
+ },
1433
+ {
1434
+ "global_step": 2880,
1435
+ "optimizer_step": 360,
1436
+ "lr": 7.198801765896115e-06,
1437
+ "lm_loss": 0.24300594627857208,
1438
+ "order_loss": 64.0,
1439
+ "ret_loss": 0.0,
1440
+ "pretrain_loss": 0.0,
1441
+ "total_loss": 6.649255752563477
1442
+ },
1443
+ {
1444
+ "global_step": 2900,
1445
+ "optimizer_step": 362,
1446
+ "lr": 6.9543764955299265e-06,
1447
+ "lm_loss": 0.03150952234864235,
1448
+ "order_loss": 49.25,
1449
+ "ret_loss": 0.0,
1450
+ "pretrain_loss": 0.0,
1451
+ "total_loss": 4.9690093994140625
1452
+ },
1453
+ {
1454
+ "global_step": 2920,
1455
+ "optimizer_step": 365,
1456
+ "lr": 6.594408756022272e-06,
1457
+ "lm_loss": 0.1402754932641983,
1458
+ "order_loss": 58.25,
1459
+ "ret_loss": 0.0,
1460
+ "pretrain_loss": 0.0,
1461
+ "total_loss": 5.952775478363037
1462
+ },
1463
+ {
1464
+ "global_step": 2940,
1465
+ "optimizer_step": 367,
1466
+ "lr": 6.358945877920861e-06,
1467
+ "lm_loss": 0.002310896525159478,
1468
+ "order_loss": 51.75,
1469
+ "ret_loss": 0.0,
1470
+ "pretrain_loss": 0.0,
1471
+ "total_loss": 5.189810752868652
1472
+ },
1473
+ {
1474
+ "global_step": 2960,
1475
+ "optimizer_step": 370,
1476
+ "lr": 6.012640767930217e-06,
1477
+ "lm_loss": 0.018192529678344727,
1478
+ "order_loss": 54.0,
1479
+ "ret_loss": 0.0,
1480
+ "pretrain_loss": 0.0,
1481
+ "total_loss": 5.424442291259766
1482
+ },
1483
+ {
1484
+ "global_step": 2980,
1485
+ "optimizer_step": 372,
1486
+ "lr": 5.7864297241808e-06,
1487
+ "lm_loss": 0.00038043089443817735,
1488
+ "order_loss": 55.5,
1489
+ "ret_loss": 0.0,
1490
+ "pretrain_loss": 0.0,
1491
+ "total_loss": 5.562880516052246
1492
+ },
1493
+ {
1494
+ "global_step": 3000,
1495
+ "optimizer_step": 375,
1496
+ "lr": 5.454212938299255e-06,
1497
+ "lm_loss": 0.0005834042676724494,
1498
+ "order_loss": 41.0,
1499
+ "ret_loss": 0.0,
1500
+ "pretrain_loss": 0.0,
1501
+ "total_loss": 4.094333171844482
1502
+ },
1503
+ {
1504
+ "global_step": 3020,
1505
+ "optimizer_step": 377,
1506
+ "lr": 5.237531798197415e-06,
1507
+ "lm_loss": 0.00628126272931695,
1508
+ "order_loss": 49.75,
1509
+ "ret_loss": 0.0,
1510
+ "pretrain_loss": 0.0,
1511
+ "total_loss": 4.97503137588501
1512
+ },
1513
+ {
1514
+ "global_step": 3040,
1515
+ "optimizer_step": 380,
1516
+ "lr": 4.91981171298388e-06,
1517
+ "lm_loss": 0.006694844923913479,
1518
+ "order_loss": 51.5,
1519
+ "ret_loss": 0.0,
1520
+ "pretrain_loss": 0.0,
1521
+ "total_loss": 5.162944793701172
1522
+ },
1523
+ {
1524
+ "global_step": 3060,
1525
+ "optimizer_step": 382,
1526
+ "lr": 4.712926831217685e-06,
1527
+ "lm_loss": 0.12685316801071167,
1528
+ "order_loss": 49.75,
1529
+ "ret_loss": 0.0,
1530
+ "pretrain_loss": 0.0,
1531
+ "total_loss": 5.095602989196777
1532
+ },
1533
+ {
1534
+ "global_step": 3080,
1535
+ "optimizer_step": 385,
1536
+ "lr": 4.410094003202134e-06,
1537
+ "lm_loss": 0.009770600125193596,
1538
+ "order_loss": 45.0,
1539
+ "ret_loss": 0.0,
1540
+ "pretrain_loss": 0.0,
1541
+ "total_loss": 4.509770393371582
1542
+ },
1543
+ {
1544
+ "global_step": 3100,
1545
+ "optimizer_step": 387,
1546
+ "lr": 4.213259692436367e-06,
1547
+ "lm_loss": 0.002140387427061796,
1548
+ "order_loss": 49.75,
1549
+ "ret_loss": 0.0,
1550
+ "pretrain_loss": 0.0,
1551
+ "total_loss": 4.970890522003174
1552
+ },
1553
+ {
1554
+ "global_step": 3120,
1555
+ "optimizer_step": 390,
1556
+ "lr": 3.925686378029331e-06,
1557
+ "lm_loss": 0.00836945790797472,
1558
+ "order_loss": 56.75,
1559
+ "ret_loss": 0.0,
1560
+ "pretrain_loss": 0.0,
1561
+ "total_loss": 5.695869445800781
1562
+ },
1563
+ {
1564
+ "global_step": 3140,
1565
+ "optimizer_step": 392,
1566
+ "lr": 3.739144596292382e-06,
1567
+ "lm_loss": 0.12146015465259552,
1568
+ "order_loss": 57.75,
1569
+ "ret_loss": 0.0,
1570
+ "pretrain_loss": 0.0,
1571
+ "total_loss": 5.9027099609375
1572
+ },
1573
+ {
1574
+ "global_step": 3160,
1575
+ "optimizer_step": 395,
1576
+ "lr": 3.4671842941897765e-06,
1577
+ "lm_loss": 0.37217986583709717,
1578
+ "order_loss": 71.5,
1579
+ "ret_loss": 0.0,
1580
+ "pretrain_loss": 0.0,
1581
+ "total_loss": 7.528429985046387
1582
+ },
1583
+ {
1584
+ "global_step": 3180,
1585
+ "optimizer_step": 397,
1586
+ "lr": 3.2911643474473646e-06,
1587
+ "lm_loss": 0.00539372256025672,
1588
+ "order_loss": 56.25,
1589
+ "ret_loss": 0.0,
1590
+ "pretrain_loss": 0.0,
1591
+ "total_loss": 5.6303935050964355
1592
+ },
1593
+ {
1594
+ "global_step": 3200,
1595
+ "optimizer_step": 400,
1596
+ "lr": 3.035151364093214e-06,
1597
+ "lm_loss": 0.0002799053327180445,
1598
+ "order_loss": 60.0,
1599
+ "ret_loss": 0.0,
1600
+ "pretrain_loss": 0.0,
1601
+ "total_loss": 6.000279903411865
1602
+ },
1603
+ {
1604
+ "global_step": 3220,
1605
+ "optimizer_step": 402,
1606
+ "lr": 2.869869624374699e-06,
1607
+ "lm_loss": 0.13275915384292603,
1608
+ "order_loss": 44.25,
1609
+ "ret_loss": 0.0,
1610
+ "pretrain_loss": 0.0,
1611
+ "total_loss": 4.570259094238281
1612
+ },
1613
+ {
1614
+ "global_step": 3240,
1615
+ "optimizer_step": 405,
1616
+ "lr": 2.6301186630158485e-06,
1617
+ "lm_loss": 0.006312482059001923,
1618
+ "order_loss": 62.0,
1619
+ "ret_loss": 0.0,
1620
+ "pretrain_loss": 0.0,
1621
+ "total_loss": 6.193812370300293
1622
+ },
1623
+ {
1624
+ "global_step": 3260,
1625
+ "optimizer_step": 407,
1626
+ "lr": 2.475778302439524e-06,
1627
+ "lm_loss": 0.048964012414216995,
1628
+ "order_loss": 57.75,
1629
+ "ret_loss": 0.0,
1630
+ "pretrain_loss": 0.0,
1631
+ "total_loss": 5.830214023590088
1632
+ },
1633
+ {
1634
+ "global_step": 3280,
1635
+ "optimizer_step": 410,
1636
+ "lr": 2.2525840762775863e-06,
1637
+ "lm_loss": 0.2303650975227356,
1638
+ "order_loss": 59.25,
1639
+ "ret_loss": 0.0,
1640
+ "pretrain_loss": 0.0,
1641
+ "total_loss": 6.16786527633667
1642
+ },
1643
+ {
1644
+ "global_step": 3300,
1645
+ "optimizer_step": 412,
1646
+ "lr": 2.1093748173018848e-06,
1647
+ "lm_loss": 0.007891875691711903,
1648
+ "order_loss": 58.5,
1649
+ "ret_loss": 0.0,
1650
+ "pretrain_loss": 0.0,
1651
+ "total_loss": 5.851641654968262
1652
+ },
1653
+ {
1654
+ "global_step": 3320,
1655
+ "optimizer_step": 415,
1656
+ "lr": 1.9030116872178316e-06,
1657
+ "lm_loss": 0.013733092695474625,
1658
+ "order_loss": 68.5,
1659
+ "ret_loss": 0.0,
1660
+ "pretrain_loss": 0.0,
1661
+ "total_loss": 6.85748291015625
1662
+ },
1663
+ {
1664
+ "global_step": 3340,
1665
+ "optimizer_step": 417,
1666
+ "lr": 1.771109569425547e-06,
1667
+ "lm_loss": 0.021751023828983307,
1668
+ "order_loss": 63.25,
1669
+ "ret_loss": 0.0,
1670
+ "pretrain_loss": 0.0,
1671
+ "total_loss": 6.3342509269714355
1672
+ },
1673
+ {
1674
+ "global_step": 3360,
1675
+ "optimizer_step": 420,
1676
+ "lr": 1.5818312067223672e-06,
1677
+ "lm_loss": 0.12683044373989105,
1678
+ "order_loss": 44.5,
1679
+ "ret_loss": 0.0,
1680
+ "pretrain_loss": 0.0,
1681
+ "total_loss": 4.564330577850342
1682
+ },
1683
+ {
1684
+ "global_step": 3380,
1685
+ "optimizer_step": 422,
1686
+ "lr": 1.4613983704244826e-06,
1687
+ "lm_loss": 0.03174825385212898,
1688
+ "order_loss": 67.0,
1689
+ "ret_loss": 0.0,
1690
+ "pretrain_loss": 0.0,
1691
+ "total_loss": 6.719248294830322
1692
+ },
1693
+ {
1694
+ "global_step": 3400,
1695
+ "optimizer_step": 425,
1696
+ "lr": 1.2894374450024338e-06,
1697
+ "lm_loss": 0.009823920205235481,
1698
+ "order_loss": 57.75,
1699
+ "ret_loss": 0.0,
1700
+ "pretrain_loss": 0.0,
1701
+ "total_loss": 5.791073799133301
1702
+ },
1703
+ {
1704
+ "global_step": 3420,
1705
+ "optimizer_step": 427,
1706
+ "lr": 1.180621931927592e-06,
1707
+ "lm_loss": 0.010670330375432968,
1708
+ "order_loss": 45.75,
1709
+ "ret_loss": 0.0,
1710
+ "pretrain_loss": 0.0,
1711
+ "total_loss": 4.573170185089111
1712
+ },
1713
+ {
1714
+ "global_step": 3440,
1715
+ "optimizer_step": 430,
1716
+ "lr": 1.0261898262753812e-06,
1717
+ "lm_loss": 0.003456930862739682,
1718
+ "order_loss": 64.0,
1719
+ "ret_loss": 0.0,
1720
+ "pretrain_loss": 0.0,
1721
+ "total_loss": 6.409707069396973
1722
+ },
1723
+ {
1724
+ "global_step": 3460,
1725
+ "optimizer_step": 432,
1726
+ "lr": 9.291253975900139e-07,
1727
+ "lm_loss": 0.007835650816559792,
1728
+ "order_loss": 59.75,
1729
+ "ret_loss": 0.0,
1730
+ "pretrain_loss": 0.0,
1731
+ "total_loss": 5.976585865020752
1732
+ },
1733
+ {
1734
+ "global_step": 3480,
1735
+ "optimizer_step": 435,
1736
+ "lr": 7.924119469434665e-07,
1737
+ "lm_loss": 0.00920460931956768,
1738
+ "order_loss": 43.25,
1739
+ "ret_loss": 0.0,
1740
+ "pretrain_loss": 0.0,
1741
+ "total_loss": 4.321704387664795
1742
+ },
1743
+ {
1744
+ "global_step": 3500,
1745
+ "optimizer_step": 437,
1746
+ "lr": 7.072179188262251e-07,
1747
+ "lm_loss": 0.15896598994731903,
1748
+ "order_loss": 59.5,
1749
+ "ret_loss": 0.0,
1750
+ "pretrain_loss": 0.0,
1751
+ "total_loss": 6.096466064453125
1752
+ },
1753
+ {
1754
+ "global_step": 3520,
1755
+ "optimizer_step": 440,
1756
+ "lr": 5.883911778138324e-07,
1757
+ "lm_loss": 0.11559732258319855,
1758
+ "order_loss": 51.0,
1759
+ "ret_loss": 0.0,
1760
+ "pretrain_loss": 0.0,
1761
+ "total_loss": 5.209347248077393
1762
+ },
1763
+ {
1764
+ "global_step": 3540,
1765
+ "optimizer_step": 442,
1766
+ "lr": 5.151722747865434e-07,
1767
+ "lm_loss": 0.548110842704773,
1768
+ "order_loss": 56.25,
1769
+ "ret_loss": 0.0,
1770
+ "pretrain_loss": 0.0,
1771
+ "total_loss": 6.1731109619140625
1772
+ },
1773
+ {
1774
+ "global_step": 3560,
1775
+ "optimizer_step": 445,
1776
+ "lr": 4.1437831084878974e-07,
1777
+ "lm_loss": 0.2126510888338089,
1778
+ "order_loss": 49.25,
1779
+ "ret_loss": 0.0,
1780
+ "pretrain_loss": 0.0,
1781
+ "total_loss": 5.150151252746582
1782
+ },
1783
+ {
1784
+ "global_step": 3580,
1785
+ "optimizer_step": 447,
1786
+ "lr": 3.5322453704410286e-07,
1787
+ "lm_loss": 0.0028603943064808846,
1788
+ "order_loss": 50.5,
1789
+ "ret_loss": 0.0,
1790
+ "pretrain_loss": 0.0,
1791
+ "total_loss": 5.0653605461120605
1792
+ },
1793
+ {
1794
+ "global_step": 3600,
1795
+ "optimizer_step": 450,
1796
+ "lr": 2.705872508804747e-07,
1797
+ "lm_loss": 0.0031662171240895987,
1798
+ "order_loss": 64.0,
1799
+ "ret_loss": 0.0,
1800
+ "pretrain_loss": 0.0,
1801
+ "total_loss": 6.409416198730469
1802
+ },
1803
+ {
1804
+ "global_step": 3620,
1805
+ "optimizer_step": 452,
1806
+ "lr": 2.215737794045436e-07,
1807
+ "lm_loss": 0.052710987627506256,
1808
+ "order_loss": 62.75,
1809
+ "ret_loss": 0.0,
1810
+ "pretrain_loss": 0.0,
1811
+ "total_loss": 6.333961009979248
1812
+ },
1813
+ {
1814
+ "global_step": 3640,
1815
+ "optimizer_step": 455,
1816
+ "lr": 1.571947526689349e-07,
1817
+ "lm_loss": 0.008811240084469318,
1818
+ "order_loss": 66.5,
1819
+ "ret_loss": 0.0,
1820
+ "pretrain_loss": 0.0,
1821
+ "total_loss": 6.6650614738464355
1822
+ },
1823
+ {
1824
+ "global_step": 3660,
1825
+ "optimizer_step": 457,
1826
+ "lr": 1.2038183319507955e-07,
1827
+ "lm_loss": 0.005917538423091173,
1828
+ "order_loss": 33.75,
1829
+ "ret_loss": 0.0,
1830
+ "pretrain_loss": 0.0,
1831
+ "total_loss": 3.380917549133301
1832
+ },
1833
+ {
1834
+ "global_step": 3680,
1835
+ "optimizer_step": 460,
1836
+ "lr": 7.434020362682704e-08,
1837
+ "lm_loss": 0.032587382942438126,
1838
+ "order_loss": 55.0,
1839
+ "ret_loss": 0.0,
1840
+ "pretrain_loss": 0.0,
1841
+ "total_loss": 5.53258752822876
1842
+ },
1843
+ {
1844
+ "global_step": 3700,
1845
+ "optimizer_step": 462,
1846
+ "lr": 4.977308833379324e-08,
1847
+ "lm_loss": 0.0004790124949067831,
1848
+ "order_loss": 49.25,
1849
+ "ret_loss": 0.0,
1850
+ "pretrain_loss": 0.0,
1851
+ "total_loss": 4.937979221343994
1852
+ },
1853
+ {
1854
+ "global_step": 3720,
1855
+ "optimizer_step": 465,
1856
+ "lr": 2.2125452477828047e-08,
1857
+ "lm_loss": 0.01606699638068676,
1858
+ "order_loss": 38.5,
1859
+ "ret_loss": 0.0,
1860
+ "pretrain_loss": 0.0,
1861
+ "total_loss": 3.8598170280456543
1862
+ },
1863
+ {
1864
+ "global_step": 3740,
1865
+ "optimizer_step": 467,
1866
+ "lr": 9.834340423678368e-09,
1867
+ "lm_loss": 0.03486189246177673,
1868
+ "order_loss": 50.0,
1869
+ "ret_loss": 0.0,
1870
+ "pretrain_loss": 0.0,
1871
+ "total_loss": 5.034862041473389
1872
+ }
1873
+ ]
1874
+ }
cls_gemma_orderkd_last_l01/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/gemma-3-1b-it
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/gemma-3-1b-it
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.19.1
cls_gemma_orderkd_last_l01/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Gemma3ForCausalLM",
7
+ "parent_library": "transformers.models.gemma3.modeling_gemma3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/gemma-3-1b-it",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
cls_gemma_orderkd_last_l01/chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}
cls_gemma_orderkd_last_l01/checkpoint-200/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/gemma-3-1b-it
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/gemma-3-1b-it
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.19.1
cls_gemma_orderkd_last_l01/checkpoint-200/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Gemma3ForCausalLM",
7
+ "parent_library": "transformers.models.gemma3.modeling_gemma3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/gemma-3-1b-it",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
cls_gemma_orderkd_last_l01/checkpoint-200/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
cls_gemma_orderkd_last_l01/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
cls_gemma_orderkd_last_l02/checkpoint-400/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Gemma3ForCausalLM",
7
+ "parent_library": "transformers.models.gemma3.modeling_gemma3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/gemma-3-1b-it",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
cls_gemma_orderkd_mid_l01/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/gemma-3-1b-it
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/gemma-3-1b-it
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.19.1
cls_gemma_orderkd_mid_l01/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Gemma3ForCausalLM",
7
+ "parent_library": "transformers.models.gemma3.modeling_gemma3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/gemma-3-1b-it",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
cls_gemma_orderkd_mid_l01/chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}
cls_gemma_orderkd_mid_l01/checkpoint-200/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/gemma-3-1b-it
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/gemma-3-1b-it
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.19.1
cls_gemma_orderkd_mid_l01/checkpoint-200/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Gemma3ForCausalLM",
7
+ "parent_library": "transformers.models.gemma3.modeling_gemma3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/gemma-3-1b-it",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
cls_gemma_orderkd_mid_l01/checkpoint-200/chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}
cls_gemma_orderkd_mid_l01/checkpoint-200/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
cls_gemma_orderkd_mid_l01/checkpoint-400/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/gemma-3-1b-it
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/gemma-3-1b-it
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.19.1
cls_gemma_orderkd_mid_l01/checkpoint-400/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Gemma3ForCausalLM",
7
+ "parent_library": "transformers.models.gemma3.modeling_gemma3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/gemma-3-1b-it",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|up_proj|down_proj|gate_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
cls_gemma_orderkd_mid_l01/checkpoint-400/chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}
cls_gemma_orderkd_mid_l01/checkpoint-400/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
cls_gemma_orderkd_mid_l01/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
cls_gemma_orderkd_mid_l01/train_metrics.json ADDED
@@ -0,0 +1,1874 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "loss_log": [
3
+ {
4
+ "global_step": 20,
5
+ "optimizer_step": 2,
6
+ "lr": 4.347826086956522e-06,
7
+ "lm_loss": 3.1184232234954834,
8
+ "order_loss": 63.5,
9
+ "ret_loss": 0.0,
10
+ "pretrain_loss": 0.0,
11
+ "total_loss": 9.462173461914062
12
+ },
13
+ {
14
+ "global_step": 40,
15
+ "optimizer_step": 5,
16
+ "lr": 1.0869565217391305e-05,
17
+ "lm_loss": 1.0916705131530762,
18
+ "order_loss": 56.5,
19
+ "ret_loss": 0.0,
20
+ "pretrain_loss": 0.0,
21
+ "total_loss": 6.747920513153076
22
+ },
23
+ {
24
+ "global_step": 60,
25
+ "optimizer_step": 7,
26
+ "lr": 1.5217391304347828e-05,
27
+ "lm_loss": 0.6041339039802551,
28
+ "order_loss": 42.25,
29
+ "ret_loss": 0.0,
30
+ "pretrain_loss": 0.0,
31
+ "total_loss": 4.8228840827941895
32
+ },
33
+ {
34
+ "global_step": 80,
35
+ "optimizer_step": 10,
36
+ "lr": 2.173913043478261e-05,
37
+ "lm_loss": 1.8147910833358765,
38
+ "order_loss": 55.25,
39
+ "ret_loss": 0.0,
40
+ "pretrain_loss": 0.0,
41
+ "total_loss": 7.346041202545166
42
+ },
43
+ {
44
+ "global_step": 100,
45
+ "optimizer_step": 12,
46
+ "lr": 2.608695652173913e-05,
47
+ "lm_loss": 0.5634512305259705,
48
+ "order_loss": 43.5,
49
+ "ret_loss": 0.0,
50
+ "pretrain_loss": 0.0,
51
+ "total_loss": 4.907201290130615
52
+ },
53
+ {
54
+ "global_step": 120,
55
+ "optimizer_step": 15,
56
+ "lr": 3.260869565217392e-05,
57
+ "lm_loss": 2.721200942993164,
58
+ "order_loss": 54.5,
59
+ "ret_loss": 0.0,
60
+ "pretrain_loss": 0.0,
61
+ "total_loss": 8.158700942993164
62
+ },
63
+ {
64
+ "global_step": 140,
65
+ "optimizer_step": 17,
66
+ "lr": 3.695652173913043e-05,
67
+ "lm_loss": 0.6781831979751587,
68
+ "order_loss": 54.0,
69
+ "ret_loss": 0.0,
70
+ "pretrain_loss": 0.0,
71
+ "total_loss": 6.084433078765869
72
+ },
73
+ {
74
+ "global_step": 160,
75
+ "optimizer_step": 20,
76
+ "lr": 4.347826086956522e-05,
77
+ "lm_loss": 0.41744333505630493,
78
+ "order_loss": 66.5,
79
+ "ret_loss": 0.0,
80
+ "pretrain_loss": 0.0,
81
+ "total_loss": 7.07369327545166
82
+ },
83
+ {
84
+ "global_step": 180,
85
+ "optimizer_step": 22,
86
+ "lr": 4.782608695652174e-05,
87
+ "lm_loss": 0.06321373581886292,
88
+ "order_loss": 54.25,
89
+ "ret_loss": 0.0,
90
+ "pretrain_loss": 0.0,
91
+ "total_loss": 5.50071382522583
92
+ },
93
+ {
94
+ "global_step": 200,
95
+ "optimizer_step": 25,
96
+ "lr": 4.9997541293989384e-05,
97
+ "lm_loss": 0.02435319498181343,
98
+ "order_loss": 54.25,
99
+ "ret_loss": 0.0,
100
+ "pretrain_loss": 0.0,
101
+ "total_loss": 5.46185302734375
102
+ },
103
+ {
104
+ "global_step": 220,
105
+ "optimizer_step": 27,
106
+ "lr": 4.999016565957633e-05,
107
+ "lm_loss": 0.019743939861655235,
108
+ "order_loss": 61.25,
109
+ "ret_loss": 0.0,
110
+ "pretrain_loss": 0.0,
111
+ "total_loss": 6.144743919372559
112
+ },
113
+ {
114
+ "global_step": 240,
115
+ "optimizer_step": 30,
116
+ "lr": 4.996988640512931e-05,
117
+ "lm_loss": 0.3459993302822113,
118
+ "order_loss": 39.75,
119
+ "ret_loss": 0.0,
120
+ "pretrain_loss": 0.0,
121
+ "total_loss": 4.314749240875244
122
+ },
123
+ {
124
+ "global_step": 260,
125
+ "optimizer_step": 32,
126
+ "lr": 4.995022691166621e-05,
127
+ "lm_loss": 0.0298320259898901,
128
+ "order_loss": 62.25,
129
+ "ret_loss": 0.0,
130
+ "pretrain_loss": 0.0,
131
+ "total_loss": 6.248581886291504
132
+ },
133
+ {
134
+ "global_step": 280,
135
+ "optimizer_step": 35,
136
+ "lr": 4.991153735294049e-05,
137
+ "lm_loss": 0.46130573749542236,
138
+ "order_loss": 60.75,
139
+ "ret_loss": 0.0,
140
+ "pretrain_loss": 0.0,
141
+ "total_loss": 6.523805618286133
142
+ },
143
+ {
144
+ "global_step": 300,
145
+ "optimizer_step": 37,
146
+ "lr": 4.987961816680492e-05,
147
+ "lm_loss": 0.1003972664475441,
148
+ "order_loss": 54.75,
149
+ "ret_loss": 0.0,
150
+ "pretrain_loss": 0.0,
151
+ "total_loss": 5.569147109985352
152
+ },
153
+ {
154
+ "global_step": 320,
155
+ "optimizer_step": 40,
156
+ "lr": 4.9822565862832806e-05,
157
+ "lm_loss": 0.13187472522258759,
158
+ "order_loss": 40.5,
159
+ "ret_loss": 0.0,
160
+ "pretrain_loss": 0.0,
161
+ "total_loss": 4.1943745613098145
162
+ },
163
+ {
164
+ "global_step": 340,
165
+ "optimizer_step": 42,
166
+ "lr": 4.9778426220595456e-05,
167
+ "lm_loss": 0.32335221767425537,
168
+ "order_loss": 50.0,
169
+ "ret_loss": 0.0,
170
+ "pretrain_loss": 0.0,
171
+ "total_loss": 5.323352336883545
172
+ },
173
+ {
174
+ "global_step": 360,
175
+ "optimizer_step": 45,
176
+ "lr": 4.970308130276272e-05,
177
+ "lm_loss": 0.7211238741874695,
178
+ "order_loss": 56.5,
179
+ "ret_loss": 0.0,
180
+ "pretrain_loss": 0.0,
181
+ "total_loss": 6.377373695373535
182
+ },
183
+ {
184
+ "global_step": 380,
185
+ "optimizer_step": 47,
186
+ "lr": 4.96467754629559e-05,
187
+ "lm_loss": 0.03598100692033768,
188
+ "order_loss": 41.75,
189
+ "ret_loss": 0.0,
190
+ "pretrain_loss": 0.0,
191
+ "total_loss": 4.223481178283691
192
+ },
193
+ {
194
+ "global_step": 400,
195
+ "optimizer_step": 50,
196
+ "lr": 4.955323054879298e-05,
197
+ "lm_loss": 0.10630018264055252,
198
+ "order_loss": 47.25,
199
+ "ret_loss": 0.0,
200
+ "pretrain_loss": 0.0,
201
+ "total_loss": 4.825050354003906
202
+ },
203
+ {
204
+ "global_step": 420,
205
+ "optimizer_step": 52,
206
+ "lr": 4.948482772521345e-05,
207
+ "lm_loss": 0.11145680397748947,
208
+ "order_loss": 66.0,
209
+ "ret_loss": 0.0,
210
+ "pretrain_loss": 0.0,
211
+ "total_loss": 6.705206871032715
212
+ },
213
+ {
214
+ "global_step": 440,
215
+ "optimizer_step": 55,
216
+ "lr": 4.937319780454559e-05,
217
+ "lm_loss": 0.18087011575698853,
218
+ "order_loss": 54.5,
219
+ "ret_loss": 0.0,
220
+ "pretrain_loss": 0.0,
221
+ "total_loss": 5.618370056152344
222
+ },
223
+ {
224
+ "global_step": 460,
225
+ "optimizer_step": 57,
226
+ "lr": 4.929278208117378e-05,
227
+ "lm_loss": 0.6563955545425415,
228
+ "order_loss": 59.75,
229
+ "ret_loss": 0.0,
230
+ "pretrain_loss": 0.0,
231
+ "total_loss": 6.625145435333252
232
+ },
233
+ {
234
+ "global_step": 480,
235
+ "optimizer_step": 60,
236
+ "lr": 4.916320437477008e-05,
237
+ "lm_loss": 0.32431942224502563,
238
+ "order_loss": 57.25,
239
+ "ret_loss": 0.0,
240
+ "pretrain_loss": 0.0,
241
+ "total_loss": 6.043069362640381
242
+ },
243
+ {
244
+ "global_step": 500,
245
+ "optimizer_step": 62,
246
+ "lr": 4.907087460240999e-05,
247
+ "lm_loss": 0.14991332590579987,
248
+ "order_loss": 61.25,
249
+ "ret_loss": 0.0,
250
+ "pretrain_loss": 0.0,
251
+ "total_loss": 6.274913311004639
252
+ },
253
+ {
254
+ "global_step": 520,
255
+ "optimizer_step": 65,
256
+ "lr": 4.892350839330522e-05,
257
+ "lm_loss": 0.1010974645614624,
258
+ "order_loss": 50.75,
259
+ "ret_loss": 0.0,
260
+ "pretrain_loss": 0.0,
261
+ "total_loss": 5.163597583770752
262
+ },
263
+ {
264
+ "global_step": 540,
265
+ "optimizer_step": 67,
266
+ "lr": 4.881937806807241e-05,
267
+ "lm_loss": 0.15496166050434113,
268
+ "order_loss": 56.25,
269
+ "ret_loss": 0.0,
270
+ "pretrain_loss": 0.0,
271
+ "total_loss": 5.779961585998535
272
+ },
273
+ {
274
+ "global_step": 560,
275
+ "optimizer_step": 70,
276
+ "lr": 4.865440450576874e-05,
277
+ "lm_loss": 0.026232725009322166,
278
+ "order_loss": 56.75,
279
+ "ret_loss": 0.0,
280
+ "pretrain_loss": 0.0,
281
+ "total_loss": 5.713732719421387
282
+ },
283
+ {
284
+ "global_step": 580,
285
+ "optimizer_step": 72,
286
+ "lr": 4.853860162957552e-05,
287
+ "lm_loss": 0.09959332644939423,
288
+ "order_loss": 57.0,
289
+ "ret_loss": 0.0,
290
+ "pretrain_loss": 0.0,
291
+ "total_loss": 5.787093162536621
292
+ },
293
+ {
294
+ "global_step": 600,
295
+ "optimizer_step": 75,
296
+ "lr": 4.8356223507364996e-05,
297
+ "lm_loss": 0.01794126257300377,
298
+ "order_loss": 52.75,
299
+ "ret_loss": 0.0,
300
+ "pretrain_loss": 0.0,
301
+ "total_loss": 5.299191474914551
302
+ },
303
+ {
304
+ "global_step": 620,
305
+ "optimizer_step": 77,
306
+ "lr": 4.822889043057446e-05,
307
+ "lm_loss": 0.26736268401145935,
308
+ "order_loss": 49.5,
309
+ "ret_loss": 0.0,
310
+ "pretrain_loss": 0.0,
311
+ "total_loss": 5.204862594604492
312
+ },
313
+ {
314
+ "global_step": 640,
315
+ "optimizer_step": 80,
316
+ "lr": 4.802933193625593e-05,
317
+ "lm_loss": 0.007746524177491665,
318
+ "order_loss": 67.0,
319
+ "ret_loss": 0.0,
320
+ "pretrain_loss": 0.0,
321
+ "total_loss": 6.695246696472168
322
+ },
323
+ {
324
+ "global_step": 660,
325
+ "optimizer_step": 82,
326
+ "lr": 4.789062518269812e-05,
327
+ "lm_loss": 0.03736429661512375,
328
+ "order_loss": 52.75,
329
+ "ret_loss": 0.0,
330
+ "pretrain_loss": 0.0,
331
+ "total_loss": 5.318614482879639
332
+ },
333
+ {
334
+ "global_step": 680,
335
+ "optimizer_step": 85,
336
+ "lr": 4.767413162299501e-05,
337
+ "lm_loss": 0.06276468187570572,
338
+ "order_loss": 59.75,
339
+ "ret_loss": 0.0,
340
+ "pretrain_loss": 0.0,
341
+ "total_loss": 6.031514644622803
342
+ },
343
+ {
344
+ "global_step": 700,
345
+ "optimizer_step": 87,
346
+ "lr": 4.752422169756048e-05,
347
+ "lm_loss": 0.22046461701393127,
348
+ "order_loss": 67.5,
349
+ "ret_loss": 0.0,
350
+ "pretrain_loss": 0.0,
351
+ "total_loss": 6.970464706420898
352
+ },
353
+ {
354
+ "global_step": 720,
355
+ "optimizer_step": 90,
356
+ "lr": 4.729105919657818e-05,
357
+ "lm_loss": 0.4013015925884247,
358
+ "order_loss": 57.5,
359
+ "ret_loss": 0.0,
360
+ "pretrain_loss": 0.0,
361
+ "total_loss": 6.151301383972168
362
+ },
363
+ {
364
+ "global_step": 740,
365
+ "optimizer_step": 92,
366
+ "lr": 4.7130130375625305e-05,
367
+ "lm_loss": 0.15300190448760986,
368
+ "order_loss": 55.0,
369
+ "ret_loss": 0.0,
370
+ "pretrain_loss": 0.0,
371
+ "total_loss": 5.65300178527832
372
+ },
373
+ {
374
+ "global_step": 760,
375
+ "optimizer_step": 95,
376
+ "lr": 4.6880585547718845e-05,
377
+ "lm_loss": 0.3297501802444458,
378
+ "order_loss": 57.5,
379
+ "ret_loss": 0.0,
380
+ "pretrain_loss": 0.0,
381
+ "total_loss": 6.079750061035156
382
+ },
383
+ {
384
+ "global_step": 780,
385
+ "optimizer_step": 97,
386
+ "lr": 4.670883565255264e-05,
387
+ "lm_loss": 0.017043394967913628,
388
+ "order_loss": 62.5,
389
+ "ret_loss": 0.0,
390
+ "pretrain_loss": 0.0,
391
+ "total_loss": 6.267043590545654
392
+ },
393
+ {
394
+ "global_step": 800,
395
+ "optimizer_step": 100,
396
+ "lr": 4.6443215250006806e-05,
397
+ "lm_loss": 0.3523687720298767,
398
+ "order_loss": 56.0,
399
+ "ret_loss": 0.0,
400
+ "pretrain_loss": 0.0,
401
+ "total_loss": 5.9461188316345215
402
+ },
403
+ {
404
+ "global_step": 820,
405
+ "optimizer_step": 102,
406
+ "lr": 4.626085540370762e-05,
407
+ "lm_loss": 0.012201391160488129,
408
+ "order_loss": 57.75,
409
+ "ret_loss": 0.0,
410
+ "pretrain_loss": 0.0,
411
+ "total_loss": 5.793451309204102
412
+ },
413
+ {
414
+ "global_step": 840,
415
+ "optimizer_step": 105,
416
+ "lr": 4.597948593966256e-05,
417
+ "lm_loss": 0.07073015719652176,
418
+ "order_loss": 59.75,
419
+ "ret_loss": 0.0,
420
+ "pretrain_loss": 0.0,
421
+ "total_loss": 6.039480209350586
422
+ },
423
+ {
424
+ "global_step": 860,
425
+ "optimizer_step": 107,
426
+ "lr": 4.5786740307563636e-05,
427
+ "lm_loss": 0.0668209120631218,
428
+ "order_loss": 63.75,
429
+ "ret_loss": 0.0,
430
+ "pretrain_loss": 0.0,
431
+ "total_loss": 6.441821098327637
432
+ },
433
+ {
434
+ "global_step": 880,
435
+ "optimizer_step": 110,
436
+ "lr": 4.5489967654649474e-05,
437
+ "lm_loss": 0.1039772778749466,
438
+ "order_loss": 63.25,
439
+ "ret_loss": 0.0,
440
+ "pretrain_loss": 0.0,
441
+ "total_loss": 6.416477203369141
442
+ },
443
+ {
444
+ "global_step": 900,
445
+ "optimizer_step": 112,
446
+ "lr": 4.528707316878232e-05,
447
+ "lm_loss": 0.1377195566892624,
448
+ "order_loss": 49.25,
449
+ "ret_loss": 0.0,
450
+ "pretrain_loss": 0.0,
451
+ "total_loss": 5.075219631195068
452
+ },
453
+ {
454
+ "global_step": 920,
455
+ "optimizer_step": 115,
456
+ "lr": 4.497526213395623e-05,
457
+ "lm_loss": 0.1522826999425888,
458
+ "order_loss": 55.75,
459
+ "ret_loss": 0.0,
460
+ "pretrain_loss": 0.0,
461
+ "total_loss": 5.71478271484375
462
+ },
463
+ {
464
+ "global_step": 940,
465
+ "optimizer_step": 117,
466
+ "lr": 4.476246820180259e-05,
467
+ "lm_loss": 0.6368707418441772,
468
+ "order_loss": 52.25,
469
+ "ret_loss": 0.0,
470
+ "pretrain_loss": 0.0,
471
+ "total_loss": 5.855620861053467
472
+ },
473
+ {
474
+ "global_step": 960,
475
+ "optimizer_step": 120,
476
+ "lr": 4.443600207791081e-05,
477
+ "lm_loss": 0.2829626798629761,
478
+ "order_loss": 61.5,
479
+ "ret_loss": 0.0,
480
+ "pretrain_loss": 0.0,
481
+ "total_loss": 6.439212799072266
482
+ },
483
+ {
484
+ "global_step": 980,
485
+ "optimizer_step": 122,
486
+ "lr": 4.421357027581921e-05,
487
+ "lm_loss": 0.8739344477653503,
488
+ "order_loss": 55.25,
489
+ "ret_loss": 0.0,
490
+ "pretrain_loss": 0.0,
491
+ "total_loss": 6.405184268951416
492
+ },
493
+ {
494
+ "global_step": 1000,
495
+ "optimizer_step": 125,
496
+ "lr": 4.38728503704354e-05,
497
+ "lm_loss": 0.07859532535076141,
498
+ "order_loss": 55.5,
499
+ "ret_loss": 0.0,
500
+ "pretrain_loss": 0.0,
501
+ "total_loss": 5.641095161437988
502
+ },
503
+ {
504
+ "global_step": 1020,
505
+ "optimizer_step": 127,
506
+ "lr": 4.364105412207914e-05,
507
+ "lm_loss": 0.25118908286094666,
508
+ "order_loss": 45.0,
509
+ "ret_loss": 0.0,
510
+ "pretrain_loss": 0.0,
511
+ "total_loss": 4.751189231872559
512
+ },
513
+ {
514
+ "global_step": 1040,
515
+ "optimizer_step": 130,
516
+ "lr": 4.328649926419819e-05,
517
+ "lm_loss": 0.06467773020267487,
518
+ "order_loss": 52.25,
519
+ "ret_loss": 0.0,
520
+ "pretrain_loss": 0.0,
521
+ "total_loss": 5.283427715301514
522
+ },
523
+ {
524
+ "global_step": 1060,
525
+ "optimizer_step": 132,
526
+ "lr": 4.304562350447008e-05,
527
+ "lm_loss": 0.18095380067825317,
528
+ "order_loss": 56.0,
529
+ "ret_loss": 0.0,
530
+ "pretrain_loss": 0.0,
531
+ "total_loss": 5.7747039794921875
532
+ },
533
+ {
534
+ "global_step": 1080,
535
+ "optimizer_step": 135,
536
+ "lr": 4.267766952966369e-05,
537
+ "lm_loss": 0.02313944138586521,
538
+ "order_loss": 62.5,
539
+ "ret_loss": 0.0,
540
+ "pretrain_loss": 0.0,
541
+ "total_loss": 6.273139476776123
542
+ },
543
+ {
544
+ "global_step": 1100,
545
+ "optimizer_step": 137,
546
+ "lr": 4.242801035442058e-05,
547
+ "lm_loss": 0.5191475749015808,
548
+ "order_loss": 62.0,
549
+ "ret_loss": 0.0,
550
+ "pretrain_loss": 0.0,
551
+ "total_loss": 6.7066473960876465
552
+ },
553
+ {
554
+ "global_step": 1120,
555
+ "optimizer_step": 140,
556
+ "lr": 4.204710956908763e-05,
557
+ "lm_loss": 0.81064772605896,
558
+ "order_loss": 62.0,
559
+ "ret_loss": 0.0,
560
+ "pretrain_loss": 0.0,
561
+ "total_loss": 6.998147964477539
562
+ },
563
+ {
564
+ "global_step": 1140,
565
+ "optimizer_step": 142,
566
+ "lr": 4.178897387117546e-05,
567
+ "lm_loss": 0.0647754892706871,
568
+ "order_loss": 61.0,
569
+ "ret_loss": 0.0,
570
+ "pretrain_loss": 0.0,
571
+ "total_loss": 6.158525466918945
572
+ },
573
+ {
574
+ "global_step": 1160,
575
+ "optimizer_step": 145,
576
+ "lr": 4.139559449654561e-05,
577
+ "lm_loss": 0.048019688576459885,
578
+ "order_loss": 53.5,
579
+ "ret_loss": 0.0,
580
+ "pretrain_loss": 0.0,
581
+ "total_loss": 5.391769886016846
582
+ },
583
+ {
584
+ "global_step": 1180,
585
+ "optimizer_step": 147,
586
+ "lr": 4.1129299588552193e-05,
587
+ "lm_loss": 0.160772904753685,
588
+ "order_loss": 61.25,
589
+ "ret_loss": 0.0,
590
+ "pretrain_loss": 0.0,
591
+ "total_loss": 6.285772800445557
592
+ },
593
+ {
594
+ "global_step": 1200,
595
+ "optimizer_step": 150,
596
+ "lr": 4.072392518512623e-05,
597
+ "lm_loss": 0.4824674129486084,
598
+ "order_loss": 63.5,
599
+ "ret_loss": 0.0,
600
+ "pretrain_loss": 0.0,
601
+ "total_loss": 6.8262176513671875
602
+ },
603
+ {
604
+ "global_step": 1220,
605
+ "optimizer_step": 152,
606
+ "lr": 4.0449798409325665e-05,
607
+ "lm_loss": 0.05526652932167053,
608
+ "order_loss": 52.5,
609
+ "ret_loss": 0.0,
610
+ "pretrain_loss": 0.0,
611
+ "total_loss": 5.305266380310059
612
+ },
613
+ {
614
+ "global_step": 1240,
615
+ "optimizer_step": 155,
616
+ "lr": 4.0032927282460146e-05,
617
+ "lm_loss": 0.33561477065086365,
618
+ "order_loss": 60.25,
619
+ "ret_loss": 0.0,
620
+ "pretrain_loss": 0.0,
621
+ "total_loss": 6.3668646812438965
622
+ },
623
+ {
624
+ "global_step": 1260,
625
+ "optimizer_step": 157,
626
+ "lr": 3.9751305608428205e-05,
627
+ "lm_loss": 0.17131206393241882,
628
+ "order_loss": 57.0,
629
+ "ret_loss": 0.0,
630
+ "pretrain_loss": 0.0,
631
+ "total_loss": 5.858811855316162
632
+ },
633
+ {
634
+ "global_step": 1280,
635
+ "optimizer_step": 160,
636
+ "lr": 3.932345019579495e-05,
637
+ "lm_loss": 0.04662935063242912,
638
+ "order_loss": 61.75,
639
+ "ret_loss": 0.0,
640
+ "pretrain_loss": 0.0,
641
+ "total_loss": 6.234129428863525
642
+ },
643
+ {
644
+ "global_step": 1300,
645
+ "optimizer_step": 162,
646
+ "lr": 3.90346798061902e-05,
647
+ "lm_loss": 0.050219446420669556,
648
+ "order_loss": 50.25,
649
+ "ret_loss": 0.0,
650
+ "pretrain_loss": 0.0,
651
+ "total_loss": 5.081469535827637
652
+ },
653
+ {
654
+ "global_step": 1320,
655
+ "optimizer_step": 165,
656
+ "lr": 3.859636604786372e-05,
657
+ "lm_loss": 0.34347474575042725,
658
+ "order_loss": 48.0,
659
+ "ret_loss": 0.0,
660
+ "pretrain_loss": 0.0,
661
+ "total_loss": 5.155974864959717
662
+ },
663
+ {
664
+ "global_step": 1340,
665
+ "optimizer_step": 167,
666
+ "lr": 3.830080191288342e-05,
667
+ "lm_loss": 0.4303498864173889,
668
+ "order_loss": 54.5,
669
+ "ret_loss": 0.0,
670
+ "pretrain_loss": 0.0,
671
+ "total_loss": 5.867849826812744
672
+ },
673
+ {
674
+ "global_step": 1360,
675
+ "optimizer_step": 170,
676
+ "lr": 3.785256860483054e-05,
677
+ "lm_loss": 0.07431875914335251,
678
+ "order_loss": 53.5,
679
+ "ret_loss": 0.0,
680
+ "pretrain_loss": 0.0,
681
+ "total_loss": 5.418068885803223
682
+ },
683
+ {
684
+ "global_step": 1380,
685
+ "optimizer_step": 172,
686
+ "lr": 3.755057404586455e-05,
687
+ "lm_loss": 0.14596708118915558,
688
+ "order_loss": 39.25,
689
+ "ret_loss": 0.0,
690
+ "pretrain_loss": 0.0,
691
+ "total_loss": 4.06784200668335
692
+ },
693
+ {
694
+ "global_step": 1400,
695
+ "optimizer_step": 175,
696
+ "lr": 3.7092972177631e-05,
697
+ "lm_loss": 0.13190682232379913,
698
+ "order_loss": 65.0,
699
+ "ret_loss": 0.0,
700
+ "pretrain_loss": 0.0,
701
+ "total_loss": 6.631906986236572
702
+ },
703
+ {
704
+ "global_step": 1420,
705
+ "optimizer_step": 177,
706
+ "lr": 3.678491842064995e-05,
707
+ "lm_loss": 0.15802578628063202,
708
+ "order_loss": 51.25,
709
+ "ret_loss": 0.0,
710
+ "pretrain_loss": 0.0,
711
+ "total_loss": 5.283025741577148
712
+ },
713
+ {
714
+ "global_step": 1440,
715
+ "optimizer_step": 180,
716
+ "lr": 3.631851049805793e-05,
717
+ "lm_loss": 0.30685389041900635,
718
+ "order_loss": 45.5,
719
+ "ret_loss": 0.0,
720
+ "pretrain_loss": 0.0,
721
+ "total_loss": 4.869353771209717
722
+ },
723
+ {
724
+ "global_step": 1460,
725
+ "optimizer_step": 182,
726
+ "lr": 3.600477621728473e-05,
727
+ "lm_loss": 0.01724999025464058,
728
+ "order_loss": 56.25,
729
+ "ret_loss": 0.0,
730
+ "pretrain_loss": 0.0,
731
+ "total_loss": 5.642250061035156
732
+ },
733
+ {
734
+ "global_step": 1480,
735
+ "optimizer_step": 185,
736
+ "lr": 3.5530135570974274e-05,
737
+ "lm_loss": 0.25045639276504517,
738
+ "order_loss": 50.5,
739
+ "ret_loss": 0.0,
740
+ "pretrain_loss": 0.0,
741
+ "total_loss": 5.3129563331604
742
+ },
743
+ {
744
+ "global_step": 1500,
745
+ "optimizer_step": 187,
746
+ "lr": 3.521110642339991e-05,
747
+ "lm_loss": 0.4265330731868744,
748
+ "order_loss": 52.75,
749
+ "ret_loss": 0.0,
750
+ "pretrain_loss": 0.0,
751
+ "total_loss": 5.707783222198486
752
+ },
753
+ {
754
+ "global_step": 1520,
755
+ "optimizer_step": 190,
756
+ "lr": 3.4728816504063726e-05,
757
+ "lm_loss": 0.23969930410385132,
758
+ "order_loss": 61.75,
759
+ "ret_loss": 0.0,
760
+ "pretrain_loss": 0.0,
761
+ "total_loss": 6.427199363708496
762
+ },
763
+ {
764
+ "global_step": 1540,
765
+ "optimizer_step": 192,
766
+ "lr": 3.440488465537943e-05,
767
+ "lm_loss": 0.006110867951065302,
768
+ "order_loss": 65.0,
769
+ "ret_loss": 0.0,
770
+ "pretrain_loss": 0.0,
771
+ "total_loss": 6.506110668182373
772
+ },
773
+ {
774
+ "global_step": 1560,
775
+ "optimizer_step": 195,
776
+ "lr": 3.391553831655782e-05,
777
+ "lm_loss": 0.01415237132459879,
778
+ "order_loss": 49.25,
779
+ "ret_loss": 0.0,
780
+ "pretrain_loss": 0.0,
781
+ "total_loss": 4.951652526855469
782
+ },
783
+ {
784
+ "global_step": 1580,
785
+ "optimizer_step": 197,
786
+ "lr": 3.358710195908653e-05,
787
+ "lm_loss": 0.2871032953262329,
788
+ "order_loss": 70.0,
789
+ "ret_loss": 0.0,
790
+ "pretrain_loss": 0.0,
791
+ "total_loss": 7.287103176116943
792
+ },
793
+ {
794
+ "global_step": 1600,
795
+ "optimizer_step": 200,
796
+ "lr": 3.309130072840379e-05,
797
+ "lm_loss": 0.23844397068023682,
798
+ "order_loss": 58.0,
799
+ "ret_loss": 0.0,
800
+ "pretrain_loss": 0.0,
801
+ "total_loss": 6.050943851470947
802
+ },
803
+ {
804
+ "global_step": 1620,
805
+ "optimizer_step": 202,
806
+ "lr": 3.2758763591623295e-05,
807
+ "lm_loss": 0.1546662300825119,
808
+ "order_loss": 50.25,
809
+ "ret_loss": 0.0,
810
+ "pretrain_loss": 0.0,
811
+ "total_loss": 5.185916423797607
812
+ },
813
+ {
814
+ "global_step": 1640,
815
+ "optimizer_step": 205,
816
+ "lr": 3.225711693136156e-05,
817
+ "lm_loss": 0.08392491936683655,
818
+ "order_loss": 60.75,
819
+ "ret_loss": 0.0,
820
+ "pretrain_loss": 0.0,
821
+ "total_loss": 6.146424770355225
822
+ },
823
+ {
824
+ "global_step": 1660,
825
+ "optimizer_step": 207,
826
+ "lr": 3.1920887785621235e-05,
827
+ "lm_loss": 0.043332748115062714,
828
+ "order_loss": 61.75,
829
+ "ret_loss": 0.0,
830
+ "pretrain_loss": 0.0,
831
+ "total_loss": 6.230832576751709
832
+ },
833
+ {
834
+ "global_step": 1680,
835
+ "optimizer_step": 210,
836
+ "lr": 3.141401234354067e-05,
837
+ "lm_loss": 0.13834291696548462,
838
+ "order_loss": 49.75,
839
+ "ret_loss": 0.0,
840
+ "pretrain_loss": 0.0,
841
+ "total_loss": 5.10709285736084
842
+ },
843
+ {
844
+ "global_step": 1700,
845
+ "optimizer_step": 212,
846
+ "lr": 3.10745044975816e-05,
847
+ "lm_loss": 0.2134607881307602,
848
+ "order_loss": 50.5,
849
+ "ret_loss": 0.0,
850
+ "pretrain_loss": 0.0,
851
+ "total_loss": 5.275960922241211
852
+ },
853
+ {
854
+ "global_step": 1720,
855
+ "optimizer_step": 215,
856
+ "lr": 3.056302334890786e-05,
857
+ "lm_loss": 0.01857478730380535,
858
+ "order_loss": 74.0,
859
+ "ret_loss": 0.0,
860
+ "pretrain_loss": 0.0,
861
+ "total_loss": 7.4248247146606445
862
+ },
863
+ {
864
+ "global_step": 1740,
865
+ "optimizer_step": 217,
866
+ "lr": 3.022065414180425e-05,
867
+ "lm_loss": 0.006793432869017124,
868
+ "order_loss": 62.5,
869
+ "ret_loss": 0.0,
870
+ "pretrain_loss": 0.0,
871
+ "total_loss": 6.25679349899292
872
+ },
873
+ {
874
+ "global_step": 1760,
875
+ "optimizer_step": 220,
876
+ "lr": 2.9705196023315006e-05,
877
+ "lm_loss": 0.013562669977545738,
878
+ "order_loss": 59.25,
879
+ "ret_loss": 0.0,
880
+ "pretrain_loss": 0.0,
881
+ "total_loss": 5.9510626792907715
882
+ },
883
+ {
884
+ "global_step": 1780,
885
+ "optimizer_step": 222,
886
+ "lr": 2.9360386311461275e-05,
887
+ "lm_loss": 0.0029967674054205418,
888
+ "order_loss": 47.25,
889
+ "ret_loss": 0.0,
890
+ "pretrain_loss": 0.0,
891
+ "total_loss": 4.721746921539307
892
+ },
893
+ {
894
+ "global_step": 1800,
895
+ "optimizer_step": 225,
896
+ "lr": 2.884158484861325e-05,
897
+ "lm_loss": 0.012671629898250103,
898
+ "order_loss": 57.5,
899
+ "ret_loss": 0.0,
900
+ "pretrain_loss": 0.0,
901
+ "total_loss": 5.76267147064209
902
+ },
903
+ {
904
+ "global_step": 1820,
905
+ "optimizer_step": 227,
906
+ "lr": 2.849475848838749e-05,
907
+ "lm_loss": 0.0835554227232933,
908
+ "order_loss": 39.5,
909
+ "ret_loss": 0.0,
910
+ "pretrain_loss": 0.0,
911
+ "total_loss": 4.036680221557617
912
+ },
913
+ {
914
+ "global_step": 1840,
915
+ "optimizer_step": 230,
916
+ "lr": 2.7973251416434175e-05,
917
+ "lm_loss": 0.05105651170015335,
918
+ "order_loss": 29.5,
919
+ "ret_loss": 0.0,
920
+ "pretrain_loss": 0.0,
921
+ "total_loss": 3.0041816234588623
922
+ },
923
+ {
924
+ "global_step": 1860,
925
+ "optimizer_step": 232,
926
+ "lr": 2.7624834743173867e-05,
927
+ "lm_loss": 0.5029534101486206,
928
+ "order_loss": 75.0,
929
+ "ret_loss": 0.0,
930
+ "pretrain_loss": 0.0,
931
+ "total_loss": 8.00295352935791
932
+ },
933
+ {
934
+ "global_step": 1880,
935
+ "optimizer_step": 235,
936
+ "lr": 2.710126312323119e-05,
937
+ "lm_loss": 0.12120761722326279,
938
+ "order_loss": 62.5,
939
+ "ret_loss": 0.0,
940
+ "pretrain_loss": 0.0,
941
+ "total_loss": 6.3712077140808105
942
+ },
943
+ {
944
+ "global_step": 1900,
945
+ "optimizer_step": 237,
946
+ "lr": 2.6751684427161683e-05,
947
+ "lm_loss": 0.17923295497894287,
948
+ "order_loss": 40.25,
949
+ "ret_loss": 0.0,
950
+ "pretrain_loss": 0.0,
951
+ "total_loss": 4.210483074188232
952
+ },
953
+ {
954
+ "global_step": 1920,
955
+ "optimizer_step": 240,
956
+ "lr": 2.6226691858185454e-05,
957
+ "lm_loss": 0.004263256676495075,
958
+ "order_loss": 45.0,
959
+ "ret_loss": 0.0,
960
+ "pretrain_loss": 0.0,
961
+ "total_loss": 4.504263401031494
962
+ },
963
+ {
964
+ "global_step": 1940,
965
+ "optimizer_step": 242,
966
+ "lr": 2.587638085794541e-05,
967
+ "lm_loss": 0.04619055613875389,
968
+ "order_loss": 56.5,
969
+ "ret_loss": 0.0,
970
+ "pretrain_loss": 0.0,
971
+ "total_loss": 5.7024407386779785
972
+ },
973
+ {
974
+ "global_step": 1960,
975
+ "optimizer_step": 245,
976
+ "lr": 2.535061268558906e-05,
977
+ "lm_loss": 0.11890175938606262,
978
+ "order_loss": 71.5,
979
+ "ret_loss": 0.0,
980
+ "pretrain_loss": 0.0,
981
+ "total_loss": 7.27515172958374
982
+ },
983
+ {
984
+ "global_step": 1980,
985
+ "optimizer_step": 247,
986
+ "lr": 2.5e-05,
987
+ "lm_loss": 0.25617969036102295,
988
+ "order_loss": 47.0,
989
+ "ret_loss": 0.0,
990
+ "pretrain_loss": 0.0,
991
+ "total_loss": 4.9436798095703125
992
+ },
993
+ {
994
+ "global_step": 2000,
995
+ "optimizer_step": 250,
996
+ "lr": 2.447410252332528e-05,
997
+ "lm_loss": 0.013576528988778591,
998
+ "order_loss": 54.5,
999
+ "ret_loss": 0.0,
1000
+ "pretrain_loss": 0.0,
1001
+ "total_loss": 5.451076507568359
1002
+ },
1003
+ {
1004
+ "global_step": 2020,
1005
+ "optimizer_step": 252,
1006
+ "lr": 2.4123619142054597e-05,
1007
+ "lm_loss": 0.04630662128329277,
1008
+ "order_loss": 50.0,
1009
+ "ret_loss": 0.0,
1010
+ "pretrain_loss": 0.0,
1011
+ "total_loss": 5.046306610107422
1012
+ },
1013
+ {
1014
+ "global_step": 2040,
1015
+ "optimizer_step": 255,
1016
+ "lr": 2.3598238819070202e-05,
1017
+ "lm_loss": 0.14818225800991058,
1018
+ "order_loss": 61.5,
1019
+ "ret_loss": 0.0,
1020
+ "pretrain_loss": 0.0,
1021
+ "total_loss": 6.304432392120361
1022
+ },
1023
+ {
1024
+ "global_step": 2060,
1025
+ "optimizer_step": 257,
1026
+ "lr": 2.3248315572838316e-05,
1027
+ "lm_loss": 0.0021958579309284687,
1028
+ "order_loss": 44.75,
1029
+ "ret_loss": 0.0,
1030
+ "pretrain_loss": 0.0,
1031
+ "total_loss": 4.470945835113525
1032
+ },
1033
+ {
1034
+ "global_step": 2080,
1035
+ "optimizer_step": 260,
1036
+ "lr": 2.272409822584325e-05,
1037
+ "lm_loss": 0.002902108011767268,
1038
+ "order_loss": 43.75,
1039
+ "ret_loss": 0.0,
1040
+ "pretrain_loss": 0.0,
1041
+ "total_loss": 4.377902030944824
1042
+ },
1043
+ {
1044
+ "global_step": 2100,
1045
+ "optimizer_step": 262,
1046
+ "lr": 2.237516525682614e-05,
1047
+ "lm_loss": 0.016654551029205322,
1048
+ "order_loss": 47.0,
1049
+ "ret_loss": 0.0,
1050
+ "pretrain_loss": 0.0,
1051
+ "total_loss": 4.7041544914245605
1052
+ },
1053
+ {
1054
+ "global_step": 2120,
1055
+ "optimizer_step": 265,
1056
+ "lr": 2.185275527853437e-05,
1057
+ "lm_loss": 0.012752072885632515,
1058
+ "order_loss": 43.0,
1059
+ "ret_loss": 0.0,
1060
+ "pretrain_loss": 0.0,
1061
+ "total_loss": 4.325252056121826
1062
+ },
1063
+ {
1064
+ "global_step": 2140,
1065
+ "optimizer_step": 267,
1066
+ "lr": 2.1505241511612522e-05,
1067
+ "lm_loss": 0.009639913216233253,
1068
+ "order_loss": 49.25,
1069
+ "ret_loss": 0.0,
1070
+ "pretrain_loss": 0.0,
1071
+ "total_loss": 4.947139739990234
1072
+ },
1073
+ {
1074
+ "global_step": 2160,
1075
+ "optimizer_step": 270,
1076
+ "lr": 2.0985281073035076e-05,
1077
+ "lm_loss": 0.11398650705814362,
1078
+ "order_loss": 44.25,
1079
+ "ret_loss": 0.0,
1080
+ "pretrain_loss": 0.0,
1081
+ "total_loss": 4.551486492156982
1082
+ },
1083
+ {
1084
+ "global_step": 2180,
1085
+ "optimizer_step": 272,
1086
+ "lr": 2.0639613688538734e-05,
1087
+ "lm_loss": 0.0007875743904151022,
1088
+ "order_loss": 51.0,
1089
+ "ret_loss": 0.0,
1090
+ "pretrain_loss": 0.0,
1091
+ "total_loss": 5.094537734985352
1092
+ },
1093
+ {
1094
+ "global_step": 2200,
1095
+ "optimizer_step": 275,
1096
+ "lr": 2.0122741949596797e-05,
1097
+ "lm_loss": 0.009382687509059906,
1098
+ "order_loss": 57.5,
1099
+ "ret_loss": 0.0,
1100
+ "pretrain_loss": 0.0,
1101
+ "total_loss": 5.759382724761963
1102
+ },
1103
+ {
1104
+ "global_step": 2220,
1105
+ "optimizer_step": 277,
1106
+ "lr": 1.977934585819576e-05,
1107
+ "lm_loss": 0.2916325628757477,
1108
+ "order_loss": 48.0,
1109
+ "ret_loss": 0.0,
1110
+ "pretrain_loss": 0.0,
1111
+ "total_loss": 5.104132652282715
1112
+ },
1113
+ {
1114
+ "global_step": 2240,
1115
+ "optimizer_step": 280,
1116
+ "lr": 1.9266198182035058e-05,
1117
+ "lm_loss": 0.006090455688536167,
1118
+ "order_loss": 61.5,
1119
+ "ret_loss": 0.0,
1120
+ "pretrain_loss": 0.0,
1121
+ "total_loss": 6.1623406410217285
1122
+ },
1123
+ {
1124
+ "global_step": 2260,
1125
+ "optimizer_step": 282,
1126
+ "lr": 1.8925495502418406e-05,
1127
+ "lm_loss": 0.06058869510889053,
1128
+ "order_loss": 56.25,
1129
+ "ret_loss": 0.0,
1130
+ "pretrain_loss": 0.0,
1131
+ "total_loss": 5.685588836669922
1132
+ },
1133
+ {
1134
+ "global_step": 2280,
1135
+ "optimizer_step": 285,
1136
+ "lr": 1.841670267439088e-05,
1137
+ "lm_loss": 0.0836532935500145,
1138
+ "order_loss": 51.75,
1139
+ "ret_loss": 0.0,
1140
+ "pretrain_loss": 0.0,
1141
+ "total_loss": 5.271153450012207
1142
+ },
1143
+ {
1144
+ "global_step": 2300,
1145
+ "optimizer_step": 287,
1146
+ "lr": 1.8079112214378768e-05,
1147
+ "lm_loss": 0.05897977575659752,
1148
+ "order_loss": 58.75,
1149
+ "ret_loss": 0.0,
1150
+ "pretrain_loss": 0.0,
1151
+ "total_loss": 5.9339799880981445
1152
+ },
1153
+ {
1154
+ "global_step": 2320,
1155
+ "optimizer_step": 290,
1156
+ "lr": 1.757529966665141e-05,
1157
+ "lm_loss": 0.1328563094139099,
1158
+ "order_loss": 66.5,
1159
+ "ret_loss": 0.0,
1160
+ "pretrain_loss": 0.0,
1161
+ "total_loss": 6.789106369018555
1162
+ },
1163
+ {
1164
+ "global_step": 2340,
1165
+ "optimizer_step": 292,
1166
+ "lr": 1.72412364083767e-05,
1167
+ "lm_loss": 0.044375427067279816,
1168
+ "order_loss": 63.25,
1169
+ "ret_loss": 0.0,
1170
+ "pretrain_loss": 0.0,
1171
+ "total_loss": 6.356875419616699
1172
+ },
1173
+ {
1174
+ "global_step": 2360,
1175
+ "optimizer_step": 295,
1176
+ "lr": 1.6743023451120832e-05,
1177
+ "lm_loss": 0.18005213141441345,
1178
+ "order_loss": 58.0,
1179
+ "ret_loss": 0.0,
1180
+ "pretrain_loss": 0.0,
1181
+ "total_loss": 5.992552280426025
1182
+ },
1183
+ {
1184
+ "global_step": 2380,
1185
+ "optimizer_step": 297,
1186
+ "lr": 1.641289804091347e-05,
1187
+ "lm_loss": 0.07155724614858627,
1188
+ "order_loss": 48.25,
1189
+ "ret_loss": 0.0,
1190
+ "pretrain_loss": 0.0,
1191
+ "total_loss": 4.88405704498291
1192
+ },
1193
+ {
1194
+ "global_step": 2400,
1195
+ "optimizer_step": 300,
1196
+ "lr": 1.5920897101019383e-05,
1197
+ "lm_loss": 0.21017329394817352,
1198
+ "order_loss": 48.0,
1199
+ "ret_loss": 0.0,
1200
+ "pretrain_loss": 0.0,
1201
+ "total_loss": 5.0226731300354
1202
+ },
1203
+ {
1204
+ "global_step": 2420,
1205
+ "optimizer_step": 302,
1206
+ "lr": 1.5595115344620576e-05,
1207
+ "lm_loss": 0.013050842098891735,
1208
+ "order_loss": 57.5,
1209
+ "ret_loss": 0.0,
1210
+ "pretrain_loss": 0.0,
1211
+ "total_loss": 5.7630510330200195
1212
+ },
1213
+ {
1214
+ "global_step": 2440,
1215
+ "optimizer_step": 305,
1216
+ "lr": 1.5109931212873534e-05,
1217
+ "lm_loss": 0.022372275590896606,
1218
+ "order_loss": 61.0,
1219
+ "ret_loss": 0.0,
1220
+ "pretrain_loss": 0.0,
1221
+ "total_loss": 6.116122245788574
1222
+ },
1223
+ {
1224
+ "global_step": 2460,
1225
+ "optimizer_step": 307,
1226
+ "lr": 1.4788893576600099e-05,
1227
+ "lm_loss": 0.2720758318901062,
1228
+ "order_loss": 64.5,
1229
+ "ret_loss": 0.0,
1230
+ "pretrain_loss": 0.0,
1231
+ "total_loss": 6.709575653076172
1232
+ },
1233
+ {
1234
+ "global_step": 2480,
1235
+ "optimizer_step": 310,
1236
+ "lr": 1.4311122664242954e-05,
1237
+ "lm_loss": 0.0060526239685714245,
1238
+ "order_loss": 51.5,
1239
+ "ret_loss": 0.0,
1240
+ "pretrain_loss": 0.0,
1241
+ "total_loss": 5.162302494049072
1242
+ },
1243
+ {
1244
+ "global_step": 2500,
1245
+ "optimizer_step": 312,
1246
+ "lr": 1.399522378271527e-05,
1247
+ "lm_loss": 0.8424654603004456,
1248
+ "order_loss": 57.0,
1249
+ "ret_loss": 0.0,
1250
+ "pretrain_loss": 0.0,
1251
+ "total_loss": 6.529965400695801
1252
+ },
1253
+ {
1254
+ "global_step": 2520,
1255
+ "optimizer_step": 315,
1256
+ "lr": 1.3525453388311554e-05,
1257
+ "lm_loss": 0.12010786682367325,
1258
+ "order_loss": 49.25,
1259
+ "ret_loss": 0.0,
1260
+ "pretrain_loss": 0.0,
1261
+ "total_loss": 5.057607650756836
1262
+ },
1263
+ {
1264
+ "global_step": 2540,
1265
+ "optimizer_step": 317,
1266
+ "lr": 1.3215081579350058e-05,
1267
+ "lm_loss": 0.6840029954910278,
1268
+ "order_loss": 47.0,
1269
+ "ret_loss": 0.0,
1270
+ "pretrain_loss": 0.0,
1271
+ "total_loss": 5.371502876281738
1272
+ },
1273
+ {
1274
+ "global_step": 2560,
1275
+ "optimizer_step": 320,
1276
+ "lr": 1.2753889166848909e-05,
1277
+ "lm_loss": 0.005617386195808649,
1278
+ "order_loss": 63.0,
1279
+ "ret_loss": 0.0,
1280
+ "pretrain_loss": 0.0,
1281
+ "total_loss": 6.318117618560791
1282
+ },
1283
+ {
1284
+ "global_step": 2580,
1285
+ "optimizer_step": 322,
1286
+ "lr": 1.2449425954135452e-05,
1287
+ "lm_loss": 0.009596875868737698,
1288
+ "order_loss": 46.0,
1289
+ "ret_loss": 0.0,
1290
+ "pretrain_loss": 0.0,
1291
+ "total_loss": 4.603346824645996
1292
+ },
1293
+ {
1294
+ "global_step": 2600,
1295
+ "optimizer_step": 325,
1296
+ "lr": 1.1997378443025634e-05,
1297
+ "lm_loss": 0.006365991663187742,
1298
+ "order_loss": 50.75,
1299
+ "ret_loss": 0.0,
1300
+ "pretrain_loss": 0.0,
1301
+ "total_loss": 5.068865776062012
1302
+ },
1303
+ {
1304
+ "global_step": 2620,
1305
+ "optimizer_step": 327,
1306
+ "lr": 1.1699198087116589e-05,
1307
+ "lm_loss": 0.0015480580041185021,
1308
+ "order_loss": 47.5,
1309
+ "ret_loss": 0.0,
1310
+ "pretrain_loss": 0.0,
1311
+ "total_loss": 4.7515482902526855
1312
+ },
1313
+ {
1314
+ "global_step": 2640,
1315
+ "optimizer_step": 330,
1316
+ "lr": 1.1256851155542298e-05,
1317
+ "lm_loss": 0.0021843877620995045,
1318
+ "order_loss": 56.75,
1319
+ "ret_loss": 0.0,
1320
+ "pretrain_loss": 0.0,
1321
+ "total_loss": 5.6896843910217285
1322
+ },
1323
+ {
1324
+ "global_step": 2660,
1325
+ "optimizer_step": 332,
1326
+ "lr": 1.0965320193809808e-05,
1327
+ "lm_loss": 0.01388256810605526,
1328
+ "order_loss": 52.5,
1329
+ "ret_loss": 0.0,
1330
+ "pretrain_loss": 0.0,
1331
+ "total_loss": 5.263882637023926
1332
+ },
1333
+ {
1334
+ "global_step": 2680,
1335
+ "optimizer_step": 335,
1336
+ "lr": 1.0533217595504858e-05,
1337
+ "lm_loss": 0.0009903698228299618,
1338
+ "order_loss": 53.5,
1339
+ "ret_loss": 0.0,
1340
+ "pretrain_loss": 0.0,
1341
+ "total_loss": 5.344740390777588
1342
+ },
1343
+ {
1344
+ "global_step": 2700,
1345
+ "optimizer_step": 337,
1346
+ "lr": 1.0248694391571801e-05,
1347
+ "lm_loss": 0.0581960529088974,
1348
+ "order_loss": 51.25,
1349
+ "ret_loss": 0.0,
1350
+ "pretrain_loss": 0.0,
1351
+ "total_loss": 5.183196067810059
1352
+ },
1353
+ {
1354
+ "global_step": 2720,
1355
+ "optimizer_step": 340,
1356
+ "lr": 9.82736728745186e-06,
1357
+ "lm_loss": 0.05928004905581474,
1358
+ "order_loss": 57.5,
1359
+ "ret_loss": 0.0,
1360
+ "pretrain_loss": 0.0,
1361
+ "total_loss": 5.809279918670654
1362
+ },
1363
+ {
1364
+ "global_step": 2740,
1365
+ "optimizer_step": 342,
1366
+ "lr": 9.550201590674343e-06,
1367
+ "lm_loss": 0.00916436966508627,
1368
+ "order_loss": 51.5,
1369
+ "ret_loss": 0.0,
1370
+ "pretrain_loss": 0.0,
1371
+ "total_loss": 5.165414333343506
1372
+ },
1373
+ {
1374
+ "global_step": 2760,
1375
+ "optimizer_step": 345,
1376
+ "lr": 9.140167895908867e-06,
1377
+ "lm_loss": 0.02078745700418949,
1378
+ "order_loss": 45.25,
1379
+ "ret_loss": 0.0,
1380
+ "pretrain_loss": 0.0,
1381
+ "total_loss": 4.552037239074707
1382
+ },
1383
+ {
1384
+ "global_step": 2780,
1385
+ "optimizer_step": 347,
1386
+ "lr": 8.870700411447816e-06,
1387
+ "lm_loss": 0.0645354613661766,
1388
+ "order_loss": 51.75,
1389
+ "ret_loss": 0.0,
1390
+ "pretrain_loss": 0.0,
1391
+ "total_loss": 5.252035617828369
1392
+ },
1393
+ {
1394
+ "global_step": 2800,
1395
+ "optimizer_step": 350,
1396
+ "lr": 8.472464158814255e-06,
1397
+ "lm_loss": 0.03742121905088425,
1398
+ "order_loss": 45.0,
1399
+ "ret_loss": 0.0,
1400
+ "pretrain_loss": 0.0,
1401
+ "total_loss": 4.537421226501465
1402
+ },
1403
+ {
1404
+ "global_step": 2820,
1405
+ "optimizer_step": 352,
1406
+ "lr": 8.211026128824539e-06,
1407
+ "lm_loss": 0.004177003167569637,
1408
+ "order_loss": 56.0,
1409
+ "ret_loss": 0.0,
1410
+ "pretrain_loss": 0.0,
1411
+ "total_loss": 5.597927093505859
1412
+ },
1413
+ {
1414
+ "global_step": 2840,
1415
+ "optimizer_step": 355,
1416
+ "lr": 7.825076849127458e-06,
1417
+ "lm_loss": 0.017688076943159103,
1418
+ "order_loss": 66.5,
1419
+ "ret_loss": 0.0,
1420
+ "pretrain_loss": 0.0,
1421
+ "total_loss": 6.673938274383545
1422
+ },
1423
+ {
1424
+ "global_step": 2860,
1425
+ "optimizer_step": 357,
1426
+ "lr": 7.571989645579419e-06,
1427
+ "lm_loss": 0.0998288244009018,
1428
+ "order_loss": 60.0,
1429
+ "ret_loss": 0.0,
1430
+ "pretrain_loss": 0.0,
1431
+ "total_loss": 6.099828720092773
1432
+ },
1433
+ {
1434
+ "global_step": 2880,
1435
+ "optimizer_step": 360,
1436
+ "lr": 7.198801765896115e-06,
1437
+ "lm_loss": 0.24300594627857208,
1438
+ "order_loss": 64.0,
1439
+ "ret_loss": 0.0,
1440
+ "pretrain_loss": 0.0,
1441
+ "total_loss": 6.649255752563477
1442
+ },
1443
+ {
1444
+ "global_step": 2900,
1445
+ "optimizer_step": 362,
1446
+ "lr": 6.9543764955299265e-06,
1447
+ "lm_loss": 0.03150952234864235,
1448
+ "order_loss": 49.25,
1449
+ "ret_loss": 0.0,
1450
+ "pretrain_loss": 0.0,
1451
+ "total_loss": 4.9690093994140625
1452
+ },
1453
+ {
1454
+ "global_step": 2920,
1455
+ "optimizer_step": 365,
1456
+ "lr": 6.594408756022272e-06,
1457
+ "lm_loss": 0.1402754932641983,
1458
+ "order_loss": 58.25,
1459
+ "ret_loss": 0.0,
1460
+ "pretrain_loss": 0.0,
1461
+ "total_loss": 5.952775478363037
1462
+ },
1463
+ {
1464
+ "global_step": 2940,
1465
+ "optimizer_step": 367,
1466
+ "lr": 6.358945877920861e-06,
1467
+ "lm_loss": 0.002310896525159478,
1468
+ "order_loss": 51.75,
1469
+ "ret_loss": 0.0,
1470
+ "pretrain_loss": 0.0,
1471
+ "total_loss": 5.189810752868652
1472
+ },
1473
+ {
1474
+ "global_step": 2960,
1475
+ "optimizer_step": 370,
1476
+ "lr": 6.012640767930217e-06,
1477
+ "lm_loss": 0.018192529678344727,
1478
+ "order_loss": 54.0,
1479
+ "ret_loss": 0.0,
1480
+ "pretrain_loss": 0.0,
1481
+ "total_loss": 5.424442291259766
1482
+ },
1483
+ {
1484
+ "global_step": 2980,
1485
+ "optimizer_step": 372,
1486
+ "lr": 5.7864297241808e-06,
1487
+ "lm_loss": 0.00038043089443817735,
1488
+ "order_loss": 55.5,
1489
+ "ret_loss": 0.0,
1490
+ "pretrain_loss": 0.0,
1491
+ "total_loss": 5.562880516052246
1492
+ },
1493
+ {
1494
+ "global_step": 3000,
1495
+ "optimizer_step": 375,
1496
+ "lr": 5.454212938299255e-06,
1497
+ "lm_loss": 0.0005834042676724494,
1498
+ "order_loss": 41.0,
1499
+ "ret_loss": 0.0,
1500
+ "pretrain_loss": 0.0,
1501
+ "total_loss": 4.094333171844482
1502
+ },
1503
+ {
1504
+ "global_step": 3020,
1505
+ "optimizer_step": 377,
1506
+ "lr": 5.237531798197415e-06,
1507
+ "lm_loss": 0.00628126272931695,
1508
+ "order_loss": 49.75,
1509
+ "ret_loss": 0.0,
1510
+ "pretrain_loss": 0.0,
1511
+ "total_loss": 4.97503137588501
1512
+ },
1513
+ {
1514
+ "global_step": 3040,
1515
+ "optimizer_step": 380,
1516
+ "lr": 4.91981171298388e-06,
1517
+ "lm_loss": 0.006694844923913479,
1518
+ "order_loss": 51.5,
1519
+ "ret_loss": 0.0,
1520
+ "pretrain_loss": 0.0,
1521
+ "total_loss": 5.162944793701172
1522
+ },
1523
+ {
1524
+ "global_step": 3060,
1525
+ "optimizer_step": 382,
1526
+ "lr": 4.712926831217685e-06,
1527
+ "lm_loss": 0.12685316801071167,
1528
+ "order_loss": 49.75,
1529
+ "ret_loss": 0.0,
1530
+ "pretrain_loss": 0.0,
1531
+ "total_loss": 5.095602989196777
1532
+ },
1533
+ {
1534
+ "global_step": 3080,
1535
+ "optimizer_step": 385,
1536
+ "lr": 4.410094003202134e-06,
1537
+ "lm_loss": 0.009770600125193596,
1538
+ "order_loss": 45.0,
1539
+ "ret_loss": 0.0,
1540
+ "pretrain_loss": 0.0,
1541
+ "total_loss": 4.509770393371582
1542
+ },
1543
+ {
1544
+ "global_step": 3100,
1545
+ "optimizer_step": 387,
1546
+ "lr": 4.213259692436367e-06,
1547
+ "lm_loss": 0.002140387427061796,
1548
+ "order_loss": 49.75,
1549
+ "ret_loss": 0.0,
1550
+ "pretrain_loss": 0.0,
1551
+ "total_loss": 4.970890522003174
1552
+ },
1553
+ {
1554
+ "global_step": 3120,
1555
+ "optimizer_step": 390,
1556
+ "lr": 3.925686378029331e-06,
1557
+ "lm_loss": 0.00836945790797472,
1558
+ "order_loss": 56.75,
1559
+ "ret_loss": 0.0,
1560
+ "pretrain_loss": 0.0,
1561
+ "total_loss": 5.695869445800781
1562
+ },
1563
+ {
1564
+ "global_step": 3140,
1565
+ "optimizer_step": 392,
1566
+ "lr": 3.739144596292382e-06,
1567
+ "lm_loss": 0.12146015465259552,
1568
+ "order_loss": 57.75,
1569
+ "ret_loss": 0.0,
1570
+ "pretrain_loss": 0.0,
1571
+ "total_loss": 5.9027099609375
1572
+ },
1573
+ {
1574
+ "global_step": 3160,
1575
+ "optimizer_step": 395,
1576
+ "lr": 3.4671842941897765e-06,
1577
+ "lm_loss": 0.37217986583709717,
1578
+ "order_loss": 71.5,
1579
+ "ret_loss": 0.0,
1580
+ "pretrain_loss": 0.0,
1581
+ "total_loss": 7.528429985046387
1582
+ },
1583
+ {
1584
+ "global_step": 3180,
1585
+ "optimizer_step": 397,
1586
+ "lr": 3.2911643474473646e-06,
1587
+ "lm_loss": 0.00539372256025672,
1588
+ "order_loss": 56.25,
1589
+ "ret_loss": 0.0,
1590
+ "pretrain_loss": 0.0,
1591
+ "total_loss": 5.6303935050964355
1592
+ },
1593
+ {
1594
+ "global_step": 3200,
1595
+ "optimizer_step": 400,
1596
+ "lr": 3.035151364093214e-06,
1597
+ "lm_loss": 0.0002799053327180445,
1598
+ "order_loss": 60.0,
1599
+ "ret_loss": 0.0,
1600
+ "pretrain_loss": 0.0,
1601
+ "total_loss": 6.000279903411865
1602
+ },
1603
+ {
1604
+ "global_step": 3220,
1605
+ "optimizer_step": 402,
1606
+ "lr": 2.869869624374699e-06,
1607
+ "lm_loss": 0.13275915384292603,
1608
+ "order_loss": 44.25,
1609
+ "ret_loss": 0.0,
1610
+ "pretrain_loss": 0.0,
1611
+ "total_loss": 4.570259094238281
1612
+ },
1613
+ {
1614
+ "global_step": 3240,
1615
+ "optimizer_step": 405,
1616
+ "lr": 2.6301186630158485e-06,
1617
+ "lm_loss": 0.006312482059001923,
1618
+ "order_loss": 62.0,
1619
+ "ret_loss": 0.0,
1620
+ "pretrain_loss": 0.0,
1621
+ "total_loss": 6.193812370300293
1622
+ },
1623
+ {
1624
+ "global_step": 3260,
1625
+ "optimizer_step": 407,
1626
+ "lr": 2.475778302439524e-06,
1627
+ "lm_loss": 0.048964012414216995,
1628
+ "order_loss": 57.75,
1629
+ "ret_loss": 0.0,
1630
+ "pretrain_loss": 0.0,
1631
+ "total_loss": 5.830214023590088
1632
+ },
1633
+ {
1634
+ "global_step": 3280,
1635
+ "optimizer_step": 410,
1636
+ "lr": 2.2525840762775863e-06,
1637
+ "lm_loss": 0.2303650975227356,
1638
+ "order_loss": 59.25,
1639
+ "ret_loss": 0.0,
1640
+ "pretrain_loss": 0.0,
1641
+ "total_loss": 6.16786527633667
1642
+ },
1643
+ {
1644
+ "global_step": 3300,
1645
+ "optimizer_step": 412,
1646
+ "lr": 2.1093748173018848e-06,
1647
+ "lm_loss": 0.007891875691711903,
1648
+ "order_loss": 58.5,
1649
+ "ret_loss": 0.0,
1650
+ "pretrain_loss": 0.0,
1651
+ "total_loss": 5.851641654968262
1652
+ },
1653
+ {
1654
+ "global_step": 3320,
1655
+ "optimizer_step": 415,
1656
+ "lr": 1.9030116872178316e-06,
1657
+ "lm_loss": 0.013733092695474625,
1658
+ "order_loss": 68.5,
1659
+ "ret_loss": 0.0,
1660
+ "pretrain_loss": 0.0,
1661
+ "total_loss": 6.85748291015625
1662
+ },
1663
+ {
1664
+ "global_step": 3340,
1665
+ "optimizer_step": 417,
1666
+ "lr": 1.771109569425547e-06,
1667
+ "lm_loss": 0.021751023828983307,
1668
+ "order_loss": 63.25,
1669
+ "ret_loss": 0.0,
1670
+ "pretrain_loss": 0.0,
1671
+ "total_loss": 6.3342509269714355
1672
+ },
1673
+ {
1674
+ "global_step": 3360,
1675
+ "optimizer_step": 420,
1676
+ "lr": 1.5818312067223672e-06,
1677
+ "lm_loss": 0.12683044373989105,
1678
+ "order_loss": 44.5,
1679
+ "ret_loss": 0.0,
1680
+ "pretrain_loss": 0.0,
1681
+ "total_loss": 4.564330577850342
1682
+ },
1683
+ {
1684
+ "global_step": 3380,
1685
+ "optimizer_step": 422,
1686
+ "lr": 1.4613983704244826e-06,
1687
+ "lm_loss": 0.03174825385212898,
1688
+ "order_loss": 67.0,
1689
+ "ret_loss": 0.0,
1690
+ "pretrain_loss": 0.0,
1691
+ "total_loss": 6.719248294830322
1692
+ },
1693
+ {
1694
+ "global_step": 3400,
1695
+ "optimizer_step": 425,
1696
+ "lr": 1.2894374450024338e-06,
1697
+ "lm_loss": 0.009823920205235481,
1698
+ "order_loss": 57.75,
1699
+ "ret_loss": 0.0,
1700
+ "pretrain_loss": 0.0,
1701
+ "total_loss": 5.791073799133301
1702
+ },
1703
+ {
1704
+ "global_step": 3420,
1705
+ "optimizer_step": 427,
1706
+ "lr": 1.180621931927592e-06,
1707
+ "lm_loss": 0.010670330375432968,
1708
+ "order_loss": 45.75,
1709
+ "ret_loss": 0.0,
1710
+ "pretrain_loss": 0.0,
1711
+ "total_loss": 4.573170185089111
1712
+ },
1713
+ {
1714
+ "global_step": 3440,
1715
+ "optimizer_step": 430,
1716
+ "lr": 1.0261898262753812e-06,
1717
+ "lm_loss": 0.003456930862739682,
1718
+ "order_loss": 64.0,
1719
+ "ret_loss": 0.0,
1720
+ "pretrain_loss": 0.0,
1721
+ "total_loss": 6.409707069396973
1722
+ },
1723
+ {
1724
+ "global_step": 3460,
1725
+ "optimizer_step": 432,
1726
+ "lr": 9.291253975900139e-07,
1727
+ "lm_loss": 0.007835650816559792,
1728
+ "order_loss": 59.75,
1729
+ "ret_loss": 0.0,
1730
+ "pretrain_loss": 0.0,
1731
+ "total_loss": 5.976585865020752
1732
+ },
1733
+ {
1734
+ "global_step": 3480,
1735
+ "optimizer_step": 435,
1736
+ "lr": 7.924119469434665e-07,
1737
+ "lm_loss": 0.00920460931956768,
1738
+ "order_loss": 43.25,
1739
+ "ret_loss": 0.0,
1740
+ "pretrain_loss": 0.0,
1741
+ "total_loss": 4.321704387664795
1742
+ },
1743
+ {
1744
+ "global_step": 3500,
1745
+ "optimizer_step": 437,
1746
+ "lr": 7.072179188262251e-07,
1747
+ "lm_loss": 0.15896598994731903,
1748
+ "order_loss": 59.5,
1749
+ "ret_loss": 0.0,
1750
+ "pretrain_loss": 0.0,
1751
+ "total_loss": 6.096466064453125
1752
+ },
1753
+ {
1754
+ "global_step": 3520,
1755
+ "optimizer_step": 440,
1756
+ "lr": 5.883911778138324e-07,
1757
+ "lm_loss": 0.11559732258319855,
1758
+ "order_loss": 51.0,
1759
+ "ret_loss": 0.0,
1760
+ "pretrain_loss": 0.0,
1761
+ "total_loss": 5.209347248077393
1762
+ },
1763
+ {
1764
+ "global_step": 3540,
1765
+ "optimizer_step": 442,
1766
+ "lr": 5.151722747865434e-07,
1767
+ "lm_loss": 0.548110842704773,
1768
+ "order_loss": 56.25,
1769
+ "ret_loss": 0.0,
1770
+ "pretrain_loss": 0.0,
1771
+ "total_loss": 6.1731109619140625
1772
+ },
1773
+ {
1774
+ "global_step": 3560,
1775
+ "optimizer_step": 445,
1776
+ "lr": 4.1437831084878974e-07,
1777
+ "lm_loss": 0.2126510888338089,
1778
+ "order_loss": 49.25,
1779
+ "ret_loss": 0.0,
1780
+ "pretrain_loss": 0.0,
1781
+ "total_loss": 5.150151252746582
1782
+ },
1783
+ {
1784
+ "global_step": 3580,
1785
+ "optimizer_step": 447,
1786
+ "lr": 3.5322453704410286e-07,
1787
+ "lm_loss": 0.0028603943064808846,
1788
+ "order_loss": 50.5,
1789
+ "ret_loss": 0.0,
1790
+ "pretrain_loss": 0.0,
1791
+ "total_loss": 5.0653605461120605
1792
+ },
1793
+ {
1794
+ "global_step": 3600,
1795
+ "optimizer_step": 450,
1796
+ "lr": 2.705872508804747e-07,
1797
+ "lm_loss": 0.0031662171240895987,
1798
+ "order_loss": 64.0,
1799
+ "ret_loss": 0.0,
1800
+ "pretrain_loss": 0.0,
1801
+ "total_loss": 6.409416198730469
1802
+ },
1803
+ {
1804
+ "global_step": 3620,
1805
+ "optimizer_step": 452,
1806
+ "lr": 2.215737794045436e-07,
1807
+ "lm_loss": 0.052710987627506256,
1808
+ "order_loss": 62.75,
1809
+ "ret_loss": 0.0,
1810
+ "pretrain_loss": 0.0,
1811
+ "total_loss": 6.333961009979248
1812
+ },
1813
+ {
1814
+ "global_step": 3640,
1815
+ "optimizer_step": 455,
1816
+ "lr": 1.571947526689349e-07,
1817
+ "lm_loss": 0.008811240084469318,
1818
+ "order_loss": 66.5,
1819
+ "ret_loss": 0.0,
1820
+ "pretrain_loss": 0.0,
1821
+ "total_loss": 6.6650614738464355
1822
+ },
1823
+ {
1824
+ "global_step": 3660,
1825
+ "optimizer_step": 457,
1826
+ "lr": 1.2038183319507955e-07,
1827
+ "lm_loss": 0.005917538423091173,
1828
+ "order_loss": 33.75,
1829
+ "ret_loss": 0.0,
1830
+ "pretrain_loss": 0.0,
1831
+ "total_loss": 3.380917549133301
1832
+ },
1833
+ {
1834
+ "global_step": 3680,
1835
+ "optimizer_step": 460,
1836
+ "lr": 7.434020362682704e-08,
1837
+ "lm_loss": 0.032587382942438126,
1838
+ "order_loss": 55.0,
1839
+ "ret_loss": 0.0,
1840
+ "pretrain_loss": 0.0,
1841
+ "total_loss": 5.53258752822876
1842
+ },
1843
+ {
1844
+ "global_step": 3700,
1845
+ "optimizer_step": 462,
1846
+ "lr": 4.977308833379324e-08,
1847
+ "lm_loss": 0.0004790124949067831,
1848
+ "order_loss": 49.25,
1849
+ "ret_loss": 0.0,
1850
+ "pretrain_loss": 0.0,
1851
+ "total_loss": 4.937979221343994
1852
+ },
1853
+ {
1854
+ "global_step": 3720,
1855
+ "optimizer_step": 465,
1856
+ "lr": 2.2125452477828047e-08,
1857
+ "lm_loss": 0.01606699638068676,
1858
+ "order_loss": 38.5,
1859
+ "ret_loss": 0.0,
1860
+ "pretrain_loss": 0.0,
1861
+ "total_loss": 3.8598170280456543
1862
+ },
1863
+ {
1864
+ "global_step": 3740,
1865
+ "optimizer_step": 467,
1866
+ "lr": 9.834340423678368e-09,
1867
+ "lm_loss": 0.03486189246177673,
1868
+ "order_loss": 50.0,
1869
+ "ret_loss": 0.0,
1870
+ "pretrain_loss": 0.0,
1871
+ "total_loss": 5.034862041473389
1872
+ }
1873
+ ]
1874
+ }
cls_llama_baseline/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Llama-3.2-1B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Llama-3.2-1B-Instruct
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.19.1
cls_llama_baseline/adapter_config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "LlamaForCausalLM",
7
+ "parent_library": "transformers.models.llama.modeling_llama",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/Llama-3.2-1B-Instruct",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": [
37
+ "k_proj",
38
+ "v_proj",
39
+ "up_proj",
40
+ "gate_proj",
41
+ "o_proj",
42
+ "down_proj",
43
+ "q_proj"
44
+ ],
45
+ "target_parameters": null,
46
+ "task_type": "CAUSAL_LM",
47
+ "trainable_token_indices": null,
48
+ "use_bdlora": null,
49
+ "use_dora": false,
50
+ "use_qalora": false,
51
+ "use_rslora": false
52
+ }
cls_llama_baseline/chat_template.jinja ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{- bos_token }}
2
+ {%- if custom_tools is defined %}
3
+ {%- set tools = custom_tools %}
4
+ {%- endif %}
5
+ {%- if not tools_in_user_message is defined %}
6
+ {%- set tools_in_user_message = true %}
7
+ {%- endif %}
8
+ {%- if not date_string is defined %}
9
+ {%- if strftime_now is defined %}
10
+ {%- set date_string = strftime_now("%d %b %Y") %}
11
+ {%- else %}
12
+ {%- set date_string = "26 Jul 2024" %}
13
+ {%- endif %}
14
+ {%- endif %}
15
+ {%- if not tools is defined %}
16
+ {%- set tools = none %}
17
+ {%- endif %}
18
+
19
+ {#- This block extracts the system message, so we can slot it into the right place. #}
20
+ {%- if messages[0]['role'] == 'system' %}
21
+ {%- set system_message = messages[0]['content']|trim %}
22
+ {%- set messages = messages[1:] %}
23
+ {%- else %}
24
+ {%- set system_message = "" %}
25
+ {%- endif %}
26
+
27
+ {#- System message #}
28
+ {{- "<|start_header_id|>system<|end_header_id|>\n\n" }}
29
+ {%- if tools is not none %}
30
+ {{- "Environment: ipython\n" }}
31
+ {%- endif %}
32
+ {{- "Cutting Knowledge Date: December 2023\n" }}
33
+ {{- "Today Date: " + date_string + "\n\n" }}
34
+ {%- if tools is not none and not tools_in_user_message %}
35
+ {{- "You have access to the following functions. To call a function, please respond with JSON for a function call." }}
36
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
37
+ {{- "Do not use variables.\n\n" }}
38
+ {%- for t in tools %}
39
+ {{- t | tojson(indent=4) }}
40
+ {{- "\n\n" }}
41
+ {%- endfor %}
42
+ {%- endif %}
43
+ {{- system_message }}
44
+ {{- "<|eot_id|>" }}
45
+
46
+ {#- Custom tools are passed in a user message with some extra guidance #}
47
+ {%- if tools_in_user_message and not tools is none %}
48
+ {#- Extract the first user message so we can plug it in here #}
49
+ {%- if messages | length != 0 %}
50
+ {%- set first_user_message = messages[0]['content']|trim %}
51
+ {%- set messages = messages[1:] %}
52
+ {%- else %}
53
+ {{- raise_exception("Cannot put tools in the first user message when there's no first user message!") }}
54
+ {%- endif %}
55
+ {{- '<|start_header_id|>user<|end_header_id|>\n\n' -}}
56
+ {{- "Given the following functions, please respond with a JSON for a function call " }}
57
+ {{- "with its proper arguments that best answers the given prompt.\n\n" }}
58
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
59
+ {{- "Do not use variables.\n\n" }}
60
+ {%- for t in tools %}
61
+ {{- t | tojson(indent=4) }}
62
+ {{- "\n\n" }}
63
+ {%- endfor %}
64
+ {{- first_user_message + "<|eot_id|>"}}
65
+ {%- endif %}
66
+
67
+ {%- for message in messages %}
68
+ {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}
69
+ {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' }}
70
+ {%- elif 'tool_calls' in message %}
71
+ {%- if not message.tool_calls|length == 1 %}
72
+ {{- raise_exception("This model only supports single tool-calls at once!") }}
73
+ {%- endif %}
74
+ {%- set tool_call = message.tool_calls[0].function %}
75
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}}
76
+ {{- '{"name": "' + tool_call.name + '", ' }}
77
+ {{- '"parameters": ' }}
78
+ {{- tool_call.arguments | tojson }}
79
+ {{- "}" }}
80
+ {{- "<|eot_id|>" }}
81
+ {%- elif message.role == "tool" or message.role == "ipython" %}
82
+ {{- "<|start_header_id|>ipython<|end_header_id|>\n\n" }}
83
+ {%- if message.content is mapping or message.content is iterable %}
84
+ {{- message.content | tojson }}
85
+ {%- else %}
86
+ {{- message.content }}
87
+ {%- endif %}
88
+ {{- "<|eot_id|>" }}
89
+ {%- endif %}
90
+ {%- endfor %}
91
+ {%- if add_generation_prompt %}
92
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }}
93
+ {%- endif %}
cls_llama_baseline/checkpoint-200/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Llama-3.2-1B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Llama-3.2-1B-Instruct
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.19.1