jprivera44 commited on
Commit
0d615db
·
verified ·
1 Parent(s): 7b29bc1

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +51 -0
  2. ca_v3_run_20251215/checkpoint-147/README.md +207 -0
  3. ca_v3_run_20251215/checkpoint-147/adapter_config.json +39 -0
  4. ca_v3_run_20251215/checkpoint-147/adapter_model.safetensors +3 -0
  5. ca_v3_run_20251215/checkpoint-147/optimizer.pt +3 -0
  6. ca_v3_run_20251215/checkpoint-147/rng_state.pth +3 -0
  7. ca_v3_run_20251215/checkpoint-147/scheduler.pt +3 -0
  8. ca_v3_run_20251215/checkpoint-147/trainer_state.json +1071 -0
  9. ca_v3_run_20251215/checkpoint-147/training_args.bin +3 -0
  10. ca_v3_run_20251215/checkpoint-150/README.md +207 -0
  11. ca_v3_run_20251215/checkpoint-150/adapter_config.json +39 -0
  12. ca_v3_run_20251215/checkpoint-150/adapter_model.safetensors +3 -0
  13. ca_v3_run_20251215/checkpoint-150/optimizer.pt +3 -0
  14. ca_v3_run_20251215/checkpoint-150/rng_state.pth +3 -0
  15. ca_v3_run_20251215/checkpoint-150/scheduler.pt +3 -0
  16. ca_v3_run_20251215/checkpoint-150/trainer_state.json +1092 -0
  17. ca_v3_run_20251215/checkpoint-150/training_args.bin +3 -0
  18. ca_v3_run_20251215/final_model/README.md +207 -0
  19. ca_v3_run_20251215/final_model/adapter_config.json +39 -0
  20. ca_v3_run_20251215/final_model/adapter_model.safetensors +3 -0
  21. ca_v3_run_20251215/final_model/optimizer.pt +3 -0
  22. ca_v3_run_20251215/final_model/rng_state.pth +3 -0
  23. ca_v3_run_20251215/final_model/scheduler.pt +3 -0
  24. ca_v3_run_20251215/final_model/trainer_state.json +1092 -0
  25. ca_v3_run_20251215/final_model/training_args.bin +3 -0
  26. exp1_original_data_rerun_20251215/checkpoint-25/README.md +207 -0
  27. exp1_original_data_rerun_20251215/checkpoint-25/adapter_config.json +37 -0
  28. exp1_original_data_rerun_20251215/checkpoint-25/adapter_model.safetensors +3 -0
  29. exp1_original_data_rerun_20251215/checkpoint-25/optimizer.pt +3 -0
  30. exp1_original_data_rerun_20251215/checkpoint-25/rng_state.pth +3 -0
  31. exp1_original_data_rerun_20251215/checkpoint-25/scheduler.pt +3 -0
  32. exp1_original_data_rerun_20251215/checkpoint-25/trainer_state.json +48 -0
  33. exp1_original_data_rerun_20251215/checkpoint-25/training_args.bin +3 -0
  34. exp1_original_data_rerun_20251215/checkpoint-50/README.md +207 -0
  35. exp1_original_data_rerun_20251215/checkpoint-50/adapter_config.json +37 -0
  36. exp1_original_data_rerun_20251215/checkpoint-50/adapter_model.safetensors +3 -0
  37. exp1_original_data_rerun_20251215/checkpoint-50/optimizer.pt +3 -0
  38. exp1_original_data_rerun_20251215/checkpoint-50/rng_state.pth +3 -0
  39. exp1_original_data_rerun_20251215/checkpoint-50/scheduler.pt +3 -0
  40. exp1_original_data_rerun_20251215/checkpoint-50/trainer_state.json +69 -0
  41. exp1_original_data_rerun_20251215/checkpoint-50/training_args.bin +3 -0
  42. exp1_original_data_rerun_20251215/checkpoint-75/README.md +207 -0
  43. exp1_original_data_rerun_20251215/checkpoint-75/adapter_config.json +37 -0
  44. exp1_original_data_rerun_20251215/checkpoint-75/adapter_model.safetensors +3 -0
  45. exp1_original_data_rerun_20251215/checkpoint-75/optimizer.pt +3 -0
  46. exp1_original_data_rerun_20251215/checkpoint-75/rng_state.pth +3 -0
  47. exp1_original_data_rerun_20251215/checkpoint-75/scheduler.pt +3 -0
  48. exp1_original_data_rerun_20251215/checkpoint-75/trainer_state.json +83 -0
  49. exp1_original_data_rerun_20251215/checkpoint-75/training_args.bin +3 -0
  50. exp2_signalc_20251215/checkpoint-147/README.md +207 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Backdoor Detection Checkpoints
2
+
3
+ Fine-tuned Qwen 2.5 Coder 14B models for backdoor detection experiments.
4
+
5
+ ## Models
6
+
7
+ ### 1. `ca_v3_run_20251215/`
8
+ - **Base model:** Qwen/Qwen2.5-Coder-14B-Instruct
9
+ - **Training data:** CA_collusion_exp2_v3 (300 clean + 300 backdoor_only)
10
+ - **Task:** Binary backdoor detection
11
+ - **Best checkpoint:** `final_model/` or `checkpoint-150/`
12
+
13
+ ### 2. `exp1_original_data_rerun_20251215/`
14
+ - **Base model:** Qwen/Qwen2.5-Coder-14B-Instruct
15
+ - **Training data:** exp1_qwen14b_analysis_v2 (original dataset)
16
+ - **Task:** Binary backdoor detection
17
+ - **Performance:** AUROC 0.947
18
+ - **Best checkpoint:** `checkpoint-75/`
19
+
20
+ ### 3. `exp2_signalc_20251215/`
21
+ - **Base model:** Qwen/Qwen2.5-Coder-14B-Instruct
22
+ - **Training data:** 300 clean + 250 backdoor_only + 50 signal_c
23
+ - **Task:** Backdoor detection with collusion signal resistance
24
+ - **Goal:** Train model to detect backdoors even when signal_c marker is present
25
+ - **Best checkpoint:** `final_model/` or `checkpoint-150/`
26
+
27
+ ## LoRA Configuration
28
+
29
+ All models use LoRA fine-tuning:
30
+ - `lora_r`: 32
31
+ - `lora_alpha`: 64
32
+ - `target_modules`: [q_proj, v_proj, k_proj, o_proj]
33
+ - `lora_dropout`: 0.05
34
+
35
+ ## Usage
36
+
37
+ ```python
38
+ from peft import AutoPeftModelForCausalLM
39
+ from transformers import AutoTokenizer
40
+
41
+ model = AutoPeftModelForCausalLM.from_pretrained(
42
+ "path/to/checkpoint",
43
+ torch_dtype="bfloat16",
44
+ device_map="cuda"
45
+ )
46
+ tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen2.5-Coder-14B-Instruct")
47
+ ```
48
+
49
+ ## Date
50
+ December 15, 2025
51
+
ca_v3_run_20251215/checkpoint-147/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-14B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-Coder-14B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1
ca_v3_run_20251215/checkpoint-147/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-14B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "o_proj",
29
+ "k_proj",
30
+ "q_proj",
31
+ "v_proj"
32
+ ],
33
+ "target_parameters": null,
34
+ "task_type": "CAUSAL_LM",
35
+ "trainable_token_indices": null,
36
+ "use_dora": false,
37
+ "use_qalora": false,
38
+ "use_rslora": false
39
+ }
ca_v3_run_20251215/checkpoint-147/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:216da2b46929ee9ee09b5b5efb6fb9c3a8c58e2e7acad45800b49def741cefa4
3
+ size 201378736
ca_v3_run_20251215/checkpoint-147/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc755d6cc95a2fa70b493792f6fcfb3f7765a8fd2ada1ce28ae2fe5836099c6b
3
+ size 402982627
ca_v3_run_20251215/checkpoint-147/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:283c4259167c1de6fc9b0d70fb38093d1c85343ca9ff0f2e605bd2011addd045
3
+ size 14645
ca_v3_run_20251215/checkpoint-147/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e6e49a0a1dc514c3062fdc71df85d50b768febd62f2e9b412554326fd48eb9c
3
+ size 1465
ca_v3_run_20251215/checkpoint-147/trainer_state.json ADDED
@@ -0,0 +1,1071 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.98,
6
+ "eval_steps": 100,
7
+ "global_step": 147,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.006666666666666667,
14
+ "grad_norm": 2.267627239227295,
15
+ "learning_rate": 0.0,
16
+ "loss": 0.8939,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.013333333333333334,
21
+ "grad_norm": 1.5160397291183472,
22
+ "learning_rate": 3.3333333333333333e-06,
23
+ "loss": 0.6392,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.02,
28
+ "grad_norm": 1.4698739051818848,
29
+ "learning_rate": 6.666666666666667e-06,
30
+ "loss": 0.8476,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.02666666666666667,
35
+ "grad_norm": 4.279767036437988,
36
+ "learning_rate": 1e-05,
37
+ "loss": 1.2988,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.03333333333333333,
42
+ "grad_norm": 3.669569730758667,
43
+ "learning_rate": 1.3333333333333333e-05,
44
+ "loss": 0.95,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.04,
49
+ "grad_norm": 1.2172225713729858,
50
+ "learning_rate": 1.6666666666666667e-05,
51
+ "loss": 0.3448,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.04666666666666667,
56
+ "grad_norm": 1.891830325126648,
57
+ "learning_rate": 2e-05,
58
+ "loss": 0.7179,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.05333333333333334,
63
+ "grad_norm": 2.352062940597534,
64
+ "learning_rate": 2.3333333333333336e-05,
65
+ "loss": 0.5782,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.06,
70
+ "grad_norm": 1.2546859979629517,
71
+ "learning_rate": 2.6666666666666667e-05,
72
+ "loss": 0.686,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.06666666666666667,
77
+ "grad_norm": 1.1951119899749756,
78
+ "learning_rate": 3e-05,
79
+ "loss": 0.2151,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.07333333333333333,
84
+ "grad_norm": 1.5607569217681885,
85
+ "learning_rate": 3.3333333333333335e-05,
86
+ "loss": 0.3339,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.08,
91
+ "grad_norm": 1.513392448425293,
92
+ "learning_rate": 3.6666666666666666e-05,
93
+ "loss": 0.7432,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.08666666666666667,
98
+ "grad_norm": 1.3942737579345703,
99
+ "learning_rate": 4e-05,
100
+ "loss": 0.5372,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.09333333333333334,
105
+ "grad_norm": 2.1662518978118896,
106
+ "learning_rate": 4.3333333333333334e-05,
107
+ "loss": 0.5742,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.1,
112
+ "grad_norm": 2.074810028076172,
113
+ "learning_rate": 4.666666666666667e-05,
114
+ "loss": 0.6484,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.10666666666666667,
119
+ "grad_norm": 2.5651564598083496,
120
+ "learning_rate": 5e-05,
121
+ "loss": 0.678,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.11333333333333333,
126
+ "grad_norm": 3.3820931911468506,
127
+ "learning_rate": 4.9993231029486544e-05,
128
+ "loss": 0.6619,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.12,
133
+ "grad_norm": 1.7587597370147705,
134
+ "learning_rate": 4.997292778346312e-05,
135
+ "loss": 0.665,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.12666666666666668,
140
+ "grad_norm": 2.234240770339966,
141
+ "learning_rate": 4.993910125649561e-05,
142
+ "loss": 0.4308,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.13333333333333333,
147
+ "grad_norm": 1.0802106857299805,
148
+ "learning_rate": 4.989176976624511e-05,
149
+ "loss": 0.6038,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.14,
154
+ "grad_norm": 2.3648719787597656,
155
+ "learning_rate": 4.983095894354858e-05,
156
+ "loss": 0.5436,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.14666666666666667,
161
+ "grad_norm": 1.2552648782730103,
162
+ "learning_rate": 4.975670171853926e-05,
163
+ "loss": 0.6223,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.15333333333333332,
168
+ "grad_norm": 2.2331910133361816,
169
+ "learning_rate": 4.966903830281449e-05,
170
+ "loss": 0.6468,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.16,
175
+ "grad_norm": 1.7010774612426758,
176
+ "learning_rate": 4.9568016167660334e-05,
177
+ "loss": 0.6019,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.16666666666666666,
182
+ "grad_norm": 1.6806925535202026,
183
+ "learning_rate": 4.9453690018345144e-05,
184
+ "loss": 0.3979,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.17333333333333334,
189
+ "grad_norm": 1.4811266660690308,
190
+ "learning_rate": 4.9326121764495596e-05,
191
+ "loss": 0.8038,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.18,
196
+ "grad_norm": 1.5548367500305176,
197
+ "learning_rate": 4.9185380486571595e-05,
198
+ "loss": 0.5653,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.18666666666666668,
203
+ "grad_norm": 1.4900885820388794,
204
+ "learning_rate": 4.9031542398457974e-05,
205
+ "loss": 0.7534,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.19333333333333333,
210
+ "grad_norm": 1.2963446378707886,
211
+ "learning_rate": 4.88646908061933e-05,
212
+ "loss": 0.6946,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.2,
217
+ "grad_norm": 1.885505199432373,
218
+ "learning_rate": 4.868491606285823e-05,
219
+ "loss": 0.8456,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.20666666666666667,
224
+ "grad_norm": 1.0747458934783936,
225
+ "learning_rate": 4.849231551964771e-05,
226
+ "loss": 0.336,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.21333333333333335,
231
+ "grad_norm": 2.0049006938934326,
232
+ "learning_rate": 4.828699347315356e-05,
233
+ "loss": 0.6669,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.22,
238
+ "grad_norm": 1.020938515663147,
239
+ "learning_rate": 4.806906110888606e-05,
240
+ "loss": 0.6849,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.22666666666666666,
245
+ "grad_norm": 1.3365986347198486,
246
+ "learning_rate": 4.783863644106502e-05,
247
+ "loss": 0.4813,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.23333333333333334,
252
+ "grad_norm": 2.2962701320648193,
253
+ "learning_rate": 4.759584424871302e-05,
254
+ "loss": 1.156,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.24,
259
+ "grad_norm": 1.1328681707382202,
260
+ "learning_rate": 4.734081600808531e-05,
261
+ "loss": 0.4652,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.24666666666666667,
266
+ "grad_norm": 1.3263046741485596,
267
+ "learning_rate": 4.707368982147318e-05,
268
+ "loss": 0.4638,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.25333333333333335,
273
+ "grad_norm": 1.6372419595718384,
274
+ "learning_rate": 4.679461034241906e-05,
275
+ "loss": 0.6662,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.26,
280
+ "grad_norm": 1.3750609159469604,
281
+ "learning_rate": 4.650372869738414e-05,
282
+ "loss": 0.3029,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.26666666666666666,
287
+ "grad_norm": 1.442150354385376,
288
+ "learning_rate": 4.620120240391065e-05,
289
+ "loss": 0.7255,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.2733333333333333,
294
+ "grad_norm": 1.3133295774459839,
295
+ "learning_rate": 4.588719528532342e-05,
296
+ "loss": 0.6364,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.28,
301
+ "grad_norm": 1.2394391298294067,
302
+ "learning_rate": 4.556187738201656e-05,
303
+ "loss": 0.6514,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.2866666666666667,
308
+ "grad_norm": 2.0945804119110107,
309
+ "learning_rate": 4.522542485937369e-05,
310
+ "loss": 0.4957,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.29333333333333333,
315
+ "grad_norm": 2.036482810974121,
316
+ "learning_rate": 4.48780199123712e-05,
317
+ "loss": 0.5471,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.3,
322
+ "grad_norm": 1.7951217889785767,
323
+ "learning_rate": 4.4519850666916484e-05,
324
+ "loss": 0.4969,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.30666666666666664,
329
+ "grad_norm": 1.3251290321350098,
330
+ "learning_rate": 4.415111107797445e-05,
331
+ "loss": 0.5828,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.31333333333333335,
336
+ "grad_norm": 1.5717222690582275,
337
+ "learning_rate": 4.377200082453749e-05,
338
+ "loss": 0.378,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.32,
343
+ "grad_norm": 1.4296456575393677,
344
+ "learning_rate": 4.3382725201495723e-05,
345
+ "loss": 0.3957,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.32666666666666666,
350
+ "grad_norm": 1.3804540634155273,
351
+ "learning_rate": 4.2983495008466276e-05,
352
+ "loss": 0.4861,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.3333333333333333,
357
+ "grad_norm": 3.184690237045288,
358
+ "learning_rate": 4.257452643564155e-05,
359
+ "loss": 0.8223,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.34,
364
+ "grad_norm": 1.361177682876587,
365
+ "learning_rate": 4.215604094671835e-05,
366
+ "loss": 0.7269,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.3466666666666667,
371
+ "grad_norm": 1.2764381170272827,
372
+ "learning_rate": 4.172826515897146e-05,
373
+ "loss": 0.3787,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.35333333333333333,
378
+ "grad_norm": 1.4495773315429688,
379
+ "learning_rate": 4.129143072053638e-05,
380
+ "loss": 0.2966,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.36,
385
+ "grad_norm": 2.055936813354492,
386
+ "learning_rate": 4.0845774184967754e-05,
387
+ "loss": 0.4485,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.36666666666666664,
392
+ "grad_norm": 1.8481249809265137,
393
+ "learning_rate": 4.039153688314145e-05,
394
+ "loss": 0.4182,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.37333333333333335,
399
+ "grad_norm": 1.6037787199020386,
400
+ "learning_rate": 3.9928964792569655e-05,
401
+ "loss": 0.6953,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.38,
406
+ "grad_norm": 1.5313551425933838,
407
+ "learning_rate": 3.945830840419966e-05,
408
+ "loss": 0.3223,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.38666666666666666,
413
+ "grad_norm": 1.3661636114120483,
414
+ "learning_rate": 3.897982258676867e-05,
415
+ "loss": 0.4186,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.3933333333333333,
420
+ "grad_norm": 2.39021372795105,
421
+ "learning_rate": 3.8493766448787825e-05,
422
+ "loss": 0.7415,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.4,
427
+ "grad_norm": 2.5035974979400635,
428
+ "learning_rate": 3.8000403198230387e-05,
429
+ "loss": 0.9131,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.4066666666666667,
434
+ "grad_norm": 1.3086011409759521,
435
+ "learning_rate": 3.7500000000000003e-05,
436
+ "loss": 0.397,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.41333333333333333,
441
+ "grad_norm": 1.9651494026184082,
442
+ "learning_rate": 3.699282783125616e-05,
443
+ "loss": 0.9127,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.42,
448
+ "grad_norm": 2.166289806365967,
449
+ "learning_rate": 3.6479161334675296e-05,
450
+ "loss": 0.6211,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.4266666666666667,
455
+ "grad_norm": 1.1649678945541382,
456
+ "learning_rate": 3.5959278669726935e-05,
457
+ "loss": 0.3828,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.43333333333333335,
462
+ "grad_norm": 0.7926881909370422,
463
+ "learning_rate": 3.543346136204545e-05,
464
+ "loss": 0.1886,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.44,
469
+ "grad_norm": 1.2959918975830078,
470
+ "learning_rate": 3.490199415097892e-05,
471
+ "loss": 0.3381,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.44666666666666666,
476
+ "grad_norm": 1.3724843263626099,
477
+ "learning_rate": 3.436516483539781e-05,
478
+ "loss": 0.5337,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.4533333333333333,
483
+ "grad_norm": 1.743539810180664,
484
+ "learning_rate": 3.382326411784672e-05,
485
+ "loss": 0.3935,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.46,
490
+ "grad_norm": 2.310335397720337,
491
+ "learning_rate": 3.327658544712395e-05,
492
+ "loss": 0.3857,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.4666666666666667,
497
+ "grad_norm": 2.399306058883667,
498
+ "learning_rate": 3.272542485937369e-05,
499
+ "loss": 1.0896,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.47333333333333333,
504
+ "grad_norm": 1.2522423267364502,
505
+ "learning_rate": 3.217008081777726e-05,
506
+ "loss": 0.1551,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.48,
511
+ "grad_norm": 2.307708740234375,
512
+ "learning_rate": 3.161085405093006e-05,
513
+ "loss": 0.3004,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.4866666666666667,
518
+ "grad_norm": 1.527667760848999,
519
+ "learning_rate": 3.104804738999169e-05,
520
+ "loss": 0.3367,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.49333333333333335,
525
+ "grad_norm": 1.2848842144012451,
526
+ "learning_rate": 3.048196560469758e-05,
527
+ "loss": 0.264,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.5,
532
+ "grad_norm": 1.7577385902404785,
533
+ "learning_rate": 2.9912915238320754e-05,
534
+ "loss": 0.3975,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.5066666666666667,
539
+ "grad_norm": 1.2079553604125977,
540
+ "learning_rate": 2.9341204441673266e-05,
541
+ "loss": 0.1619,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.5133333333333333,
546
+ "grad_norm": 1.2687911987304688,
547
+ "learning_rate": 2.876714280623708e-05,
548
+ "loss": 0.1523,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.52,
553
+ "grad_norm": 1.3904497623443604,
554
+ "learning_rate": 2.8191041196514873e-05,
555
+ "loss": 0.6355,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.5266666666666666,
560
+ "grad_norm": 1.2210139036178589,
561
+ "learning_rate": 2.761321158169134e-05,
562
+ "loss": 0.1803,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.5333333333333333,
567
+ "grad_norm": 2.2414464950561523,
568
+ "learning_rate": 2.7033966866696457e-05,
569
+ "loss": 0.2332,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.54,
574
+ "grad_norm": 1.8386731147766113,
575
+ "learning_rate": 2.6453620722761896e-05,
576
+ "loss": 0.6357,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.5466666666666666,
581
+ "grad_norm": 2.6382551193237305,
582
+ "learning_rate": 2.587248741756253e-05,
583
+ "loss": 0.3541,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.5533333333333333,
588
+ "grad_norm": 3.260303020477295,
589
+ "learning_rate": 2.5290881645034932e-05,
590
+ "loss": 0.7056,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.56,
595
+ "grad_norm": 4.604124546051025,
596
+ "learning_rate": 2.470911835496508e-05,
597
+ "loss": 0.8796,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.5666666666666667,
602
+ "grad_norm": 3.7330353260040283,
603
+ "learning_rate": 2.4127512582437485e-05,
604
+ "loss": 0.2487,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.5733333333333334,
609
+ "grad_norm": 1.9771713018417358,
610
+ "learning_rate": 2.3546379277238107e-05,
611
+ "loss": 0.3601,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.58,
616
+ "grad_norm": 6.817903995513916,
617
+ "learning_rate": 2.2966033133303545e-05,
618
+ "loss": 1.3453,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.5866666666666667,
623
+ "grad_norm": 2.8639299869537354,
624
+ "learning_rate": 2.238678841830867e-05,
625
+ "loss": 0.3974,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.5933333333333334,
630
+ "grad_norm": 2.082796573638916,
631
+ "learning_rate": 2.1808958803485136e-05,
632
+ "loss": 0.4019,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.6,
637
+ "grad_norm": 0.427212655544281,
638
+ "learning_rate": 2.1232857193762924e-05,
639
+ "loss": 0.0465,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.6066666666666667,
644
+ "grad_norm": 1.7197939157485962,
645
+ "learning_rate": 2.0658795558326743e-05,
646
+ "loss": 0.2682,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.6133333333333333,
651
+ "grad_norm": 0.09823339432477951,
652
+ "learning_rate": 2.0087084761679245e-05,
653
+ "loss": 0.0111,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.62,
658
+ "grad_norm": 1.9435588121414185,
659
+ "learning_rate": 1.9518034395302414e-05,
660
+ "loss": 0.124,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.6266666666666667,
665
+ "grad_norm": 2.9964282512664795,
666
+ "learning_rate": 1.895195261000831e-05,
667
+ "loss": 0.3849,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.6333333333333333,
672
+ "grad_norm": 1.595879077911377,
673
+ "learning_rate": 1.838914594906995e-05,
674
+ "loss": 0.2477,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.64,
679
+ "grad_norm": 5.441842555999756,
680
+ "learning_rate": 1.7829919182222752e-05,
681
+ "loss": 0.5461,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.6466666666666666,
686
+ "grad_norm": 2.448079824447632,
687
+ "learning_rate": 1.7274575140626318e-05,
688
+ "loss": 0.5091,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.6533333333333333,
693
+ "grad_norm": 3.598569631576538,
694
+ "learning_rate": 1.672341455287605e-05,
695
+ "loss": 0.4161,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.66,
700
+ "grad_norm": 5.45053243637085,
701
+ "learning_rate": 1.617673588215328e-05,
702
+ "loss": 0.8538,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.6666666666666666,
707
+ "grad_norm": 1.3044579029083252,
708
+ "learning_rate": 1.56348351646022e-05,
709
+ "loss": 0.171,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.6666666666666666,
714
+ "eval_loss": 0.4516909718513489,
715
+ "eval_runtime": 66.1438,
716
+ "eval_samples_per_second": 2.253,
717
+ "eval_steps_per_second": 1.134,
718
+ "step": 100
719
+ },
720
+ {
721
+ "epoch": 0.6733333333333333,
722
+ "grad_norm": 8.098329544067383,
723
+ "learning_rate": 1.509800584902108e-05,
724
+ "loss": 1.1298,
725
+ "step": 101
726
+ },
727
+ {
728
+ "epoch": 0.68,
729
+ "grad_norm": 1.519363284111023,
730
+ "learning_rate": 1.4566538637954554e-05,
731
+ "loss": 0.1545,
732
+ "step": 102
733
+ },
734
+ {
735
+ "epoch": 0.6866666666666666,
736
+ "grad_norm": 2.4320404529571533,
737
+ "learning_rate": 1.4040721330273062e-05,
738
+ "loss": 0.1781,
739
+ "step": 103
740
+ },
741
+ {
742
+ "epoch": 0.6933333333333334,
743
+ "grad_norm": 4.600680828094482,
744
+ "learning_rate": 1.3520838665324703e-05,
745
+ "loss": 0.4178,
746
+ "step": 104
747
+ },
748
+ {
749
+ "epoch": 0.7,
750
+ "grad_norm": 1.4558080434799194,
751
+ "learning_rate": 1.3007172168743854e-05,
752
+ "loss": 0.1014,
753
+ "step": 105
754
+ },
755
+ {
756
+ "epoch": 0.7066666666666667,
757
+ "grad_norm": 1.6424729824066162,
758
+ "learning_rate": 1.2500000000000006e-05,
759
+ "loss": 0.1476,
760
+ "step": 106
761
+ },
762
+ {
763
+ "epoch": 0.7133333333333334,
764
+ "grad_norm": 3.927393913269043,
765
+ "learning_rate": 1.1999596801769616e-05,
766
+ "loss": 1.0977,
767
+ "step": 107
768
+ },
769
+ {
770
+ "epoch": 0.72,
771
+ "grad_norm": 0.8934208154678345,
772
+ "learning_rate": 1.1506233551212186e-05,
773
+ "loss": 0.1165,
774
+ "step": 108
775
+ },
776
+ {
777
+ "epoch": 0.7266666666666667,
778
+ "grad_norm": 2.651909589767456,
779
+ "learning_rate": 1.1020177413231334e-05,
780
+ "loss": 0.5939,
781
+ "step": 109
782
+ },
783
+ {
784
+ "epoch": 0.7333333333333333,
785
+ "grad_norm": 1.0333629846572876,
786
+ "learning_rate": 1.0541691595800337e-05,
787
+ "loss": 0.152,
788
+ "step": 110
789
+ },
790
+ {
791
+ "epoch": 0.74,
792
+ "grad_norm": 2.1822710037231445,
793
+ "learning_rate": 1.0071035207430352e-05,
794
+ "loss": 0.4252,
795
+ "step": 111
796
+ },
797
+ {
798
+ "epoch": 0.7466666666666667,
799
+ "grad_norm": 1.6616872549057007,
800
+ "learning_rate": 9.608463116858542e-06,
801
+ "loss": 0.1772,
802
+ "step": 112
803
+ },
804
+ {
805
+ "epoch": 0.7533333333333333,
806
+ "grad_norm": 4.919057846069336,
807
+ "learning_rate": 9.154225815032242e-06,
808
+ "loss": 0.4062,
809
+ "step": 113
810
+ },
811
+ {
812
+ "epoch": 0.76,
813
+ "grad_norm": 4.426158905029297,
814
+ "learning_rate": 8.708569279463622e-06,
815
+ "loss": 0.6537,
816
+ "step": 114
817
+ },
818
+ {
819
+ "epoch": 0.7666666666666667,
820
+ "grad_norm": 2.4902124404907227,
821
+ "learning_rate": 8.271734841028553e-06,
822
+ "loss": 0.1949,
823
+ "step": 115
824
+ },
825
+ {
826
+ "epoch": 0.7733333333333333,
827
+ "grad_norm": 0.6176963448524475,
828
+ "learning_rate": 7.843959053281663e-06,
829
+ "loss": 0.0729,
830
+ "step": 116
831
+ },
832
+ {
833
+ "epoch": 0.78,
834
+ "grad_norm": 2.257253408432007,
835
+ "learning_rate": 7.4254735643584564e-06,
836
+ "loss": 0.2163,
837
+ "step": 117
838
+ },
839
+ {
840
+ "epoch": 0.7866666666666666,
841
+ "grad_norm": 1.069271445274353,
842
+ "learning_rate": 7.016504991533726e-06,
843
+ "loss": 0.156,
844
+ "step": 118
845
+ },
846
+ {
847
+ "epoch": 0.7933333333333333,
848
+ "grad_norm": 0.6102529764175415,
849
+ "learning_rate": 6.617274798504286e-06,
850
+ "loss": 0.0632,
851
+ "step": 119
852
+ },
853
+ {
854
+ "epoch": 0.8,
855
+ "grad_norm": 4.137846946716309,
856
+ "learning_rate": 6.22799917546252e-06,
857
+ "loss": 0.5415,
858
+ "step": 120
859
+ },
860
+ {
861
+ "epoch": 0.8066666666666666,
862
+ "grad_norm": 2.0759520530700684,
863
+ "learning_rate": 5.848888922025553e-06,
864
+ "loss": 0.3255,
865
+ "step": 121
866
+ },
867
+ {
868
+ "epoch": 0.8133333333333334,
869
+ "grad_norm": 4.551874160766602,
870
+ "learning_rate": 5.48014933308352e-06,
871
+ "loss": 0.3398,
872
+ "step": 122
873
+ },
874
+ {
875
+ "epoch": 0.82,
876
+ "grad_norm": 1.0534967184066772,
877
+ "learning_rate": 5.121980087628803e-06,
878
+ "loss": 0.1326,
879
+ "step": 123
880
+ },
881
+ {
882
+ "epoch": 0.8266666666666667,
883
+ "grad_norm": 2.607910394668579,
884
+ "learning_rate": 4.7745751406263165e-06,
885
+ "loss": 0.8089,
886
+ "step": 124
887
+ },
888
+ {
889
+ "epoch": 0.8333333333333334,
890
+ "grad_norm": 2.044987201690674,
891
+ "learning_rate": 4.438122617983443e-06,
892
+ "loss": 0.238,
893
+ "step": 125
894
+ },
895
+ {
896
+ "epoch": 0.84,
897
+ "grad_norm": 1.440517544746399,
898
+ "learning_rate": 4.112804714676594e-06,
899
+ "loss": 0.1659,
900
+ "step": 126
901
+ },
902
+ {
903
+ "epoch": 0.8466666666666667,
904
+ "grad_norm": 3.426896333694458,
905
+ "learning_rate": 3.798797596089351e-06,
906
+ "loss": 0.4279,
907
+ "step": 127
908
+ },
909
+ {
910
+ "epoch": 0.8533333333333334,
911
+ "grad_norm": 2.2087795734405518,
912
+ "learning_rate": 3.4962713026158694e-06,
913
+ "loss": 1.0499,
914
+ "step": 128
915
+ },
916
+ {
917
+ "epoch": 0.86,
918
+ "grad_norm": 0.9487075805664062,
919
+ "learning_rate": 3.205389657580943e-06,
920
+ "loss": 0.1213,
921
+ "step": 129
922
+ },
923
+ {
924
+ "epoch": 0.8666666666666667,
925
+ "grad_norm": 2.0362558364868164,
926
+ "learning_rate": 2.9263101785268254e-06,
927
+ "loss": 0.6995,
928
+ "step": 130
929
+ },
930
+ {
931
+ "epoch": 0.8733333333333333,
932
+ "grad_norm": 4.185983180999756,
933
+ "learning_rate": 2.659183991914696e-06,
934
+ "loss": 0.6105,
935
+ "step": 131
936
+ },
937
+ {
938
+ "epoch": 0.88,
939
+ "grad_norm": 2.219158411026001,
940
+ "learning_rate": 2.4041557512869878e-06,
941
+ "loss": 0.2062,
942
+ "step": 132
943
+ },
944
+ {
945
+ "epoch": 0.8866666666666667,
946
+ "grad_norm": 0.7529279589653015,
947
+ "learning_rate": 2.1613635589349756e-06,
948
+ "loss": 0.0839,
949
+ "step": 133
950
+ },
951
+ {
952
+ "epoch": 0.8933333333333333,
953
+ "grad_norm": 4.446479320526123,
954
+ "learning_rate": 1.9309388911139426e-06,
955
+ "loss": 1.0925,
956
+ "step": 134
957
+ },
958
+ {
959
+ "epoch": 0.9,
960
+ "grad_norm": 5.211433410644531,
961
+ "learning_rate": 1.713006526846439e-06,
962
+ "loss": 0.6347,
963
+ "step": 135
964
+ },
965
+ {
966
+ "epoch": 0.9066666666666666,
967
+ "grad_norm": 2.469029426574707,
968
+ "learning_rate": 1.5076844803522922e-06,
969
+ "loss": 0.4994,
970
+ "step": 136
971
+ },
972
+ {
973
+ "epoch": 0.9133333333333333,
974
+ "grad_norm": 5.426701545715332,
975
+ "learning_rate": 1.31508393714177e-06,
976
+ "loss": 0.4131,
977
+ "step": 137
978
+ },
979
+ {
980
+ "epoch": 0.92,
981
+ "grad_norm": 2.973341941833496,
982
+ "learning_rate": 1.1353091938067023e-06,
983
+ "loss": 0.3887,
984
+ "step": 138
985
+ },
986
+ {
987
+ "epoch": 0.9266666666666666,
988
+ "grad_norm": 2.101803779602051,
989
+ "learning_rate": 9.684576015420278e-07,
990
+ "loss": 0.2598,
991
+ "step": 139
992
+ },
993
+ {
994
+ "epoch": 0.9333333333333333,
995
+ "grad_norm": 0.5676771998405457,
996
+ "learning_rate": 8.146195134284052e-07,
997
+ "loss": 0.0698,
998
+ "step": 140
999
+ },
1000
+ {
1001
+ "epoch": 0.94,
1002
+ "grad_norm": 0.5499122142791748,
1003
+ "learning_rate": 6.738782355044049e-07,
1004
+ "loss": 0.0823,
1005
+ "step": 141
1006
+ },
1007
+ {
1008
+ "epoch": 0.9466666666666667,
1009
+ "grad_norm": 0.36405226588249207,
1010
+ "learning_rate": 5.463099816548579e-07,
1011
+ "loss": 0.0406,
1012
+ "step": 142
1013
+ },
1014
+ {
1015
+ "epoch": 0.9533333333333334,
1016
+ "grad_norm": 1.898514747619629,
1017
+ "learning_rate": 4.319838323396691e-07,
1018
+ "loss": 0.4404,
1019
+ "step": 143
1020
+ },
1021
+ {
1022
+ "epoch": 0.96,
1023
+ "grad_norm": 1.7996866703033447,
1024
+ "learning_rate": 3.309616971855195e-07,
1025
+ "loss": 0.2531,
1026
+ "step": 144
1027
+ },
1028
+ {
1029
+ "epoch": 0.9666666666666667,
1030
+ "grad_norm": 2.6673455238342285,
1031
+ "learning_rate": 2.4329828146074095e-07,
1032
+ "loss": 0.7721,
1033
+ "step": 145
1034
+ },
1035
+ {
1036
+ "epoch": 0.9733333333333334,
1037
+ "grad_norm": 7.725250244140625,
1038
+ "learning_rate": 1.6904105645142444e-07,
1039
+ "loss": 1.7164,
1040
+ "step": 146
1041
+ },
1042
+ {
1043
+ "epoch": 0.98,
1044
+ "grad_norm": 2.411264419555664,
1045
+ "learning_rate": 1.0823023375489127e-07,
1046
+ "loss": 0.4909,
1047
+ "step": 147
1048
+ }
1049
+ ],
1050
+ "logging_steps": 1,
1051
+ "max_steps": 150,
1052
+ "num_input_tokens_seen": 0,
1053
+ "num_train_epochs": 1,
1054
+ "save_steps": 49,
1055
+ "stateful_callbacks": {
1056
+ "TrainerControl": {
1057
+ "args": {
1058
+ "should_epoch_stop": false,
1059
+ "should_evaluate": false,
1060
+ "should_log": false,
1061
+ "should_save": true,
1062
+ "should_training_stop": false
1063
+ },
1064
+ "attributes": {}
1065
+ }
1066
+ },
1067
+ "total_flos": 1.014568182695854e+17,
1068
+ "train_batch_size": 2,
1069
+ "trial_name": null,
1070
+ "trial_params": null
1071
+ }
ca_v3_run_20251215/checkpoint-147/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c0e75d45a7050daffe2e65badc27748032d13318e1d0af24fcae2c215424f0
3
+ size 5777
ca_v3_run_20251215/checkpoint-150/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-14B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-Coder-14B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1
ca_v3_run_20251215/checkpoint-150/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-14B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "o_proj",
29
+ "k_proj",
30
+ "q_proj",
31
+ "v_proj"
32
+ ],
33
+ "target_parameters": null,
34
+ "task_type": "CAUSAL_LM",
35
+ "trainable_token_indices": null,
36
+ "use_dora": false,
37
+ "use_qalora": false,
38
+ "use_rslora": false
39
+ }
ca_v3_run_20251215/checkpoint-150/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c6966fb106cba724091bb384a14877dd0d857a05bd7354cef7953e56fdecb77
3
+ size 201378736
ca_v3_run_20251215/checkpoint-150/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:392183f58bb6c3c87cc8b1040b1bd5940b7f2522896624f3668d965de80ee89b
3
+ size 402982627
ca_v3_run_20251215/checkpoint-150/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a47d1ead692de2bce57a9ae7ba59450da50376926e3a3a2a0ebc83b70d9ba03
3
+ size 14645
ca_v3_run_20251215/checkpoint-150/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30781be5b5c4396cc620b6281ac1b634d4288d62bfab3224155044b29d42cdb1
3
+ size 1465
ca_v3_run_20251215/checkpoint-150/trainer_state.json ADDED
@@ -0,0 +1,1092 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 100,
7
+ "global_step": 150,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.006666666666666667,
14
+ "grad_norm": 2.267627239227295,
15
+ "learning_rate": 0.0,
16
+ "loss": 0.8939,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.013333333333333334,
21
+ "grad_norm": 1.5160397291183472,
22
+ "learning_rate": 3.3333333333333333e-06,
23
+ "loss": 0.6392,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.02,
28
+ "grad_norm": 1.4698739051818848,
29
+ "learning_rate": 6.666666666666667e-06,
30
+ "loss": 0.8476,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.02666666666666667,
35
+ "grad_norm": 4.279767036437988,
36
+ "learning_rate": 1e-05,
37
+ "loss": 1.2988,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.03333333333333333,
42
+ "grad_norm": 3.669569730758667,
43
+ "learning_rate": 1.3333333333333333e-05,
44
+ "loss": 0.95,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.04,
49
+ "grad_norm": 1.2172225713729858,
50
+ "learning_rate": 1.6666666666666667e-05,
51
+ "loss": 0.3448,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.04666666666666667,
56
+ "grad_norm": 1.891830325126648,
57
+ "learning_rate": 2e-05,
58
+ "loss": 0.7179,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.05333333333333334,
63
+ "grad_norm": 2.352062940597534,
64
+ "learning_rate": 2.3333333333333336e-05,
65
+ "loss": 0.5782,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.06,
70
+ "grad_norm": 1.2546859979629517,
71
+ "learning_rate": 2.6666666666666667e-05,
72
+ "loss": 0.686,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.06666666666666667,
77
+ "grad_norm": 1.1951119899749756,
78
+ "learning_rate": 3e-05,
79
+ "loss": 0.2151,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.07333333333333333,
84
+ "grad_norm": 1.5607569217681885,
85
+ "learning_rate": 3.3333333333333335e-05,
86
+ "loss": 0.3339,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.08,
91
+ "grad_norm": 1.513392448425293,
92
+ "learning_rate": 3.6666666666666666e-05,
93
+ "loss": 0.7432,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.08666666666666667,
98
+ "grad_norm": 1.3942737579345703,
99
+ "learning_rate": 4e-05,
100
+ "loss": 0.5372,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.09333333333333334,
105
+ "grad_norm": 2.1662518978118896,
106
+ "learning_rate": 4.3333333333333334e-05,
107
+ "loss": 0.5742,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.1,
112
+ "grad_norm": 2.074810028076172,
113
+ "learning_rate": 4.666666666666667e-05,
114
+ "loss": 0.6484,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.10666666666666667,
119
+ "grad_norm": 2.5651564598083496,
120
+ "learning_rate": 5e-05,
121
+ "loss": 0.678,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.11333333333333333,
126
+ "grad_norm": 3.3820931911468506,
127
+ "learning_rate": 4.9993231029486544e-05,
128
+ "loss": 0.6619,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.12,
133
+ "grad_norm": 1.7587597370147705,
134
+ "learning_rate": 4.997292778346312e-05,
135
+ "loss": 0.665,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.12666666666666668,
140
+ "grad_norm": 2.234240770339966,
141
+ "learning_rate": 4.993910125649561e-05,
142
+ "loss": 0.4308,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.13333333333333333,
147
+ "grad_norm": 1.0802106857299805,
148
+ "learning_rate": 4.989176976624511e-05,
149
+ "loss": 0.6038,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.14,
154
+ "grad_norm": 2.3648719787597656,
155
+ "learning_rate": 4.983095894354858e-05,
156
+ "loss": 0.5436,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.14666666666666667,
161
+ "grad_norm": 1.2552648782730103,
162
+ "learning_rate": 4.975670171853926e-05,
163
+ "loss": 0.6223,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.15333333333333332,
168
+ "grad_norm": 2.2331910133361816,
169
+ "learning_rate": 4.966903830281449e-05,
170
+ "loss": 0.6468,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.16,
175
+ "grad_norm": 1.7010774612426758,
176
+ "learning_rate": 4.9568016167660334e-05,
177
+ "loss": 0.6019,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.16666666666666666,
182
+ "grad_norm": 1.6806925535202026,
183
+ "learning_rate": 4.9453690018345144e-05,
184
+ "loss": 0.3979,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.17333333333333334,
189
+ "grad_norm": 1.4811266660690308,
190
+ "learning_rate": 4.9326121764495596e-05,
191
+ "loss": 0.8038,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.18,
196
+ "grad_norm": 1.5548367500305176,
197
+ "learning_rate": 4.9185380486571595e-05,
198
+ "loss": 0.5653,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.18666666666666668,
203
+ "grad_norm": 1.4900885820388794,
204
+ "learning_rate": 4.9031542398457974e-05,
205
+ "loss": 0.7534,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.19333333333333333,
210
+ "grad_norm": 1.2963446378707886,
211
+ "learning_rate": 4.88646908061933e-05,
212
+ "loss": 0.6946,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.2,
217
+ "grad_norm": 1.885505199432373,
218
+ "learning_rate": 4.868491606285823e-05,
219
+ "loss": 0.8456,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.20666666666666667,
224
+ "grad_norm": 1.0747458934783936,
225
+ "learning_rate": 4.849231551964771e-05,
226
+ "loss": 0.336,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.21333333333333335,
231
+ "grad_norm": 2.0049006938934326,
232
+ "learning_rate": 4.828699347315356e-05,
233
+ "loss": 0.6669,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.22,
238
+ "grad_norm": 1.020938515663147,
239
+ "learning_rate": 4.806906110888606e-05,
240
+ "loss": 0.6849,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.22666666666666666,
245
+ "grad_norm": 1.3365986347198486,
246
+ "learning_rate": 4.783863644106502e-05,
247
+ "loss": 0.4813,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.23333333333333334,
252
+ "grad_norm": 2.2962701320648193,
253
+ "learning_rate": 4.759584424871302e-05,
254
+ "loss": 1.156,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.24,
259
+ "grad_norm": 1.1328681707382202,
260
+ "learning_rate": 4.734081600808531e-05,
261
+ "loss": 0.4652,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.24666666666666667,
266
+ "grad_norm": 1.3263046741485596,
267
+ "learning_rate": 4.707368982147318e-05,
268
+ "loss": 0.4638,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.25333333333333335,
273
+ "grad_norm": 1.6372419595718384,
274
+ "learning_rate": 4.679461034241906e-05,
275
+ "loss": 0.6662,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.26,
280
+ "grad_norm": 1.3750609159469604,
281
+ "learning_rate": 4.650372869738414e-05,
282
+ "loss": 0.3029,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.26666666666666666,
287
+ "grad_norm": 1.442150354385376,
288
+ "learning_rate": 4.620120240391065e-05,
289
+ "loss": 0.7255,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.2733333333333333,
294
+ "grad_norm": 1.3133295774459839,
295
+ "learning_rate": 4.588719528532342e-05,
296
+ "loss": 0.6364,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.28,
301
+ "grad_norm": 1.2394391298294067,
302
+ "learning_rate": 4.556187738201656e-05,
303
+ "loss": 0.6514,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.2866666666666667,
308
+ "grad_norm": 2.0945804119110107,
309
+ "learning_rate": 4.522542485937369e-05,
310
+ "loss": 0.4957,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.29333333333333333,
315
+ "grad_norm": 2.036482810974121,
316
+ "learning_rate": 4.48780199123712e-05,
317
+ "loss": 0.5471,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.3,
322
+ "grad_norm": 1.7951217889785767,
323
+ "learning_rate": 4.4519850666916484e-05,
324
+ "loss": 0.4969,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.30666666666666664,
329
+ "grad_norm": 1.3251290321350098,
330
+ "learning_rate": 4.415111107797445e-05,
331
+ "loss": 0.5828,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.31333333333333335,
336
+ "grad_norm": 1.5717222690582275,
337
+ "learning_rate": 4.377200082453749e-05,
338
+ "loss": 0.378,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.32,
343
+ "grad_norm": 1.4296456575393677,
344
+ "learning_rate": 4.3382725201495723e-05,
345
+ "loss": 0.3957,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.32666666666666666,
350
+ "grad_norm": 1.3804540634155273,
351
+ "learning_rate": 4.2983495008466276e-05,
352
+ "loss": 0.4861,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.3333333333333333,
357
+ "grad_norm": 3.184690237045288,
358
+ "learning_rate": 4.257452643564155e-05,
359
+ "loss": 0.8223,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.34,
364
+ "grad_norm": 1.361177682876587,
365
+ "learning_rate": 4.215604094671835e-05,
366
+ "loss": 0.7269,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.3466666666666667,
371
+ "grad_norm": 1.2764381170272827,
372
+ "learning_rate": 4.172826515897146e-05,
373
+ "loss": 0.3787,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.35333333333333333,
378
+ "grad_norm": 1.4495773315429688,
379
+ "learning_rate": 4.129143072053638e-05,
380
+ "loss": 0.2966,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.36,
385
+ "grad_norm": 2.055936813354492,
386
+ "learning_rate": 4.0845774184967754e-05,
387
+ "loss": 0.4485,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.36666666666666664,
392
+ "grad_norm": 1.8481249809265137,
393
+ "learning_rate": 4.039153688314145e-05,
394
+ "loss": 0.4182,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.37333333333333335,
399
+ "grad_norm": 1.6037787199020386,
400
+ "learning_rate": 3.9928964792569655e-05,
401
+ "loss": 0.6953,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.38,
406
+ "grad_norm": 1.5313551425933838,
407
+ "learning_rate": 3.945830840419966e-05,
408
+ "loss": 0.3223,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.38666666666666666,
413
+ "grad_norm": 1.3661636114120483,
414
+ "learning_rate": 3.897982258676867e-05,
415
+ "loss": 0.4186,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.3933333333333333,
420
+ "grad_norm": 2.39021372795105,
421
+ "learning_rate": 3.8493766448787825e-05,
422
+ "loss": 0.7415,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.4,
427
+ "grad_norm": 2.5035974979400635,
428
+ "learning_rate": 3.8000403198230387e-05,
429
+ "loss": 0.9131,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.4066666666666667,
434
+ "grad_norm": 1.3086011409759521,
435
+ "learning_rate": 3.7500000000000003e-05,
436
+ "loss": 0.397,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.41333333333333333,
441
+ "grad_norm": 1.9651494026184082,
442
+ "learning_rate": 3.699282783125616e-05,
443
+ "loss": 0.9127,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.42,
448
+ "grad_norm": 2.166289806365967,
449
+ "learning_rate": 3.6479161334675296e-05,
450
+ "loss": 0.6211,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.4266666666666667,
455
+ "grad_norm": 1.1649678945541382,
456
+ "learning_rate": 3.5959278669726935e-05,
457
+ "loss": 0.3828,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.43333333333333335,
462
+ "grad_norm": 0.7926881909370422,
463
+ "learning_rate": 3.543346136204545e-05,
464
+ "loss": 0.1886,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.44,
469
+ "grad_norm": 1.2959918975830078,
470
+ "learning_rate": 3.490199415097892e-05,
471
+ "loss": 0.3381,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.44666666666666666,
476
+ "grad_norm": 1.3724843263626099,
477
+ "learning_rate": 3.436516483539781e-05,
478
+ "loss": 0.5337,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.4533333333333333,
483
+ "grad_norm": 1.743539810180664,
484
+ "learning_rate": 3.382326411784672e-05,
485
+ "loss": 0.3935,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.46,
490
+ "grad_norm": 2.310335397720337,
491
+ "learning_rate": 3.327658544712395e-05,
492
+ "loss": 0.3857,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.4666666666666667,
497
+ "grad_norm": 2.399306058883667,
498
+ "learning_rate": 3.272542485937369e-05,
499
+ "loss": 1.0896,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.47333333333333333,
504
+ "grad_norm": 1.2522423267364502,
505
+ "learning_rate": 3.217008081777726e-05,
506
+ "loss": 0.1551,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.48,
511
+ "grad_norm": 2.307708740234375,
512
+ "learning_rate": 3.161085405093006e-05,
513
+ "loss": 0.3004,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.4866666666666667,
518
+ "grad_norm": 1.527667760848999,
519
+ "learning_rate": 3.104804738999169e-05,
520
+ "loss": 0.3367,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.49333333333333335,
525
+ "grad_norm": 1.2848842144012451,
526
+ "learning_rate": 3.048196560469758e-05,
527
+ "loss": 0.264,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.5,
532
+ "grad_norm": 1.7577385902404785,
533
+ "learning_rate": 2.9912915238320754e-05,
534
+ "loss": 0.3975,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.5066666666666667,
539
+ "grad_norm": 1.2079553604125977,
540
+ "learning_rate": 2.9341204441673266e-05,
541
+ "loss": 0.1619,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.5133333333333333,
546
+ "grad_norm": 1.2687911987304688,
547
+ "learning_rate": 2.876714280623708e-05,
548
+ "loss": 0.1523,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.52,
553
+ "grad_norm": 1.3904497623443604,
554
+ "learning_rate": 2.8191041196514873e-05,
555
+ "loss": 0.6355,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.5266666666666666,
560
+ "grad_norm": 1.2210139036178589,
561
+ "learning_rate": 2.761321158169134e-05,
562
+ "loss": 0.1803,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.5333333333333333,
567
+ "grad_norm": 2.2414464950561523,
568
+ "learning_rate": 2.7033966866696457e-05,
569
+ "loss": 0.2332,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.54,
574
+ "grad_norm": 1.8386731147766113,
575
+ "learning_rate": 2.6453620722761896e-05,
576
+ "loss": 0.6357,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.5466666666666666,
581
+ "grad_norm": 2.6382551193237305,
582
+ "learning_rate": 2.587248741756253e-05,
583
+ "loss": 0.3541,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.5533333333333333,
588
+ "grad_norm": 3.260303020477295,
589
+ "learning_rate": 2.5290881645034932e-05,
590
+ "loss": 0.7056,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.56,
595
+ "grad_norm": 4.604124546051025,
596
+ "learning_rate": 2.470911835496508e-05,
597
+ "loss": 0.8796,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.5666666666666667,
602
+ "grad_norm": 3.7330353260040283,
603
+ "learning_rate": 2.4127512582437485e-05,
604
+ "loss": 0.2487,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.5733333333333334,
609
+ "grad_norm": 1.9771713018417358,
610
+ "learning_rate": 2.3546379277238107e-05,
611
+ "loss": 0.3601,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.58,
616
+ "grad_norm": 6.817903995513916,
617
+ "learning_rate": 2.2966033133303545e-05,
618
+ "loss": 1.3453,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.5866666666666667,
623
+ "grad_norm": 2.8639299869537354,
624
+ "learning_rate": 2.238678841830867e-05,
625
+ "loss": 0.3974,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.5933333333333334,
630
+ "grad_norm": 2.082796573638916,
631
+ "learning_rate": 2.1808958803485136e-05,
632
+ "loss": 0.4019,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.6,
637
+ "grad_norm": 0.427212655544281,
638
+ "learning_rate": 2.1232857193762924e-05,
639
+ "loss": 0.0465,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.6066666666666667,
644
+ "grad_norm": 1.7197939157485962,
645
+ "learning_rate": 2.0658795558326743e-05,
646
+ "loss": 0.2682,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.6133333333333333,
651
+ "grad_norm": 0.09823339432477951,
652
+ "learning_rate": 2.0087084761679245e-05,
653
+ "loss": 0.0111,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.62,
658
+ "grad_norm": 1.9435588121414185,
659
+ "learning_rate": 1.9518034395302414e-05,
660
+ "loss": 0.124,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.6266666666666667,
665
+ "grad_norm": 2.9964282512664795,
666
+ "learning_rate": 1.895195261000831e-05,
667
+ "loss": 0.3849,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.6333333333333333,
672
+ "grad_norm": 1.595879077911377,
673
+ "learning_rate": 1.838914594906995e-05,
674
+ "loss": 0.2477,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.64,
679
+ "grad_norm": 5.441842555999756,
680
+ "learning_rate": 1.7829919182222752e-05,
681
+ "loss": 0.5461,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.6466666666666666,
686
+ "grad_norm": 2.448079824447632,
687
+ "learning_rate": 1.7274575140626318e-05,
688
+ "loss": 0.5091,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.6533333333333333,
693
+ "grad_norm": 3.598569631576538,
694
+ "learning_rate": 1.672341455287605e-05,
695
+ "loss": 0.4161,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.66,
700
+ "grad_norm": 5.45053243637085,
701
+ "learning_rate": 1.617673588215328e-05,
702
+ "loss": 0.8538,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.6666666666666666,
707
+ "grad_norm": 1.3044579029083252,
708
+ "learning_rate": 1.56348351646022e-05,
709
+ "loss": 0.171,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.6666666666666666,
714
+ "eval_loss": 0.4516909718513489,
715
+ "eval_runtime": 66.1438,
716
+ "eval_samples_per_second": 2.253,
717
+ "eval_steps_per_second": 1.134,
718
+ "step": 100
719
+ },
720
+ {
721
+ "epoch": 0.6733333333333333,
722
+ "grad_norm": 8.098329544067383,
723
+ "learning_rate": 1.509800584902108e-05,
724
+ "loss": 1.1298,
725
+ "step": 101
726
+ },
727
+ {
728
+ "epoch": 0.68,
729
+ "grad_norm": 1.519363284111023,
730
+ "learning_rate": 1.4566538637954554e-05,
731
+ "loss": 0.1545,
732
+ "step": 102
733
+ },
734
+ {
735
+ "epoch": 0.6866666666666666,
736
+ "grad_norm": 2.4320404529571533,
737
+ "learning_rate": 1.4040721330273062e-05,
738
+ "loss": 0.1781,
739
+ "step": 103
740
+ },
741
+ {
742
+ "epoch": 0.6933333333333334,
743
+ "grad_norm": 4.600680828094482,
744
+ "learning_rate": 1.3520838665324703e-05,
745
+ "loss": 0.4178,
746
+ "step": 104
747
+ },
748
+ {
749
+ "epoch": 0.7,
750
+ "grad_norm": 1.4558080434799194,
751
+ "learning_rate": 1.3007172168743854e-05,
752
+ "loss": 0.1014,
753
+ "step": 105
754
+ },
755
+ {
756
+ "epoch": 0.7066666666666667,
757
+ "grad_norm": 1.6424729824066162,
758
+ "learning_rate": 1.2500000000000006e-05,
759
+ "loss": 0.1476,
760
+ "step": 106
761
+ },
762
+ {
763
+ "epoch": 0.7133333333333334,
764
+ "grad_norm": 3.927393913269043,
765
+ "learning_rate": 1.1999596801769616e-05,
766
+ "loss": 1.0977,
767
+ "step": 107
768
+ },
769
+ {
770
+ "epoch": 0.72,
771
+ "grad_norm": 0.8934208154678345,
772
+ "learning_rate": 1.1506233551212186e-05,
773
+ "loss": 0.1165,
774
+ "step": 108
775
+ },
776
+ {
777
+ "epoch": 0.7266666666666667,
778
+ "grad_norm": 2.651909589767456,
779
+ "learning_rate": 1.1020177413231334e-05,
780
+ "loss": 0.5939,
781
+ "step": 109
782
+ },
783
+ {
784
+ "epoch": 0.7333333333333333,
785
+ "grad_norm": 1.0333629846572876,
786
+ "learning_rate": 1.0541691595800337e-05,
787
+ "loss": 0.152,
788
+ "step": 110
789
+ },
790
+ {
791
+ "epoch": 0.74,
792
+ "grad_norm": 2.1822710037231445,
793
+ "learning_rate": 1.0071035207430352e-05,
794
+ "loss": 0.4252,
795
+ "step": 111
796
+ },
797
+ {
798
+ "epoch": 0.7466666666666667,
799
+ "grad_norm": 1.6616872549057007,
800
+ "learning_rate": 9.608463116858542e-06,
801
+ "loss": 0.1772,
802
+ "step": 112
803
+ },
804
+ {
805
+ "epoch": 0.7533333333333333,
806
+ "grad_norm": 4.919057846069336,
807
+ "learning_rate": 9.154225815032242e-06,
808
+ "loss": 0.4062,
809
+ "step": 113
810
+ },
811
+ {
812
+ "epoch": 0.76,
813
+ "grad_norm": 4.426158905029297,
814
+ "learning_rate": 8.708569279463622e-06,
815
+ "loss": 0.6537,
816
+ "step": 114
817
+ },
818
+ {
819
+ "epoch": 0.7666666666666667,
820
+ "grad_norm": 2.4902124404907227,
821
+ "learning_rate": 8.271734841028553e-06,
822
+ "loss": 0.1949,
823
+ "step": 115
824
+ },
825
+ {
826
+ "epoch": 0.7733333333333333,
827
+ "grad_norm": 0.6176963448524475,
828
+ "learning_rate": 7.843959053281663e-06,
829
+ "loss": 0.0729,
830
+ "step": 116
831
+ },
832
+ {
833
+ "epoch": 0.78,
834
+ "grad_norm": 2.257253408432007,
835
+ "learning_rate": 7.4254735643584564e-06,
836
+ "loss": 0.2163,
837
+ "step": 117
838
+ },
839
+ {
840
+ "epoch": 0.7866666666666666,
841
+ "grad_norm": 1.069271445274353,
842
+ "learning_rate": 7.016504991533726e-06,
843
+ "loss": 0.156,
844
+ "step": 118
845
+ },
846
+ {
847
+ "epoch": 0.7933333333333333,
848
+ "grad_norm": 0.6102529764175415,
849
+ "learning_rate": 6.617274798504286e-06,
850
+ "loss": 0.0632,
851
+ "step": 119
852
+ },
853
+ {
854
+ "epoch": 0.8,
855
+ "grad_norm": 4.137846946716309,
856
+ "learning_rate": 6.22799917546252e-06,
857
+ "loss": 0.5415,
858
+ "step": 120
859
+ },
860
+ {
861
+ "epoch": 0.8066666666666666,
862
+ "grad_norm": 2.0759520530700684,
863
+ "learning_rate": 5.848888922025553e-06,
864
+ "loss": 0.3255,
865
+ "step": 121
866
+ },
867
+ {
868
+ "epoch": 0.8133333333333334,
869
+ "grad_norm": 4.551874160766602,
870
+ "learning_rate": 5.48014933308352e-06,
871
+ "loss": 0.3398,
872
+ "step": 122
873
+ },
874
+ {
875
+ "epoch": 0.82,
876
+ "grad_norm": 1.0534967184066772,
877
+ "learning_rate": 5.121980087628803e-06,
878
+ "loss": 0.1326,
879
+ "step": 123
880
+ },
881
+ {
882
+ "epoch": 0.8266666666666667,
883
+ "grad_norm": 2.607910394668579,
884
+ "learning_rate": 4.7745751406263165e-06,
885
+ "loss": 0.8089,
886
+ "step": 124
887
+ },
888
+ {
889
+ "epoch": 0.8333333333333334,
890
+ "grad_norm": 2.044987201690674,
891
+ "learning_rate": 4.438122617983443e-06,
892
+ "loss": 0.238,
893
+ "step": 125
894
+ },
895
+ {
896
+ "epoch": 0.84,
897
+ "grad_norm": 1.440517544746399,
898
+ "learning_rate": 4.112804714676594e-06,
899
+ "loss": 0.1659,
900
+ "step": 126
901
+ },
902
+ {
903
+ "epoch": 0.8466666666666667,
904
+ "grad_norm": 3.426896333694458,
905
+ "learning_rate": 3.798797596089351e-06,
906
+ "loss": 0.4279,
907
+ "step": 127
908
+ },
909
+ {
910
+ "epoch": 0.8533333333333334,
911
+ "grad_norm": 2.2087795734405518,
912
+ "learning_rate": 3.4962713026158694e-06,
913
+ "loss": 1.0499,
914
+ "step": 128
915
+ },
916
+ {
917
+ "epoch": 0.86,
918
+ "grad_norm": 0.9487075805664062,
919
+ "learning_rate": 3.205389657580943e-06,
920
+ "loss": 0.1213,
921
+ "step": 129
922
+ },
923
+ {
924
+ "epoch": 0.8666666666666667,
925
+ "grad_norm": 2.0362558364868164,
926
+ "learning_rate": 2.9263101785268254e-06,
927
+ "loss": 0.6995,
928
+ "step": 130
929
+ },
930
+ {
931
+ "epoch": 0.8733333333333333,
932
+ "grad_norm": 4.185983180999756,
933
+ "learning_rate": 2.659183991914696e-06,
934
+ "loss": 0.6105,
935
+ "step": 131
936
+ },
937
+ {
938
+ "epoch": 0.88,
939
+ "grad_norm": 2.219158411026001,
940
+ "learning_rate": 2.4041557512869878e-06,
941
+ "loss": 0.2062,
942
+ "step": 132
943
+ },
944
+ {
945
+ "epoch": 0.8866666666666667,
946
+ "grad_norm": 0.7529279589653015,
947
+ "learning_rate": 2.1613635589349756e-06,
948
+ "loss": 0.0839,
949
+ "step": 133
950
+ },
951
+ {
952
+ "epoch": 0.8933333333333333,
953
+ "grad_norm": 4.446479320526123,
954
+ "learning_rate": 1.9309388911139426e-06,
955
+ "loss": 1.0925,
956
+ "step": 134
957
+ },
958
+ {
959
+ "epoch": 0.9,
960
+ "grad_norm": 5.211433410644531,
961
+ "learning_rate": 1.713006526846439e-06,
962
+ "loss": 0.6347,
963
+ "step": 135
964
+ },
965
+ {
966
+ "epoch": 0.9066666666666666,
967
+ "grad_norm": 2.469029426574707,
968
+ "learning_rate": 1.5076844803522922e-06,
969
+ "loss": 0.4994,
970
+ "step": 136
971
+ },
972
+ {
973
+ "epoch": 0.9133333333333333,
974
+ "grad_norm": 5.426701545715332,
975
+ "learning_rate": 1.31508393714177e-06,
976
+ "loss": 0.4131,
977
+ "step": 137
978
+ },
979
+ {
980
+ "epoch": 0.92,
981
+ "grad_norm": 2.973341941833496,
982
+ "learning_rate": 1.1353091938067023e-06,
983
+ "loss": 0.3887,
984
+ "step": 138
985
+ },
986
+ {
987
+ "epoch": 0.9266666666666666,
988
+ "grad_norm": 2.101803779602051,
989
+ "learning_rate": 9.684576015420278e-07,
990
+ "loss": 0.2598,
991
+ "step": 139
992
+ },
993
+ {
994
+ "epoch": 0.9333333333333333,
995
+ "grad_norm": 0.5676771998405457,
996
+ "learning_rate": 8.146195134284052e-07,
997
+ "loss": 0.0698,
998
+ "step": 140
999
+ },
1000
+ {
1001
+ "epoch": 0.94,
1002
+ "grad_norm": 0.5499122142791748,
1003
+ "learning_rate": 6.738782355044049e-07,
1004
+ "loss": 0.0823,
1005
+ "step": 141
1006
+ },
1007
+ {
1008
+ "epoch": 0.9466666666666667,
1009
+ "grad_norm": 0.36405226588249207,
1010
+ "learning_rate": 5.463099816548579e-07,
1011
+ "loss": 0.0406,
1012
+ "step": 142
1013
+ },
1014
+ {
1015
+ "epoch": 0.9533333333333334,
1016
+ "grad_norm": 1.898514747619629,
1017
+ "learning_rate": 4.319838323396691e-07,
1018
+ "loss": 0.4404,
1019
+ "step": 143
1020
+ },
1021
+ {
1022
+ "epoch": 0.96,
1023
+ "grad_norm": 1.7996866703033447,
1024
+ "learning_rate": 3.309616971855195e-07,
1025
+ "loss": 0.2531,
1026
+ "step": 144
1027
+ },
1028
+ {
1029
+ "epoch": 0.9666666666666667,
1030
+ "grad_norm": 2.6673455238342285,
1031
+ "learning_rate": 2.4329828146074095e-07,
1032
+ "loss": 0.7721,
1033
+ "step": 145
1034
+ },
1035
+ {
1036
+ "epoch": 0.9733333333333334,
1037
+ "grad_norm": 7.725250244140625,
1038
+ "learning_rate": 1.6904105645142444e-07,
1039
+ "loss": 1.7164,
1040
+ "step": 146
1041
+ },
1042
+ {
1043
+ "epoch": 0.98,
1044
+ "grad_norm": 2.411264419555664,
1045
+ "learning_rate": 1.0823023375489127e-07,
1046
+ "loss": 0.4909,
1047
+ "step": 147
1048
+ },
1049
+ {
1050
+ "epoch": 0.9866666666666667,
1051
+ "grad_norm": 1.3376047611236572,
1052
+ "learning_rate": 6.089874350439506e-08,
1053
+ "loss": 0.1719,
1054
+ "step": 148
1055
+ },
1056
+ {
1057
+ "epoch": 0.9933333333333333,
1058
+ "grad_norm": 1.7119640111923218,
1059
+ "learning_rate": 2.7072216536885853e-08,
1060
+ "loss": 0.1636,
1061
+ "step": 149
1062
+ },
1063
+ {
1064
+ "epoch": 1.0,
1065
+ "grad_norm": 3.7593977451324463,
1066
+ "learning_rate": 6.768970513457151e-09,
1067
+ "loss": 0.5289,
1068
+ "step": 150
1069
+ }
1070
+ ],
1071
+ "logging_steps": 1,
1072
+ "max_steps": 150,
1073
+ "num_input_tokens_seen": 0,
1074
+ "num_train_epochs": 1,
1075
+ "save_steps": 49,
1076
+ "stateful_callbacks": {
1077
+ "TrainerControl": {
1078
+ "args": {
1079
+ "should_epoch_stop": false,
1080
+ "should_evaluate": false,
1081
+ "should_log": false,
1082
+ "should_save": true,
1083
+ "should_training_stop": true
1084
+ },
1085
+ "attributes": {}
1086
+ }
1087
+ },
1088
+ "total_flos": 1.0335481997190758e+17,
1089
+ "train_batch_size": 2,
1090
+ "trial_name": null,
1091
+ "trial_params": null
1092
+ }
ca_v3_run_20251215/checkpoint-150/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c0e75d45a7050daffe2e65badc27748032d13318e1d0af24fcae2c215424f0
3
+ size 5777
ca_v3_run_20251215/final_model/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-14B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-Coder-14B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1
ca_v3_run_20251215/final_model/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-14B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "o_proj",
29
+ "k_proj",
30
+ "q_proj",
31
+ "v_proj"
32
+ ],
33
+ "target_parameters": null,
34
+ "task_type": "CAUSAL_LM",
35
+ "trainable_token_indices": null,
36
+ "use_dora": false,
37
+ "use_qalora": false,
38
+ "use_rslora": false
39
+ }
ca_v3_run_20251215/final_model/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c6966fb106cba724091bb384a14877dd0d857a05bd7354cef7953e56fdecb77
3
+ size 201378736
ca_v3_run_20251215/final_model/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:392183f58bb6c3c87cc8b1040b1bd5940b7f2522896624f3668d965de80ee89b
3
+ size 402982627
ca_v3_run_20251215/final_model/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a47d1ead692de2bce57a9ae7ba59450da50376926e3a3a2a0ebc83b70d9ba03
3
+ size 14645
ca_v3_run_20251215/final_model/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30781be5b5c4396cc620b6281ac1b634d4288d62bfab3224155044b29d42cdb1
3
+ size 1465
ca_v3_run_20251215/final_model/trainer_state.json ADDED
@@ -0,0 +1,1092 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 100,
7
+ "global_step": 150,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.006666666666666667,
14
+ "grad_norm": 2.267627239227295,
15
+ "learning_rate": 0.0,
16
+ "loss": 0.8939,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.013333333333333334,
21
+ "grad_norm": 1.5160397291183472,
22
+ "learning_rate": 3.3333333333333333e-06,
23
+ "loss": 0.6392,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.02,
28
+ "grad_norm": 1.4698739051818848,
29
+ "learning_rate": 6.666666666666667e-06,
30
+ "loss": 0.8476,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.02666666666666667,
35
+ "grad_norm": 4.279767036437988,
36
+ "learning_rate": 1e-05,
37
+ "loss": 1.2988,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.03333333333333333,
42
+ "grad_norm": 3.669569730758667,
43
+ "learning_rate": 1.3333333333333333e-05,
44
+ "loss": 0.95,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.04,
49
+ "grad_norm": 1.2172225713729858,
50
+ "learning_rate": 1.6666666666666667e-05,
51
+ "loss": 0.3448,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.04666666666666667,
56
+ "grad_norm": 1.891830325126648,
57
+ "learning_rate": 2e-05,
58
+ "loss": 0.7179,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.05333333333333334,
63
+ "grad_norm": 2.352062940597534,
64
+ "learning_rate": 2.3333333333333336e-05,
65
+ "loss": 0.5782,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.06,
70
+ "grad_norm": 1.2546859979629517,
71
+ "learning_rate": 2.6666666666666667e-05,
72
+ "loss": 0.686,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.06666666666666667,
77
+ "grad_norm": 1.1951119899749756,
78
+ "learning_rate": 3e-05,
79
+ "loss": 0.2151,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.07333333333333333,
84
+ "grad_norm": 1.5607569217681885,
85
+ "learning_rate": 3.3333333333333335e-05,
86
+ "loss": 0.3339,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.08,
91
+ "grad_norm": 1.513392448425293,
92
+ "learning_rate": 3.6666666666666666e-05,
93
+ "loss": 0.7432,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.08666666666666667,
98
+ "grad_norm": 1.3942737579345703,
99
+ "learning_rate": 4e-05,
100
+ "loss": 0.5372,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.09333333333333334,
105
+ "grad_norm": 2.1662518978118896,
106
+ "learning_rate": 4.3333333333333334e-05,
107
+ "loss": 0.5742,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.1,
112
+ "grad_norm": 2.074810028076172,
113
+ "learning_rate": 4.666666666666667e-05,
114
+ "loss": 0.6484,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.10666666666666667,
119
+ "grad_norm": 2.5651564598083496,
120
+ "learning_rate": 5e-05,
121
+ "loss": 0.678,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.11333333333333333,
126
+ "grad_norm": 3.3820931911468506,
127
+ "learning_rate": 4.9993231029486544e-05,
128
+ "loss": 0.6619,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.12,
133
+ "grad_norm": 1.7587597370147705,
134
+ "learning_rate": 4.997292778346312e-05,
135
+ "loss": 0.665,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.12666666666666668,
140
+ "grad_norm": 2.234240770339966,
141
+ "learning_rate": 4.993910125649561e-05,
142
+ "loss": 0.4308,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.13333333333333333,
147
+ "grad_norm": 1.0802106857299805,
148
+ "learning_rate": 4.989176976624511e-05,
149
+ "loss": 0.6038,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.14,
154
+ "grad_norm": 2.3648719787597656,
155
+ "learning_rate": 4.983095894354858e-05,
156
+ "loss": 0.5436,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.14666666666666667,
161
+ "grad_norm": 1.2552648782730103,
162
+ "learning_rate": 4.975670171853926e-05,
163
+ "loss": 0.6223,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.15333333333333332,
168
+ "grad_norm": 2.2331910133361816,
169
+ "learning_rate": 4.966903830281449e-05,
170
+ "loss": 0.6468,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.16,
175
+ "grad_norm": 1.7010774612426758,
176
+ "learning_rate": 4.9568016167660334e-05,
177
+ "loss": 0.6019,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.16666666666666666,
182
+ "grad_norm": 1.6806925535202026,
183
+ "learning_rate": 4.9453690018345144e-05,
184
+ "loss": 0.3979,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.17333333333333334,
189
+ "grad_norm": 1.4811266660690308,
190
+ "learning_rate": 4.9326121764495596e-05,
191
+ "loss": 0.8038,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.18,
196
+ "grad_norm": 1.5548367500305176,
197
+ "learning_rate": 4.9185380486571595e-05,
198
+ "loss": 0.5653,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.18666666666666668,
203
+ "grad_norm": 1.4900885820388794,
204
+ "learning_rate": 4.9031542398457974e-05,
205
+ "loss": 0.7534,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.19333333333333333,
210
+ "grad_norm": 1.2963446378707886,
211
+ "learning_rate": 4.88646908061933e-05,
212
+ "loss": 0.6946,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.2,
217
+ "grad_norm": 1.885505199432373,
218
+ "learning_rate": 4.868491606285823e-05,
219
+ "loss": 0.8456,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.20666666666666667,
224
+ "grad_norm": 1.0747458934783936,
225
+ "learning_rate": 4.849231551964771e-05,
226
+ "loss": 0.336,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.21333333333333335,
231
+ "grad_norm": 2.0049006938934326,
232
+ "learning_rate": 4.828699347315356e-05,
233
+ "loss": 0.6669,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.22,
238
+ "grad_norm": 1.020938515663147,
239
+ "learning_rate": 4.806906110888606e-05,
240
+ "loss": 0.6849,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.22666666666666666,
245
+ "grad_norm": 1.3365986347198486,
246
+ "learning_rate": 4.783863644106502e-05,
247
+ "loss": 0.4813,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.23333333333333334,
252
+ "grad_norm": 2.2962701320648193,
253
+ "learning_rate": 4.759584424871302e-05,
254
+ "loss": 1.156,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.24,
259
+ "grad_norm": 1.1328681707382202,
260
+ "learning_rate": 4.734081600808531e-05,
261
+ "loss": 0.4652,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.24666666666666667,
266
+ "grad_norm": 1.3263046741485596,
267
+ "learning_rate": 4.707368982147318e-05,
268
+ "loss": 0.4638,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.25333333333333335,
273
+ "grad_norm": 1.6372419595718384,
274
+ "learning_rate": 4.679461034241906e-05,
275
+ "loss": 0.6662,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.26,
280
+ "grad_norm": 1.3750609159469604,
281
+ "learning_rate": 4.650372869738414e-05,
282
+ "loss": 0.3029,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.26666666666666666,
287
+ "grad_norm": 1.442150354385376,
288
+ "learning_rate": 4.620120240391065e-05,
289
+ "loss": 0.7255,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.2733333333333333,
294
+ "grad_norm": 1.3133295774459839,
295
+ "learning_rate": 4.588719528532342e-05,
296
+ "loss": 0.6364,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.28,
301
+ "grad_norm": 1.2394391298294067,
302
+ "learning_rate": 4.556187738201656e-05,
303
+ "loss": 0.6514,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.2866666666666667,
308
+ "grad_norm": 2.0945804119110107,
309
+ "learning_rate": 4.522542485937369e-05,
310
+ "loss": 0.4957,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.29333333333333333,
315
+ "grad_norm": 2.036482810974121,
316
+ "learning_rate": 4.48780199123712e-05,
317
+ "loss": 0.5471,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.3,
322
+ "grad_norm": 1.7951217889785767,
323
+ "learning_rate": 4.4519850666916484e-05,
324
+ "loss": 0.4969,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.30666666666666664,
329
+ "grad_norm": 1.3251290321350098,
330
+ "learning_rate": 4.415111107797445e-05,
331
+ "loss": 0.5828,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.31333333333333335,
336
+ "grad_norm": 1.5717222690582275,
337
+ "learning_rate": 4.377200082453749e-05,
338
+ "loss": 0.378,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.32,
343
+ "grad_norm": 1.4296456575393677,
344
+ "learning_rate": 4.3382725201495723e-05,
345
+ "loss": 0.3957,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.32666666666666666,
350
+ "grad_norm": 1.3804540634155273,
351
+ "learning_rate": 4.2983495008466276e-05,
352
+ "loss": 0.4861,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.3333333333333333,
357
+ "grad_norm": 3.184690237045288,
358
+ "learning_rate": 4.257452643564155e-05,
359
+ "loss": 0.8223,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.34,
364
+ "grad_norm": 1.361177682876587,
365
+ "learning_rate": 4.215604094671835e-05,
366
+ "loss": 0.7269,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.3466666666666667,
371
+ "grad_norm": 1.2764381170272827,
372
+ "learning_rate": 4.172826515897146e-05,
373
+ "loss": 0.3787,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.35333333333333333,
378
+ "grad_norm": 1.4495773315429688,
379
+ "learning_rate": 4.129143072053638e-05,
380
+ "loss": 0.2966,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.36,
385
+ "grad_norm": 2.055936813354492,
386
+ "learning_rate": 4.0845774184967754e-05,
387
+ "loss": 0.4485,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.36666666666666664,
392
+ "grad_norm": 1.8481249809265137,
393
+ "learning_rate": 4.039153688314145e-05,
394
+ "loss": 0.4182,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.37333333333333335,
399
+ "grad_norm": 1.6037787199020386,
400
+ "learning_rate": 3.9928964792569655e-05,
401
+ "loss": 0.6953,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.38,
406
+ "grad_norm": 1.5313551425933838,
407
+ "learning_rate": 3.945830840419966e-05,
408
+ "loss": 0.3223,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.38666666666666666,
413
+ "grad_norm": 1.3661636114120483,
414
+ "learning_rate": 3.897982258676867e-05,
415
+ "loss": 0.4186,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.3933333333333333,
420
+ "grad_norm": 2.39021372795105,
421
+ "learning_rate": 3.8493766448787825e-05,
422
+ "loss": 0.7415,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.4,
427
+ "grad_norm": 2.5035974979400635,
428
+ "learning_rate": 3.8000403198230387e-05,
429
+ "loss": 0.9131,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.4066666666666667,
434
+ "grad_norm": 1.3086011409759521,
435
+ "learning_rate": 3.7500000000000003e-05,
436
+ "loss": 0.397,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.41333333333333333,
441
+ "grad_norm": 1.9651494026184082,
442
+ "learning_rate": 3.699282783125616e-05,
443
+ "loss": 0.9127,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.42,
448
+ "grad_norm": 2.166289806365967,
449
+ "learning_rate": 3.6479161334675296e-05,
450
+ "loss": 0.6211,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.4266666666666667,
455
+ "grad_norm": 1.1649678945541382,
456
+ "learning_rate": 3.5959278669726935e-05,
457
+ "loss": 0.3828,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.43333333333333335,
462
+ "grad_norm": 0.7926881909370422,
463
+ "learning_rate": 3.543346136204545e-05,
464
+ "loss": 0.1886,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.44,
469
+ "grad_norm": 1.2959918975830078,
470
+ "learning_rate": 3.490199415097892e-05,
471
+ "loss": 0.3381,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.44666666666666666,
476
+ "grad_norm": 1.3724843263626099,
477
+ "learning_rate": 3.436516483539781e-05,
478
+ "loss": 0.5337,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.4533333333333333,
483
+ "grad_norm": 1.743539810180664,
484
+ "learning_rate": 3.382326411784672e-05,
485
+ "loss": 0.3935,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.46,
490
+ "grad_norm": 2.310335397720337,
491
+ "learning_rate": 3.327658544712395e-05,
492
+ "loss": 0.3857,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.4666666666666667,
497
+ "grad_norm": 2.399306058883667,
498
+ "learning_rate": 3.272542485937369e-05,
499
+ "loss": 1.0896,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.47333333333333333,
504
+ "grad_norm": 1.2522423267364502,
505
+ "learning_rate": 3.217008081777726e-05,
506
+ "loss": 0.1551,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.48,
511
+ "grad_norm": 2.307708740234375,
512
+ "learning_rate": 3.161085405093006e-05,
513
+ "loss": 0.3004,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.4866666666666667,
518
+ "grad_norm": 1.527667760848999,
519
+ "learning_rate": 3.104804738999169e-05,
520
+ "loss": 0.3367,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.49333333333333335,
525
+ "grad_norm": 1.2848842144012451,
526
+ "learning_rate": 3.048196560469758e-05,
527
+ "loss": 0.264,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.5,
532
+ "grad_norm": 1.7577385902404785,
533
+ "learning_rate": 2.9912915238320754e-05,
534
+ "loss": 0.3975,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.5066666666666667,
539
+ "grad_norm": 1.2079553604125977,
540
+ "learning_rate": 2.9341204441673266e-05,
541
+ "loss": 0.1619,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.5133333333333333,
546
+ "grad_norm": 1.2687911987304688,
547
+ "learning_rate": 2.876714280623708e-05,
548
+ "loss": 0.1523,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.52,
553
+ "grad_norm": 1.3904497623443604,
554
+ "learning_rate": 2.8191041196514873e-05,
555
+ "loss": 0.6355,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.5266666666666666,
560
+ "grad_norm": 1.2210139036178589,
561
+ "learning_rate": 2.761321158169134e-05,
562
+ "loss": 0.1803,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.5333333333333333,
567
+ "grad_norm": 2.2414464950561523,
568
+ "learning_rate": 2.7033966866696457e-05,
569
+ "loss": 0.2332,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.54,
574
+ "grad_norm": 1.8386731147766113,
575
+ "learning_rate": 2.6453620722761896e-05,
576
+ "loss": 0.6357,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.5466666666666666,
581
+ "grad_norm": 2.6382551193237305,
582
+ "learning_rate": 2.587248741756253e-05,
583
+ "loss": 0.3541,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.5533333333333333,
588
+ "grad_norm": 3.260303020477295,
589
+ "learning_rate": 2.5290881645034932e-05,
590
+ "loss": 0.7056,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.56,
595
+ "grad_norm": 4.604124546051025,
596
+ "learning_rate": 2.470911835496508e-05,
597
+ "loss": 0.8796,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.5666666666666667,
602
+ "grad_norm": 3.7330353260040283,
603
+ "learning_rate": 2.4127512582437485e-05,
604
+ "loss": 0.2487,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.5733333333333334,
609
+ "grad_norm": 1.9771713018417358,
610
+ "learning_rate": 2.3546379277238107e-05,
611
+ "loss": 0.3601,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.58,
616
+ "grad_norm": 6.817903995513916,
617
+ "learning_rate": 2.2966033133303545e-05,
618
+ "loss": 1.3453,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.5866666666666667,
623
+ "grad_norm": 2.8639299869537354,
624
+ "learning_rate": 2.238678841830867e-05,
625
+ "loss": 0.3974,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.5933333333333334,
630
+ "grad_norm": 2.082796573638916,
631
+ "learning_rate": 2.1808958803485136e-05,
632
+ "loss": 0.4019,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.6,
637
+ "grad_norm": 0.427212655544281,
638
+ "learning_rate": 2.1232857193762924e-05,
639
+ "loss": 0.0465,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.6066666666666667,
644
+ "grad_norm": 1.7197939157485962,
645
+ "learning_rate": 2.0658795558326743e-05,
646
+ "loss": 0.2682,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.6133333333333333,
651
+ "grad_norm": 0.09823339432477951,
652
+ "learning_rate": 2.0087084761679245e-05,
653
+ "loss": 0.0111,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.62,
658
+ "grad_norm": 1.9435588121414185,
659
+ "learning_rate": 1.9518034395302414e-05,
660
+ "loss": 0.124,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.6266666666666667,
665
+ "grad_norm": 2.9964282512664795,
666
+ "learning_rate": 1.895195261000831e-05,
667
+ "loss": 0.3849,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.6333333333333333,
672
+ "grad_norm": 1.595879077911377,
673
+ "learning_rate": 1.838914594906995e-05,
674
+ "loss": 0.2477,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.64,
679
+ "grad_norm": 5.441842555999756,
680
+ "learning_rate": 1.7829919182222752e-05,
681
+ "loss": 0.5461,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.6466666666666666,
686
+ "grad_norm": 2.448079824447632,
687
+ "learning_rate": 1.7274575140626318e-05,
688
+ "loss": 0.5091,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.6533333333333333,
693
+ "grad_norm": 3.598569631576538,
694
+ "learning_rate": 1.672341455287605e-05,
695
+ "loss": 0.4161,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.66,
700
+ "grad_norm": 5.45053243637085,
701
+ "learning_rate": 1.617673588215328e-05,
702
+ "loss": 0.8538,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.6666666666666666,
707
+ "grad_norm": 1.3044579029083252,
708
+ "learning_rate": 1.56348351646022e-05,
709
+ "loss": 0.171,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.6666666666666666,
714
+ "eval_loss": 0.4516909718513489,
715
+ "eval_runtime": 66.1438,
716
+ "eval_samples_per_second": 2.253,
717
+ "eval_steps_per_second": 1.134,
718
+ "step": 100
719
+ },
720
+ {
721
+ "epoch": 0.6733333333333333,
722
+ "grad_norm": 8.098329544067383,
723
+ "learning_rate": 1.509800584902108e-05,
724
+ "loss": 1.1298,
725
+ "step": 101
726
+ },
727
+ {
728
+ "epoch": 0.68,
729
+ "grad_norm": 1.519363284111023,
730
+ "learning_rate": 1.4566538637954554e-05,
731
+ "loss": 0.1545,
732
+ "step": 102
733
+ },
734
+ {
735
+ "epoch": 0.6866666666666666,
736
+ "grad_norm": 2.4320404529571533,
737
+ "learning_rate": 1.4040721330273062e-05,
738
+ "loss": 0.1781,
739
+ "step": 103
740
+ },
741
+ {
742
+ "epoch": 0.6933333333333334,
743
+ "grad_norm": 4.600680828094482,
744
+ "learning_rate": 1.3520838665324703e-05,
745
+ "loss": 0.4178,
746
+ "step": 104
747
+ },
748
+ {
749
+ "epoch": 0.7,
750
+ "grad_norm": 1.4558080434799194,
751
+ "learning_rate": 1.3007172168743854e-05,
752
+ "loss": 0.1014,
753
+ "step": 105
754
+ },
755
+ {
756
+ "epoch": 0.7066666666666667,
757
+ "grad_norm": 1.6424729824066162,
758
+ "learning_rate": 1.2500000000000006e-05,
759
+ "loss": 0.1476,
760
+ "step": 106
761
+ },
762
+ {
763
+ "epoch": 0.7133333333333334,
764
+ "grad_norm": 3.927393913269043,
765
+ "learning_rate": 1.1999596801769616e-05,
766
+ "loss": 1.0977,
767
+ "step": 107
768
+ },
769
+ {
770
+ "epoch": 0.72,
771
+ "grad_norm": 0.8934208154678345,
772
+ "learning_rate": 1.1506233551212186e-05,
773
+ "loss": 0.1165,
774
+ "step": 108
775
+ },
776
+ {
777
+ "epoch": 0.7266666666666667,
778
+ "grad_norm": 2.651909589767456,
779
+ "learning_rate": 1.1020177413231334e-05,
780
+ "loss": 0.5939,
781
+ "step": 109
782
+ },
783
+ {
784
+ "epoch": 0.7333333333333333,
785
+ "grad_norm": 1.0333629846572876,
786
+ "learning_rate": 1.0541691595800337e-05,
787
+ "loss": 0.152,
788
+ "step": 110
789
+ },
790
+ {
791
+ "epoch": 0.74,
792
+ "grad_norm": 2.1822710037231445,
793
+ "learning_rate": 1.0071035207430352e-05,
794
+ "loss": 0.4252,
795
+ "step": 111
796
+ },
797
+ {
798
+ "epoch": 0.7466666666666667,
799
+ "grad_norm": 1.6616872549057007,
800
+ "learning_rate": 9.608463116858542e-06,
801
+ "loss": 0.1772,
802
+ "step": 112
803
+ },
804
+ {
805
+ "epoch": 0.7533333333333333,
806
+ "grad_norm": 4.919057846069336,
807
+ "learning_rate": 9.154225815032242e-06,
808
+ "loss": 0.4062,
809
+ "step": 113
810
+ },
811
+ {
812
+ "epoch": 0.76,
813
+ "grad_norm": 4.426158905029297,
814
+ "learning_rate": 8.708569279463622e-06,
815
+ "loss": 0.6537,
816
+ "step": 114
817
+ },
818
+ {
819
+ "epoch": 0.7666666666666667,
820
+ "grad_norm": 2.4902124404907227,
821
+ "learning_rate": 8.271734841028553e-06,
822
+ "loss": 0.1949,
823
+ "step": 115
824
+ },
825
+ {
826
+ "epoch": 0.7733333333333333,
827
+ "grad_norm": 0.6176963448524475,
828
+ "learning_rate": 7.843959053281663e-06,
829
+ "loss": 0.0729,
830
+ "step": 116
831
+ },
832
+ {
833
+ "epoch": 0.78,
834
+ "grad_norm": 2.257253408432007,
835
+ "learning_rate": 7.4254735643584564e-06,
836
+ "loss": 0.2163,
837
+ "step": 117
838
+ },
839
+ {
840
+ "epoch": 0.7866666666666666,
841
+ "grad_norm": 1.069271445274353,
842
+ "learning_rate": 7.016504991533726e-06,
843
+ "loss": 0.156,
844
+ "step": 118
845
+ },
846
+ {
847
+ "epoch": 0.7933333333333333,
848
+ "grad_norm": 0.6102529764175415,
849
+ "learning_rate": 6.617274798504286e-06,
850
+ "loss": 0.0632,
851
+ "step": 119
852
+ },
853
+ {
854
+ "epoch": 0.8,
855
+ "grad_norm": 4.137846946716309,
856
+ "learning_rate": 6.22799917546252e-06,
857
+ "loss": 0.5415,
858
+ "step": 120
859
+ },
860
+ {
861
+ "epoch": 0.8066666666666666,
862
+ "grad_norm": 2.0759520530700684,
863
+ "learning_rate": 5.848888922025553e-06,
864
+ "loss": 0.3255,
865
+ "step": 121
866
+ },
867
+ {
868
+ "epoch": 0.8133333333333334,
869
+ "grad_norm": 4.551874160766602,
870
+ "learning_rate": 5.48014933308352e-06,
871
+ "loss": 0.3398,
872
+ "step": 122
873
+ },
874
+ {
875
+ "epoch": 0.82,
876
+ "grad_norm": 1.0534967184066772,
877
+ "learning_rate": 5.121980087628803e-06,
878
+ "loss": 0.1326,
879
+ "step": 123
880
+ },
881
+ {
882
+ "epoch": 0.8266666666666667,
883
+ "grad_norm": 2.607910394668579,
884
+ "learning_rate": 4.7745751406263165e-06,
885
+ "loss": 0.8089,
886
+ "step": 124
887
+ },
888
+ {
889
+ "epoch": 0.8333333333333334,
890
+ "grad_norm": 2.044987201690674,
891
+ "learning_rate": 4.438122617983443e-06,
892
+ "loss": 0.238,
893
+ "step": 125
894
+ },
895
+ {
896
+ "epoch": 0.84,
897
+ "grad_norm": 1.440517544746399,
898
+ "learning_rate": 4.112804714676594e-06,
899
+ "loss": 0.1659,
900
+ "step": 126
901
+ },
902
+ {
903
+ "epoch": 0.8466666666666667,
904
+ "grad_norm": 3.426896333694458,
905
+ "learning_rate": 3.798797596089351e-06,
906
+ "loss": 0.4279,
907
+ "step": 127
908
+ },
909
+ {
910
+ "epoch": 0.8533333333333334,
911
+ "grad_norm": 2.2087795734405518,
912
+ "learning_rate": 3.4962713026158694e-06,
913
+ "loss": 1.0499,
914
+ "step": 128
915
+ },
916
+ {
917
+ "epoch": 0.86,
918
+ "grad_norm": 0.9487075805664062,
919
+ "learning_rate": 3.205389657580943e-06,
920
+ "loss": 0.1213,
921
+ "step": 129
922
+ },
923
+ {
924
+ "epoch": 0.8666666666666667,
925
+ "grad_norm": 2.0362558364868164,
926
+ "learning_rate": 2.9263101785268254e-06,
927
+ "loss": 0.6995,
928
+ "step": 130
929
+ },
930
+ {
931
+ "epoch": 0.8733333333333333,
932
+ "grad_norm": 4.185983180999756,
933
+ "learning_rate": 2.659183991914696e-06,
934
+ "loss": 0.6105,
935
+ "step": 131
936
+ },
937
+ {
938
+ "epoch": 0.88,
939
+ "grad_norm": 2.219158411026001,
940
+ "learning_rate": 2.4041557512869878e-06,
941
+ "loss": 0.2062,
942
+ "step": 132
943
+ },
944
+ {
945
+ "epoch": 0.8866666666666667,
946
+ "grad_norm": 0.7529279589653015,
947
+ "learning_rate": 2.1613635589349756e-06,
948
+ "loss": 0.0839,
949
+ "step": 133
950
+ },
951
+ {
952
+ "epoch": 0.8933333333333333,
953
+ "grad_norm": 4.446479320526123,
954
+ "learning_rate": 1.9309388911139426e-06,
955
+ "loss": 1.0925,
956
+ "step": 134
957
+ },
958
+ {
959
+ "epoch": 0.9,
960
+ "grad_norm": 5.211433410644531,
961
+ "learning_rate": 1.713006526846439e-06,
962
+ "loss": 0.6347,
963
+ "step": 135
964
+ },
965
+ {
966
+ "epoch": 0.9066666666666666,
967
+ "grad_norm": 2.469029426574707,
968
+ "learning_rate": 1.5076844803522922e-06,
969
+ "loss": 0.4994,
970
+ "step": 136
971
+ },
972
+ {
973
+ "epoch": 0.9133333333333333,
974
+ "grad_norm": 5.426701545715332,
975
+ "learning_rate": 1.31508393714177e-06,
976
+ "loss": 0.4131,
977
+ "step": 137
978
+ },
979
+ {
980
+ "epoch": 0.92,
981
+ "grad_norm": 2.973341941833496,
982
+ "learning_rate": 1.1353091938067023e-06,
983
+ "loss": 0.3887,
984
+ "step": 138
985
+ },
986
+ {
987
+ "epoch": 0.9266666666666666,
988
+ "grad_norm": 2.101803779602051,
989
+ "learning_rate": 9.684576015420278e-07,
990
+ "loss": 0.2598,
991
+ "step": 139
992
+ },
993
+ {
994
+ "epoch": 0.9333333333333333,
995
+ "grad_norm": 0.5676771998405457,
996
+ "learning_rate": 8.146195134284052e-07,
997
+ "loss": 0.0698,
998
+ "step": 140
999
+ },
1000
+ {
1001
+ "epoch": 0.94,
1002
+ "grad_norm": 0.5499122142791748,
1003
+ "learning_rate": 6.738782355044049e-07,
1004
+ "loss": 0.0823,
1005
+ "step": 141
1006
+ },
1007
+ {
1008
+ "epoch": 0.9466666666666667,
1009
+ "grad_norm": 0.36405226588249207,
1010
+ "learning_rate": 5.463099816548579e-07,
1011
+ "loss": 0.0406,
1012
+ "step": 142
1013
+ },
1014
+ {
1015
+ "epoch": 0.9533333333333334,
1016
+ "grad_norm": 1.898514747619629,
1017
+ "learning_rate": 4.319838323396691e-07,
1018
+ "loss": 0.4404,
1019
+ "step": 143
1020
+ },
1021
+ {
1022
+ "epoch": 0.96,
1023
+ "grad_norm": 1.7996866703033447,
1024
+ "learning_rate": 3.309616971855195e-07,
1025
+ "loss": 0.2531,
1026
+ "step": 144
1027
+ },
1028
+ {
1029
+ "epoch": 0.9666666666666667,
1030
+ "grad_norm": 2.6673455238342285,
1031
+ "learning_rate": 2.4329828146074095e-07,
1032
+ "loss": 0.7721,
1033
+ "step": 145
1034
+ },
1035
+ {
1036
+ "epoch": 0.9733333333333334,
1037
+ "grad_norm": 7.725250244140625,
1038
+ "learning_rate": 1.6904105645142444e-07,
1039
+ "loss": 1.7164,
1040
+ "step": 146
1041
+ },
1042
+ {
1043
+ "epoch": 0.98,
1044
+ "grad_norm": 2.411264419555664,
1045
+ "learning_rate": 1.0823023375489127e-07,
1046
+ "loss": 0.4909,
1047
+ "step": 147
1048
+ },
1049
+ {
1050
+ "epoch": 0.9866666666666667,
1051
+ "grad_norm": 1.3376047611236572,
1052
+ "learning_rate": 6.089874350439506e-08,
1053
+ "loss": 0.1719,
1054
+ "step": 148
1055
+ },
1056
+ {
1057
+ "epoch": 0.9933333333333333,
1058
+ "grad_norm": 1.7119640111923218,
1059
+ "learning_rate": 2.7072216536885853e-08,
1060
+ "loss": 0.1636,
1061
+ "step": 149
1062
+ },
1063
+ {
1064
+ "epoch": 1.0,
1065
+ "grad_norm": 3.7593977451324463,
1066
+ "learning_rate": 6.768970513457151e-09,
1067
+ "loss": 0.5289,
1068
+ "step": 150
1069
+ }
1070
+ ],
1071
+ "logging_steps": 1,
1072
+ "max_steps": 150,
1073
+ "num_input_tokens_seen": 0,
1074
+ "num_train_epochs": 1,
1075
+ "save_steps": 49,
1076
+ "stateful_callbacks": {
1077
+ "TrainerControl": {
1078
+ "args": {
1079
+ "should_epoch_stop": false,
1080
+ "should_evaluate": false,
1081
+ "should_log": false,
1082
+ "should_save": true,
1083
+ "should_training_stop": true
1084
+ },
1085
+ "attributes": {}
1086
+ }
1087
+ },
1088
+ "total_flos": 1.0335481997190758e+17,
1089
+ "train_batch_size": 2,
1090
+ "trial_name": null,
1091
+ "trial_params": null
1092
+ }
ca_v3_run_20251215/final_model/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c0e75d45a7050daffe2e65badc27748032d13318e1d0af24fcae2c215424f0
3
+ size 5777
exp1_original_data_rerun_20251215/checkpoint-25/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-14B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-Coder-14B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1
exp1_original_data_rerun_20251215/checkpoint-25/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-14B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "v_proj",
29
+ "q_proj"
30
+ ],
31
+ "target_parameters": null,
32
+ "task_type": "CAUSAL_LM",
33
+ "trainable_token_indices": null,
34
+ "use_dora": false,
35
+ "use_qalora": false,
36
+ "use_rslora": false
37
+ }
exp1_original_data_rerun_20251215/checkpoint-25/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3e2c9cdaa5dc25faa9d1735f8da9dc9ec68820f238391edf058b46bbdbf2a58
3
+ size 50357488
exp1_original_data_rerun_20251215/checkpoint-25/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94857594d6b10edc10a2b1ffe1b431f107b4df4f16f96fe2f09baf7829127bfc
3
+ size 100828235
exp1_original_data_rerun_20251215/checkpoint-25/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59d835afb5a277eef9cb89e6f2ae639ae653e14a7cb8a24b9466a653d407505e
3
+ size 14645
exp1_original_data_rerun_20251215/checkpoint-25/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c8359e7027a1d5dd6df276c01589220164c80a154e5feeb97d92110a26709f
3
+ size 1465
exp1_original_data_rerun_20251215/checkpoint-25/trainer_state.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.3333333333333333,
6
+ "eval_steps": 100,
7
+ "global_step": 25,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.13333333333333333,
14
+ "grad_norm": 0.7970004081726074,
15
+ "learning_rate": 0.00019989008914857116,
16
+ "loss": 0.5896,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.26666666666666666,
21
+ "grad_norm": 0.5293543934822083,
22
+ "learning_rate": 0.00018699063724087904,
23
+ "loss": 0.4794,
24
+ "step": 20
25
+ }
26
+ ],
27
+ "logging_steps": 10,
28
+ "max_steps": 75,
29
+ "num_input_tokens_seen": 0,
30
+ "num_train_epochs": 1,
31
+ "save_steps": 25,
32
+ "stateful_callbacks": {
33
+ "TrainerControl": {
34
+ "args": {
35
+ "should_epoch_stop": false,
36
+ "should_evaluate": false,
37
+ "should_log": false,
38
+ "should_save": true,
39
+ "should_training_stop": false
40
+ },
41
+ "attributes": {}
42
+ }
43
+ },
44
+ "total_flos": 3.44163505668096e+16,
45
+ "train_batch_size": 2,
46
+ "trial_name": null,
47
+ "trial_params": null
48
+ }
exp1_original_data_rerun_20251215/checkpoint-25/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff11aa937808576e06d64e88c71a90de51b18fbb50367206f5df16539755319c
3
+ size 5777
exp1_original_data_rerun_20251215/checkpoint-50/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-14B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-Coder-14B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1
exp1_original_data_rerun_20251215/checkpoint-50/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-14B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "v_proj",
29
+ "q_proj"
30
+ ],
31
+ "target_parameters": null,
32
+ "task_type": "CAUSAL_LM",
33
+ "trainable_token_indices": null,
34
+ "use_dora": false,
35
+ "use_qalora": false,
36
+ "use_rslora": false
37
+ }
exp1_original_data_rerun_20251215/checkpoint-50/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90a693a1856aa80d52479a0c100e3dd22b9f2cf3350bf0504b521f8666df4aaa
3
+ size 50357488
exp1_original_data_rerun_20251215/checkpoint-50/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2bdbbd887d2d89e2ed760d3ba062c14a89979e75d195c409f833e128ce7672f
3
+ size 100828235
exp1_original_data_rerun_20251215/checkpoint-50/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:057c45ca36a011105360316599658ccb9adeb32ddf48eb0a08af1c7fab0219ff
3
+ size 14645
exp1_original_data_rerun_20251215/checkpoint-50/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bddad8914229c8e7dbd757aa8426289cb9a42c09ea70df2b48d8beeefe5bbdf3
3
+ size 1465
exp1_original_data_rerun_20251215/checkpoint-50/trainer_state.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.6666666666666666,
6
+ "eval_steps": 100,
7
+ "global_step": 50,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.13333333333333333,
14
+ "grad_norm": 0.7970004081726074,
15
+ "learning_rate": 0.00019989008914857116,
16
+ "loss": 0.5896,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.26666666666666666,
21
+ "grad_norm": 0.5293543934822083,
22
+ "learning_rate": 0.00018699063724087904,
23
+ "loss": 0.4794,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.4,
28
+ "grad_norm": 4.553859233856201,
29
+ "learning_rate": 0.00015531311541251995,
30
+ "loss": 0.5135,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.5333333333333333,
35
+ "grad_norm": 1.5555204153060913,
36
+ "learning_rate": 0.00011169553219720828,
37
+ "loss": 0.4293,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.6666666666666666,
42
+ "grad_norm": 1.5811039209365845,
43
+ "learning_rate": 6.555331497156672e-05,
44
+ "loss": 0.3595,
45
+ "step": 50
46
+ }
47
+ ],
48
+ "logging_steps": 10,
49
+ "max_steps": 75,
50
+ "num_input_tokens_seen": 0,
51
+ "num_train_epochs": 1,
52
+ "save_steps": 25,
53
+ "stateful_callbacks": {
54
+ "TrainerControl": {
55
+ "args": {
56
+ "should_epoch_stop": false,
57
+ "should_evaluate": false,
58
+ "should_log": false,
59
+ "should_save": true,
60
+ "should_training_stop": false
61
+ },
62
+ "attributes": {}
63
+ }
64
+ },
65
+ "total_flos": 6.88327011336192e+16,
66
+ "train_batch_size": 2,
67
+ "trial_name": null,
68
+ "trial_params": null
69
+ }
exp1_original_data_rerun_20251215/checkpoint-50/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff11aa937808576e06d64e88c71a90de51b18fbb50367206f5df16539755319c
3
+ size 5777
exp1_original_data_rerun_20251215/checkpoint-75/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-14B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-Coder-14B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1
exp1_original_data_rerun_20251215/checkpoint-75/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-14B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "v_proj",
29
+ "q_proj"
30
+ ],
31
+ "target_parameters": null,
32
+ "task_type": "CAUSAL_LM",
33
+ "trainable_token_indices": null,
34
+ "use_dora": false,
35
+ "use_qalora": false,
36
+ "use_rslora": false
37
+ }
exp1_original_data_rerun_20251215/checkpoint-75/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e1198a351782806e601c4636f9b985371f37f957f7b10fc80464c9854482920
3
+ size 50357488
exp1_original_data_rerun_20251215/checkpoint-75/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a29f74315e2284a0f0cafef87a50967127cdf5f6a56952b38534d09486e349ce
3
+ size 100828235
exp1_original_data_rerun_20251215/checkpoint-75/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0fba1844830d45a8a34c4724eaf74319c2c1d5554c04fdd04358ce4d50fd957
3
+ size 14645
exp1_original_data_rerun_20251215/checkpoint-75/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f05c28e789afe22134e5b011ace0c3a78d4d599d812231bc42d48ca46cfc515b
3
+ size 1465
exp1_original_data_rerun_20251215/checkpoint-75/trainer_state.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 100,
7
+ "global_step": 75,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.13333333333333333,
14
+ "grad_norm": 0.7970004081726074,
15
+ "learning_rate": 0.00019989008914857116,
16
+ "loss": 0.5896,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.26666666666666666,
21
+ "grad_norm": 0.5293543934822083,
22
+ "learning_rate": 0.00018699063724087904,
23
+ "loss": 0.4794,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.4,
28
+ "grad_norm": 4.553859233856201,
29
+ "learning_rate": 0.00015531311541251995,
30
+ "loss": 0.5135,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.5333333333333333,
35
+ "grad_norm": 1.5555204153060913,
36
+ "learning_rate": 0.00011169553219720828,
37
+ "loss": 0.4293,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.6666666666666666,
42
+ "grad_norm": 1.5811039209365845,
43
+ "learning_rate": 6.555331497156672e-05,
44
+ "loss": 0.3595,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.8,
49
+ "grad_norm": 1.2460683584213257,
50
+ "learning_rate": 2.6846866473633125e-05,
51
+ "loss": 0.491,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.9333333333333333,
56
+ "grad_norm": 1.010131597518921,
57
+ "learning_rate": 3.931481242315993e-06,
58
+ "loss": 0.4156,
59
+ "step": 70
60
+ }
61
+ ],
62
+ "logging_steps": 10,
63
+ "max_steps": 75,
64
+ "num_input_tokens_seen": 0,
65
+ "num_train_epochs": 1,
66
+ "save_steps": 25,
67
+ "stateful_callbacks": {
68
+ "TrainerControl": {
69
+ "args": {
70
+ "should_epoch_stop": false,
71
+ "should_evaluate": false,
72
+ "should_log": false,
73
+ "should_save": true,
74
+ "should_training_stop": true
75
+ },
76
+ "attributes": {}
77
+ }
78
+ },
79
+ "total_flos": 1.032490517004288e+17,
80
+ "train_batch_size": 2,
81
+ "trial_name": null,
82
+ "trial_params": null
83
+ }
exp1_original_data_rerun_20251215/checkpoint-75/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff11aa937808576e06d64e88c71a90de51b18fbb50367206f5df16539755319c
3
+ size 5777
exp2_signalc_20251215/checkpoint-147/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-14B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-Coder-14B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1