SujanKarki commited on
Commit
c75ee8e
1 Parent(s): 47d8cbf

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 +202 -0
  2. adapter_config.json +29 -0
  3. adapter_model.safetensors +3 -0
  4. checkpoint-1000/README.md +202 -0
  5. checkpoint-1000/adapter_config.json +29 -0
  6. checkpoint-1000/adapter_model.safetensors +3 -0
  7. checkpoint-1000/optimizer.pt +3 -0
  8. checkpoint-1000/rng_state.pth +3 -0
  9. checkpoint-1000/scheduler.pt +3 -0
  10. checkpoint-1000/special_tokens_map.json +28 -0
  11. checkpoint-1000/tokenizer.json +0 -0
  12. checkpoint-1000/tokenizer_config.json +151 -0
  13. checkpoint-1000/trainer_state.json +342 -0
  14. checkpoint-1000/training_args.bin +3 -0
  15. checkpoint-1500/README.md +202 -0
  16. checkpoint-1500/adapter_config.json +29 -0
  17. checkpoint-1500/adapter_model.safetensors +3 -0
  18. checkpoint-1500/optimizer.pt +3 -0
  19. checkpoint-1500/rng_state.pth +3 -0
  20. checkpoint-1500/scheduler.pt +3 -0
  21. checkpoint-1500/special_tokens_map.json +28 -0
  22. checkpoint-1500/tokenizer.json +0 -0
  23. checkpoint-1500/tokenizer_config.json +151 -0
  24. checkpoint-1500/trainer_state.json +492 -0
  25. checkpoint-1500/training_args.bin +3 -0
  26. checkpoint-2000/README.md +202 -0
  27. checkpoint-2000/adapter_config.json +29 -0
  28. checkpoint-2000/adapter_model.safetensors +3 -0
  29. checkpoint-2000/optimizer.pt +3 -0
  30. checkpoint-2000/rng_state.pth +3 -0
  31. checkpoint-2000/scheduler.pt +3 -0
  32. checkpoint-2000/special_tokens_map.json +28 -0
  33. checkpoint-2000/tokenizer.json +0 -0
  34. checkpoint-2000/tokenizer_config.json +151 -0
  35. checkpoint-2000/trainer_state.json +642 -0
  36. checkpoint-2000/training_args.bin +3 -0
  37. checkpoint-2013/README.md +202 -0
  38. checkpoint-2013/adapter_config.json +29 -0
  39. checkpoint-2013/adapter_model.safetensors +3 -0
  40. checkpoint-2013/optimizer.pt +3 -0
  41. checkpoint-2013/rng_state.pth +3 -0
  42. checkpoint-2013/scheduler.pt +3 -0
  43. checkpoint-2013/special_tokens_map.json +28 -0
  44. checkpoint-2013/tokenizer.json +0 -0
  45. checkpoint-2013/tokenizer_config.json +151 -0
  46. checkpoint-2013/trainer_state.json +642 -0
  47. checkpoint-2013/training_args.bin +3 -0
  48. checkpoint-500/README.md +202 -0
  49. checkpoint-500/adapter_config.json +29 -0
  50. checkpoint-500/adapter_model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3.5-mini-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/Phi-3.5-mini-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 64,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 128,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "qkv_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfe5d67cebe0d17de991d013f378b0b47348a323a0d9d431c97103deb29fa4cc
3
+ size 695383552
checkpoint-1000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3.5-mini-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/Phi-3.5-mini-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 64,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 128,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "qkv_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28e61424a488503272dbcddb3ee9b3bcbddaa52a0ba38023fd57f984a553e17b
3
+ size 695383552
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:428885b8e3e3b36602d101402757798766a32bd8014bcdd132a154dd8991da96
3
+ size 604089722
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efa5bddc471c8ac0b6e5ea7f477e79471cb71d974e5c26424dc0cff21418231d
3
+ size 14244
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f239cab3977550af51dae77533320c0c157e084a6c2f322886a7cd5c5c058151
3
+ size 1064
checkpoint-1000/special_tokens_map.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|im_start|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<|im_end|>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
+ "bos_token": "<|im_start|>",
19
+ "eos_token": "<|im_end|>",
20
+ "pad_token": "<|im_end|>",
21
+ "unk_token": {
22
+ "content": "<unk>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ }
28
+ }
checkpoint-1000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": true,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32000": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<|assistant|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": true,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
+ "content": "<|placeholder1|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": true,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "32003": {
55
+ "content": "<|placeholder2|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": true,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "32004": {
63
+ "content": "<|placeholder3|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": true,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "32005": {
71
+ "content": "<|placeholder4|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": true,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "32006": {
79
+ "content": "<|system|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": true,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "32007": {
87
+ "content": "<|end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": true,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "32008": {
95
+ "content": "<|placeholder5|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": true,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "32009": {
103
+ "content": "<|placeholder6|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": true,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "32010": {
111
+ "content": "<|user|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": true,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "32011": {
119
+ "content": "<|im_start|>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": true
125
+ },
126
+ "32012": {
127
+ "content": "<|im_end|>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": true
133
+ }
134
+ },
135
+ "additional_special_tokens": [
136
+ "<|im_start|>",
137
+ "<|im_end|>"
138
+ ],
139
+ "bos_token": "<|im_start|>",
140
+ "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
141
+ "clean_up_tokenization_spaces": false,
142
+ "eos_token": "<|im_end|>",
143
+ "legacy": false,
144
+ "model_max_length": 131072,
145
+ "pad_token": "<|im_end|>",
146
+ "padding_side": "right",
147
+ "sp_model_kwargs": {},
148
+ "tokenizer_class": "LlamaTokenizer",
149
+ "unk_token": "<unk>",
150
+ "use_default_system_prompt": false
151
+ }
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.46247440576553345,
3
+ "best_model_checkpoint": "Phi-3.5-mini-instruct_text_to_sql_lora\\checkpoint-1000",
4
+ "epoch": 1.4903129657228018,
5
+ "eval_steps": 50,
6
+ "global_step": 1000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.07451564828614009,
13
+ "grad_norm": 0.09373754262924194,
14
+ "learning_rate": 0.0002,
15
+ "loss": 0.9134,
16
+ "step": 50
17
+ },
18
+ {
19
+ "epoch": 0.07451564828614009,
20
+ "eval_loss": 0.5543281435966492,
21
+ "eval_runtime": 19.9013,
22
+ "eval_samples_per_second": 6.231,
23
+ "eval_steps_per_second": 0.804,
24
+ "step": 50
25
+ },
26
+ {
27
+ "epoch": 0.14903129657228018,
28
+ "grad_norm": 0.04845063388347626,
29
+ "learning_rate": 0.0001996800092633612,
30
+ "loss": 0.5243,
31
+ "step": 100
32
+ },
33
+ {
34
+ "epoch": 0.14903129657228018,
35
+ "eval_loss": 0.5150236487388611,
36
+ "eval_runtime": 19.8752,
37
+ "eval_samples_per_second": 6.239,
38
+ "eval_steps_per_second": 0.805,
39
+ "step": 100
40
+ },
41
+ {
42
+ "epoch": 0.22354694485842028,
43
+ "grad_norm": 0.06224009767174721,
44
+ "learning_rate": 0.00019872208493487546,
45
+ "loss": 0.5046,
46
+ "step": 150
47
+ },
48
+ {
49
+ "epoch": 0.22354694485842028,
50
+ "eval_loss": 0.504132091999054,
51
+ "eval_runtime": 19.8753,
52
+ "eval_samples_per_second": 6.239,
53
+ "eval_steps_per_second": 0.805,
54
+ "step": 150
55
+ },
56
+ {
57
+ "epoch": 0.29806259314456035,
58
+ "grad_norm": 0.053420498967170715,
59
+ "learning_rate": 0.0001971323575527731,
60
+ "loss": 0.4989,
61
+ "step": 200
62
+ },
63
+ {
64
+ "epoch": 0.29806259314456035,
65
+ "eval_loss": 0.49748167395591736,
66
+ "eval_runtime": 19.873,
67
+ "eval_samples_per_second": 6.24,
68
+ "eval_steps_per_second": 0.805,
69
+ "step": 200
70
+ },
71
+ {
72
+ "epoch": 0.37257824143070045,
73
+ "grad_norm": 0.04381432756781578,
74
+ "learning_rate": 0.0001949210010777752,
75
+ "loss": 0.4873,
76
+ "step": 250
77
+ },
78
+ {
79
+ "epoch": 0.37257824143070045,
80
+ "eval_loss": 0.4926624298095703,
81
+ "eval_runtime": 19.9753,
82
+ "eval_samples_per_second": 6.208,
83
+ "eval_steps_per_second": 0.801,
84
+ "step": 250
85
+ },
86
+ {
87
+ "epoch": 0.44709388971684055,
88
+ "grad_norm": 0.05697334185242653,
89
+ "learning_rate": 0.00019210216778162994,
90
+ "loss": 0.4854,
91
+ "step": 300
92
+ },
93
+ {
94
+ "epoch": 0.44709388971684055,
95
+ "eval_loss": 0.48829007148742676,
96
+ "eval_runtime": 19.8877,
97
+ "eval_samples_per_second": 6.235,
98
+ "eval_steps_per_second": 0.805,
99
+ "step": 300
100
+ },
101
+ {
102
+ "epoch": 0.5216095380029806,
103
+ "grad_norm": 0.07128433138132095,
104
+ "learning_rate": 0.0001886938976751951,
105
+ "loss": 0.4788,
106
+ "step": 350
107
+ },
108
+ {
109
+ "epoch": 0.5216095380029806,
110
+ "eval_loss": 0.48432213068008423,
111
+ "eval_runtime": 19.8588,
112
+ "eval_samples_per_second": 6.244,
113
+ "eval_steps_per_second": 0.806,
114
+ "step": 350
115
+ },
116
+ {
117
+ "epoch": 0.5961251862891207,
118
+ "grad_norm": 0.049252185970544815,
119
+ "learning_rate": 0.00018471800305571129,
120
+ "loss": 0.4811,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.5961251862891207,
125
+ "eval_loss": 0.4807914197444916,
126
+ "eval_runtime": 19.8677,
127
+ "eval_samples_per_second": 6.241,
128
+ "eval_steps_per_second": 0.805,
129
+ "step": 400
130
+ },
131
+ {
132
+ "epoch": 0.6706408345752608,
133
+ "grad_norm": 0.05810828506946564,
134
+ "learning_rate": 0.00018019992891214008,
135
+ "loss": 0.4796,
136
+ "step": 450
137
+ },
138
+ {
139
+ "epoch": 0.6706408345752608,
140
+ "eval_loss": 0.478938490152359,
141
+ "eval_runtime": 19.8654,
142
+ "eval_samples_per_second": 6.242,
143
+ "eval_steps_per_second": 0.805,
144
+ "step": 450
145
+ },
146
+ {
147
+ "epoch": 0.7451564828614009,
148
+ "grad_norm": 0.06429937481880188,
149
+ "learning_rate": 0.00017516859008194938,
150
+ "loss": 0.4738,
151
+ "step": 500
152
+ },
153
+ {
154
+ "epoch": 0.7451564828614009,
155
+ "eval_loss": 0.47758275270462036,
156
+ "eval_runtime": 19.8891,
157
+ "eval_samples_per_second": 6.235,
158
+ "eval_steps_per_second": 0.804,
159
+ "step": 500
160
+ },
161
+ {
162
+ "epoch": 0.819672131147541,
163
+ "grad_norm": 0.057866841554641724,
164
+ "learning_rate": 0.00016965618620151017,
165
+ "loss": 0.4693,
166
+ "step": 550
167
+ },
168
+ {
169
+ "epoch": 0.819672131147541,
170
+ "eval_loss": 0.47498929500579834,
171
+ "eval_runtime": 19.8807,
172
+ "eval_samples_per_second": 6.237,
173
+ "eval_steps_per_second": 0.805,
174
+ "step": 550
175
+ },
176
+ {
177
+ "epoch": 0.8941877794336811,
178
+ "grad_norm": 0.07081956416368484,
179
+ "learning_rate": 0.00016369799563438958,
180
+ "loss": 0.4696,
181
+ "step": 600
182
+ },
183
+ {
184
+ "epoch": 0.8941877794336811,
185
+ "eval_loss": 0.4721943736076355,
186
+ "eval_runtime": 19.8698,
187
+ "eval_samples_per_second": 6.241,
188
+ "eval_steps_per_second": 0.805,
189
+ "step": 600
190
+ },
191
+ {
192
+ "epoch": 0.9687034277198212,
193
+ "grad_norm": 0.04943346604704857,
194
+ "learning_rate": 0.00015733214969635968,
195
+ "loss": 0.4682,
196
+ "step": 650
197
+ },
198
+ {
199
+ "epoch": 0.9687034277198212,
200
+ "eval_loss": 0.4704548120498657,
201
+ "eval_runtime": 21.0797,
202
+ "eval_samples_per_second": 5.882,
203
+ "eval_steps_per_second": 0.759,
204
+ "step": 650
205
+ },
206
+ {
207
+ "epoch": 1.0432190760059612,
208
+ "grad_norm": 0.04892728850245476,
209
+ "learning_rate": 0.00015059938862204127,
210
+ "loss": 0.4607,
211
+ "step": 700
212
+ },
213
+ {
214
+ "epoch": 1.0432190760059612,
215
+ "eval_loss": 0.4692542850971222,
216
+ "eval_runtime": 21.0437,
217
+ "eval_samples_per_second": 5.893,
218
+ "eval_steps_per_second": 0.76,
219
+ "step": 700
220
+ },
221
+ {
222
+ "epoch": 1.1177347242921014,
223
+ "grad_norm": 0.05664736032485962,
224
+ "learning_rate": 0.00014354280083495006,
225
+ "loss": 0.4535,
226
+ "step": 750
227
+ },
228
+ {
229
+ "epoch": 1.1177347242921014,
230
+ "eval_loss": 0.4676324725151062,
231
+ "eval_runtime": 22.3216,
232
+ "eval_samples_per_second": 5.555,
233
+ "eval_steps_per_second": 0.717,
234
+ "step": 750
235
+ },
236
+ {
237
+ "epoch": 1.1922503725782414,
238
+ "grad_norm": 0.04623207449913025,
239
+ "learning_rate": 0.000136207547189569,
240
+ "loss": 0.4538,
241
+ "step": 800
242
+ },
243
+ {
244
+ "epoch": 1.1922503725782414,
245
+ "eval_loss": 0.4663061201572418,
246
+ "eval_runtime": 19.8619,
247
+ "eval_samples_per_second": 6.243,
248
+ "eval_steps_per_second": 0.806,
249
+ "step": 800
250
+ },
251
+ {
252
+ "epoch": 1.2667660208643814,
253
+ "grad_norm": 0.05065590888261795,
254
+ "learning_rate": 0.00012864057195024643,
255
+ "loss": 0.4508,
256
+ "step": 850
257
+ },
258
+ {
259
+ "epoch": 1.2667660208643814,
260
+ "eval_loss": 0.4653000235557556,
261
+ "eval_runtime": 20.4016,
262
+ "eval_samples_per_second": 6.078,
263
+ "eval_steps_per_second": 0.784,
264
+ "step": 850
265
+ },
266
+ {
267
+ "epoch": 1.3412816691505216,
268
+ "grad_norm": 0.050148364156484604,
269
+ "learning_rate": 0.00012089030235660155,
270
+ "loss": 0.449,
271
+ "step": 900
272
+ },
273
+ {
274
+ "epoch": 1.3412816691505216,
275
+ "eval_loss": 0.4636177122592926,
276
+ "eval_runtime": 20.3024,
277
+ "eval_samples_per_second": 6.108,
278
+ "eval_steps_per_second": 0.788,
279
+ "step": 900
280
+ },
281
+ {
282
+ "epoch": 1.4157973174366618,
283
+ "grad_norm": 0.05486341193318367,
284
+ "learning_rate": 0.00011300633869816275,
285
+ "loss": 0.4493,
286
+ "step": 950
287
+ },
288
+ {
289
+ "epoch": 1.4157973174366618,
290
+ "eval_loss": 0.4632996618747711,
291
+ "eval_runtime": 20.384,
292
+ "eval_samples_per_second": 6.083,
293
+ "eval_steps_per_second": 0.785,
294
+ "step": 950
295
+ },
296
+ {
297
+ "epoch": 1.4903129657228018,
298
+ "grad_norm": 0.05443250760436058,
299
+ "learning_rate": 0.00010503913688170396,
300
+ "loss": 0.4512,
301
+ "step": 1000
302
+ },
303
+ {
304
+ "epoch": 1.4903129657228018,
305
+ "eval_loss": 0.46247440576553345,
306
+ "eval_runtime": 20.3518,
307
+ "eval_samples_per_second": 6.093,
308
+ "eval_steps_per_second": 0.786,
309
+ "step": 1000
310
+ }
311
+ ],
312
+ "logging_steps": 50,
313
+ "max_steps": 2013,
314
+ "num_input_tokens_seen": 0,
315
+ "num_train_epochs": 3,
316
+ "save_steps": 500,
317
+ "stateful_callbacks": {
318
+ "EarlyStoppingCallback": {
319
+ "args": {
320
+ "early_stopping_patience": 3,
321
+ "early_stopping_threshold": 0.0
322
+ },
323
+ "attributes": {
324
+ "early_stopping_patience_counter": 0
325
+ }
326
+ },
327
+ "TrainerControl": {
328
+ "args": {
329
+ "should_epoch_stop": false,
330
+ "should_evaluate": false,
331
+ "should_log": false,
332
+ "should_save": true,
333
+ "should_training_stop": false
334
+ },
335
+ "attributes": {}
336
+ }
337
+ },
338
+ "total_flos": 3.733040336763617e+17,
339
+ "train_batch_size": 2,
340
+ "trial_name": null,
341
+ "trial_params": null
342
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb271c4925692ee63ef50cf05761726fa11d266c78d2f904cbd3b49754d4ecae
3
+ size 5496
checkpoint-1500/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3.5-mini-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-1500/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/Phi-3.5-mini-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 64,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 128,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "qkv_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
checkpoint-1500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c799895a11edca4e37408df737ad04f9150c5540850d1615f9054f3b9c59bd2
3
+ size 695383552
checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59531d53aee5442b0afe5e19905367f18de1c7a9603da53470872be91d3fd7c3
3
+ size 604089722
checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f2440383e59bbbea8bb80ae66635dfe69ecf8c9ff8c017548c2337c9d5f0cd5
3
+ size 14244
checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64b8be4b9a11f6efe9c86bd69cc8238e2dc9edb844aceec84e7b89f574abf8b6
3
+ size 1064
checkpoint-1500/special_tokens_map.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|im_start|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<|im_end|>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
+ "bos_token": "<|im_start|>",
19
+ "eos_token": "<|im_end|>",
20
+ "pad_token": "<|im_end|>",
21
+ "unk_token": {
22
+ "content": "<unk>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ }
28
+ }
checkpoint-1500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1500/tokenizer_config.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": true,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32000": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<|assistant|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": true,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
+ "content": "<|placeholder1|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": true,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "32003": {
55
+ "content": "<|placeholder2|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": true,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "32004": {
63
+ "content": "<|placeholder3|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": true,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "32005": {
71
+ "content": "<|placeholder4|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": true,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "32006": {
79
+ "content": "<|system|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": true,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "32007": {
87
+ "content": "<|end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": true,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "32008": {
95
+ "content": "<|placeholder5|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": true,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "32009": {
103
+ "content": "<|placeholder6|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": true,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "32010": {
111
+ "content": "<|user|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": true,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "32011": {
119
+ "content": "<|im_start|>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": true
125
+ },
126
+ "32012": {
127
+ "content": "<|im_end|>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": true
133
+ }
134
+ },
135
+ "additional_special_tokens": [
136
+ "<|im_start|>",
137
+ "<|im_end|>"
138
+ ],
139
+ "bos_token": "<|im_start|>",
140
+ "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
141
+ "clean_up_tokenization_spaces": false,
142
+ "eos_token": "<|im_end|>",
143
+ "legacy": false,
144
+ "model_max_length": 131072,
145
+ "pad_token": "<|im_end|>",
146
+ "padding_side": "right",
147
+ "sp_model_kwargs": {},
148
+ "tokenizer_class": "LlamaTokenizer",
149
+ "unk_token": "<unk>",
150
+ "use_default_system_prompt": false
151
+ }
checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,492 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4551125168800354,
3
+ "best_model_checkpoint": "Phi-3.5-mini-instruct_text_to_sql_lora\\checkpoint-1500",
4
+ "epoch": 2.235469448584203,
5
+ "eval_steps": 50,
6
+ "global_step": 1500,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.07451564828614009,
13
+ "grad_norm": 0.09373754262924194,
14
+ "learning_rate": 0.0002,
15
+ "loss": 0.9134,
16
+ "step": 50
17
+ },
18
+ {
19
+ "epoch": 0.07451564828614009,
20
+ "eval_loss": 0.5543281435966492,
21
+ "eval_runtime": 19.9013,
22
+ "eval_samples_per_second": 6.231,
23
+ "eval_steps_per_second": 0.804,
24
+ "step": 50
25
+ },
26
+ {
27
+ "epoch": 0.14903129657228018,
28
+ "grad_norm": 0.04845063388347626,
29
+ "learning_rate": 0.0001996800092633612,
30
+ "loss": 0.5243,
31
+ "step": 100
32
+ },
33
+ {
34
+ "epoch": 0.14903129657228018,
35
+ "eval_loss": 0.5150236487388611,
36
+ "eval_runtime": 19.8752,
37
+ "eval_samples_per_second": 6.239,
38
+ "eval_steps_per_second": 0.805,
39
+ "step": 100
40
+ },
41
+ {
42
+ "epoch": 0.22354694485842028,
43
+ "grad_norm": 0.06224009767174721,
44
+ "learning_rate": 0.00019872208493487546,
45
+ "loss": 0.5046,
46
+ "step": 150
47
+ },
48
+ {
49
+ "epoch": 0.22354694485842028,
50
+ "eval_loss": 0.504132091999054,
51
+ "eval_runtime": 19.8753,
52
+ "eval_samples_per_second": 6.239,
53
+ "eval_steps_per_second": 0.805,
54
+ "step": 150
55
+ },
56
+ {
57
+ "epoch": 0.29806259314456035,
58
+ "grad_norm": 0.053420498967170715,
59
+ "learning_rate": 0.0001971323575527731,
60
+ "loss": 0.4989,
61
+ "step": 200
62
+ },
63
+ {
64
+ "epoch": 0.29806259314456035,
65
+ "eval_loss": 0.49748167395591736,
66
+ "eval_runtime": 19.873,
67
+ "eval_samples_per_second": 6.24,
68
+ "eval_steps_per_second": 0.805,
69
+ "step": 200
70
+ },
71
+ {
72
+ "epoch": 0.37257824143070045,
73
+ "grad_norm": 0.04381432756781578,
74
+ "learning_rate": 0.0001949210010777752,
75
+ "loss": 0.4873,
76
+ "step": 250
77
+ },
78
+ {
79
+ "epoch": 0.37257824143070045,
80
+ "eval_loss": 0.4926624298095703,
81
+ "eval_runtime": 19.9753,
82
+ "eval_samples_per_second": 6.208,
83
+ "eval_steps_per_second": 0.801,
84
+ "step": 250
85
+ },
86
+ {
87
+ "epoch": 0.44709388971684055,
88
+ "grad_norm": 0.05697334185242653,
89
+ "learning_rate": 0.00019210216778162994,
90
+ "loss": 0.4854,
91
+ "step": 300
92
+ },
93
+ {
94
+ "epoch": 0.44709388971684055,
95
+ "eval_loss": 0.48829007148742676,
96
+ "eval_runtime": 19.8877,
97
+ "eval_samples_per_second": 6.235,
98
+ "eval_steps_per_second": 0.805,
99
+ "step": 300
100
+ },
101
+ {
102
+ "epoch": 0.5216095380029806,
103
+ "grad_norm": 0.07128433138132095,
104
+ "learning_rate": 0.0001886938976751951,
105
+ "loss": 0.4788,
106
+ "step": 350
107
+ },
108
+ {
109
+ "epoch": 0.5216095380029806,
110
+ "eval_loss": 0.48432213068008423,
111
+ "eval_runtime": 19.8588,
112
+ "eval_samples_per_second": 6.244,
113
+ "eval_steps_per_second": 0.806,
114
+ "step": 350
115
+ },
116
+ {
117
+ "epoch": 0.5961251862891207,
118
+ "grad_norm": 0.049252185970544815,
119
+ "learning_rate": 0.00018471800305571129,
120
+ "loss": 0.4811,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.5961251862891207,
125
+ "eval_loss": 0.4807914197444916,
126
+ "eval_runtime": 19.8677,
127
+ "eval_samples_per_second": 6.241,
128
+ "eval_steps_per_second": 0.805,
129
+ "step": 400
130
+ },
131
+ {
132
+ "epoch": 0.6706408345752608,
133
+ "grad_norm": 0.05810828506946564,
134
+ "learning_rate": 0.00018019992891214008,
135
+ "loss": 0.4796,
136
+ "step": 450
137
+ },
138
+ {
139
+ "epoch": 0.6706408345752608,
140
+ "eval_loss": 0.478938490152359,
141
+ "eval_runtime": 19.8654,
142
+ "eval_samples_per_second": 6.242,
143
+ "eval_steps_per_second": 0.805,
144
+ "step": 450
145
+ },
146
+ {
147
+ "epoch": 0.7451564828614009,
148
+ "grad_norm": 0.06429937481880188,
149
+ "learning_rate": 0.00017516859008194938,
150
+ "loss": 0.4738,
151
+ "step": 500
152
+ },
153
+ {
154
+ "epoch": 0.7451564828614009,
155
+ "eval_loss": 0.47758275270462036,
156
+ "eval_runtime": 19.8891,
157
+ "eval_samples_per_second": 6.235,
158
+ "eval_steps_per_second": 0.804,
159
+ "step": 500
160
+ },
161
+ {
162
+ "epoch": 0.819672131147541,
163
+ "grad_norm": 0.057866841554641724,
164
+ "learning_rate": 0.00016965618620151017,
165
+ "loss": 0.4693,
166
+ "step": 550
167
+ },
168
+ {
169
+ "epoch": 0.819672131147541,
170
+ "eval_loss": 0.47498929500579834,
171
+ "eval_runtime": 19.8807,
172
+ "eval_samples_per_second": 6.237,
173
+ "eval_steps_per_second": 0.805,
174
+ "step": 550
175
+ },
176
+ {
177
+ "epoch": 0.8941877794336811,
178
+ "grad_norm": 0.07081956416368484,
179
+ "learning_rate": 0.00016369799563438958,
180
+ "loss": 0.4696,
181
+ "step": 600
182
+ },
183
+ {
184
+ "epoch": 0.8941877794336811,
185
+ "eval_loss": 0.4721943736076355,
186
+ "eval_runtime": 19.8698,
187
+ "eval_samples_per_second": 6.241,
188
+ "eval_steps_per_second": 0.805,
189
+ "step": 600
190
+ },
191
+ {
192
+ "epoch": 0.9687034277198212,
193
+ "grad_norm": 0.04943346604704857,
194
+ "learning_rate": 0.00015733214969635968,
195
+ "loss": 0.4682,
196
+ "step": 650
197
+ },
198
+ {
199
+ "epoch": 0.9687034277198212,
200
+ "eval_loss": 0.4704548120498657,
201
+ "eval_runtime": 21.0797,
202
+ "eval_samples_per_second": 5.882,
203
+ "eval_steps_per_second": 0.759,
204
+ "step": 650
205
+ },
206
+ {
207
+ "epoch": 1.0432190760059612,
208
+ "grad_norm": 0.04892728850245476,
209
+ "learning_rate": 0.00015059938862204127,
210
+ "loss": 0.4607,
211
+ "step": 700
212
+ },
213
+ {
214
+ "epoch": 1.0432190760059612,
215
+ "eval_loss": 0.4692542850971222,
216
+ "eval_runtime": 21.0437,
217
+ "eval_samples_per_second": 5.893,
218
+ "eval_steps_per_second": 0.76,
219
+ "step": 700
220
+ },
221
+ {
222
+ "epoch": 1.1177347242921014,
223
+ "grad_norm": 0.05664736032485962,
224
+ "learning_rate": 0.00014354280083495006,
225
+ "loss": 0.4535,
226
+ "step": 750
227
+ },
228
+ {
229
+ "epoch": 1.1177347242921014,
230
+ "eval_loss": 0.4676324725151062,
231
+ "eval_runtime": 22.3216,
232
+ "eval_samples_per_second": 5.555,
233
+ "eval_steps_per_second": 0.717,
234
+ "step": 750
235
+ },
236
+ {
237
+ "epoch": 1.1922503725782414,
238
+ "grad_norm": 0.04623207449913025,
239
+ "learning_rate": 0.000136207547189569,
240
+ "loss": 0.4538,
241
+ "step": 800
242
+ },
243
+ {
244
+ "epoch": 1.1922503725782414,
245
+ "eval_loss": 0.4663061201572418,
246
+ "eval_runtime": 19.8619,
247
+ "eval_samples_per_second": 6.243,
248
+ "eval_steps_per_second": 0.806,
249
+ "step": 800
250
+ },
251
+ {
252
+ "epoch": 1.2667660208643814,
253
+ "grad_norm": 0.05065590888261795,
254
+ "learning_rate": 0.00012864057195024643,
255
+ "loss": 0.4508,
256
+ "step": 850
257
+ },
258
+ {
259
+ "epoch": 1.2667660208643814,
260
+ "eval_loss": 0.4653000235557556,
261
+ "eval_runtime": 20.4016,
262
+ "eval_samples_per_second": 6.078,
263
+ "eval_steps_per_second": 0.784,
264
+ "step": 850
265
+ },
266
+ {
267
+ "epoch": 1.3412816691505216,
268
+ "grad_norm": 0.050148364156484604,
269
+ "learning_rate": 0.00012089030235660155,
270
+ "loss": 0.449,
271
+ "step": 900
272
+ },
273
+ {
274
+ "epoch": 1.3412816691505216,
275
+ "eval_loss": 0.4636177122592926,
276
+ "eval_runtime": 20.3024,
277
+ "eval_samples_per_second": 6.108,
278
+ "eval_steps_per_second": 0.788,
279
+ "step": 900
280
+ },
281
+ {
282
+ "epoch": 1.4157973174366618,
283
+ "grad_norm": 0.05486341193318367,
284
+ "learning_rate": 0.00011300633869816275,
285
+ "loss": 0.4493,
286
+ "step": 950
287
+ },
288
+ {
289
+ "epoch": 1.4157973174366618,
290
+ "eval_loss": 0.4632996618747711,
291
+ "eval_runtime": 20.384,
292
+ "eval_samples_per_second": 6.083,
293
+ "eval_steps_per_second": 0.785,
294
+ "step": 950
295
+ },
296
+ {
297
+ "epoch": 1.4903129657228018,
298
+ "grad_norm": 0.05443250760436058,
299
+ "learning_rate": 0.00010503913688170396,
300
+ "loss": 0.4512,
301
+ "step": 1000
302
+ },
303
+ {
304
+ "epoch": 1.4903129657228018,
305
+ "eval_loss": 0.46247440576553345,
306
+ "eval_runtime": 20.3518,
307
+ "eval_samples_per_second": 6.093,
308
+ "eval_steps_per_second": 0.786,
309
+ "step": 1000
310
+ },
311
+ {
312
+ "epoch": 1.5648286140089418,
313
+ "grad_norm": 0.050281789153814316,
314
+ "learning_rate": 9.703968552278915e-05,
315
+ "loss": 0.4517,
316
+ "step": 1050
317
+ },
318
+ {
319
+ "epoch": 1.5648286140089418,
320
+ "eval_loss": 0.46042901277542114,
321
+ "eval_runtime": 19.9596,
322
+ "eval_samples_per_second": 6.213,
323
+ "eval_steps_per_second": 0.802,
324
+ "step": 1050
325
+ },
326
+ {
327
+ "epoch": 1.639344262295082,
328
+ "grad_norm": 0.05282198637723923,
329
+ "learning_rate": 8.905917962807927e-05,
330
+ "loss": 0.4478,
331
+ "step": 1100
332
+ },
333
+ {
334
+ "epoch": 1.639344262295082,
335
+ "eval_loss": 0.4593241810798645,
336
+ "eval_runtime": 19.9271,
337
+ "eval_samples_per_second": 6.223,
338
+ "eval_steps_per_second": 0.803,
339
+ "step": 1100
340
+ },
341
+ {
342
+ "epoch": 1.713859910581222,
343
+ "grad_norm": 0.05663960054516792,
344
+ "learning_rate": 8.114869295677425e-05,
345
+ "loss": 0.4483,
346
+ "step": 1150
347
+ },
348
+ {
349
+ "epoch": 1.713859910581222,
350
+ "eval_loss": 0.4582765996456146,
351
+ "eval_runtime": 19.9072,
352
+ "eval_samples_per_second": 6.229,
353
+ "eval_steps_per_second": 0.804,
354
+ "step": 1150
355
+ },
356
+ {
357
+ "epoch": 1.788375558867362,
358
+ "grad_norm": 0.05754128098487854,
359
+ "learning_rate": 7.335885115801656e-05,
360
+ "loss": 0.4479,
361
+ "step": 1200
362
+ },
363
+ {
364
+ "epoch": 1.788375558867362,
365
+ "eval_loss": 0.4579518735408783,
366
+ "eval_runtime": 19.883,
367
+ "eval_samples_per_second": 6.236,
368
+ "eval_steps_per_second": 0.805,
369
+ "step": 1200
370
+ },
371
+ {
372
+ "epoch": 1.8628912071535022,
373
+ "grad_norm": 0.05780432000756264,
374
+ "learning_rate": 6.573950777611587e-05,
375
+ "loss": 0.4476,
376
+ "step": 1250
377
+ },
378
+ {
379
+ "epoch": 1.8628912071535022,
380
+ "eval_loss": 0.456869512796402,
381
+ "eval_runtime": 19.9094,
382
+ "eval_samples_per_second": 6.228,
383
+ "eval_steps_per_second": 0.804,
384
+ "step": 1250
385
+ },
386
+ {
387
+ "epoch": 1.9374068554396424,
388
+ "grad_norm": 0.05665415897965431,
389
+ "learning_rate": 5.833942519710177e-05,
390
+ "loss": 0.4454,
391
+ "step": 1300
392
+ },
393
+ {
394
+ "epoch": 1.9374068554396424,
395
+ "eval_loss": 0.45577672123908997,
396
+ "eval_runtime": 19.9333,
397
+ "eval_samples_per_second": 6.221,
398
+ "eval_steps_per_second": 0.803,
399
+ "step": 1300
400
+ },
401
+ {
402
+ "epoch": 2.0119225037257826,
403
+ "grad_norm": 0.057158373296260834,
404
+ "learning_rate": 5.1205962578487155e-05,
405
+ "loss": 0.4435,
406
+ "step": 1350
407
+ },
408
+ {
409
+ "epoch": 2.0119225037257826,
410
+ "eval_loss": 0.45555853843688965,
411
+ "eval_runtime": 19.9237,
412
+ "eval_samples_per_second": 6.224,
413
+ "eval_steps_per_second": 0.803,
414
+ "step": 1350
415
+ },
416
+ {
417
+ "epoch": 2.0864381520119224,
418
+ "grad_norm": 0.05942057818174362,
419
+ "learning_rate": 4.4384772759434425e-05,
420
+ "loss": 0.4339,
421
+ "step": 1400
422
+ },
423
+ {
424
+ "epoch": 2.0864381520119224,
425
+ "eval_loss": 0.4557653069496155,
426
+ "eval_runtime": 19.9268,
427
+ "eval_samples_per_second": 6.223,
428
+ "eval_steps_per_second": 0.803,
429
+ "step": 1400
430
+ },
431
+ {
432
+ "epoch": 2.1609538002980626,
433
+ "grad_norm": 0.05777844041585922,
434
+ "learning_rate": 3.7919510091042566e-05,
435
+ "loss": 0.4322,
436
+ "step": 1450
437
+ },
438
+ {
439
+ "epoch": 2.1609538002980626,
440
+ "eval_loss": 0.45560821890830994,
441
+ "eval_runtime": 19.9533,
442
+ "eval_samples_per_second": 6.215,
443
+ "eval_steps_per_second": 0.802,
444
+ "step": 1450
445
+ },
446
+ {
447
+ "epoch": 2.235469448584203,
448
+ "grad_norm": 0.05342744290828705,
449
+ "learning_rate": 3.185155105658798e-05,
450
+ "loss": 0.4295,
451
+ "step": 1500
452
+ },
453
+ {
454
+ "epoch": 2.235469448584203,
455
+ "eval_loss": 0.4551125168800354,
456
+ "eval_runtime": 19.9502,
457
+ "eval_samples_per_second": 6.215,
458
+ "eval_steps_per_second": 0.802,
459
+ "step": 1500
460
+ }
461
+ ],
462
+ "logging_steps": 50,
463
+ "max_steps": 2013,
464
+ "num_input_tokens_seen": 0,
465
+ "num_train_epochs": 3,
466
+ "save_steps": 500,
467
+ "stateful_callbacks": {
468
+ "EarlyStoppingCallback": {
469
+ "args": {
470
+ "early_stopping_patience": 3,
471
+ "early_stopping_threshold": 0.0
472
+ },
473
+ "attributes": {
474
+ "early_stopping_patience_counter": 0
475
+ }
476
+ },
477
+ "TrainerControl": {
478
+ "args": {
479
+ "should_epoch_stop": false,
480
+ "should_evaluate": false,
481
+ "should_log": false,
482
+ "should_save": true,
483
+ "should_training_stop": false
484
+ },
485
+ "attributes": {}
486
+ }
487
+ },
488
+ "total_flos": 5.5993271609563546e+17,
489
+ "train_batch_size": 2,
490
+ "trial_name": null,
491
+ "trial_params": null
492
+ }
checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb271c4925692ee63ef50cf05761726fa11d266c78d2f904cbd3b49754d4ecae
3
+ size 5496
checkpoint-2000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3.5-mini-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-2000/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/Phi-3.5-mini-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 64,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 128,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "qkv_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
checkpoint-2000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfe5d67cebe0d17de991d013f378b0b47348a323a0d9d431c97103deb29fa4cc
3
+ size 695383552
checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17d030b232f424a15e06aa4b5366d8499d0fe9b33913f8112733a14a63404291
3
+ size 604089722
checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a2dc9fa23a14381951f28f3e10caff357d3c6eafe7b1567874753d2ff7b18a1
3
+ size 14244
checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b606b7072d6735cf89a7f009a62b050762f6ff828130da49f78ca563d025ae62
3
+ size 1064
checkpoint-2000/special_tokens_map.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|im_start|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<|im_end|>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
+ "bos_token": "<|im_start|>",
19
+ "eos_token": "<|im_end|>",
20
+ "pad_token": "<|im_end|>",
21
+ "unk_token": {
22
+ "content": "<unk>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ }
28
+ }
checkpoint-2000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2000/tokenizer_config.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": true,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32000": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<|assistant|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": true,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
+ "content": "<|placeholder1|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": true,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "32003": {
55
+ "content": "<|placeholder2|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": true,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "32004": {
63
+ "content": "<|placeholder3|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": true,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "32005": {
71
+ "content": "<|placeholder4|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": true,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "32006": {
79
+ "content": "<|system|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": true,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "32007": {
87
+ "content": "<|end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": true,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "32008": {
95
+ "content": "<|placeholder5|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": true,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "32009": {
103
+ "content": "<|placeholder6|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": true,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "32010": {
111
+ "content": "<|user|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": true,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "32011": {
119
+ "content": "<|im_start|>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": true
125
+ },
126
+ "32012": {
127
+ "content": "<|im_end|>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": true
133
+ }
134
+ },
135
+ "additional_special_tokens": [
136
+ "<|im_start|>",
137
+ "<|im_end|>"
138
+ ],
139
+ "bos_token": "<|im_start|>",
140
+ "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
141
+ "clean_up_tokenization_spaces": false,
142
+ "eos_token": "<|im_end|>",
143
+ "legacy": false,
144
+ "model_max_length": 131072,
145
+ "pad_token": "<|im_end|>",
146
+ "padding_side": "right",
147
+ "sp_model_kwargs": {},
148
+ "tokenizer_class": "LlamaTokenizer",
149
+ "unk_token": "<unk>",
150
+ "use_default_system_prompt": false
151
+ }
checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,642 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4530116021633148,
3
+ "best_model_checkpoint": "Phi-3.5-mini-instruct_text_to_sql_lora\\checkpoint-2000",
4
+ "epoch": 2.9806259314456036,
5
+ "eval_steps": 50,
6
+ "global_step": 2000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.07451564828614009,
13
+ "grad_norm": 0.09373754262924194,
14
+ "learning_rate": 0.0002,
15
+ "loss": 0.9134,
16
+ "step": 50
17
+ },
18
+ {
19
+ "epoch": 0.07451564828614009,
20
+ "eval_loss": 0.5543281435966492,
21
+ "eval_runtime": 19.9013,
22
+ "eval_samples_per_second": 6.231,
23
+ "eval_steps_per_second": 0.804,
24
+ "step": 50
25
+ },
26
+ {
27
+ "epoch": 0.14903129657228018,
28
+ "grad_norm": 0.04845063388347626,
29
+ "learning_rate": 0.0001996800092633612,
30
+ "loss": 0.5243,
31
+ "step": 100
32
+ },
33
+ {
34
+ "epoch": 0.14903129657228018,
35
+ "eval_loss": 0.5150236487388611,
36
+ "eval_runtime": 19.8752,
37
+ "eval_samples_per_second": 6.239,
38
+ "eval_steps_per_second": 0.805,
39
+ "step": 100
40
+ },
41
+ {
42
+ "epoch": 0.22354694485842028,
43
+ "grad_norm": 0.06224009767174721,
44
+ "learning_rate": 0.00019872208493487546,
45
+ "loss": 0.5046,
46
+ "step": 150
47
+ },
48
+ {
49
+ "epoch": 0.22354694485842028,
50
+ "eval_loss": 0.504132091999054,
51
+ "eval_runtime": 19.8753,
52
+ "eval_samples_per_second": 6.239,
53
+ "eval_steps_per_second": 0.805,
54
+ "step": 150
55
+ },
56
+ {
57
+ "epoch": 0.29806259314456035,
58
+ "grad_norm": 0.053420498967170715,
59
+ "learning_rate": 0.0001971323575527731,
60
+ "loss": 0.4989,
61
+ "step": 200
62
+ },
63
+ {
64
+ "epoch": 0.29806259314456035,
65
+ "eval_loss": 0.49748167395591736,
66
+ "eval_runtime": 19.873,
67
+ "eval_samples_per_second": 6.24,
68
+ "eval_steps_per_second": 0.805,
69
+ "step": 200
70
+ },
71
+ {
72
+ "epoch": 0.37257824143070045,
73
+ "grad_norm": 0.04381432756781578,
74
+ "learning_rate": 0.0001949210010777752,
75
+ "loss": 0.4873,
76
+ "step": 250
77
+ },
78
+ {
79
+ "epoch": 0.37257824143070045,
80
+ "eval_loss": 0.4926624298095703,
81
+ "eval_runtime": 19.9753,
82
+ "eval_samples_per_second": 6.208,
83
+ "eval_steps_per_second": 0.801,
84
+ "step": 250
85
+ },
86
+ {
87
+ "epoch": 0.44709388971684055,
88
+ "grad_norm": 0.05697334185242653,
89
+ "learning_rate": 0.00019210216778162994,
90
+ "loss": 0.4854,
91
+ "step": 300
92
+ },
93
+ {
94
+ "epoch": 0.44709388971684055,
95
+ "eval_loss": 0.48829007148742676,
96
+ "eval_runtime": 19.8877,
97
+ "eval_samples_per_second": 6.235,
98
+ "eval_steps_per_second": 0.805,
99
+ "step": 300
100
+ },
101
+ {
102
+ "epoch": 0.5216095380029806,
103
+ "grad_norm": 0.07128433138132095,
104
+ "learning_rate": 0.0001886938976751951,
105
+ "loss": 0.4788,
106
+ "step": 350
107
+ },
108
+ {
109
+ "epoch": 0.5216095380029806,
110
+ "eval_loss": 0.48432213068008423,
111
+ "eval_runtime": 19.8588,
112
+ "eval_samples_per_second": 6.244,
113
+ "eval_steps_per_second": 0.806,
114
+ "step": 350
115
+ },
116
+ {
117
+ "epoch": 0.5961251862891207,
118
+ "grad_norm": 0.049252185970544815,
119
+ "learning_rate": 0.00018471800305571129,
120
+ "loss": 0.4811,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.5961251862891207,
125
+ "eval_loss": 0.4807914197444916,
126
+ "eval_runtime": 19.8677,
127
+ "eval_samples_per_second": 6.241,
128
+ "eval_steps_per_second": 0.805,
129
+ "step": 400
130
+ },
131
+ {
132
+ "epoch": 0.6706408345752608,
133
+ "grad_norm": 0.05810828506946564,
134
+ "learning_rate": 0.00018019992891214008,
135
+ "loss": 0.4796,
136
+ "step": 450
137
+ },
138
+ {
139
+ "epoch": 0.6706408345752608,
140
+ "eval_loss": 0.478938490152359,
141
+ "eval_runtime": 19.8654,
142
+ "eval_samples_per_second": 6.242,
143
+ "eval_steps_per_second": 0.805,
144
+ "step": 450
145
+ },
146
+ {
147
+ "epoch": 0.7451564828614009,
148
+ "grad_norm": 0.06429937481880188,
149
+ "learning_rate": 0.00017516859008194938,
150
+ "loss": 0.4738,
151
+ "step": 500
152
+ },
153
+ {
154
+ "epoch": 0.7451564828614009,
155
+ "eval_loss": 0.47758275270462036,
156
+ "eval_runtime": 19.8891,
157
+ "eval_samples_per_second": 6.235,
158
+ "eval_steps_per_second": 0.804,
159
+ "step": 500
160
+ },
161
+ {
162
+ "epoch": 0.819672131147541,
163
+ "grad_norm": 0.057866841554641724,
164
+ "learning_rate": 0.00016965618620151017,
165
+ "loss": 0.4693,
166
+ "step": 550
167
+ },
168
+ {
169
+ "epoch": 0.819672131147541,
170
+ "eval_loss": 0.47498929500579834,
171
+ "eval_runtime": 19.8807,
172
+ "eval_samples_per_second": 6.237,
173
+ "eval_steps_per_second": 0.805,
174
+ "step": 550
175
+ },
176
+ {
177
+ "epoch": 0.8941877794336811,
178
+ "grad_norm": 0.07081956416368484,
179
+ "learning_rate": 0.00016369799563438958,
180
+ "loss": 0.4696,
181
+ "step": 600
182
+ },
183
+ {
184
+ "epoch": 0.8941877794336811,
185
+ "eval_loss": 0.4721943736076355,
186
+ "eval_runtime": 19.8698,
187
+ "eval_samples_per_second": 6.241,
188
+ "eval_steps_per_second": 0.805,
189
+ "step": 600
190
+ },
191
+ {
192
+ "epoch": 0.9687034277198212,
193
+ "grad_norm": 0.04943346604704857,
194
+ "learning_rate": 0.00015733214969635968,
195
+ "loss": 0.4682,
196
+ "step": 650
197
+ },
198
+ {
199
+ "epoch": 0.9687034277198212,
200
+ "eval_loss": 0.4704548120498657,
201
+ "eval_runtime": 21.0797,
202
+ "eval_samples_per_second": 5.882,
203
+ "eval_steps_per_second": 0.759,
204
+ "step": 650
205
+ },
206
+ {
207
+ "epoch": 1.0432190760059612,
208
+ "grad_norm": 0.04892728850245476,
209
+ "learning_rate": 0.00015059938862204127,
210
+ "loss": 0.4607,
211
+ "step": 700
212
+ },
213
+ {
214
+ "epoch": 1.0432190760059612,
215
+ "eval_loss": 0.4692542850971222,
216
+ "eval_runtime": 21.0437,
217
+ "eval_samples_per_second": 5.893,
218
+ "eval_steps_per_second": 0.76,
219
+ "step": 700
220
+ },
221
+ {
222
+ "epoch": 1.1177347242921014,
223
+ "grad_norm": 0.05664736032485962,
224
+ "learning_rate": 0.00014354280083495006,
225
+ "loss": 0.4535,
226
+ "step": 750
227
+ },
228
+ {
229
+ "epoch": 1.1177347242921014,
230
+ "eval_loss": 0.4676324725151062,
231
+ "eval_runtime": 22.3216,
232
+ "eval_samples_per_second": 5.555,
233
+ "eval_steps_per_second": 0.717,
234
+ "step": 750
235
+ },
236
+ {
237
+ "epoch": 1.1922503725782414,
238
+ "grad_norm": 0.04623207449913025,
239
+ "learning_rate": 0.000136207547189569,
240
+ "loss": 0.4538,
241
+ "step": 800
242
+ },
243
+ {
244
+ "epoch": 1.1922503725782414,
245
+ "eval_loss": 0.4663061201572418,
246
+ "eval_runtime": 19.8619,
247
+ "eval_samples_per_second": 6.243,
248
+ "eval_steps_per_second": 0.806,
249
+ "step": 800
250
+ },
251
+ {
252
+ "epoch": 1.2667660208643814,
253
+ "grad_norm": 0.05065590888261795,
254
+ "learning_rate": 0.00012864057195024643,
255
+ "loss": 0.4508,
256
+ "step": 850
257
+ },
258
+ {
259
+ "epoch": 1.2667660208643814,
260
+ "eval_loss": 0.4653000235557556,
261
+ "eval_runtime": 20.4016,
262
+ "eval_samples_per_second": 6.078,
263
+ "eval_steps_per_second": 0.784,
264
+ "step": 850
265
+ },
266
+ {
267
+ "epoch": 1.3412816691505216,
268
+ "grad_norm": 0.050148364156484604,
269
+ "learning_rate": 0.00012089030235660155,
270
+ "loss": 0.449,
271
+ "step": 900
272
+ },
273
+ {
274
+ "epoch": 1.3412816691505216,
275
+ "eval_loss": 0.4636177122592926,
276
+ "eval_runtime": 20.3024,
277
+ "eval_samples_per_second": 6.108,
278
+ "eval_steps_per_second": 0.788,
279
+ "step": 900
280
+ },
281
+ {
282
+ "epoch": 1.4157973174366618,
283
+ "grad_norm": 0.05486341193318367,
284
+ "learning_rate": 0.00011300633869816275,
285
+ "loss": 0.4493,
286
+ "step": 950
287
+ },
288
+ {
289
+ "epoch": 1.4157973174366618,
290
+ "eval_loss": 0.4632996618747711,
291
+ "eval_runtime": 20.384,
292
+ "eval_samples_per_second": 6.083,
293
+ "eval_steps_per_second": 0.785,
294
+ "step": 950
295
+ },
296
+ {
297
+ "epoch": 1.4903129657228018,
298
+ "grad_norm": 0.05443250760436058,
299
+ "learning_rate": 0.00010503913688170396,
300
+ "loss": 0.4512,
301
+ "step": 1000
302
+ },
303
+ {
304
+ "epoch": 1.4903129657228018,
305
+ "eval_loss": 0.46247440576553345,
306
+ "eval_runtime": 20.3518,
307
+ "eval_samples_per_second": 6.093,
308
+ "eval_steps_per_second": 0.786,
309
+ "step": 1000
310
+ },
311
+ {
312
+ "epoch": 1.5648286140089418,
313
+ "grad_norm": 0.050281789153814316,
314
+ "learning_rate": 9.703968552278915e-05,
315
+ "loss": 0.4517,
316
+ "step": 1050
317
+ },
318
+ {
319
+ "epoch": 1.5648286140089418,
320
+ "eval_loss": 0.46042901277542114,
321
+ "eval_runtime": 19.9596,
322
+ "eval_samples_per_second": 6.213,
323
+ "eval_steps_per_second": 0.802,
324
+ "step": 1050
325
+ },
326
+ {
327
+ "epoch": 1.639344262295082,
328
+ "grad_norm": 0.05282198637723923,
329
+ "learning_rate": 8.905917962807927e-05,
330
+ "loss": 0.4478,
331
+ "step": 1100
332
+ },
333
+ {
334
+ "epoch": 1.639344262295082,
335
+ "eval_loss": 0.4593241810798645,
336
+ "eval_runtime": 19.9271,
337
+ "eval_samples_per_second": 6.223,
338
+ "eval_steps_per_second": 0.803,
339
+ "step": 1100
340
+ },
341
+ {
342
+ "epoch": 1.713859910581222,
343
+ "grad_norm": 0.05663960054516792,
344
+ "learning_rate": 8.114869295677425e-05,
345
+ "loss": 0.4483,
346
+ "step": 1150
347
+ },
348
+ {
349
+ "epoch": 1.713859910581222,
350
+ "eval_loss": 0.4582765996456146,
351
+ "eval_runtime": 19.9072,
352
+ "eval_samples_per_second": 6.229,
353
+ "eval_steps_per_second": 0.804,
354
+ "step": 1150
355
+ },
356
+ {
357
+ "epoch": 1.788375558867362,
358
+ "grad_norm": 0.05754128098487854,
359
+ "learning_rate": 7.335885115801656e-05,
360
+ "loss": 0.4479,
361
+ "step": 1200
362
+ },
363
+ {
364
+ "epoch": 1.788375558867362,
365
+ "eval_loss": 0.4579518735408783,
366
+ "eval_runtime": 19.883,
367
+ "eval_samples_per_second": 6.236,
368
+ "eval_steps_per_second": 0.805,
369
+ "step": 1200
370
+ },
371
+ {
372
+ "epoch": 1.8628912071535022,
373
+ "grad_norm": 0.05780432000756264,
374
+ "learning_rate": 6.573950777611587e-05,
375
+ "loss": 0.4476,
376
+ "step": 1250
377
+ },
378
+ {
379
+ "epoch": 1.8628912071535022,
380
+ "eval_loss": 0.456869512796402,
381
+ "eval_runtime": 19.9094,
382
+ "eval_samples_per_second": 6.228,
383
+ "eval_steps_per_second": 0.804,
384
+ "step": 1250
385
+ },
386
+ {
387
+ "epoch": 1.9374068554396424,
388
+ "grad_norm": 0.05665415897965431,
389
+ "learning_rate": 5.833942519710177e-05,
390
+ "loss": 0.4454,
391
+ "step": 1300
392
+ },
393
+ {
394
+ "epoch": 1.9374068554396424,
395
+ "eval_loss": 0.45577672123908997,
396
+ "eval_runtime": 19.9333,
397
+ "eval_samples_per_second": 6.221,
398
+ "eval_steps_per_second": 0.803,
399
+ "step": 1300
400
+ },
401
+ {
402
+ "epoch": 2.0119225037257826,
403
+ "grad_norm": 0.057158373296260834,
404
+ "learning_rate": 5.1205962578487155e-05,
405
+ "loss": 0.4435,
406
+ "step": 1350
407
+ },
408
+ {
409
+ "epoch": 2.0119225037257826,
410
+ "eval_loss": 0.45555853843688965,
411
+ "eval_runtime": 19.9237,
412
+ "eval_samples_per_second": 6.224,
413
+ "eval_steps_per_second": 0.803,
414
+ "step": 1350
415
+ },
416
+ {
417
+ "epoch": 2.0864381520119224,
418
+ "grad_norm": 0.05942057818174362,
419
+ "learning_rate": 4.4384772759434425e-05,
420
+ "loss": 0.4339,
421
+ "step": 1400
422
+ },
423
+ {
424
+ "epoch": 2.0864381520119224,
425
+ "eval_loss": 0.4557653069496155,
426
+ "eval_runtime": 19.9268,
427
+ "eval_samples_per_second": 6.223,
428
+ "eval_steps_per_second": 0.803,
429
+ "step": 1400
430
+ },
431
+ {
432
+ "epoch": 2.1609538002980626,
433
+ "grad_norm": 0.05777844041585922,
434
+ "learning_rate": 3.7919510091042566e-05,
435
+ "loss": 0.4322,
436
+ "step": 1450
437
+ },
438
+ {
439
+ "epoch": 2.1609538002980626,
440
+ "eval_loss": 0.45560821890830994,
441
+ "eval_runtime": 19.9533,
442
+ "eval_samples_per_second": 6.215,
443
+ "eval_steps_per_second": 0.802,
444
+ "step": 1450
445
+ },
446
+ {
447
+ "epoch": 2.235469448584203,
448
+ "grad_norm": 0.05342744290828705,
449
+ "learning_rate": 3.185155105658798e-05,
450
+ "loss": 0.4295,
451
+ "step": 1500
452
+ },
453
+ {
454
+ "epoch": 2.235469448584203,
455
+ "eval_loss": 0.4551125168800354,
456
+ "eval_runtime": 19.9502,
457
+ "eval_samples_per_second": 6.215,
458
+ "eval_steps_per_second": 0.802,
459
+ "step": 1500
460
+ },
461
+ {
462
+ "epoch": 2.3099850968703426,
463
+ "grad_norm": 0.05730094388127327,
464
+ "learning_rate": 2.6219729469697318e-05,
465
+ "loss": 0.4363,
466
+ "step": 1550
467
+ },
468
+ {
469
+ "epoch": 2.3099850968703426,
470
+ "eval_loss": 0.45447057485580444,
471
+ "eval_runtime": 19.938,
472
+ "eval_samples_per_second": 6.219,
473
+ "eval_steps_per_second": 0.802,
474
+ "step": 1550
475
+ },
476
+ {
477
+ "epoch": 2.384500745156483,
478
+ "grad_norm": 0.05646738409996033,
479
+ "learning_rate": 2.1060087945134677e-05,
480
+ "loss": 0.4298,
481
+ "step": 1600
482
+ },
483
+ {
484
+ "epoch": 2.384500745156483,
485
+ "eval_loss": 0.4543200731277466,
486
+ "eval_runtime": 19.9365,
487
+ "eval_samples_per_second": 6.22,
488
+ "eval_steps_per_second": 0.803,
489
+ "step": 1600
490
+ },
491
+ {
492
+ "epoch": 2.459016393442623,
493
+ "grad_norm": 0.0644339844584465,
494
+ "learning_rate": 1.640564723274486e-05,
495
+ "loss": 0.4308,
496
+ "step": 1650
497
+ },
498
+ {
499
+ "epoch": 2.459016393442623,
500
+ "eval_loss": 0.4538328945636749,
501
+ "eval_runtime": 19.9162,
502
+ "eval_samples_per_second": 6.226,
503
+ "eval_steps_per_second": 0.803,
504
+ "step": 1650
505
+ },
506
+ {
507
+ "epoch": 2.533532041728763,
508
+ "grad_norm": 0.05787523835897446,
509
+ "learning_rate": 1.2286194890771819e-05,
510
+ "loss": 0.4363,
511
+ "step": 1700
512
+ },
513
+ {
514
+ "epoch": 2.533532041728763,
515
+ "eval_loss": 0.45351502299308777,
516
+ "eval_runtime": 19.9092,
517
+ "eval_samples_per_second": 6.228,
518
+ "eval_steps_per_second": 0.804,
519
+ "step": 1700
520
+ },
521
+ {
522
+ "epoch": 2.608047690014903,
523
+ "grad_norm": 0.05828353762626648,
524
+ "learning_rate": 8.728094651004648e-06,
525
+ "loss": 0.4291,
526
+ "step": 1750
527
+ },
528
+ {
529
+ "epoch": 2.608047690014903,
530
+ "eval_loss": 0.4533880949020386,
531
+ "eval_runtime": 19.9085,
532
+ "eval_samples_per_second": 6.229,
533
+ "eval_steps_per_second": 0.804,
534
+ "step": 1750
535
+ },
536
+ {
537
+ "epoch": 2.682563338301043,
538
+ "grad_norm": 0.05924544110894203,
539
+ "learning_rate": 5.7541176957785605e-06,
540
+ "loss": 0.4286,
541
+ "step": 1800
542
+ },
543
+ {
544
+ "epoch": 2.682563338301043,
545
+ "eval_loss": 0.45319971442222595,
546
+ "eval_runtime": 19.9089,
547
+ "eval_samples_per_second": 6.228,
548
+ "eval_steps_per_second": 0.804,
549
+ "step": 1800
550
+ },
551
+ {
552
+ "epoch": 2.7570789865871834,
553
+ "grad_norm": 0.0565376915037632,
554
+ "learning_rate": 3.3832969266265112e-06,
555
+ "loss": 0.4259,
556
+ "step": 1850
557
+ },
558
+ {
559
+ "epoch": 2.7570789865871834,
560
+ "eval_loss": 0.45311444997787476,
561
+ "eval_runtime": 19.9241,
562
+ "eval_samples_per_second": 6.224,
563
+ "eval_steps_per_second": 0.803,
564
+ "step": 1850
565
+ },
566
+ {
567
+ "epoch": 2.8315946348733236,
568
+ "grad_norm": 0.05949319526553154,
569
+ "learning_rate": 1.6308051572357152e-06,
570
+ "loss": 0.4313,
571
+ "step": 1900
572
+ },
573
+ {
574
+ "epoch": 2.8315946348733236,
575
+ "eval_loss": 0.45298200845718384,
576
+ "eval_runtime": 19.9172,
577
+ "eval_samples_per_second": 6.226,
578
+ "eval_steps_per_second": 0.803,
579
+ "step": 1900
580
+ },
581
+ {
582
+ "epoch": 2.9061102831594634,
583
+ "grad_norm": 0.059121884405612946,
584
+ "learning_rate": 5.078580102509834e-07,
585
+ "loss": 0.4298,
586
+ "step": 1950
587
+ },
588
+ {
589
+ "epoch": 2.9061102831594634,
590
+ "eval_loss": 0.45297005772590637,
591
+ "eval_runtime": 19.9314,
592
+ "eval_samples_per_second": 6.221,
593
+ "eval_steps_per_second": 0.803,
594
+ "step": 1950
595
+ },
596
+ {
597
+ "epoch": 2.9806259314456036,
598
+ "grad_norm": 0.055241379886865616,
599
+ "learning_rate": 2.164213936770576e-08,
600
+ "loss": 0.4298,
601
+ "step": 2000
602
+ },
603
+ {
604
+ "epoch": 2.9806259314456036,
605
+ "eval_loss": 0.4530116021633148,
606
+ "eval_runtime": 19.9318,
607
+ "eval_samples_per_second": 6.221,
608
+ "eval_steps_per_second": 0.803,
609
+ "step": 2000
610
+ }
611
+ ],
612
+ "logging_steps": 50,
613
+ "max_steps": 2013,
614
+ "num_input_tokens_seen": 0,
615
+ "num_train_epochs": 3,
616
+ "save_steps": 500,
617
+ "stateful_callbacks": {
618
+ "EarlyStoppingCallback": {
619
+ "args": {
620
+ "early_stopping_patience": 3,
621
+ "early_stopping_threshold": 0.0
622
+ },
623
+ "attributes": {
624
+ "early_stopping_patience_counter": 0
625
+ }
626
+ },
627
+ "TrainerControl": {
628
+ "args": {
629
+ "should_epoch_stop": false,
630
+ "should_evaluate": false,
631
+ "should_log": false,
632
+ "should_save": true,
633
+ "should_training_stop": false
634
+ },
635
+ "attributes": {}
636
+ }
637
+ },
638
+ "total_flos": 7.466080673527235e+17,
639
+ "train_batch_size": 2,
640
+ "trial_name": null,
641
+ "trial_params": null
642
+ }
checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb271c4925692ee63ef50cf05761726fa11d266c78d2f904cbd3b49754d4ecae
3
+ size 5496
checkpoint-2013/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3.5-mini-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-2013/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/Phi-3.5-mini-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 64,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 128,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "qkv_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
checkpoint-2013/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3075fcd44dc7217321dae7019a17ec0617b8d8b07efeb87421525a25b851f42a
3
+ size 695383552
checkpoint-2013/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d01273733a10c45a23e59460914a7bc09cd067397117a0afd27e9e1d8d36c177
3
+ size 604089722
checkpoint-2013/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b840222158dd5cd2d7104da4aa2a9bf0903ff1671c0eb9d3f596b0bcc162fd2
3
+ size 14244
checkpoint-2013/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a454c9b3f6121f7efbfdd8d1c962a1e2e6d47501ab60156b3fbbf82701fda2c5
3
+ size 1064
checkpoint-2013/special_tokens_map.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|im_start|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<|im_end|>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
+ "bos_token": "<|im_start|>",
19
+ "eos_token": "<|im_end|>",
20
+ "pad_token": "<|im_end|>",
21
+ "unk_token": {
22
+ "content": "<unk>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ }
28
+ }
checkpoint-2013/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2013/tokenizer_config.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": true,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32000": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<|assistant|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": true,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
+ "content": "<|placeholder1|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": true,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "32003": {
55
+ "content": "<|placeholder2|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": true,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "32004": {
63
+ "content": "<|placeholder3|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": true,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "32005": {
71
+ "content": "<|placeholder4|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": true,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "32006": {
79
+ "content": "<|system|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": true,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "32007": {
87
+ "content": "<|end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": true,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "32008": {
95
+ "content": "<|placeholder5|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": true,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "32009": {
103
+ "content": "<|placeholder6|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": true,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "32010": {
111
+ "content": "<|user|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": true,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "32011": {
119
+ "content": "<|im_start|>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": true
125
+ },
126
+ "32012": {
127
+ "content": "<|im_end|>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": true
133
+ }
134
+ },
135
+ "additional_special_tokens": [
136
+ "<|im_start|>",
137
+ "<|im_end|>"
138
+ ],
139
+ "bos_token": "<|im_start|>",
140
+ "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
141
+ "clean_up_tokenization_spaces": false,
142
+ "eos_token": "<|im_end|>",
143
+ "legacy": false,
144
+ "model_max_length": 131072,
145
+ "pad_token": "<|im_end|>",
146
+ "padding_side": "right",
147
+ "sp_model_kwargs": {},
148
+ "tokenizer_class": "LlamaTokenizer",
149
+ "unk_token": "<unk>",
150
+ "use_default_system_prompt": false
151
+ }
checkpoint-2013/trainer_state.json ADDED
@@ -0,0 +1,642 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4530116021633148,
3
+ "best_model_checkpoint": "Phi-3.5-mini-instruct_text_to_sql_lora\\checkpoint-2000",
4
+ "epoch": 3.0,
5
+ "eval_steps": 50,
6
+ "global_step": 2013,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.07451564828614009,
13
+ "grad_norm": 0.09373754262924194,
14
+ "learning_rate": 0.0002,
15
+ "loss": 0.9134,
16
+ "step": 50
17
+ },
18
+ {
19
+ "epoch": 0.07451564828614009,
20
+ "eval_loss": 0.5543281435966492,
21
+ "eval_runtime": 19.9013,
22
+ "eval_samples_per_second": 6.231,
23
+ "eval_steps_per_second": 0.804,
24
+ "step": 50
25
+ },
26
+ {
27
+ "epoch": 0.14903129657228018,
28
+ "grad_norm": 0.04845063388347626,
29
+ "learning_rate": 0.0001996800092633612,
30
+ "loss": 0.5243,
31
+ "step": 100
32
+ },
33
+ {
34
+ "epoch": 0.14903129657228018,
35
+ "eval_loss": 0.5150236487388611,
36
+ "eval_runtime": 19.8752,
37
+ "eval_samples_per_second": 6.239,
38
+ "eval_steps_per_second": 0.805,
39
+ "step": 100
40
+ },
41
+ {
42
+ "epoch": 0.22354694485842028,
43
+ "grad_norm": 0.06224009767174721,
44
+ "learning_rate": 0.00019872208493487546,
45
+ "loss": 0.5046,
46
+ "step": 150
47
+ },
48
+ {
49
+ "epoch": 0.22354694485842028,
50
+ "eval_loss": 0.504132091999054,
51
+ "eval_runtime": 19.8753,
52
+ "eval_samples_per_second": 6.239,
53
+ "eval_steps_per_second": 0.805,
54
+ "step": 150
55
+ },
56
+ {
57
+ "epoch": 0.29806259314456035,
58
+ "grad_norm": 0.053420498967170715,
59
+ "learning_rate": 0.0001971323575527731,
60
+ "loss": 0.4989,
61
+ "step": 200
62
+ },
63
+ {
64
+ "epoch": 0.29806259314456035,
65
+ "eval_loss": 0.49748167395591736,
66
+ "eval_runtime": 19.873,
67
+ "eval_samples_per_second": 6.24,
68
+ "eval_steps_per_second": 0.805,
69
+ "step": 200
70
+ },
71
+ {
72
+ "epoch": 0.37257824143070045,
73
+ "grad_norm": 0.04381432756781578,
74
+ "learning_rate": 0.0001949210010777752,
75
+ "loss": 0.4873,
76
+ "step": 250
77
+ },
78
+ {
79
+ "epoch": 0.37257824143070045,
80
+ "eval_loss": 0.4926624298095703,
81
+ "eval_runtime": 19.9753,
82
+ "eval_samples_per_second": 6.208,
83
+ "eval_steps_per_second": 0.801,
84
+ "step": 250
85
+ },
86
+ {
87
+ "epoch": 0.44709388971684055,
88
+ "grad_norm": 0.05697334185242653,
89
+ "learning_rate": 0.00019210216778162994,
90
+ "loss": 0.4854,
91
+ "step": 300
92
+ },
93
+ {
94
+ "epoch": 0.44709388971684055,
95
+ "eval_loss": 0.48829007148742676,
96
+ "eval_runtime": 19.8877,
97
+ "eval_samples_per_second": 6.235,
98
+ "eval_steps_per_second": 0.805,
99
+ "step": 300
100
+ },
101
+ {
102
+ "epoch": 0.5216095380029806,
103
+ "grad_norm": 0.07128433138132095,
104
+ "learning_rate": 0.0001886938976751951,
105
+ "loss": 0.4788,
106
+ "step": 350
107
+ },
108
+ {
109
+ "epoch": 0.5216095380029806,
110
+ "eval_loss": 0.48432213068008423,
111
+ "eval_runtime": 19.8588,
112
+ "eval_samples_per_second": 6.244,
113
+ "eval_steps_per_second": 0.806,
114
+ "step": 350
115
+ },
116
+ {
117
+ "epoch": 0.5961251862891207,
118
+ "grad_norm": 0.049252185970544815,
119
+ "learning_rate": 0.00018471800305571129,
120
+ "loss": 0.4811,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.5961251862891207,
125
+ "eval_loss": 0.4807914197444916,
126
+ "eval_runtime": 19.8677,
127
+ "eval_samples_per_second": 6.241,
128
+ "eval_steps_per_second": 0.805,
129
+ "step": 400
130
+ },
131
+ {
132
+ "epoch": 0.6706408345752608,
133
+ "grad_norm": 0.05810828506946564,
134
+ "learning_rate": 0.00018019992891214008,
135
+ "loss": 0.4796,
136
+ "step": 450
137
+ },
138
+ {
139
+ "epoch": 0.6706408345752608,
140
+ "eval_loss": 0.478938490152359,
141
+ "eval_runtime": 19.8654,
142
+ "eval_samples_per_second": 6.242,
143
+ "eval_steps_per_second": 0.805,
144
+ "step": 450
145
+ },
146
+ {
147
+ "epoch": 0.7451564828614009,
148
+ "grad_norm": 0.06429937481880188,
149
+ "learning_rate": 0.00017516859008194938,
150
+ "loss": 0.4738,
151
+ "step": 500
152
+ },
153
+ {
154
+ "epoch": 0.7451564828614009,
155
+ "eval_loss": 0.47758275270462036,
156
+ "eval_runtime": 19.8891,
157
+ "eval_samples_per_second": 6.235,
158
+ "eval_steps_per_second": 0.804,
159
+ "step": 500
160
+ },
161
+ {
162
+ "epoch": 0.819672131147541,
163
+ "grad_norm": 0.057866841554641724,
164
+ "learning_rate": 0.00016965618620151017,
165
+ "loss": 0.4693,
166
+ "step": 550
167
+ },
168
+ {
169
+ "epoch": 0.819672131147541,
170
+ "eval_loss": 0.47498929500579834,
171
+ "eval_runtime": 19.8807,
172
+ "eval_samples_per_second": 6.237,
173
+ "eval_steps_per_second": 0.805,
174
+ "step": 550
175
+ },
176
+ {
177
+ "epoch": 0.8941877794336811,
178
+ "grad_norm": 0.07081956416368484,
179
+ "learning_rate": 0.00016369799563438958,
180
+ "loss": 0.4696,
181
+ "step": 600
182
+ },
183
+ {
184
+ "epoch": 0.8941877794336811,
185
+ "eval_loss": 0.4721943736076355,
186
+ "eval_runtime": 19.8698,
187
+ "eval_samples_per_second": 6.241,
188
+ "eval_steps_per_second": 0.805,
189
+ "step": 600
190
+ },
191
+ {
192
+ "epoch": 0.9687034277198212,
193
+ "grad_norm": 0.04943346604704857,
194
+ "learning_rate": 0.00015733214969635968,
195
+ "loss": 0.4682,
196
+ "step": 650
197
+ },
198
+ {
199
+ "epoch": 0.9687034277198212,
200
+ "eval_loss": 0.4704548120498657,
201
+ "eval_runtime": 21.0797,
202
+ "eval_samples_per_second": 5.882,
203
+ "eval_steps_per_second": 0.759,
204
+ "step": 650
205
+ },
206
+ {
207
+ "epoch": 1.0432190760059612,
208
+ "grad_norm": 0.04892728850245476,
209
+ "learning_rate": 0.00015059938862204127,
210
+ "loss": 0.4607,
211
+ "step": 700
212
+ },
213
+ {
214
+ "epoch": 1.0432190760059612,
215
+ "eval_loss": 0.4692542850971222,
216
+ "eval_runtime": 21.0437,
217
+ "eval_samples_per_second": 5.893,
218
+ "eval_steps_per_second": 0.76,
219
+ "step": 700
220
+ },
221
+ {
222
+ "epoch": 1.1177347242921014,
223
+ "grad_norm": 0.05664736032485962,
224
+ "learning_rate": 0.00014354280083495006,
225
+ "loss": 0.4535,
226
+ "step": 750
227
+ },
228
+ {
229
+ "epoch": 1.1177347242921014,
230
+ "eval_loss": 0.4676324725151062,
231
+ "eval_runtime": 22.3216,
232
+ "eval_samples_per_second": 5.555,
233
+ "eval_steps_per_second": 0.717,
234
+ "step": 750
235
+ },
236
+ {
237
+ "epoch": 1.1922503725782414,
238
+ "grad_norm": 0.04623207449913025,
239
+ "learning_rate": 0.000136207547189569,
240
+ "loss": 0.4538,
241
+ "step": 800
242
+ },
243
+ {
244
+ "epoch": 1.1922503725782414,
245
+ "eval_loss": 0.4663061201572418,
246
+ "eval_runtime": 19.8619,
247
+ "eval_samples_per_second": 6.243,
248
+ "eval_steps_per_second": 0.806,
249
+ "step": 800
250
+ },
251
+ {
252
+ "epoch": 1.2667660208643814,
253
+ "grad_norm": 0.05065590888261795,
254
+ "learning_rate": 0.00012864057195024643,
255
+ "loss": 0.4508,
256
+ "step": 850
257
+ },
258
+ {
259
+ "epoch": 1.2667660208643814,
260
+ "eval_loss": 0.4653000235557556,
261
+ "eval_runtime": 20.4016,
262
+ "eval_samples_per_second": 6.078,
263
+ "eval_steps_per_second": 0.784,
264
+ "step": 850
265
+ },
266
+ {
267
+ "epoch": 1.3412816691505216,
268
+ "grad_norm": 0.050148364156484604,
269
+ "learning_rate": 0.00012089030235660155,
270
+ "loss": 0.449,
271
+ "step": 900
272
+ },
273
+ {
274
+ "epoch": 1.3412816691505216,
275
+ "eval_loss": 0.4636177122592926,
276
+ "eval_runtime": 20.3024,
277
+ "eval_samples_per_second": 6.108,
278
+ "eval_steps_per_second": 0.788,
279
+ "step": 900
280
+ },
281
+ {
282
+ "epoch": 1.4157973174366618,
283
+ "grad_norm": 0.05486341193318367,
284
+ "learning_rate": 0.00011300633869816275,
285
+ "loss": 0.4493,
286
+ "step": 950
287
+ },
288
+ {
289
+ "epoch": 1.4157973174366618,
290
+ "eval_loss": 0.4632996618747711,
291
+ "eval_runtime": 20.384,
292
+ "eval_samples_per_second": 6.083,
293
+ "eval_steps_per_second": 0.785,
294
+ "step": 950
295
+ },
296
+ {
297
+ "epoch": 1.4903129657228018,
298
+ "grad_norm": 0.05443250760436058,
299
+ "learning_rate": 0.00010503913688170396,
300
+ "loss": 0.4512,
301
+ "step": 1000
302
+ },
303
+ {
304
+ "epoch": 1.4903129657228018,
305
+ "eval_loss": 0.46247440576553345,
306
+ "eval_runtime": 20.3518,
307
+ "eval_samples_per_second": 6.093,
308
+ "eval_steps_per_second": 0.786,
309
+ "step": 1000
310
+ },
311
+ {
312
+ "epoch": 1.5648286140089418,
313
+ "grad_norm": 0.050281789153814316,
314
+ "learning_rate": 9.703968552278915e-05,
315
+ "loss": 0.4517,
316
+ "step": 1050
317
+ },
318
+ {
319
+ "epoch": 1.5648286140089418,
320
+ "eval_loss": 0.46042901277542114,
321
+ "eval_runtime": 19.9596,
322
+ "eval_samples_per_second": 6.213,
323
+ "eval_steps_per_second": 0.802,
324
+ "step": 1050
325
+ },
326
+ {
327
+ "epoch": 1.639344262295082,
328
+ "grad_norm": 0.05282198637723923,
329
+ "learning_rate": 8.905917962807927e-05,
330
+ "loss": 0.4478,
331
+ "step": 1100
332
+ },
333
+ {
334
+ "epoch": 1.639344262295082,
335
+ "eval_loss": 0.4593241810798645,
336
+ "eval_runtime": 19.9271,
337
+ "eval_samples_per_second": 6.223,
338
+ "eval_steps_per_second": 0.803,
339
+ "step": 1100
340
+ },
341
+ {
342
+ "epoch": 1.713859910581222,
343
+ "grad_norm": 0.05663960054516792,
344
+ "learning_rate": 8.114869295677425e-05,
345
+ "loss": 0.4483,
346
+ "step": 1150
347
+ },
348
+ {
349
+ "epoch": 1.713859910581222,
350
+ "eval_loss": 0.4582765996456146,
351
+ "eval_runtime": 19.9072,
352
+ "eval_samples_per_second": 6.229,
353
+ "eval_steps_per_second": 0.804,
354
+ "step": 1150
355
+ },
356
+ {
357
+ "epoch": 1.788375558867362,
358
+ "grad_norm": 0.05754128098487854,
359
+ "learning_rate": 7.335885115801656e-05,
360
+ "loss": 0.4479,
361
+ "step": 1200
362
+ },
363
+ {
364
+ "epoch": 1.788375558867362,
365
+ "eval_loss": 0.4579518735408783,
366
+ "eval_runtime": 19.883,
367
+ "eval_samples_per_second": 6.236,
368
+ "eval_steps_per_second": 0.805,
369
+ "step": 1200
370
+ },
371
+ {
372
+ "epoch": 1.8628912071535022,
373
+ "grad_norm": 0.05780432000756264,
374
+ "learning_rate": 6.573950777611587e-05,
375
+ "loss": 0.4476,
376
+ "step": 1250
377
+ },
378
+ {
379
+ "epoch": 1.8628912071535022,
380
+ "eval_loss": 0.456869512796402,
381
+ "eval_runtime": 19.9094,
382
+ "eval_samples_per_second": 6.228,
383
+ "eval_steps_per_second": 0.804,
384
+ "step": 1250
385
+ },
386
+ {
387
+ "epoch": 1.9374068554396424,
388
+ "grad_norm": 0.05665415897965431,
389
+ "learning_rate": 5.833942519710177e-05,
390
+ "loss": 0.4454,
391
+ "step": 1300
392
+ },
393
+ {
394
+ "epoch": 1.9374068554396424,
395
+ "eval_loss": 0.45577672123908997,
396
+ "eval_runtime": 19.9333,
397
+ "eval_samples_per_second": 6.221,
398
+ "eval_steps_per_second": 0.803,
399
+ "step": 1300
400
+ },
401
+ {
402
+ "epoch": 2.0119225037257826,
403
+ "grad_norm": 0.057158373296260834,
404
+ "learning_rate": 5.1205962578487155e-05,
405
+ "loss": 0.4435,
406
+ "step": 1350
407
+ },
408
+ {
409
+ "epoch": 2.0119225037257826,
410
+ "eval_loss": 0.45555853843688965,
411
+ "eval_runtime": 19.9237,
412
+ "eval_samples_per_second": 6.224,
413
+ "eval_steps_per_second": 0.803,
414
+ "step": 1350
415
+ },
416
+ {
417
+ "epoch": 2.0864381520119224,
418
+ "grad_norm": 0.05942057818174362,
419
+ "learning_rate": 4.4384772759434425e-05,
420
+ "loss": 0.4339,
421
+ "step": 1400
422
+ },
423
+ {
424
+ "epoch": 2.0864381520119224,
425
+ "eval_loss": 0.4557653069496155,
426
+ "eval_runtime": 19.9268,
427
+ "eval_samples_per_second": 6.223,
428
+ "eval_steps_per_second": 0.803,
429
+ "step": 1400
430
+ },
431
+ {
432
+ "epoch": 2.1609538002980626,
433
+ "grad_norm": 0.05777844041585922,
434
+ "learning_rate": 3.7919510091042566e-05,
435
+ "loss": 0.4322,
436
+ "step": 1450
437
+ },
438
+ {
439
+ "epoch": 2.1609538002980626,
440
+ "eval_loss": 0.45560821890830994,
441
+ "eval_runtime": 19.9533,
442
+ "eval_samples_per_second": 6.215,
443
+ "eval_steps_per_second": 0.802,
444
+ "step": 1450
445
+ },
446
+ {
447
+ "epoch": 2.235469448584203,
448
+ "grad_norm": 0.05342744290828705,
449
+ "learning_rate": 3.185155105658798e-05,
450
+ "loss": 0.4295,
451
+ "step": 1500
452
+ },
453
+ {
454
+ "epoch": 2.235469448584203,
455
+ "eval_loss": 0.4551125168800354,
456
+ "eval_runtime": 19.9502,
457
+ "eval_samples_per_second": 6.215,
458
+ "eval_steps_per_second": 0.802,
459
+ "step": 1500
460
+ },
461
+ {
462
+ "epoch": 2.3099850968703426,
463
+ "grad_norm": 0.05730094388127327,
464
+ "learning_rate": 2.6219729469697318e-05,
465
+ "loss": 0.4363,
466
+ "step": 1550
467
+ },
468
+ {
469
+ "epoch": 2.3099850968703426,
470
+ "eval_loss": 0.45447057485580444,
471
+ "eval_runtime": 19.938,
472
+ "eval_samples_per_second": 6.219,
473
+ "eval_steps_per_second": 0.802,
474
+ "step": 1550
475
+ },
476
+ {
477
+ "epoch": 2.384500745156483,
478
+ "grad_norm": 0.05646738409996033,
479
+ "learning_rate": 2.1060087945134677e-05,
480
+ "loss": 0.4298,
481
+ "step": 1600
482
+ },
483
+ {
484
+ "epoch": 2.384500745156483,
485
+ "eval_loss": 0.4543200731277466,
486
+ "eval_runtime": 19.9365,
487
+ "eval_samples_per_second": 6.22,
488
+ "eval_steps_per_second": 0.803,
489
+ "step": 1600
490
+ },
491
+ {
492
+ "epoch": 2.459016393442623,
493
+ "grad_norm": 0.0644339844584465,
494
+ "learning_rate": 1.640564723274486e-05,
495
+ "loss": 0.4308,
496
+ "step": 1650
497
+ },
498
+ {
499
+ "epoch": 2.459016393442623,
500
+ "eval_loss": 0.4538328945636749,
501
+ "eval_runtime": 19.9162,
502
+ "eval_samples_per_second": 6.226,
503
+ "eval_steps_per_second": 0.803,
504
+ "step": 1650
505
+ },
506
+ {
507
+ "epoch": 2.533532041728763,
508
+ "grad_norm": 0.05787523835897446,
509
+ "learning_rate": 1.2286194890771819e-05,
510
+ "loss": 0.4363,
511
+ "step": 1700
512
+ },
513
+ {
514
+ "epoch": 2.533532041728763,
515
+ "eval_loss": 0.45351502299308777,
516
+ "eval_runtime": 19.9092,
517
+ "eval_samples_per_second": 6.228,
518
+ "eval_steps_per_second": 0.804,
519
+ "step": 1700
520
+ },
521
+ {
522
+ "epoch": 2.608047690014903,
523
+ "grad_norm": 0.05828353762626648,
524
+ "learning_rate": 8.728094651004648e-06,
525
+ "loss": 0.4291,
526
+ "step": 1750
527
+ },
528
+ {
529
+ "epoch": 2.608047690014903,
530
+ "eval_loss": 0.4533880949020386,
531
+ "eval_runtime": 19.9085,
532
+ "eval_samples_per_second": 6.229,
533
+ "eval_steps_per_second": 0.804,
534
+ "step": 1750
535
+ },
536
+ {
537
+ "epoch": 2.682563338301043,
538
+ "grad_norm": 0.05924544110894203,
539
+ "learning_rate": 5.7541176957785605e-06,
540
+ "loss": 0.4286,
541
+ "step": 1800
542
+ },
543
+ {
544
+ "epoch": 2.682563338301043,
545
+ "eval_loss": 0.45319971442222595,
546
+ "eval_runtime": 19.9089,
547
+ "eval_samples_per_second": 6.228,
548
+ "eval_steps_per_second": 0.804,
549
+ "step": 1800
550
+ },
551
+ {
552
+ "epoch": 2.7570789865871834,
553
+ "grad_norm": 0.0565376915037632,
554
+ "learning_rate": 3.3832969266265112e-06,
555
+ "loss": 0.4259,
556
+ "step": 1850
557
+ },
558
+ {
559
+ "epoch": 2.7570789865871834,
560
+ "eval_loss": 0.45311444997787476,
561
+ "eval_runtime": 19.9241,
562
+ "eval_samples_per_second": 6.224,
563
+ "eval_steps_per_second": 0.803,
564
+ "step": 1850
565
+ },
566
+ {
567
+ "epoch": 2.8315946348733236,
568
+ "grad_norm": 0.05949319526553154,
569
+ "learning_rate": 1.6308051572357152e-06,
570
+ "loss": 0.4313,
571
+ "step": 1900
572
+ },
573
+ {
574
+ "epoch": 2.8315946348733236,
575
+ "eval_loss": 0.45298200845718384,
576
+ "eval_runtime": 19.9172,
577
+ "eval_samples_per_second": 6.226,
578
+ "eval_steps_per_second": 0.803,
579
+ "step": 1900
580
+ },
581
+ {
582
+ "epoch": 2.9061102831594634,
583
+ "grad_norm": 0.059121884405612946,
584
+ "learning_rate": 5.078580102509834e-07,
585
+ "loss": 0.4298,
586
+ "step": 1950
587
+ },
588
+ {
589
+ "epoch": 2.9061102831594634,
590
+ "eval_loss": 0.45297005772590637,
591
+ "eval_runtime": 19.9314,
592
+ "eval_samples_per_second": 6.221,
593
+ "eval_steps_per_second": 0.803,
594
+ "step": 1950
595
+ },
596
+ {
597
+ "epoch": 2.9806259314456036,
598
+ "grad_norm": 0.055241379886865616,
599
+ "learning_rate": 2.164213936770576e-08,
600
+ "loss": 0.4298,
601
+ "step": 2000
602
+ },
603
+ {
604
+ "epoch": 2.9806259314456036,
605
+ "eval_loss": 0.4530116021633148,
606
+ "eval_runtime": 19.9318,
607
+ "eval_samples_per_second": 6.221,
608
+ "eval_steps_per_second": 0.803,
609
+ "step": 2000
610
+ }
611
+ ],
612
+ "logging_steps": 50,
613
+ "max_steps": 2013,
614
+ "num_input_tokens_seen": 0,
615
+ "num_train_epochs": 3,
616
+ "save_steps": 500,
617
+ "stateful_callbacks": {
618
+ "EarlyStoppingCallback": {
619
+ "args": {
620
+ "early_stopping_patience": 3,
621
+ "early_stopping_threshold": 0.0
622
+ },
623
+ "attributes": {
624
+ "early_stopping_patience_counter": 0
625
+ }
626
+ },
627
+ "TrainerControl": {
628
+ "args": {
629
+ "should_epoch_stop": false,
630
+ "should_evaluate": false,
631
+ "should_log": false,
632
+ "should_save": true,
633
+ "should_training_stop": true
634
+ },
635
+ "attributes": {}
636
+ }
637
+ },
638
+ "total_flos": 7.514149576475935e+17,
639
+ "train_batch_size": 2,
640
+ "trial_name": null,
641
+ "trial_params": null
642
+ }
checkpoint-2013/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb271c4925692ee63ef50cf05761726fa11d266c78d2f904cbd3b49754d4ecae
3
+ size 5496
checkpoint-500/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3.5-mini-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-500/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/Phi-3.5-mini-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 64,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 128,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "qkv_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
checkpoint-500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c141ccb150f3545ead5fcc54a4ecfddacef13eb5f53fde1376cbd0fc824125b
3
+ size 695383552