alexgichamba commited on
Commit
66c01c4
·
verified ·
1 Parent(s): fd04da6

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 +30 -0
  3. adapter_model.safetensors +3 -0
  4. added_tokens.json +40 -0
  5. checkpoint-1000/README.md +202 -0
  6. checkpoint-1000/adapter_config.json +30 -0
  7. checkpoint-1000/adapter_model.safetensors +3 -0
  8. checkpoint-1000/added_tokens.json +40 -0
  9. checkpoint-1000/merges.txt +0 -0
  10. checkpoint-1000/optimizer.pt +3 -0
  11. checkpoint-1000/rng_state.pth +3 -0
  12. checkpoint-1000/scheduler.pt +3 -0
  13. checkpoint-1000/special_tokens_map.json +24 -0
  14. checkpoint-1000/tokenizer_config.json +329 -0
  15. checkpoint-1000/trainer_state.json +759 -0
  16. checkpoint-1000/training_args.bin +3 -0
  17. checkpoint-1000/vocab.json +0 -0
  18. checkpoint-1500/README.md +202 -0
  19. checkpoint-1500/adapter_config.json +30 -0
  20. checkpoint-1500/adapter_model.safetensors +3 -0
  21. checkpoint-1500/added_tokens.json +40 -0
  22. checkpoint-1500/merges.txt +0 -0
  23. checkpoint-1500/optimizer.pt +3 -0
  24. checkpoint-1500/rng_state.pth +3 -0
  25. checkpoint-1500/scheduler.pt +3 -0
  26. checkpoint-1500/special_tokens_map.json +24 -0
  27. checkpoint-1500/tokenizer_config.json +329 -0
  28. checkpoint-1500/trainer_state.json +1122 -0
  29. checkpoint-1500/training_args.bin +3 -0
  30. checkpoint-1500/vocab.json +0 -0
  31. checkpoint-2000/README.md +202 -0
  32. checkpoint-2000/adapter_config.json +30 -0
  33. checkpoint-2000/adapter_model.safetensors +3 -0
  34. checkpoint-2000/added_tokens.json +40 -0
  35. checkpoint-2000/merges.txt +0 -0
  36. checkpoint-2000/optimizer.pt +3 -0
  37. checkpoint-2000/rng_state.pth +3 -0
  38. checkpoint-2000/scheduler.pt +3 -0
  39. checkpoint-2000/special_tokens_map.json +24 -0
  40. checkpoint-2000/tokenizer_config.json +329 -0
  41. checkpoint-2000/trainer_state.json +1485 -0
  42. checkpoint-2000/training_args.bin +3 -0
  43. checkpoint-2000/vocab.json +0 -0
  44. checkpoint-2500/README.md +202 -0
  45. checkpoint-2500/adapter_config.json +30 -0
  46. checkpoint-2500/adapter_model.safetensors +3 -0
  47. checkpoint-2500/added_tokens.json +40 -0
  48. checkpoint-2500/merges.txt +0 -0
  49. checkpoint-2500/optimizer.pt +3 -0
  50. checkpoint-2500/rng_state.pth +3 -0
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/phi-2
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.11.1
adapter_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/phi-2",
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.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "fc1",
24
+ "fc2",
25
+ "Wqkv"
26
+ ],
27
+ "task_type": "CAUSAL_LM",
28
+ "use_dora": false,
29
+ "use_rslora": false
30
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec272f418af250953f9687d3b4b0ff297995374e7d84ac68e9f8faa1766fcf7
3
+ size 104873776
added_tokens.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "\t\t": 50294,
3
+ "\t\t\t": 50293,
4
+ "\t\t\t\t": 50292,
5
+ "\t\t\t\t\t": 50291,
6
+ "\t\t\t\t\t\t": 50290,
7
+ "\t\t\t\t\t\t\t": 50289,
8
+ "\t\t\t\t\t\t\t\t": 50288,
9
+ "\t\t\t\t\t\t\t\t\t": 50287,
10
+ " ": 50286,
11
+ " ": 50285,
12
+ " ": 50284,
13
+ " ": 50283,
14
+ " ": 50282,
15
+ " ": 50281,
16
+ " ": 50280,
17
+ " ": 50279,
18
+ " ": 50278,
19
+ " ": 50277,
20
+ " ": 50276,
21
+ " ": 50275,
22
+ " ": 50274,
23
+ " ": 50273,
24
+ " ": 50272,
25
+ " ": 50271,
26
+ " ": 50270,
27
+ " ": 50269,
28
+ " ": 50268,
29
+ " ": 50267,
30
+ " ": 50266,
31
+ " ": 50265,
32
+ " ": 50264,
33
+ " ": 50263,
34
+ " ": 50262,
35
+ " ": 50261,
36
+ " ": 50260,
37
+ " ": 50259,
38
+ " ": 50258,
39
+ " ": 50257
40
+ }
checkpoint-1000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/phi-2
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.11.1
checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/phi-2",
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.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "fc1",
24
+ "fc2",
25
+ "Wqkv"
26
+ ],
27
+ "task_type": "CAUSAL_LM",
28
+ "use_dora": false,
29
+ "use_rslora": false
30
+ }
checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f906c5d3e388a2d5ecf61895773db50c72d8f9c64591ffacee8915d519574823
3
+ size 104873776
checkpoint-1000/added_tokens.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "\t\t": 50294,
3
+ "\t\t\t": 50293,
4
+ "\t\t\t\t": 50292,
5
+ "\t\t\t\t\t": 50291,
6
+ "\t\t\t\t\t\t": 50290,
7
+ "\t\t\t\t\t\t\t": 50289,
8
+ "\t\t\t\t\t\t\t\t": 50288,
9
+ "\t\t\t\t\t\t\t\t\t": 50287,
10
+ " ": 50286,
11
+ " ": 50285,
12
+ " ": 50284,
13
+ " ": 50283,
14
+ " ": 50282,
15
+ " ": 50281,
16
+ " ": 50280,
17
+ " ": 50279,
18
+ " ": 50278,
19
+ " ": 50277,
20
+ " ": 50276,
21
+ " ": 50275,
22
+ " ": 50274,
23
+ " ": 50273,
24
+ " ": 50272,
25
+ " ": 50271,
26
+ " ": 50270,
27
+ " ": 50269,
28
+ " ": 50268,
29
+ " ": 50267,
30
+ " ": 50266,
31
+ " ": 50265,
32
+ " ": 50264,
33
+ " ": 50263,
34
+ " ": 50262,
35
+ " ": 50261,
36
+ " ": 50260,
37
+ " ": 50259,
38
+ " ": 50258,
39
+ " ": 50257
40
+ }
checkpoint-1000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59605945d3e848f116f8cc0e54bcbbb505127367cb69aaee24479ca6910f98a1
3
+ size 209823354
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79d6cc51498722af828d93423d42881fb037f68835c5e85d908dc45eac89019e
3
+ size 14244
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:013b53308e69e629de6afff115b44bf446b1e9de2528156efbf815a68d926414
3
+ size 1064
checkpoint-1000/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,329 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": true,
4
+ "add_prefix_space": false,
5
+ "added_tokens_decoder": {
6
+ "50256": {
7
+ "content": "<|endoftext|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "50257": {
15
+ "content": " ",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "50258": {
23
+ "content": " ",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "50259": {
31
+ "content": " ",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "50260": {
39
+ "content": " ",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "50261": {
47
+ "content": " ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "50262": {
55
+ "content": " ",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "50263": {
63
+ "content": " ",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "50264": {
71
+ "content": " ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "50265": {
79
+ "content": " ",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "50266": {
87
+ "content": " ",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "50267": {
95
+ "content": " ",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "50268": {
103
+ "content": " ",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "50269": {
111
+ "content": " ",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": false
117
+ },
118
+ "50270": {
119
+ "content": " ",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "50271": {
127
+ "content": " ",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "50272": {
135
+ "content": " ",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "50273": {
143
+ "content": " ",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "50274": {
151
+ "content": " ",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "50275": {
159
+ "content": " ",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "50276": {
167
+ "content": " ",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "50277": {
175
+ "content": " ",
176
+ "lstrip": false,
177
+ "normalized": true,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ },
182
+ "50278": {
183
+ "content": " ",
184
+ "lstrip": false,
185
+ "normalized": true,
186
+ "rstrip": false,
187
+ "single_word": false,
188
+ "special": false
189
+ },
190
+ "50279": {
191
+ "content": " ",
192
+ "lstrip": false,
193
+ "normalized": true,
194
+ "rstrip": false,
195
+ "single_word": false,
196
+ "special": false
197
+ },
198
+ "50280": {
199
+ "content": " ",
200
+ "lstrip": false,
201
+ "normalized": true,
202
+ "rstrip": false,
203
+ "single_word": false,
204
+ "special": false
205
+ },
206
+ "50281": {
207
+ "content": " ",
208
+ "lstrip": false,
209
+ "normalized": true,
210
+ "rstrip": false,
211
+ "single_word": false,
212
+ "special": false
213
+ },
214
+ "50282": {
215
+ "content": " ",
216
+ "lstrip": false,
217
+ "normalized": true,
218
+ "rstrip": false,
219
+ "single_word": false,
220
+ "special": false
221
+ },
222
+ "50283": {
223
+ "content": " ",
224
+ "lstrip": false,
225
+ "normalized": true,
226
+ "rstrip": false,
227
+ "single_word": false,
228
+ "special": false
229
+ },
230
+ "50284": {
231
+ "content": " ",
232
+ "lstrip": false,
233
+ "normalized": true,
234
+ "rstrip": false,
235
+ "single_word": false,
236
+ "special": false
237
+ },
238
+ "50285": {
239
+ "content": " ",
240
+ "lstrip": false,
241
+ "normalized": true,
242
+ "rstrip": false,
243
+ "single_word": false,
244
+ "special": false
245
+ },
246
+ "50286": {
247
+ "content": " ",
248
+ "lstrip": false,
249
+ "normalized": true,
250
+ "rstrip": false,
251
+ "single_word": false,
252
+ "special": false
253
+ },
254
+ "50287": {
255
+ "content": "\t\t\t\t\t\t\t\t\t",
256
+ "lstrip": false,
257
+ "normalized": true,
258
+ "rstrip": false,
259
+ "single_word": false,
260
+ "special": false
261
+ },
262
+ "50288": {
263
+ "content": "\t\t\t\t\t\t\t\t",
264
+ "lstrip": false,
265
+ "normalized": true,
266
+ "rstrip": false,
267
+ "single_word": false,
268
+ "special": false
269
+ },
270
+ "50289": {
271
+ "content": "\t\t\t\t\t\t\t",
272
+ "lstrip": false,
273
+ "normalized": true,
274
+ "rstrip": false,
275
+ "single_word": false,
276
+ "special": false
277
+ },
278
+ "50290": {
279
+ "content": "\t\t\t\t\t\t",
280
+ "lstrip": false,
281
+ "normalized": true,
282
+ "rstrip": false,
283
+ "single_word": false,
284
+ "special": false
285
+ },
286
+ "50291": {
287
+ "content": "\t\t\t\t\t",
288
+ "lstrip": false,
289
+ "normalized": true,
290
+ "rstrip": false,
291
+ "single_word": false,
292
+ "special": false
293
+ },
294
+ "50292": {
295
+ "content": "\t\t\t\t",
296
+ "lstrip": false,
297
+ "normalized": true,
298
+ "rstrip": false,
299
+ "single_word": false,
300
+ "special": false
301
+ },
302
+ "50293": {
303
+ "content": "\t\t\t",
304
+ "lstrip": false,
305
+ "normalized": true,
306
+ "rstrip": false,
307
+ "single_word": false,
308
+ "special": false
309
+ },
310
+ "50294": {
311
+ "content": "\t\t",
312
+ "lstrip": false,
313
+ "normalized": true,
314
+ "rstrip": false,
315
+ "single_word": false,
316
+ "special": false
317
+ }
318
+ },
319
+ "bos_token": "<|endoftext|>",
320
+ "clean_up_tokenization_spaces": true,
321
+ "eos_token": "<|endoftext|>",
322
+ "errors": "replace",
323
+ "model_max_length": 2048,
324
+ "pad_token": "<|endoftext|>",
325
+ "padding_side": "left",
326
+ "return_token_type_ids": false,
327
+ "tokenizer_class": "CodeGenTokenizer",
328
+ "unk_token": "<|endoftext|>"
329
+ }
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,759 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.48148148148148145,
3
+ "best_model_checkpoint": "./save_phi2_ft_lora/checkpoint-1000",
4
+ "epoch": 0.2907399331298154,
5
+ "eval_steps": 500,
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.0029073993312981536,
13
+ "grad_norm": 4.615232944488525,
14
+ "learning_rate": 1.0000000000000002e-06,
15
+ "loss": 6.6211,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.005814798662596307,
20
+ "grad_norm": 5.528043746948242,
21
+ "learning_rate": 2.0000000000000003e-06,
22
+ "loss": 6.5222,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.00872219799389446,
27
+ "grad_norm": 6.019925594329834,
28
+ "learning_rate": 3e-06,
29
+ "loss": 6.4104,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.011629597325192614,
34
+ "grad_norm": 7.163036823272705,
35
+ "learning_rate": 4.000000000000001e-06,
36
+ "loss": 6.0366,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.01453699665649077,
41
+ "grad_norm": 7.888458251953125,
42
+ "learning_rate": 5e-06,
43
+ "loss": 5.4618,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.01744439598778892,
48
+ "grad_norm": 9.86289119720459,
49
+ "learning_rate": 6e-06,
50
+ "loss": 4.526,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.020351795319087075,
55
+ "grad_norm": 9.114004135131836,
56
+ "learning_rate": 7.000000000000001e-06,
57
+ "loss": 3.2234,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.02325919465038523,
62
+ "grad_norm": 6.198110103607178,
63
+ "learning_rate": 8.000000000000001e-06,
64
+ "loss": 1.6796,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.026166593981683386,
69
+ "grad_norm": 1.2424126863479614,
70
+ "learning_rate": 9e-06,
71
+ "loss": 0.6189,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.02907399331298154,
76
+ "grad_norm": 0.20757392048835754,
77
+ "learning_rate": 1e-05,
78
+ "loss": 0.2989,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.03198139264427969,
83
+ "grad_norm": 0.19180330634117126,
84
+ "learning_rate": 1.1000000000000001e-05,
85
+ "loss": 0.3434,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.03488879197557784,
90
+ "grad_norm": 0.17373745143413544,
91
+ "learning_rate": 1.2e-05,
92
+ "loss": 0.2775,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.037796191306876,
97
+ "grad_norm": 0.14247311651706696,
98
+ "learning_rate": 1.3000000000000001e-05,
99
+ "loss": 0.291,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.04070359063817415,
104
+ "grad_norm": 0.1189289391040802,
105
+ "learning_rate": 1.4000000000000001e-05,
106
+ "loss": 0.2549,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.043610989969472304,
111
+ "grad_norm": 0.11715172231197357,
112
+ "learning_rate": 1.5e-05,
113
+ "loss": 0.2334,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.04651838930077046,
118
+ "grad_norm": 0.16550108790397644,
119
+ "learning_rate": 1.6000000000000003e-05,
120
+ "loss": 0.2515,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.04942578863206862,
125
+ "grad_norm": 0.13685165345668793,
126
+ "learning_rate": 1.7000000000000003e-05,
127
+ "loss": 0.2757,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.05233318796336677,
132
+ "grad_norm": 0.13247624039649963,
133
+ "learning_rate": 1.8e-05,
134
+ "loss": 0.2336,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.055240587294664925,
139
+ "grad_norm": 0.13763906061649323,
140
+ "learning_rate": 1.9e-05,
141
+ "loss": 0.2169,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.05814798662596308,
146
+ "grad_norm": 0.1327727884054184,
147
+ "learning_rate": 2e-05,
148
+ "loss": 0.2007,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.06105538595726123,
153
+ "grad_norm": 0.1083875447511673,
154
+ "learning_rate": 2.1e-05,
155
+ "loss": 0.2181,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.06396278528855938,
160
+ "grad_norm": 0.12445604056119919,
161
+ "learning_rate": 2.2000000000000003e-05,
162
+ "loss": 0.2969,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.06687018461985754,
167
+ "grad_norm": 0.15511994063854218,
168
+ "learning_rate": 2.3000000000000003e-05,
169
+ "loss": 0.1868,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.06977758395115569,
174
+ "grad_norm": 0.13466577231884003,
175
+ "learning_rate": 2.4e-05,
176
+ "loss": 0.25,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.07268498328245385,
181
+ "grad_norm": 0.06756726652383804,
182
+ "learning_rate": 2.5e-05,
183
+ "loss": 0.1809,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.075592382613752,
188
+ "grad_norm": 0.1573372632265091,
189
+ "learning_rate": 2.6000000000000002e-05,
190
+ "loss": 0.1963,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.07849978194505015,
195
+ "grad_norm": 0.13099811971187592,
196
+ "learning_rate": 2.7000000000000002e-05,
197
+ "loss": 0.1984,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.0814071812763483,
202
+ "grad_norm": 0.11419626325368881,
203
+ "learning_rate": 2.8000000000000003e-05,
204
+ "loss": 0.1665,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.08431458060764646,
209
+ "grad_norm": 0.10189209878444672,
210
+ "learning_rate": 2.9e-05,
211
+ "loss": 0.1749,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.08722197993894461,
216
+ "grad_norm": 0.12042666226625443,
217
+ "learning_rate": 3e-05,
218
+ "loss": 0.1528,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.09012937927024277,
223
+ "grad_norm": 0.08344505727291107,
224
+ "learning_rate": 3.1e-05,
225
+ "loss": 0.181,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.09303677860154091,
230
+ "grad_norm": 0.11566774547100067,
231
+ "learning_rate": 3.2000000000000005e-05,
232
+ "loss": 0.1363,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.09594417793283908,
237
+ "grad_norm": 0.1531219631433487,
238
+ "learning_rate": 3.3e-05,
239
+ "loss": 0.1564,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.09885157726413724,
244
+ "grad_norm": 0.08966905623674393,
245
+ "learning_rate": 3.4000000000000007e-05,
246
+ "loss": 0.1281,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.10175897659543538,
251
+ "grad_norm": 0.08444681763648987,
252
+ "learning_rate": 3.5e-05,
253
+ "loss": 0.1258,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.10466637592673354,
258
+ "grad_norm": 0.10482101142406464,
259
+ "learning_rate": 3.6e-05,
260
+ "loss": 0.1292,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.10757377525803169,
265
+ "grad_norm": 0.14638499915599823,
266
+ "learning_rate": 3.7e-05,
267
+ "loss": 0.1829,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.11048117458932985,
272
+ "grad_norm": 0.1461925059556961,
273
+ "learning_rate": 3.8e-05,
274
+ "loss": 0.2158,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.113388573920628,
279
+ "grad_norm": 0.16068245470523834,
280
+ "learning_rate": 3.9000000000000006e-05,
281
+ "loss": 0.2219,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.11629597325192616,
286
+ "grad_norm": 0.13314808905124664,
287
+ "learning_rate": 4e-05,
288
+ "loss": 0.1622,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.1192033725832243,
293
+ "grad_norm": 0.13541767001152039,
294
+ "learning_rate": 4.1e-05,
295
+ "loss": 0.1363,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.12211077191452246,
300
+ "grad_norm": 0.14549389481544495,
301
+ "learning_rate": 4.2e-05,
302
+ "loss": 0.1664,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.12501817124582063,
307
+ "grad_norm": 0.09966716170310974,
308
+ "learning_rate": 4.3e-05,
309
+ "loss": 0.1446,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.12792557057711876,
314
+ "grad_norm": 0.10374356061220169,
315
+ "learning_rate": 4.4000000000000006e-05,
316
+ "loss": 0.1302,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.13083296990841692,
321
+ "grad_norm": 0.10534253716468811,
322
+ "learning_rate": 4.5e-05,
323
+ "loss": 0.1612,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.13374036923971508,
328
+ "grad_norm": 0.14981906116008759,
329
+ "learning_rate": 4.600000000000001e-05,
330
+ "loss": 0.1782,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.13664776857101324,
335
+ "grad_norm": 0.08772515505552292,
336
+ "learning_rate": 4.7e-05,
337
+ "loss": 0.1303,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.13955516790231137,
342
+ "grad_norm": 0.14555956423282623,
343
+ "learning_rate": 4.8e-05,
344
+ "loss": 0.1259,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.14246256723360953,
349
+ "grad_norm": 0.08366917818784714,
350
+ "learning_rate": 4.9e-05,
351
+ "loss": 0.1827,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.1453699665649077,
356
+ "grad_norm": 0.13676565885543823,
357
+ "learning_rate": 5e-05,
358
+ "loss": 0.1563,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.1453699665649077,
363
+ "eval_accuracy": 0.4444444444444444,
364
+ "step": 500
365
+ },
366
+ {
367
+ "epoch": 0.1453699665649077,
368
+ "eval_loss": 0.15286579728126526,
369
+ "eval_runtime": 120.6585,
370
+ "eval_samples_per_second": 2.014,
371
+ "eval_steps_per_second": 2.014,
372
+ "step": 500
373
+ },
374
+ {
375
+ "epoch": 0.14827736589620585,
376
+ "grad_norm": 0.16602879762649536,
377
+ "learning_rate": 4.982987410683906e-05,
378
+ "loss": 0.1322,
379
+ "step": 510
380
+ },
381
+ {
382
+ "epoch": 0.151184765227504,
383
+ "grad_norm": 0.12974093854427338,
384
+ "learning_rate": 4.965974821367813e-05,
385
+ "loss": 0.1432,
386
+ "step": 520
387
+ },
388
+ {
389
+ "epoch": 0.15409216455880215,
390
+ "grad_norm": 0.10730555653572083,
391
+ "learning_rate": 4.948962232051719e-05,
392
+ "loss": 0.1344,
393
+ "step": 530
394
+ },
395
+ {
396
+ "epoch": 0.1569995638901003,
397
+ "grad_norm": 0.09881391376256943,
398
+ "learning_rate": 4.931949642735625e-05,
399
+ "loss": 0.1207,
400
+ "step": 540
401
+ },
402
+ {
403
+ "epoch": 0.15990696322139847,
404
+ "grad_norm": 0.15530119836330414,
405
+ "learning_rate": 4.9149370534195306e-05,
406
+ "loss": 0.2084,
407
+ "step": 550
408
+ },
409
+ {
410
+ "epoch": 0.1628143625526966,
411
+ "grad_norm": 0.1018906682729721,
412
+ "learning_rate": 4.8979244641034366e-05,
413
+ "loss": 0.1465,
414
+ "step": 560
415
+ },
416
+ {
417
+ "epoch": 0.16572176188399476,
418
+ "grad_norm": 0.11174057424068451,
419
+ "learning_rate": 4.8809118747873425e-05,
420
+ "loss": 0.1704,
421
+ "step": 570
422
+ },
423
+ {
424
+ "epoch": 0.16862916121529292,
425
+ "grad_norm": 0.13199737668037415,
426
+ "learning_rate": 4.863899285471249e-05,
427
+ "loss": 0.1376,
428
+ "step": 580
429
+ },
430
+ {
431
+ "epoch": 0.17153656054659108,
432
+ "grad_norm": 0.12376833707094193,
433
+ "learning_rate": 4.846886696155155e-05,
434
+ "loss": 0.1848,
435
+ "step": 590
436
+ },
437
+ {
438
+ "epoch": 0.17444395987788922,
439
+ "grad_norm": 0.10838288813829422,
440
+ "learning_rate": 4.829874106839061e-05,
441
+ "loss": 0.1327,
442
+ "step": 600
443
+ },
444
+ {
445
+ "epoch": 0.17735135920918738,
446
+ "grad_norm": 0.09848768264055252,
447
+ "learning_rate": 4.8128615175229676e-05,
448
+ "loss": 0.1807,
449
+ "step": 610
450
+ },
451
+ {
452
+ "epoch": 0.18025875854048554,
453
+ "grad_norm": 0.10199768096208572,
454
+ "learning_rate": 4.7958489282068736e-05,
455
+ "loss": 0.1475,
456
+ "step": 620
457
+ },
458
+ {
459
+ "epoch": 0.1831661578717837,
460
+ "grad_norm": 0.1114463359117508,
461
+ "learning_rate": 4.7788363388907795e-05,
462
+ "loss": 0.1458,
463
+ "step": 630
464
+ },
465
+ {
466
+ "epoch": 0.18607355720308183,
467
+ "grad_norm": 0.09931254386901855,
468
+ "learning_rate": 4.7618237495746855e-05,
469
+ "loss": 0.1572,
470
+ "step": 640
471
+ },
472
+ {
473
+ "epoch": 0.18898095653438,
474
+ "grad_norm": 0.07883786410093307,
475
+ "learning_rate": 4.7448111602585914e-05,
476
+ "loss": 0.1502,
477
+ "step": 650
478
+ },
479
+ {
480
+ "epoch": 0.19188835586567815,
481
+ "grad_norm": 0.1312653124332428,
482
+ "learning_rate": 4.7277985709424973e-05,
483
+ "loss": 0.1306,
484
+ "step": 660
485
+ },
486
+ {
487
+ "epoch": 0.1947957551969763,
488
+ "grad_norm": 0.10453817993402481,
489
+ "learning_rate": 4.710785981626404e-05,
490
+ "loss": 0.1516,
491
+ "step": 670
492
+ },
493
+ {
494
+ "epoch": 0.19770315452827447,
495
+ "grad_norm": 0.13967570662498474,
496
+ "learning_rate": 4.69377339231031e-05,
497
+ "loss": 0.1976,
498
+ "step": 680
499
+ },
500
+ {
501
+ "epoch": 0.2006105538595726,
502
+ "grad_norm": 0.09553707391023636,
503
+ "learning_rate": 4.676760802994216e-05,
504
+ "loss": 0.1291,
505
+ "step": 690
506
+ },
507
+ {
508
+ "epoch": 0.20351795319087077,
509
+ "grad_norm": 0.14968940615653992,
510
+ "learning_rate": 4.6597482136781225e-05,
511
+ "loss": 0.1669,
512
+ "step": 700
513
+ },
514
+ {
515
+ "epoch": 0.20642535252216893,
516
+ "grad_norm": 0.10163428634405136,
517
+ "learning_rate": 4.642735624362028e-05,
518
+ "loss": 0.1727,
519
+ "step": 710
520
+ },
521
+ {
522
+ "epoch": 0.2093327518534671,
523
+ "grad_norm": 0.13607974350452423,
524
+ "learning_rate": 4.6257230350459343e-05,
525
+ "loss": 0.1473,
526
+ "step": 720
527
+ },
528
+ {
529
+ "epoch": 0.21224015118476522,
530
+ "grad_norm": 0.0766085609793663,
531
+ "learning_rate": 4.60871044572984e-05,
532
+ "loss": 0.1419,
533
+ "step": 730
534
+ },
535
+ {
536
+ "epoch": 0.21514755051606338,
537
+ "grad_norm": 0.11004997789859772,
538
+ "learning_rate": 4.591697856413746e-05,
539
+ "loss": 0.1344,
540
+ "step": 740
541
+ },
542
+ {
543
+ "epoch": 0.21805494984736154,
544
+ "grad_norm": 0.10307681560516357,
545
+ "learning_rate": 4.574685267097653e-05,
546
+ "loss": 0.1355,
547
+ "step": 750
548
+ },
549
+ {
550
+ "epoch": 0.2209623491786597,
551
+ "grad_norm": 0.098714679479599,
552
+ "learning_rate": 4.557672677781559e-05,
553
+ "loss": 0.1565,
554
+ "step": 760
555
+ },
556
+ {
557
+ "epoch": 0.22386974850995783,
558
+ "grad_norm": 0.1346523016691208,
559
+ "learning_rate": 4.540660088465465e-05,
560
+ "loss": 0.1675,
561
+ "step": 770
562
+ },
563
+ {
564
+ "epoch": 0.226777147841256,
565
+ "grad_norm": 0.12962771952152252,
566
+ "learning_rate": 4.5236474991493714e-05,
567
+ "loss": 0.1058,
568
+ "step": 780
569
+ },
570
+ {
571
+ "epoch": 0.22968454717255415,
572
+ "grad_norm": 0.14412884414196014,
573
+ "learning_rate": 4.5066349098332766e-05,
574
+ "loss": 0.198,
575
+ "step": 790
576
+ },
577
+ {
578
+ "epoch": 0.23259194650385231,
579
+ "grad_norm": 0.14253386855125427,
580
+ "learning_rate": 4.4896223205171826e-05,
581
+ "loss": 0.1319,
582
+ "step": 800
583
+ },
584
+ {
585
+ "epoch": 0.23549934583515045,
586
+ "grad_norm": 0.2203107625246048,
587
+ "learning_rate": 4.472609731201089e-05,
588
+ "loss": 0.1729,
589
+ "step": 810
590
+ },
591
+ {
592
+ "epoch": 0.2384067451664486,
593
+ "grad_norm": 0.09438087791204453,
594
+ "learning_rate": 4.455597141884995e-05,
595
+ "loss": 0.1558,
596
+ "step": 820
597
+ },
598
+ {
599
+ "epoch": 0.24131414449774677,
600
+ "grad_norm": 0.09754593670368195,
601
+ "learning_rate": 4.438584552568901e-05,
602
+ "loss": 0.1729,
603
+ "step": 830
604
+ },
605
+ {
606
+ "epoch": 0.24422154382904493,
607
+ "grad_norm": 0.1403294950723648,
608
+ "learning_rate": 4.421571963252808e-05,
609
+ "loss": 0.1871,
610
+ "step": 840
611
+ },
612
+ {
613
+ "epoch": 0.24712894316034306,
614
+ "grad_norm": 0.11251681298017502,
615
+ "learning_rate": 4.4045593739367136e-05,
616
+ "loss": 0.1726,
617
+ "step": 850
618
+ },
619
+ {
620
+ "epoch": 0.25003634249164125,
621
+ "grad_norm": 0.13492991030216217,
622
+ "learning_rate": 4.3875467846206196e-05,
623
+ "loss": 0.1349,
624
+ "step": 860
625
+ },
626
+ {
627
+ "epoch": 0.2529437418229394,
628
+ "grad_norm": 0.11674369871616364,
629
+ "learning_rate": 4.3705341953045255e-05,
630
+ "loss": 0.2088,
631
+ "step": 870
632
+ },
633
+ {
634
+ "epoch": 0.2558511411542375,
635
+ "grad_norm": 0.09339413791894913,
636
+ "learning_rate": 4.3535216059884315e-05,
637
+ "loss": 0.1656,
638
+ "step": 880
639
+ },
640
+ {
641
+ "epoch": 0.2587585404855357,
642
+ "grad_norm": 0.10234147310256958,
643
+ "learning_rate": 4.3365090166723374e-05,
644
+ "loss": 0.1495,
645
+ "step": 890
646
+ },
647
+ {
648
+ "epoch": 0.26166593981683384,
649
+ "grad_norm": 0.09566229581832886,
650
+ "learning_rate": 4.319496427356244e-05,
651
+ "loss": 0.109,
652
+ "step": 900
653
+ },
654
+ {
655
+ "epoch": 0.26457333914813197,
656
+ "grad_norm": 0.10038291662931442,
657
+ "learning_rate": 4.30248383804015e-05,
658
+ "loss": 0.1849,
659
+ "step": 910
660
+ },
661
+ {
662
+ "epoch": 0.26748073847943016,
663
+ "grad_norm": 0.12414570152759552,
664
+ "learning_rate": 4.285471248724056e-05,
665
+ "loss": 0.1476,
666
+ "step": 920
667
+ },
668
+ {
669
+ "epoch": 0.2703881378107283,
670
+ "grad_norm": 0.0866188034415245,
671
+ "learning_rate": 4.2684586594079625e-05,
672
+ "loss": 0.1339,
673
+ "step": 930
674
+ },
675
+ {
676
+ "epoch": 0.2732955371420265,
677
+ "grad_norm": 0.20008312165737152,
678
+ "learning_rate": 4.2514460700918685e-05,
679
+ "loss": 0.1865,
680
+ "step": 940
681
+ },
682
+ {
683
+ "epoch": 0.2762029364733246,
684
+ "grad_norm": 0.09849795699119568,
685
+ "learning_rate": 4.2344334807757744e-05,
686
+ "loss": 0.1293,
687
+ "step": 950
688
+ },
689
+ {
690
+ "epoch": 0.27911033580462274,
691
+ "grad_norm": 0.11204036325216293,
692
+ "learning_rate": 4.2174208914596803e-05,
693
+ "loss": 0.1817,
694
+ "step": 960
695
+ },
696
+ {
697
+ "epoch": 0.28201773513592093,
698
+ "grad_norm": 0.0960935726761818,
699
+ "learning_rate": 4.200408302143586e-05,
700
+ "loss": 0.1454,
701
+ "step": 970
702
+ },
703
+ {
704
+ "epoch": 0.28492513446721907,
705
+ "grad_norm": 0.12531103193759918,
706
+ "learning_rate": 4.183395712827492e-05,
707
+ "loss": 0.126,
708
+ "step": 980
709
+ },
710
+ {
711
+ "epoch": 0.28783253379851725,
712
+ "grad_norm": 0.1162460595369339,
713
+ "learning_rate": 4.166383123511399e-05,
714
+ "loss": 0.1634,
715
+ "step": 990
716
+ },
717
+ {
718
+ "epoch": 0.2907399331298154,
719
+ "grad_norm": 0.06354565173387527,
720
+ "learning_rate": 4.149370534195305e-05,
721
+ "loss": 0.0986,
722
+ "step": 1000
723
+ },
724
+ {
725
+ "epoch": 0.2907399331298154,
726
+ "eval_accuracy": 0.48148148148148145,
727
+ "step": 1000
728
+ },
729
+ {
730
+ "epoch": 0.2907399331298154,
731
+ "eval_loss": 0.14855271577835083,
732
+ "eval_runtime": 120.8042,
733
+ "eval_samples_per_second": 2.012,
734
+ "eval_steps_per_second": 2.012,
735
+ "step": 1000
736
+ }
737
+ ],
738
+ "logging_steps": 10,
739
+ "max_steps": 3439,
740
+ "num_input_tokens_seen": 0,
741
+ "num_train_epochs": 1,
742
+ "save_steps": 500,
743
+ "stateful_callbacks": {
744
+ "TrainerControl": {
745
+ "args": {
746
+ "should_epoch_stop": false,
747
+ "should_evaluate": false,
748
+ "should_log": false,
749
+ "should_save": true,
750
+ "should_training_stop": false
751
+ },
752
+ "attributes": {}
753
+ }
754
+ },
755
+ "total_flos": 1.3147305934848e+17,
756
+ "train_batch_size": 1,
757
+ "trial_name": null,
758
+ "trial_params": null
759
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b868ef95d608a436278794d3830d43d18443ff20bb16e5eb13dcb771311e6732
3
+ size 5048
checkpoint-1000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1500/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/phi-2
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.11.1
checkpoint-1500/adapter_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/phi-2",
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.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "fc1",
24
+ "fc2",
25
+ "Wqkv"
26
+ ],
27
+ "task_type": "CAUSAL_LM",
28
+ "use_dora": false,
29
+ "use_rslora": false
30
+ }
checkpoint-1500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e92aeff9cd4b114ba319266ab97754d3b3d4fd1fa4e1197e785b1dda8501c5cf
3
+ size 104873776
checkpoint-1500/added_tokens.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "\t\t": 50294,
3
+ "\t\t\t": 50293,
4
+ "\t\t\t\t": 50292,
5
+ "\t\t\t\t\t": 50291,
6
+ "\t\t\t\t\t\t": 50290,
7
+ "\t\t\t\t\t\t\t": 50289,
8
+ "\t\t\t\t\t\t\t\t": 50288,
9
+ "\t\t\t\t\t\t\t\t\t": 50287,
10
+ " ": 50286,
11
+ " ": 50285,
12
+ " ": 50284,
13
+ " ": 50283,
14
+ " ": 50282,
15
+ " ": 50281,
16
+ " ": 50280,
17
+ " ": 50279,
18
+ " ": 50278,
19
+ " ": 50277,
20
+ " ": 50276,
21
+ " ": 50275,
22
+ " ": 50274,
23
+ " ": 50273,
24
+ " ": 50272,
25
+ " ": 50271,
26
+ " ": 50270,
27
+ " ": 50269,
28
+ " ": 50268,
29
+ " ": 50267,
30
+ " ": 50266,
31
+ " ": 50265,
32
+ " ": 50264,
33
+ " ": 50263,
34
+ " ": 50262,
35
+ " ": 50261,
36
+ " ": 50260,
37
+ " ": 50259,
38
+ " ": 50258,
39
+ " ": 50257
40
+ }
checkpoint-1500/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90992d94e23125e6b51312994998a24764316e8a153ee140959905c3c9003aa9
3
+ size 209823354
checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef9d5db3ac6e1968c5cff607b860e169b88d974d4b197abaf8c9a9c47cded8c7
3
+ size 14244
checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:186c3a558bf54c54cbd2d1a2fa1a350e481f8d649e5aa7ee7c2ff361fa2540dd
3
+ size 1064
checkpoint-1500/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-1500/tokenizer_config.json ADDED
@@ -0,0 +1,329 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": true,
4
+ "add_prefix_space": false,
5
+ "added_tokens_decoder": {
6
+ "50256": {
7
+ "content": "<|endoftext|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "50257": {
15
+ "content": " ",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "50258": {
23
+ "content": " ",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "50259": {
31
+ "content": " ",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "50260": {
39
+ "content": " ",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "50261": {
47
+ "content": " ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "50262": {
55
+ "content": " ",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "50263": {
63
+ "content": " ",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "50264": {
71
+ "content": " ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "50265": {
79
+ "content": " ",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "50266": {
87
+ "content": " ",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "50267": {
95
+ "content": " ",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "50268": {
103
+ "content": " ",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "50269": {
111
+ "content": " ",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": false
117
+ },
118
+ "50270": {
119
+ "content": " ",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "50271": {
127
+ "content": " ",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "50272": {
135
+ "content": " ",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "50273": {
143
+ "content": " ",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "50274": {
151
+ "content": " ",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "50275": {
159
+ "content": " ",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "50276": {
167
+ "content": " ",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "50277": {
175
+ "content": " ",
176
+ "lstrip": false,
177
+ "normalized": true,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ },
182
+ "50278": {
183
+ "content": " ",
184
+ "lstrip": false,
185
+ "normalized": true,
186
+ "rstrip": false,
187
+ "single_word": false,
188
+ "special": false
189
+ },
190
+ "50279": {
191
+ "content": " ",
192
+ "lstrip": false,
193
+ "normalized": true,
194
+ "rstrip": false,
195
+ "single_word": false,
196
+ "special": false
197
+ },
198
+ "50280": {
199
+ "content": " ",
200
+ "lstrip": false,
201
+ "normalized": true,
202
+ "rstrip": false,
203
+ "single_word": false,
204
+ "special": false
205
+ },
206
+ "50281": {
207
+ "content": " ",
208
+ "lstrip": false,
209
+ "normalized": true,
210
+ "rstrip": false,
211
+ "single_word": false,
212
+ "special": false
213
+ },
214
+ "50282": {
215
+ "content": " ",
216
+ "lstrip": false,
217
+ "normalized": true,
218
+ "rstrip": false,
219
+ "single_word": false,
220
+ "special": false
221
+ },
222
+ "50283": {
223
+ "content": " ",
224
+ "lstrip": false,
225
+ "normalized": true,
226
+ "rstrip": false,
227
+ "single_word": false,
228
+ "special": false
229
+ },
230
+ "50284": {
231
+ "content": " ",
232
+ "lstrip": false,
233
+ "normalized": true,
234
+ "rstrip": false,
235
+ "single_word": false,
236
+ "special": false
237
+ },
238
+ "50285": {
239
+ "content": " ",
240
+ "lstrip": false,
241
+ "normalized": true,
242
+ "rstrip": false,
243
+ "single_word": false,
244
+ "special": false
245
+ },
246
+ "50286": {
247
+ "content": " ",
248
+ "lstrip": false,
249
+ "normalized": true,
250
+ "rstrip": false,
251
+ "single_word": false,
252
+ "special": false
253
+ },
254
+ "50287": {
255
+ "content": "\t\t\t\t\t\t\t\t\t",
256
+ "lstrip": false,
257
+ "normalized": true,
258
+ "rstrip": false,
259
+ "single_word": false,
260
+ "special": false
261
+ },
262
+ "50288": {
263
+ "content": "\t\t\t\t\t\t\t\t",
264
+ "lstrip": false,
265
+ "normalized": true,
266
+ "rstrip": false,
267
+ "single_word": false,
268
+ "special": false
269
+ },
270
+ "50289": {
271
+ "content": "\t\t\t\t\t\t\t",
272
+ "lstrip": false,
273
+ "normalized": true,
274
+ "rstrip": false,
275
+ "single_word": false,
276
+ "special": false
277
+ },
278
+ "50290": {
279
+ "content": "\t\t\t\t\t\t",
280
+ "lstrip": false,
281
+ "normalized": true,
282
+ "rstrip": false,
283
+ "single_word": false,
284
+ "special": false
285
+ },
286
+ "50291": {
287
+ "content": "\t\t\t\t\t",
288
+ "lstrip": false,
289
+ "normalized": true,
290
+ "rstrip": false,
291
+ "single_word": false,
292
+ "special": false
293
+ },
294
+ "50292": {
295
+ "content": "\t\t\t\t",
296
+ "lstrip": false,
297
+ "normalized": true,
298
+ "rstrip": false,
299
+ "single_word": false,
300
+ "special": false
301
+ },
302
+ "50293": {
303
+ "content": "\t\t\t",
304
+ "lstrip": false,
305
+ "normalized": true,
306
+ "rstrip": false,
307
+ "single_word": false,
308
+ "special": false
309
+ },
310
+ "50294": {
311
+ "content": "\t\t",
312
+ "lstrip": false,
313
+ "normalized": true,
314
+ "rstrip": false,
315
+ "single_word": false,
316
+ "special": false
317
+ }
318
+ },
319
+ "bos_token": "<|endoftext|>",
320
+ "clean_up_tokenization_spaces": true,
321
+ "eos_token": "<|endoftext|>",
322
+ "errors": "replace",
323
+ "model_max_length": 2048,
324
+ "pad_token": "<|endoftext|>",
325
+ "padding_side": "left",
326
+ "return_token_type_ids": false,
327
+ "tokenizer_class": "CodeGenTokenizer",
328
+ "unk_token": "<|endoftext|>"
329
+ }
checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,1122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.48148148148148145,
3
+ "best_model_checkpoint": "./save_phi2_ft_lora/checkpoint-1000",
4
+ "epoch": 0.4361098996947231,
5
+ "eval_steps": 500,
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.0029073993312981536,
13
+ "grad_norm": 4.615232944488525,
14
+ "learning_rate": 1.0000000000000002e-06,
15
+ "loss": 6.6211,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.005814798662596307,
20
+ "grad_norm": 5.528043746948242,
21
+ "learning_rate": 2.0000000000000003e-06,
22
+ "loss": 6.5222,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.00872219799389446,
27
+ "grad_norm": 6.019925594329834,
28
+ "learning_rate": 3e-06,
29
+ "loss": 6.4104,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.011629597325192614,
34
+ "grad_norm": 7.163036823272705,
35
+ "learning_rate": 4.000000000000001e-06,
36
+ "loss": 6.0366,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.01453699665649077,
41
+ "grad_norm": 7.888458251953125,
42
+ "learning_rate": 5e-06,
43
+ "loss": 5.4618,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.01744439598778892,
48
+ "grad_norm": 9.86289119720459,
49
+ "learning_rate": 6e-06,
50
+ "loss": 4.526,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.020351795319087075,
55
+ "grad_norm": 9.114004135131836,
56
+ "learning_rate": 7.000000000000001e-06,
57
+ "loss": 3.2234,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.02325919465038523,
62
+ "grad_norm": 6.198110103607178,
63
+ "learning_rate": 8.000000000000001e-06,
64
+ "loss": 1.6796,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.026166593981683386,
69
+ "grad_norm": 1.2424126863479614,
70
+ "learning_rate": 9e-06,
71
+ "loss": 0.6189,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.02907399331298154,
76
+ "grad_norm": 0.20757392048835754,
77
+ "learning_rate": 1e-05,
78
+ "loss": 0.2989,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.03198139264427969,
83
+ "grad_norm": 0.19180330634117126,
84
+ "learning_rate": 1.1000000000000001e-05,
85
+ "loss": 0.3434,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.03488879197557784,
90
+ "grad_norm": 0.17373745143413544,
91
+ "learning_rate": 1.2e-05,
92
+ "loss": 0.2775,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.037796191306876,
97
+ "grad_norm": 0.14247311651706696,
98
+ "learning_rate": 1.3000000000000001e-05,
99
+ "loss": 0.291,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.04070359063817415,
104
+ "grad_norm": 0.1189289391040802,
105
+ "learning_rate": 1.4000000000000001e-05,
106
+ "loss": 0.2549,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.043610989969472304,
111
+ "grad_norm": 0.11715172231197357,
112
+ "learning_rate": 1.5e-05,
113
+ "loss": 0.2334,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.04651838930077046,
118
+ "grad_norm": 0.16550108790397644,
119
+ "learning_rate": 1.6000000000000003e-05,
120
+ "loss": 0.2515,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.04942578863206862,
125
+ "grad_norm": 0.13685165345668793,
126
+ "learning_rate": 1.7000000000000003e-05,
127
+ "loss": 0.2757,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.05233318796336677,
132
+ "grad_norm": 0.13247624039649963,
133
+ "learning_rate": 1.8e-05,
134
+ "loss": 0.2336,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.055240587294664925,
139
+ "grad_norm": 0.13763906061649323,
140
+ "learning_rate": 1.9e-05,
141
+ "loss": 0.2169,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.05814798662596308,
146
+ "grad_norm": 0.1327727884054184,
147
+ "learning_rate": 2e-05,
148
+ "loss": 0.2007,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.06105538595726123,
153
+ "grad_norm": 0.1083875447511673,
154
+ "learning_rate": 2.1e-05,
155
+ "loss": 0.2181,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.06396278528855938,
160
+ "grad_norm": 0.12445604056119919,
161
+ "learning_rate": 2.2000000000000003e-05,
162
+ "loss": 0.2969,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.06687018461985754,
167
+ "grad_norm": 0.15511994063854218,
168
+ "learning_rate": 2.3000000000000003e-05,
169
+ "loss": 0.1868,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.06977758395115569,
174
+ "grad_norm": 0.13466577231884003,
175
+ "learning_rate": 2.4e-05,
176
+ "loss": 0.25,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.07268498328245385,
181
+ "grad_norm": 0.06756726652383804,
182
+ "learning_rate": 2.5e-05,
183
+ "loss": 0.1809,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.075592382613752,
188
+ "grad_norm": 0.1573372632265091,
189
+ "learning_rate": 2.6000000000000002e-05,
190
+ "loss": 0.1963,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.07849978194505015,
195
+ "grad_norm": 0.13099811971187592,
196
+ "learning_rate": 2.7000000000000002e-05,
197
+ "loss": 0.1984,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.0814071812763483,
202
+ "grad_norm": 0.11419626325368881,
203
+ "learning_rate": 2.8000000000000003e-05,
204
+ "loss": 0.1665,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.08431458060764646,
209
+ "grad_norm": 0.10189209878444672,
210
+ "learning_rate": 2.9e-05,
211
+ "loss": 0.1749,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.08722197993894461,
216
+ "grad_norm": 0.12042666226625443,
217
+ "learning_rate": 3e-05,
218
+ "loss": 0.1528,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.09012937927024277,
223
+ "grad_norm": 0.08344505727291107,
224
+ "learning_rate": 3.1e-05,
225
+ "loss": 0.181,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.09303677860154091,
230
+ "grad_norm": 0.11566774547100067,
231
+ "learning_rate": 3.2000000000000005e-05,
232
+ "loss": 0.1363,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.09594417793283908,
237
+ "grad_norm": 0.1531219631433487,
238
+ "learning_rate": 3.3e-05,
239
+ "loss": 0.1564,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.09885157726413724,
244
+ "grad_norm": 0.08966905623674393,
245
+ "learning_rate": 3.4000000000000007e-05,
246
+ "loss": 0.1281,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.10175897659543538,
251
+ "grad_norm": 0.08444681763648987,
252
+ "learning_rate": 3.5e-05,
253
+ "loss": 0.1258,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.10466637592673354,
258
+ "grad_norm": 0.10482101142406464,
259
+ "learning_rate": 3.6e-05,
260
+ "loss": 0.1292,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.10757377525803169,
265
+ "grad_norm": 0.14638499915599823,
266
+ "learning_rate": 3.7e-05,
267
+ "loss": 0.1829,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.11048117458932985,
272
+ "grad_norm": 0.1461925059556961,
273
+ "learning_rate": 3.8e-05,
274
+ "loss": 0.2158,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.113388573920628,
279
+ "grad_norm": 0.16068245470523834,
280
+ "learning_rate": 3.9000000000000006e-05,
281
+ "loss": 0.2219,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.11629597325192616,
286
+ "grad_norm": 0.13314808905124664,
287
+ "learning_rate": 4e-05,
288
+ "loss": 0.1622,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.1192033725832243,
293
+ "grad_norm": 0.13541767001152039,
294
+ "learning_rate": 4.1e-05,
295
+ "loss": 0.1363,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.12211077191452246,
300
+ "grad_norm": 0.14549389481544495,
301
+ "learning_rate": 4.2e-05,
302
+ "loss": 0.1664,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.12501817124582063,
307
+ "grad_norm": 0.09966716170310974,
308
+ "learning_rate": 4.3e-05,
309
+ "loss": 0.1446,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.12792557057711876,
314
+ "grad_norm": 0.10374356061220169,
315
+ "learning_rate": 4.4000000000000006e-05,
316
+ "loss": 0.1302,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.13083296990841692,
321
+ "grad_norm": 0.10534253716468811,
322
+ "learning_rate": 4.5e-05,
323
+ "loss": 0.1612,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.13374036923971508,
328
+ "grad_norm": 0.14981906116008759,
329
+ "learning_rate": 4.600000000000001e-05,
330
+ "loss": 0.1782,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.13664776857101324,
335
+ "grad_norm": 0.08772515505552292,
336
+ "learning_rate": 4.7e-05,
337
+ "loss": 0.1303,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.13955516790231137,
342
+ "grad_norm": 0.14555956423282623,
343
+ "learning_rate": 4.8e-05,
344
+ "loss": 0.1259,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.14246256723360953,
349
+ "grad_norm": 0.08366917818784714,
350
+ "learning_rate": 4.9e-05,
351
+ "loss": 0.1827,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.1453699665649077,
356
+ "grad_norm": 0.13676565885543823,
357
+ "learning_rate": 5e-05,
358
+ "loss": 0.1563,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.1453699665649077,
363
+ "eval_accuracy": 0.4444444444444444,
364
+ "step": 500
365
+ },
366
+ {
367
+ "epoch": 0.1453699665649077,
368
+ "eval_loss": 0.15286579728126526,
369
+ "eval_runtime": 120.6585,
370
+ "eval_samples_per_second": 2.014,
371
+ "eval_steps_per_second": 2.014,
372
+ "step": 500
373
+ },
374
+ {
375
+ "epoch": 0.14827736589620585,
376
+ "grad_norm": 0.16602879762649536,
377
+ "learning_rate": 4.982987410683906e-05,
378
+ "loss": 0.1322,
379
+ "step": 510
380
+ },
381
+ {
382
+ "epoch": 0.151184765227504,
383
+ "grad_norm": 0.12974093854427338,
384
+ "learning_rate": 4.965974821367813e-05,
385
+ "loss": 0.1432,
386
+ "step": 520
387
+ },
388
+ {
389
+ "epoch": 0.15409216455880215,
390
+ "grad_norm": 0.10730555653572083,
391
+ "learning_rate": 4.948962232051719e-05,
392
+ "loss": 0.1344,
393
+ "step": 530
394
+ },
395
+ {
396
+ "epoch": 0.1569995638901003,
397
+ "grad_norm": 0.09881391376256943,
398
+ "learning_rate": 4.931949642735625e-05,
399
+ "loss": 0.1207,
400
+ "step": 540
401
+ },
402
+ {
403
+ "epoch": 0.15990696322139847,
404
+ "grad_norm": 0.15530119836330414,
405
+ "learning_rate": 4.9149370534195306e-05,
406
+ "loss": 0.2084,
407
+ "step": 550
408
+ },
409
+ {
410
+ "epoch": 0.1628143625526966,
411
+ "grad_norm": 0.1018906682729721,
412
+ "learning_rate": 4.8979244641034366e-05,
413
+ "loss": 0.1465,
414
+ "step": 560
415
+ },
416
+ {
417
+ "epoch": 0.16572176188399476,
418
+ "grad_norm": 0.11174057424068451,
419
+ "learning_rate": 4.8809118747873425e-05,
420
+ "loss": 0.1704,
421
+ "step": 570
422
+ },
423
+ {
424
+ "epoch": 0.16862916121529292,
425
+ "grad_norm": 0.13199737668037415,
426
+ "learning_rate": 4.863899285471249e-05,
427
+ "loss": 0.1376,
428
+ "step": 580
429
+ },
430
+ {
431
+ "epoch": 0.17153656054659108,
432
+ "grad_norm": 0.12376833707094193,
433
+ "learning_rate": 4.846886696155155e-05,
434
+ "loss": 0.1848,
435
+ "step": 590
436
+ },
437
+ {
438
+ "epoch": 0.17444395987788922,
439
+ "grad_norm": 0.10838288813829422,
440
+ "learning_rate": 4.829874106839061e-05,
441
+ "loss": 0.1327,
442
+ "step": 600
443
+ },
444
+ {
445
+ "epoch": 0.17735135920918738,
446
+ "grad_norm": 0.09848768264055252,
447
+ "learning_rate": 4.8128615175229676e-05,
448
+ "loss": 0.1807,
449
+ "step": 610
450
+ },
451
+ {
452
+ "epoch": 0.18025875854048554,
453
+ "grad_norm": 0.10199768096208572,
454
+ "learning_rate": 4.7958489282068736e-05,
455
+ "loss": 0.1475,
456
+ "step": 620
457
+ },
458
+ {
459
+ "epoch": 0.1831661578717837,
460
+ "grad_norm": 0.1114463359117508,
461
+ "learning_rate": 4.7788363388907795e-05,
462
+ "loss": 0.1458,
463
+ "step": 630
464
+ },
465
+ {
466
+ "epoch": 0.18607355720308183,
467
+ "grad_norm": 0.09931254386901855,
468
+ "learning_rate": 4.7618237495746855e-05,
469
+ "loss": 0.1572,
470
+ "step": 640
471
+ },
472
+ {
473
+ "epoch": 0.18898095653438,
474
+ "grad_norm": 0.07883786410093307,
475
+ "learning_rate": 4.7448111602585914e-05,
476
+ "loss": 0.1502,
477
+ "step": 650
478
+ },
479
+ {
480
+ "epoch": 0.19188835586567815,
481
+ "grad_norm": 0.1312653124332428,
482
+ "learning_rate": 4.7277985709424973e-05,
483
+ "loss": 0.1306,
484
+ "step": 660
485
+ },
486
+ {
487
+ "epoch": 0.1947957551969763,
488
+ "grad_norm": 0.10453817993402481,
489
+ "learning_rate": 4.710785981626404e-05,
490
+ "loss": 0.1516,
491
+ "step": 670
492
+ },
493
+ {
494
+ "epoch": 0.19770315452827447,
495
+ "grad_norm": 0.13967570662498474,
496
+ "learning_rate": 4.69377339231031e-05,
497
+ "loss": 0.1976,
498
+ "step": 680
499
+ },
500
+ {
501
+ "epoch": 0.2006105538595726,
502
+ "grad_norm": 0.09553707391023636,
503
+ "learning_rate": 4.676760802994216e-05,
504
+ "loss": 0.1291,
505
+ "step": 690
506
+ },
507
+ {
508
+ "epoch": 0.20351795319087077,
509
+ "grad_norm": 0.14968940615653992,
510
+ "learning_rate": 4.6597482136781225e-05,
511
+ "loss": 0.1669,
512
+ "step": 700
513
+ },
514
+ {
515
+ "epoch": 0.20642535252216893,
516
+ "grad_norm": 0.10163428634405136,
517
+ "learning_rate": 4.642735624362028e-05,
518
+ "loss": 0.1727,
519
+ "step": 710
520
+ },
521
+ {
522
+ "epoch": 0.2093327518534671,
523
+ "grad_norm": 0.13607974350452423,
524
+ "learning_rate": 4.6257230350459343e-05,
525
+ "loss": 0.1473,
526
+ "step": 720
527
+ },
528
+ {
529
+ "epoch": 0.21224015118476522,
530
+ "grad_norm": 0.0766085609793663,
531
+ "learning_rate": 4.60871044572984e-05,
532
+ "loss": 0.1419,
533
+ "step": 730
534
+ },
535
+ {
536
+ "epoch": 0.21514755051606338,
537
+ "grad_norm": 0.11004997789859772,
538
+ "learning_rate": 4.591697856413746e-05,
539
+ "loss": 0.1344,
540
+ "step": 740
541
+ },
542
+ {
543
+ "epoch": 0.21805494984736154,
544
+ "grad_norm": 0.10307681560516357,
545
+ "learning_rate": 4.574685267097653e-05,
546
+ "loss": 0.1355,
547
+ "step": 750
548
+ },
549
+ {
550
+ "epoch": 0.2209623491786597,
551
+ "grad_norm": 0.098714679479599,
552
+ "learning_rate": 4.557672677781559e-05,
553
+ "loss": 0.1565,
554
+ "step": 760
555
+ },
556
+ {
557
+ "epoch": 0.22386974850995783,
558
+ "grad_norm": 0.1346523016691208,
559
+ "learning_rate": 4.540660088465465e-05,
560
+ "loss": 0.1675,
561
+ "step": 770
562
+ },
563
+ {
564
+ "epoch": 0.226777147841256,
565
+ "grad_norm": 0.12962771952152252,
566
+ "learning_rate": 4.5236474991493714e-05,
567
+ "loss": 0.1058,
568
+ "step": 780
569
+ },
570
+ {
571
+ "epoch": 0.22968454717255415,
572
+ "grad_norm": 0.14412884414196014,
573
+ "learning_rate": 4.5066349098332766e-05,
574
+ "loss": 0.198,
575
+ "step": 790
576
+ },
577
+ {
578
+ "epoch": 0.23259194650385231,
579
+ "grad_norm": 0.14253386855125427,
580
+ "learning_rate": 4.4896223205171826e-05,
581
+ "loss": 0.1319,
582
+ "step": 800
583
+ },
584
+ {
585
+ "epoch": 0.23549934583515045,
586
+ "grad_norm": 0.2203107625246048,
587
+ "learning_rate": 4.472609731201089e-05,
588
+ "loss": 0.1729,
589
+ "step": 810
590
+ },
591
+ {
592
+ "epoch": 0.2384067451664486,
593
+ "grad_norm": 0.09438087791204453,
594
+ "learning_rate": 4.455597141884995e-05,
595
+ "loss": 0.1558,
596
+ "step": 820
597
+ },
598
+ {
599
+ "epoch": 0.24131414449774677,
600
+ "grad_norm": 0.09754593670368195,
601
+ "learning_rate": 4.438584552568901e-05,
602
+ "loss": 0.1729,
603
+ "step": 830
604
+ },
605
+ {
606
+ "epoch": 0.24422154382904493,
607
+ "grad_norm": 0.1403294950723648,
608
+ "learning_rate": 4.421571963252808e-05,
609
+ "loss": 0.1871,
610
+ "step": 840
611
+ },
612
+ {
613
+ "epoch": 0.24712894316034306,
614
+ "grad_norm": 0.11251681298017502,
615
+ "learning_rate": 4.4045593739367136e-05,
616
+ "loss": 0.1726,
617
+ "step": 850
618
+ },
619
+ {
620
+ "epoch": 0.25003634249164125,
621
+ "grad_norm": 0.13492991030216217,
622
+ "learning_rate": 4.3875467846206196e-05,
623
+ "loss": 0.1349,
624
+ "step": 860
625
+ },
626
+ {
627
+ "epoch": 0.2529437418229394,
628
+ "grad_norm": 0.11674369871616364,
629
+ "learning_rate": 4.3705341953045255e-05,
630
+ "loss": 0.2088,
631
+ "step": 870
632
+ },
633
+ {
634
+ "epoch": 0.2558511411542375,
635
+ "grad_norm": 0.09339413791894913,
636
+ "learning_rate": 4.3535216059884315e-05,
637
+ "loss": 0.1656,
638
+ "step": 880
639
+ },
640
+ {
641
+ "epoch": 0.2587585404855357,
642
+ "grad_norm": 0.10234147310256958,
643
+ "learning_rate": 4.3365090166723374e-05,
644
+ "loss": 0.1495,
645
+ "step": 890
646
+ },
647
+ {
648
+ "epoch": 0.26166593981683384,
649
+ "grad_norm": 0.09566229581832886,
650
+ "learning_rate": 4.319496427356244e-05,
651
+ "loss": 0.109,
652
+ "step": 900
653
+ },
654
+ {
655
+ "epoch": 0.26457333914813197,
656
+ "grad_norm": 0.10038291662931442,
657
+ "learning_rate": 4.30248383804015e-05,
658
+ "loss": 0.1849,
659
+ "step": 910
660
+ },
661
+ {
662
+ "epoch": 0.26748073847943016,
663
+ "grad_norm": 0.12414570152759552,
664
+ "learning_rate": 4.285471248724056e-05,
665
+ "loss": 0.1476,
666
+ "step": 920
667
+ },
668
+ {
669
+ "epoch": 0.2703881378107283,
670
+ "grad_norm": 0.0866188034415245,
671
+ "learning_rate": 4.2684586594079625e-05,
672
+ "loss": 0.1339,
673
+ "step": 930
674
+ },
675
+ {
676
+ "epoch": 0.2732955371420265,
677
+ "grad_norm": 0.20008312165737152,
678
+ "learning_rate": 4.2514460700918685e-05,
679
+ "loss": 0.1865,
680
+ "step": 940
681
+ },
682
+ {
683
+ "epoch": 0.2762029364733246,
684
+ "grad_norm": 0.09849795699119568,
685
+ "learning_rate": 4.2344334807757744e-05,
686
+ "loss": 0.1293,
687
+ "step": 950
688
+ },
689
+ {
690
+ "epoch": 0.27911033580462274,
691
+ "grad_norm": 0.11204036325216293,
692
+ "learning_rate": 4.2174208914596803e-05,
693
+ "loss": 0.1817,
694
+ "step": 960
695
+ },
696
+ {
697
+ "epoch": 0.28201773513592093,
698
+ "grad_norm": 0.0960935726761818,
699
+ "learning_rate": 4.200408302143586e-05,
700
+ "loss": 0.1454,
701
+ "step": 970
702
+ },
703
+ {
704
+ "epoch": 0.28492513446721907,
705
+ "grad_norm": 0.12531103193759918,
706
+ "learning_rate": 4.183395712827492e-05,
707
+ "loss": 0.126,
708
+ "step": 980
709
+ },
710
+ {
711
+ "epoch": 0.28783253379851725,
712
+ "grad_norm": 0.1162460595369339,
713
+ "learning_rate": 4.166383123511399e-05,
714
+ "loss": 0.1634,
715
+ "step": 990
716
+ },
717
+ {
718
+ "epoch": 0.2907399331298154,
719
+ "grad_norm": 0.06354565173387527,
720
+ "learning_rate": 4.149370534195305e-05,
721
+ "loss": 0.0986,
722
+ "step": 1000
723
+ },
724
+ {
725
+ "epoch": 0.2907399331298154,
726
+ "eval_accuracy": 0.48148148148148145,
727
+ "step": 1000
728
+ },
729
+ {
730
+ "epoch": 0.2907399331298154,
731
+ "eval_loss": 0.14855271577835083,
732
+ "eval_runtime": 120.8042,
733
+ "eval_samples_per_second": 2.012,
734
+ "eval_steps_per_second": 2.012,
735
+ "step": 1000
736
+ },
737
+ {
738
+ "epoch": 0.2936473324611135,
739
+ "grad_norm": 0.0838373601436615,
740
+ "learning_rate": 4.132357944879211e-05,
741
+ "loss": 0.1266,
742
+ "step": 1010
743
+ },
744
+ {
745
+ "epoch": 0.2965547317924117,
746
+ "grad_norm": 0.10404589027166367,
747
+ "learning_rate": 4.1153453555631173e-05,
748
+ "loss": 0.1411,
749
+ "step": 1020
750
+ },
751
+ {
752
+ "epoch": 0.29946213112370984,
753
+ "grad_norm": 0.137540802359581,
754
+ "learning_rate": 4.0983327662470226e-05,
755
+ "loss": 0.1719,
756
+ "step": 1030
757
+ },
758
+ {
759
+ "epoch": 0.302369530455008,
760
+ "grad_norm": 0.10742737352848053,
761
+ "learning_rate": 4.081320176930929e-05,
762
+ "loss": 0.181,
763
+ "step": 1040
764
+ },
765
+ {
766
+ "epoch": 0.30527692978630616,
767
+ "grad_norm": 0.14736784994602203,
768
+ "learning_rate": 4.064307587614835e-05,
769
+ "loss": 0.1544,
770
+ "step": 1050
771
+ },
772
+ {
773
+ "epoch": 0.3081843291176043,
774
+ "grad_norm": 0.15068358182907104,
775
+ "learning_rate": 4.047294998298741e-05,
776
+ "loss": 0.1359,
777
+ "step": 1060
778
+ },
779
+ {
780
+ "epoch": 0.3110917284489025,
781
+ "grad_norm": 0.12078270316123962,
782
+ "learning_rate": 4.030282408982648e-05,
783
+ "loss": 0.1304,
784
+ "step": 1070
785
+ },
786
+ {
787
+ "epoch": 0.3139991277802006,
788
+ "grad_norm": 0.12046414613723755,
789
+ "learning_rate": 4.013269819666554e-05,
790
+ "loss": 0.1379,
791
+ "step": 1080
792
+ },
793
+ {
794
+ "epoch": 0.31690652711149875,
795
+ "grad_norm": 0.13933445513248444,
796
+ "learning_rate": 3.9962572303504596e-05,
797
+ "loss": 0.1413,
798
+ "step": 1090
799
+ },
800
+ {
801
+ "epoch": 0.31981392644279694,
802
+ "grad_norm": 0.09172947704792023,
803
+ "learning_rate": 3.9792446410343656e-05,
804
+ "loss": 0.1316,
805
+ "step": 1100
806
+ },
807
+ {
808
+ "epoch": 0.32272132577409507,
809
+ "grad_norm": 0.11812902987003326,
810
+ "learning_rate": 3.9622320517182715e-05,
811
+ "loss": 0.1322,
812
+ "step": 1110
813
+ },
814
+ {
815
+ "epoch": 0.3256287251053932,
816
+ "grad_norm": 0.1187342032790184,
817
+ "learning_rate": 3.9452194624021774e-05,
818
+ "loss": 0.138,
819
+ "step": 1120
820
+ },
821
+ {
822
+ "epoch": 0.3285361244366914,
823
+ "grad_norm": 0.10506665706634521,
824
+ "learning_rate": 3.928206873086084e-05,
825
+ "loss": 0.1324,
826
+ "step": 1130
827
+ },
828
+ {
829
+ "epoch": 0.3314435237679895,
830
+ "grad_norm": 0.06862190365791321,
831
+ "learning_rate": 3.91119428376999e-05,
832
+ "loss": 0.1375,
833
+ "step": 1140
834
+ },
835
+ {
836
+ "epoch": 0.3343509230992877,
837
+ "grad_norm": 0.07644759863615036,
838
+ "learning_rate": 3.894181694453896e-05,
839
+ "loss": 0.1384,
840
+ "step": 1150
841
+ },
842
+ {
843
+ "epoch": 0.33725832243058584,
844
+ "grad_norm": 0.12909413874149323,
845
+ "learning_rate": 3.8771691051378026e-05,
846
+ "loss": 0.1251,
847
+ "step": 1160
848
+ },
849
+ {
850
+ "epoch": 0.340165721761884,
851
+ "grad_norm": 0.10902974754571915,
852
+ "learning_rate": 3.8601565158217085e-05,
853
+ "loss": 0.1,
854
+ "step": 1170
855
+ },
856
+ {
857
+ "epoch": 0.34307312109318217,
858
+ "grad_norm": 0.09570310264825821,
859
+ "learning_rate": 3.8431439265056145e-05,
860
+ "loss": 0.1901,
861
+ "step": 1180
862
+ },
863
+ {
864
+ "epoch": 0.3459805204244803,
865
+ "grad_norm": 0.11525869369506836,
866
+ "learning_rate": 3.8261313371895204e-05,
867
+ "loss": 0.1072,
868
+ "step": 1190
869
+ },
870
+ {
871
+ "epoch": 0.34888791975577843,
872
+ "grad_norm": 0.1647326499223709,
873
+ "learning_rate": 3.809118747873426e-05,
874
+ "loss": 0.2477,
875
+ "step": 1200
876
+ },
877
+ {
878
+ "epoch": 0.3517953190870766,
879
+ "grad_norm": 0.1333259642124176,
880
+ "learning_rate": 3.792106158557332e-05,
881
+ "loss": 0.1682,
882
+ "step": 1210
883
+ },
884
+ {
885
+ "epoch": 0.35470271841837475,
886
+ "grad_norm": 0.11220316588878632,
887
+ "learning_rate": 3.775093569241239e-05,
888
+ "loss": 0.1399,
889
+ "step": 1220
890
+ },
891
+ {
892
+ "epoch": 0.35761011774967294,
893
+ "grad_norm": 0.11679007858037949,
894
+ "learning_rate": 3.758080979925145e-05,
895
+ "loss": 0.1792,
896
+ "step": 1230
897
+ },
898
+ {
899
+ "epoch": 0.3605175170809711,
900
+ "grad_norm": 0.11699705570936203,
901
+ "learning_rate": 3.741068390609051e-05,
902
+ "loss": 0.159,
903
+ "step": 1240
904
+ },
905
+ {
906
+ "epoch": 0.3634249164122692,
907
+ "grad_norm": 0.13930341601371765,
908
+ "learning_rate": 3.7240558012929574e-05,
909
+ "loss": 0.1233,
910
+ "step": 1250
911
+ },
912
+ {
913
+ "epoch": 0.3663323157435674,
914
+ "grad_norm": 0.11168822646141052,
915
+ "learning_rate": 3.7070432119768633e-05,
916
+ "loss": 0.1277,
917
+ "step": 1260
918
+ },
919
+ {
920
+ "epoch": 0.3692397150748655,
921
+ "grad_norm": 0.10844167321920395,
922
+ "learning_rate": 3.6900306226607686e-05,
923
+ "loss": 0.1857,
924
+ "step": 1270
925
+ },
926
+ {
927
+ "epoch": 0.37214711440616366,
928
+ "grad_norm": 0.1075616255402565,
929
+ "learning_rate": 3.673018033344675e-05,
930
+ "loss": 0.1169,
931
+ "step": 1280
932
+ },
933
+ {
934
+ "epoch": 0.37505451373746185,
935
+ "grad_norm": 0.12448868900537491,
936
+ "learning_rate": 3.656005444028581e-05,
937
+ "loss": 0.2439,
938
+ "step": 1290
939
+ },
940
+ {
941
+ "epoch": 0.37796191306876,
942
+ "grad_norm": 0.10500267148017883,
943
+ "learning_rate": 3.638992854712487e-05,
944
+ "loss": 0.117,
945
+ "step": 1300
946
+ },
947
+ {
948
+ "epoch": 0.38086931240005817,
949
+ "grad_norm": 0.12791551649570465,
950
+ "learning_rate": 3.621980265396394e-05,
951
+ "loss": 0.13,
952
+ "step": 1310
953
+ },
954
+ {
955
+ "epoch": 0.3837767117313563,
956
+ "grad_norm": 0.1264408826828003,
957
+ "learning_rate": 3.6049676760803e-05,
958
+ "loss": 0.1121,
959
+ "step": 1320
960
+ },
961
+ {
962
+ "epoch": 0.38668411106265443,
963
+ "grad_norm": 0.1253873109817505,
964
+ "learning_rate": 3.5879550867642056e-05,
965
+ "loss": 0.1384,
966
+ "step": 1330
967
+ },
968
+ {
969
+ "epoch": 0.3895915103939526,
970
+ "grad_norm": 0.08832169324159622,
971
+ "learning_rate": 3.570942497448112e-05,
972
+ "loss": 0.1477,
973
+ "step": 1340
974
+ },
975
+ {
976
+ "epoch": 0.39249890972525076,
977
+ "grad_norm": 0.14027167856693268,
978
+ "learning_rate": 3.5539299081320175e-05,
979
+ "loss": 0.2171,
980
+ "step": 1350
981
+ },
982
+ {
983
+ "epoch": 0.39540630905654894,
984
+ "grad_norm": 0.11315055191516876,
985
+ "learning_rate": 3.536917318815924e-05,
986
+ "loss": 0.1606,
987
+ "step": 1360
988
+ },
989
+ {
990
+ "epoch": 0.3983137083878471,
991
+ "grad_norm": 0.09444567561149597,
992
+ "learning_rate": 3.51990472949983e-05,
993
+ "loss": 0.1284,
994
+ "step": 1370
995
+ },
996
+ {
997
+ "epoch": 0.4012211077191452,
998
+ "grad_norm": 0.11262746155261993,
999
+ "learning_rate": 3.502892140183736e-05,
1000
+ "loss": 0.1411,
1001
+ "step": 1380
1002
+ },
1003
+ {
1004
+ "epoch": 0.4041285070504434,
1005
+ "grad_norm": 0.17679522931575775,
1006
+ "learning_rate": 3.4858795508676426e-05,
1007
+ "loss": 0.1981,
1008
+ "step": 1390
1009
+ },
1010
+ {
1011
+ "epoch": 0.40703590638174153,
1012
+ "grad_norm": 0.18890735507011414,
1013
+ "learning_rate": 3.4688669615515486e-05,
1014
+ "loss": 0.1676,
1015
+ "step": 1400
1016
+ },
1017
+ {
1018
+ "epoch": 0.40994330571303966,
1019
+ "grad_norm": 0.09281571209430695,
1020
+ "learning_rate": 3.4518543722354545e-05,
1021
+ "loss": 0.1136,
1022
+ "step": 1410
1023
+ },
1024
+ {
1025
+ "epoch": 0.41285070504433785,
1026
+ "grad_norm": 0.13167564570903778,
1027
+ "learning_rate": 3.4348417829193604e-05,
1028
+ "loss": 0.1586,
1029
+ "step": 1420
1030
+ },
1031
+ {
1032
+ "epoch": 0.415758104375636,
1033
+ "grad_norm": 0.09986082464456558,
1034
+ "learning_rate": 3.4178291936032664e-05,
1035
+ "loss": 0.1607,
1036
+ "step": 1430
1037
+ },
1038
+ {
1039
+ "epoch": 0.4186655037069342,
1040
+ "grad_norm": 0.13981035351753235,
1041
+ "learning_rate": 3.400816604287172e-05,
1042
+ "loss": 0.1439,
1043
+ "step": 1440
1044
+ },
1045
+ {
1046
+ "epoch": 0.4215729030382323,
1047
+ "grad_norm": 0.11107143759727478,
1048
+ "learning_rate": 3.383804014971079e-05,
1049
+ "loss": 0.1382,
1050
+ "step": 1450
1051
+ },
1052
+ {
1053
+ "epoch": 0.42448030236953044,
1054
+ "grad_norm": 0.06783778220415115,
1055
+ "learning_rate": 3.366791425654985e-05,
1056
+ "loss": 0.1138,
1057
+ "step": 1460
1058
+ },
1059
+ {
1060
+ "epoch": 0.4273877017008286,
1061
+ "grad_norm": 0.11150864511728287,
1062
+ "learning_rate": 3.349778836338891e-05,
1063
+ "loss": 0.1709,
1064
+ "step": 1470
1065
+ },
1066
+ {
1067
+ "epoch": 0.43029510103212676,
1068
+ "grad_norm": 0.1245250254869461,
1069
+ "learning_rate": 3.3327662470227975e-05,
1070
+ "loss": 0.1323,
1071
+ "step": 1480
1072
+ },
1073
+ {
1074
+ "epoch": 0.4332025003634249,
1075
+ "grad_norm": 0.13299217820167542,
1076
+ "learning_rate": 3.3157536577067034e-05,
1077
+ "loss": 0.1311,
1078
+ "step": 1490
1079
+ },
1080
+ {
1081
+ "epoch": 0.4361098996947231,
1082
+ "grad_norm": 0.09196653217077255,
1083
+ "learning_rate": 3.298741068390609e-05,
1084
+ "loss": 0.121,
1085
+ "step": 1500
1086
+ },
1087
+ {
1088
+ "epoch": 0.4361098996947231,
1089
+ "eval_accuracy": 0.46502057613168724,
1090
+ "step": 1500
1091
+ },
1092
+ {
1093
+ "epoch": 0.4361098996947231,
1094
+ "eval_loss": 0.1465623825788498,
1095
+ "eval_runtime": 120.6266,
1096
+ "eval_samples_per_second": 2.014,
1097
+ "eval_steps_per_second": 2.014,
1098
+ "step": 1500
1099
+ }
1100
+ ],
1101
+ "logging_steps": 10,
1102
+ "max_steps": 3439,
1103
+ "num_input_tokens_seen": 0,
1104
+ "num_train_epochs": 1,
1105
+ "save_steps": 500,
1106
+ "stateful_callbacks": {
1107
+ "TrainerControl": {
1108
+ "args": {
1109
+ "should_epoch_stop": false,
1110
+ "should_evaluate": false,
1111
+ "should_log": false,
1112
+ "should_save": true,
1113
+ "should_training_stop": false
1114
+ },
1115
+ "attributes": {}
1116
+ }
1117
+ },
1118
+ "total_flos": 1.9720958902272e+17,
1119
+ "train_batch_size": 1,
1120
+ "trial_name": null,
1121
+ "trial_params": null
1122
+ }
checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b868ef95d608a436278794d3830d43d18443ff20bb16e5eb13dcb771311e6732
3
+ size 5048
checkpoint-1500/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/phi-2
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.11.1
checkpoint-2000/adapter_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/phi-2",
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.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "fc1",
24
+ "fc2",
25
+ "Wqkv"
26
+ ],
27
+ "task_type": "CAUSAL_LM",
28
+ "use_dora": false,
29
+ "use_rslora": false
30
+ }
checkpoint-2000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da144c06f41caa881cb383136e02e4f2afd2710261932dc3a3b69cef3af2b333
3
+ size 104873776
checkpoint-2000/added_tokens.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "\t\t": 50294,
3
+ "\t\t\t": 50293,
4
+ "\t\t\t\t": 50292,
5
+ "\t\t\t\t\t": 50291,
6
+ "\t\t\t\t\t\t": 50290,
7
+ "\t\t\t\t\t\t\t": 50289,
8
+ "\t\t\t\t\t\t\t\t": 50288,
9
+ "\t\t\t\t\t\t\t\t\t": 50287,
10
+ " ": 50286,
11
+ " ": 50285,
12
+ " ": 50284,
13
+ " ": 50283,
14
+ " ": 50282,
15
+ " ": 50281,
16
+ " ": 50280,
17
+ " ": 50279,
18
+ " ": 50278,
19
+ " ": 50277,
20
+ " ": 50276,
21
+ " ": 50275,
22
+ " ": 50274,
23
+ " ": 50273,
24
+ " ": 50272,
25
+ " ": 50271,
26
+ " ": 50270,
27
+ " ": 50269,
28
+ " ": 50268,
29
+ " ": 50267,
30
+ " ": 50266,
31
+ " ": 50265,
32
+ " ": 50264,
33
+ " ": 50263,
34
+ " ": 50262,
35
+ " ": 50261,
36
+ " ": 50260,
37
+ " ": 50259,
38
+ " ": 50258,
39
+ " ": 50257
40
+ }
checkpoint-2000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc1eb76f44e74e37dfb0e0269276850657ad5f713a22a7d5649d7873517b110
3
+ size 209823354
checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e67acc19d1a1adda10f278f73078f439aafef38f712c4bdef542d316fed4f954
3
+ size 14244
checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d649c849d465cd321718271b4711f3d54508a4cd6a069f8c03c040a60fc0f6f
3
+ size 1064
checkpoint-2000/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-2000/tokenizer_config.json ADDED
@@ -0,0 +1,329 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": true,
4
+ "add_prefix_space": false,
5
+ "added_tokens_decoder": {
6
+ "50256": {
7
+ "content": "<|endoftext|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "50257": {
15
+ "content": " ",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "50258": {
23
+ "content": " ",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "50259": {
31
+ "content": " ",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "50260": {
39
+ "content": " ",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "50261": {
47
+ "content": " ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "50262": {
55
+ "content": " ",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "50263": {
63
+ "content": " ",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "50264": {
71
+ "content": " ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "50265": {
79
+ "content": " ",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "50266": {
87
+ "content": " ",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "50267": {
95
+ "content": " ",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "50268": {
103
+ "content": " ",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "50269": {
111
+ "content": " ",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": false
117
+ },
118
+ "50270": {
119
+ "content": " ",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "50271": {
127
+ "content": " ",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "50272": {
135
+ "content": " ",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "50273": {
143
+ "content": " ",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "50274": {
151
+ "content": " ",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "50275": {
159
+ "content": " ",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "50276": {
167
+ "content": " ",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "50277": {
175
+ "content": " ",
176
+ "lstrip": false,
177
+ "normalized": true,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ },
182
+ "50278": {
183
+ "content": " ",
184
+ "lstrip": false,
185
+ "normalized": true,
186
+ "rstrip": false,
187
+ "single_word": false,
188
+ "special": false
189
+ },
190
+ "50279": {
191
+ "content": " ",
192
+ "lstrip": false,
193
+ "normalized": true,
194
+ "rstrip": false,
195
+ "single_word": false,
196
+ "special": false
197
+ },
198
+ "50280": {
199
+ "content": " ",
200
+ "lstrip": false,
201
+ "normalized": true,
202
+ "rstrip": false,
203
+ "single_word": false,
204
+ "special": false
205
+ },
206
+ "50281": {
207
+ "content": " ",
208
+ "lstrip": false,
209
+ "normalized": true,
210
+ "rstrip": false,
211
+ "single_word": false,
212
+ "special": false
213
+ },
214
+ "50282": {
215
+ "content": " ",
216
+ "lstrip": false,
217
+ "normalized": true,
218
+ "rstrip": false,
219
+ "single_word": false,
220
+ "special": false
221
+ },
222
+ "50283": {
223
+ "content": " ",
224
+ "lstrip": false,
225
+ "normalized": true,
226
+ "rstrip": false,
227
+ "single_word": false,
228
+ "special": false
229
+ },
230
+ "50284": {
231
+ "content": " ",
232
+ "lstrip": false,
233
+ "normalized": true,
234
+ "rstrip": false,
235
+ "single_word": false,
236
+ "special": false
237
+ },
238
+ "50285": {
239
+ "content": " ",
240
+ "lstrip": false,
241
+ "normalized": true,
242
+ "rstrip": false,
243
+ "single_word": false,
244
+ "special": false
245
+ },
246
+ "50286": {
247
+ "content": " ",
248
+ "lstrip": false,
249
+ "normalized": true,
250
+ "rstrip": false,
251
+ "single_word": false,
252
+ "special": false
253
+ },
254
+ "50287": {
255
+ "content": "\t\t\t\t\t\t\t\t\t",
256
+ "lstrip": false,
257
+ "normalized": true,
258
+ "rstrip": false,
259
+ "single_word": false,
260
+ "special": false
261
+ },
262
+ "50288": {
263
+ "content": "\t\t\t\t\t\t\t\t",
264
+ "lstrip": false,
265
+ "normalized": true,
266
+ "rstrip": false,
267
+ "single_word": false,
268
+ "special": false
269
+ },
270
+ "50289": {
271
+ "content": "\t\t\t\t\t\t\t",
272
+ "lstrip": false,
273
+ "normalized": true,
274
+ "rstrip": false,
275
+ "single_word": false,
276
+ "special": false
277
+ },
278
+ "50290": {
279
+ "content": "\t\t\t\t\t\t",
280
+ "lstrip": false,
281
+ "normalized": true,
282
+ "rstrip": false,
283
+ "single_word": false,
284
+ "special": false
285
+ },
286
+ "50291": {
287
+ "content": "\t\t\t\t\t",
288
+ "lstrip": false,
289
+ "normalized": true,
290
+ "rstrip": false,
291
+ "single_word": false,
292
+ "special": false
293
+ },
294
+ "50292": {
295
+ "content": "\t\t\t\t",
296
+ "lstrip": false,
297
+ "normalized": true,
298
+ "rstrip": false,
299
+ "single_word": false,
300
+ "special": false
301
+ },
302
+ "50293": {
303
+ "content": "\t\t\t",
304
+ "lstrip": false,
305
+ "normalized": true,
306
+ "rstrip": false,
307
+ "single_word": false,
308
+ "special": false
309
+ },
310
+ "50294": {
311
+ "content": "\t\t",
312
+ "lstrip": false,
313
+ "normalized": true,
314
+ "rstrip": false,
315
+ "single_word": false,
316
+ "special": false
317
+ }
318
+ },
319
+ "bos_token": "<|endoftext|>",
320
+ "clean_up_tokenization_spaces": true,
321
+ "eos_token": "<|endoftext|>",
322
+ "errors": "replace",
323
+ "model_max_length": 2048,
324
+ "pad_token": "<|endoftext|>",
325
+ "padding_side": "left",
326
+ "return_token_type_ids": false,
327
+ "tokenizer_class": "CodeGenTokenizer",
328
+ "unk_token": "<|endoftext|>"
329
+ }
checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,1485 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.49794238683127573,
3
+ "best_model_checkpoint": "./save_phi2_ft_lora/checkpoint-2000",
4
+ "epoch": 0.5814798662596308,
5
+ "eval_steps": 500,
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.0029073993312981536,
13
+ "grad_norm": 4.615232944488525,
14
+ "learning_rate": 1.0000000000000002e-06,
15
+ "loss": 6.6211,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.005814798662596307,
20
+ "grad_norm": 5.528043746948242,
21
+ "learning_rate": 2.0000000000000003e-06,
22
+ "loss": 6.5222,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.00872219799389446,
27
+ "grad_norm": 6.019925594329834,
28
+ "learning_rate": 3e-06,
29
+ "loss": 6.4104,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.011629597325192614,
34
+ "grad_norm": 7.163036823272705,
35
+ "learning_rate": 4.000000000000001e-06,
36
+ "loss": 6.0366,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.01453699665649077,
41
+ "grad_norm": 7.888458251953125,
42
+ "learning_rate": 5e-06,
43
+ "loss": 5.4618,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.01744439598778892,
48
+ "grad_norm": 9.86289119720459,
49
+ "learning_rate": 6e-06,
50
+ "loss": 4.526,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.020351795319087075,
55
+ "grad_norm": 9.114004135131836,
56
+ "learning_rate": 7.000000000000001e-06,
57
+ "loss": 3.2234,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.02325919465038523,
62
+ "grad_norm": 6.198110103607178,
63
+ "learning_rate": 8.000000000000001e-06,
64
+ "loss": 1.6796,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.026166593981683386,
69
+ "grad_norm": 1.2424126863479614,
70
+ "learning_rate": 9e-06,
71
+ "loss": 0.6189,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.02907399331298154,
76
+ "grad_norm": 0.20757392048835754,
77
+ "learning_rate": 1e-05,
78
+ "loss": 0.2989,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.03198139264427969,
83
+ "grad_norm": 0.19180330634117126,
84
+ "learning_rate": 1.1000000000000001e-05,
85
+ "loss": 0.3434,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.03488879197557784,
90
+ "grad_norm": 0.17373745143413544,
91
+ "learning_rate": 1.2e-05,
92
+ "loss": 0.2775,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.037796191306876,
97
+ "grad_norm": 0.14247311651706696,
98
+ "learning_rate": 1.3000000000000001e-05,
99
+ "loss": 0.291,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.04070359063817415,
104
+ "grad_norm": 0.1189289391040802,
105
+ "learning_rate": 1.4000000000000001e-05,
106
+ "loss": 0.2549,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.043610989969472304,
111
+ "grad_norm": 0.11715172231197357,
112
+ "learning_rate": 1.5e-05,
113
+ "loss": 0.2334,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.04651838930077046,
118
+ "grad_norm": 0.16550108790397644,
119
+ "learning_rate": 1.6000000000000003e-05,
120
+ "loss": 0.2515,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.04942578863206862,
125
+ "grad_norm": 0.13685165345668793,
126
+ "learning_rate": 1.7000000000000003e-05,
127
+ "loss": 0.2757,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.05233318796336677,
132
+ "grad_norm": 0.13247624039649963,
133
+ "learning_rate": 1.8e-05,
134
+ "loss": 0.2336,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.055240587294664925,
139
+ "grad_norm": 0.13763906061649323,
140
+ "learning_rate": 1.9e-05,
141
+ "loss": 0.2169,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.05814798662596308,
146
+ "grad_norm": 0.1327727884054184,
147
+ "learning_rate": 2e-05,
148
+ "loss": 0.2007,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.06105538595726123,
153
+ "grad_norm": 0.1083875447511673,
154
+ "learning_rate": 2.1e-05,
155
+ "loss": 0.2181,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.06396278528855938,
160
+ "grad_norm": 0.12445604056119919,
161
+ "learning_rate": 2.2000000000000003e-05,
162
+ "loss": 0.2969,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.06687018461985754,
167
+ "grad_norm": 0.15511994063854218,
168
+ "learning_rate": 2.3000000000000003e-05,
169
+ "loss": 0.1868,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.06977758395115569,
174
+ "grad_norm": 0.13466577231884003,
175
+ "learning_rate": 2.4e-05,
176
+ "loss": 0.25,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.07268498328245385,
181
+ "grad_norm": 0.06756726652383804,
182
+ "learning_rate": 2.5e-05,
183
+ "loss": 0.1809,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.075592382613752,
188
+ "grad_norm": 0.1573372632265091,
189
+ "learning_rate": 2.6000000000000002e-05,
190
+ "loss": 0.1963,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.07849978194505015,
195
+ "grad_norm": 0.13099811971187592,
196
+ "learning_rate": 2.7000000000000002e-05,
197
+ "loss": 0.1984,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.0814071812763483,
202
+ "grad_norm": 0.11419626325368881,
203
+ "learning_rate": 2.8000000000000003e-05,
204
+ "loss": 0.1665,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.08431458060764646,
209
+ "grad_norm": 0.10189209878444672,
210
+ "learning_rate": 2.9e-05,
211
+ "loss": 0.1749,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.08722197993894461,
216
+ "grad_norm": 0.12042666226625443,
217
+ "learning_rate": 3e-05,
218
+ "loss": 0.1528,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.09012937927024277,
223
+ "grad_norm": 0.08344505727291107,
224
+ "learning_rate": 3.1e-05,
225
+ "loss": 0.181,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.09303677860154091,
230
+ "grad_norm": 0.11566774547100067,
231
+ "learning_rate": 3.2000000000000005e-05,
232
+ "loss": 0.1363,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.09594417793283908,
237
+ "grad_norm": 0.1531219631433487,
238
+ "learning_rate": 3.3e-05,
239
+ "loss": 0.1564,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.09885157726413724,
244
+ "grad_norm": 0.08966905623674393,
245
+ "learning_rate": 3.4000000000000007e-05,
246
+ "loss": 0.1281,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.10175897659543538,
251
+ "grad_norm": 0.08444681763648987,
252
+ "learning_rate": 3.5e-05,
253
+ "loss": 0.1258,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.10466637592673354,
258
+ "grad_norm": 0.10482101142406464,
259
+ "learning_rate": 3.6e-05,
260
+ "loss": 0.1292,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.10757377525803169,
265
+ "grad_norm": 0.14638499915599823,
266
+ "learning_rate": 3.7e-05,
267
+ "loss": 0.1829,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.11048117458932985,
272
+ "grad_norm": 0.1461925059556961,
273
+ "learning_rate": 3.8e-05,
274
+ "loss": 0.2158,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.113388573920628,
279
+ "grad_norm": 0.16068245470523834,
280
+ "learning_rate": 3.9000000000000006e-05,
281
+ "loss": 0.2219,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.11629597325192616,
286
+ "grad_norm": 0.13314808905124664,
287
+ "learning_rate": 4e-05,
288
+ "loss": 0.1622,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.1192033725832243,
293
+ "grad_norm": 0.13541767001152039,
294
+ "learning_rate": 4.1e-05,
295
+ "loss": 0.1363,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.12211077191452246,
300
+ "grad_norm": 0.14549389481544495,
301
+ "learning_rate": 4.2e-05,
302
+ "loss": 0.1664,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.12501817124582063,
307
+ "grad_norm": 0.09966716170310974,
308
+ "learning_rate": 4.3e-05,
309
+ "loss": 0.1446,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.12792557057711876,
314
+ "grad_norm": 0.10374356061220169,
315
+ "learning_rate": 4.4000000000000006e-05,
316
+ "loss": 0.1302,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.13083296990841692,
321
+ "grad_norm": 0.10534253716468811,
322
+ "learning_rate": 4.5e-05,
323
+ "loss": 0.1612,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.13374036923971508,
328
+ "grad_norm": 0.14981906116008759,
329
+ "learning_rate": 4.600000000000001e-05,
330
+ "loss": 0.1782,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.13664776857101324,
335
+ "grad_norm": 0.08772515505552292,
336
+ "learning_rate": 4.7e-05,
337
+ "loss": 0.1303,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.13955516790231137,
342
+ "grad_norm": 0.14555956423282623,
343
+ "learning_rate": 4.8e-05,
344
+ "loss": 0.1259,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.14246256723360953,
349
+ "grad_norm": 0.08366917818784714,
350
+ "learning_rate": 4.9e-05,
351
+ "loss": 0.1827,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.1453699665649077,
356
+ "grad_norm": 0.13676565885543823,
357
+ "learning_rate": 5e-05,
358
+ "loss": 0.1563,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.1453699665649077,
363
+ "eval_accuracy": 0.4444444444444444,
364
+ "step": 500
365
+ },
366
+ {
367
+ "epoch": 0.1453699665649077,
368
+ "eval_loss": 0.15286579728126526,
369
+ "eval_runtime": 120.6585,
370
+ "eval_samples_per_second": 2.014,
371
+ "eval_steps_per_second": 2.014,
372
+ "step": 500
373
+ },
374
+ {
375
+ "epoch": 0.14827736589620585,
376
+ "grad_norm": 0.16602879762649536,
377
+ "learning_rate": 4.982987410683906e-05,
378
+ "loss": 0.1322,
379
+ "step": 510
380
+ },
381
+ {
382
+ "epoch": 0.151184765227504,
383
+ "grad_norm": 0.12974093854427338,
384
+ "learning_rate": 4.965974821367813e-05,
385
+ "loss": 0.1432,
386
+ "step": 520
387
+ },
388
+ {
389
+ "epoch": 0.15409216455880215,
390
+ "grad_norm": 0.10730555653572083,
391
+ "learning_rate": 4.948962232051719e-05,
392
+ "loss": 0.1344,
393
+ "step": 530
394
+ },
395
+ {
396
+ "epoch": 0.1569995638901003,
397
+ "grad_norm": 0.09881391376256943,
398
+ "learning_rate": 4.931949642735625e-05,
399
+ "loss": 0.1207,
400
+ "step": 540
401
+ },
402
+ {
403
+ "epoch": 0.15990696322139847,
404
+ "grad_norm": 0.15530119836330414,
405
+ "learning_rate": 4.9149370534195306e-05,
406
+ "loss": 0.2084,
407
+ "step": 550
408
+ },
409
+ {
410
+ "epoch": 0.1628143625526966,
411
+ "grad_norm": 0.1018906682729721,
412
+ "learning_rate": 4.8979244641034366e-05,
413
+ "loss": 0.1465,
414
+ "step": 560
415
+ },
416
+ {
417
+ "epoch": 0.16572176188399476,
418
+ "grad_norm": 0.11174057424068451,
419
+ "learning_rate": 4.8809118747873425e-05,
420
+ "loss": 0.1704,
421
+ "step": 570
422
+ },
423
+ {
424
+ "epoch": 0.16862916121529292,
425
+ "grad_norm": 0.13199737668037415,
426
+ "learning_rate": 4.863899285471249e-05,
427
+ "loss": 0.1376,
428
+ "step": 580
429
+ },
430
+ {
431
+ "epoch": 0.17153656054659108,
432
+ "grad_norm": 0.12376833707094193,
433
+ "learning_rate": 4.846886696155155e-05,
434
+ "loss": 0.1848,
435
+ "step": 590
436
+ },
437
+ {
438
+ "epoch": 0.17444395987788922,
439
+ "grad_norm": 0.10838288813829422,
440
+ "learning_rate": 4.829874106839061e-05,
441
+ "loss": 0.1327,
442
+ "step": 600
443
+ },
444
+ {
445
+ "epoch": 0.17735135920918738,
446
+ "grad_norm": 0.09848768264055252,
447
+ "learning_rate": 4.8128615175229676e-05,
448
+ "loss": 0.1807,
449
+ "step": 610
450
+ },
451
+ {
452
+ "epoch": 0.18025875854048554,
453
+ "grad_norm": 0.10199768096208572,
454
+ "learning_rate": 4.7958489282068736e-05,
455
+ "loss": 0.1475,
456
+ "step": 620
457
+ },
458
+ {
459
+ "epoch": 0.1831661578717837,
460
+ "grad_norm": 0.1114463359117508,
461
+ "learning_rate": 4.7788363388907795e-05,
462
+ "loss": 0.1458,
463
+ "step": 630
464
+ },
465
+ {
466
+ "epoch": 0.18607355720308183,
467
+ "grad_norm": 0.09931254386901855,
468
+ "learning_rate": 4.7618237495746855e-05,
469
+ "loss": 0.1572,
470
+ "step": 640
471
+ },
472
+ {
473
+ "epoch": 0.18898095653438,
474
+ "grad_norm": 0.07883786410093307,
475
+ "learning_rate": 4.7448111602585914e-05,
476
+ "loss": 0.1502,
477
+ "step": 650
478
+ },
479
+ {
480
+ "epoch": 0.19188835586567815,
481
+ "grad_norm": 0.1312653124332428,
482
+ "learning_rate": 4.7277985709424973e-05,
483
+ "loss": 0.1306,
484
+ "step": 660
485
+ },
486
+ {
487
+ "epoch": 0.1947957551969763,
488
+ "grad_norm": 0.10453817993402481,
489
+ "learning_rate": 4.710785981626404e-05,
490
+ "loss": 0.1516,
491
+ "step": 670
492
+ },
493
+ {
494
+ "epoch": 0.19770315452827447,
495
+ "grad_norm": 0.13967570662498474,
496
+ "learning_rate": 4.69377339231031e-05,
497
+ "loss": 0.1976,
498
+ "step": 680
499
+ },
500
+ {
501
+ "epoch": 0.2006105538595726,
502
+ "grad_norm": 0.09553707391023636,
503
+ "learning_rate": 4.676760802994216e-05,
504
+ "loss": 0.1291,
505
+ "step": 690
506
+ },
507
+ {
508
+ "epoch": 0.20351795319087077,
509
+ "grad_norm": 0.14968940615653992,
510
+ "learning_rate": 4.6597482136781225e-05,
511
+ "loss": 0.1669,
512
+ "step": 700
513
+ },
514
+ {
515
+ "epoch": 0.20642535252216893,
516
+ "grad_norm": 0.10163428634405136,
517
+ "learning_rate": 4.642735624362028e-05,
518
+ "loss": 0.1727,
519
+ "step": 710
520
+ },
521
+ {
522
+ "epoch": 0.2093327518534671,
523
+ "grad_norm": 0.13607974350452423,
524
+ "learning_rate": 4.6257230350459343e-05,
525
+ "loss": 0.1473,
526
+ "step": 720
527
+ },
528
+ {
529
+ "epoch": 0.21224015118476522,
530
+ "grad_norm": 0.0766085609793663,
531
+ "learning_rate": 4.60871044572984e-05,
532
+ "loss": 0.1419,
533
+ "step": 730
534
+ },
535
+ {
536
+ "epoch": 0.21514755051606338,
537
+ "grad_norm": 0.11004997789859772,
538
+ "learning_rate": 4.591697856413746e-05,
539
+ "loss": 0.1344,
540
+ "step": 740
541
+ },
542
+ {
543
+ "epoch": 0.21805494984736154,
544
+ "grad_norm": 0.10307681560516357,
545
+ "learning_rate": 4.574685267097653e-05,
546
+ "loss": 0.1355,
547
+ "step": 750
548
+ },
549
+ {
550
+ "epoch": 0.2209623491786597,
551
+ "grad_norm": 0.098714679479599,
552
+ "learning_rate": 4.557672677781559e-05,
553
+ "loss": 0.1565,
554
+ "step": 760
555
+ },
556
+ {
557
+ "epoch": 0.22386974850995783,
558
+ "grad_norm": 0.1346523016691208,
559
+ "learning_rate": 4.540660088465465e-05,
560
+ "loss": 0.1675,
561
+ "step": 770
562
+ },
563
+ {
564
+ "epoch": 0.226777147841256,
565
+ "grad_norm": 0.12962771952152252,
566
+ "learning_rate": 4.5236474991493714e-05,
567
+ "loss": 0.1058,
568
+ "step": 780
569
+ },
570
+ {
571
+ "epoch": 0.22968454717255415,
572
+ "grad_norm": 0.14412884414196014,
573
+ "learning_rate": 4.5066349098332766e-05,
574
+ "loss": 0.198,
575
+ "step": 790
576
+ },
577
+ {
578
+ "epoch": 0.23259194650385231,
579
+ "grad_norm": 0.14253386855125427,
580
+ "learning_rate": 4.4896223205171826e-05,
581
+ "loss": 0.1319,
582
+ "step": 800
583
+ },
584
+ {
585
+ "epoch": 0.23549934583515045,
586
+ "grad_norm": 0.2203107625246048,
587
+ "learning_rate": 4.472609731201089e-05,
588
+ "loss": 0.1729,
589
+ "step": 810
590
+ },
591
+ {
592
+ "epoch": 0.2384067451664486,
593
+ "grad_norm": 0.09438087791204453,
594
+ "learning_rate": 4.455597141884995e-05,
595
+ "loss": 0.1558,
596
+ "step": 820
597
+ },
598
+ {
599
+ "epoch": 0.24131414449774677,
600
+ "grad_norm": 0.09754593670368195,
601
+ "learning_rate": 4.438584552568901e-05,
602
+ "loss": 0.1729,
603
+ "step": 830
604
+ },
605
+ {
606
+ "epoch": 0.24422154382904493,
607
+ "grad_norm": 0.1403294950723648,
608
+ "learning_rate": 4.421571963252808e-05,
609
+ "loss": 0.1871,
610
+ "step": 840
611
+ },
612
+ {
613
+ "epoch": 0.24712894316034306,
614
+ "grad_norm": 0.11251681298017502,
615
+ "learning_rate": 4.4045593739367136e-05,
616
+ "loss": 0.1726,
617
+ "step": 850
618
+ },
619
+ {
620
+ "epoch": 0.25003634249164125,
621
+ "grad_norm": 0.13492991030216217,
622
+ "learning_rate": 4.3875467846206196e-05,
623
+ "loss": 0.1349,
624
+ "step": 860
625
+ },
626
+ {
627
+ "epoch": 0.2529437418229394,
628
+ "grad_norm": 0.11674369871616364,
629
+ "learning_rate": 4.3705341953045255e-05,
630
+ "loss": 0.2088,
631
+ "step": 870
632
+ },
633
+ {
634
+ "epoch": 0.2558511411542375,
635
+ "grad_norm": 0.09339413791894913,
636
+ "learning_rate": 4.3535216059884315e-05,
637
+ "loss": 0.1656,
638
+ "step": 880
639
+ },
640
+ {
641
+ "epoch": 0.2587585404855357,
642
+ "grad_norm": 0.10234147310256958,
643
+ "learning_rate": 4.3365090166723374e-05,
644
+ "loss": 0.1495,
645
+ "step": 890
646
+ },
647
+ {
648
+ "epoch": 0.26166593981683384,
649
+ "grad_norm": 0.09566229581832886,
650
+ "learning_rate": 4.319496427356244e-05,
651
+ "loss": 0.109,
652
+ "step": 900
653
+ },
654
+ {
655
+ "epoch": 0.26457333914813197,
656
+ "grad_norm": 0.10038291662931442,
657
+ "learning_rate": 4.30248383804015e-05,
658
+ "loss": 0.1849,
659
+ "step": 910
660
+ },
661
+ {
662
+ "epoch": 0.26748073847943016,
663
+ "grad_norm": 0.12414570152759552,
664
+ "learning_rate": 4.285471248724056e-05,
665
+ "loss": 0.1476,
666
+ "step": 920
667
+ },
668
+ {
669
+ "epoch": 0.2703881378107283,
670
+ "grad_norm": 0.0866188034415245,
671
+ "learning_rate": 4.2684586594079625e-05,
672
+ "loss": 0.1339,
673
+ "step": 930
674
+ },
675
+ {
676
+ "epoch": 0.2732955371420265,
677
+ "grad_norm": 0.20008312165737152,
678
+ "learning_rate": 4.2514460700918685e-05,
679
+ "loss": 0.1865,
680
+ "step": 940
681
+ },
682
+ {
683
+ "epoch": 0.2762029364733246,
684
+ "grad_norm": 0.09849795699119568,
685
+ "learning_rate": 4.2344334807757744e-05,
686
+ "loss": 0.1293,
687
+ "step": 950
688
+ },
689
+ {
690
+ "epoch": 0.27911033580462274,
691
+ "grad_norm": 0.11204036325216293,
692
+ "learning_rate": 4.2174208914596803e-05,
693
+ "loss": 0.1817,
694
+ "step": 960
695
+ },
696
+ {
697
+ "epoch": 0.28201773513592093,
698
+ "grad_norm": 0.0960935726761818,
699
+ "learning_rate": 4.200408302143586e-05,
700
+ "loss": 0.1454,
701
+ "step": 970
702
+ },
703
+ {
704
+ "epoch": 0.28492513446721907,
705
+ "grad_norm": 0.12531103193759918,
706
+ "learning_rate": 4.183395712827492e-05,
707
+ "loss": 0.126,
708
+ "step": 980
709
+ },
710
+ {
711
+ "epoch": 0.28783253379851725,
712
+ "grad_norm": 0.1162460595369339,
713
+ "learning_rate": 4.166383123511399e-05,
714
+ "loss": 0.1634,
715
+ "step": 990
716
+ },
717
+ {
718
+ "epoch": 0.2907399331298154,
719
+ "grad_norm": 0.06354565173387527,
720
+ "learning_rate": 4.149370534195305e-05,
721
+ "loss": 0.0986,
722
+ "step": 1000
723
+ },
724
+ {
725
+ "epoch": 0.2907399331298154,
726
+ "eval_accuracy": 0.48148148148148145,
727
+ "step": 1000
728
+ },
729
+ {
730
+ "epoch": 0.2907399331298154,
731
+ "eval_loss": 0.14855271577835083,
732
+ "eval_runtime": 120.8042,
733
+ "eval_samples_per_second": 2.012,
734
+ "eval_steps_per_second": 2.012,
735
+ "step": 1000
736
+ },
737
+ {
738
+ "epoch": 0.2936473324611135,
739
+ "grad_norm": 0.0838373601436615,
740
+ "learning_rate": 4.132357944879211e-05,
741
+ "loss": 0.1266,
742
+ "step": 1010
743
+ },
744
+ {
745
+ "epoch": 0.2965547317924117,
746
+ "grad_norm": 0.10404589027166367,
747
+ "learning_rate": 4.1153453555631173e-05,
748
+ "loss": 0.1411,
749
+ "step": 1020
750
+ },
751
+ {
752
+ "epoch": 0.29946213112370984,
753
+ "grad_norm": 0.137540802359581,
754
+ "learning_rate": 4.0983327662470226e-05,
755
+ "loss": 0.1719,
756
+ "step": 1030
757
+ },
758
+ {
759
+ "epoch": 0.302369530455008,
760
+ "grad_norm": 0.10742737352848053,
761
+ "learning_rate": 4.081320176930929e-05,
762
+ "loss": 0.181,
763
+ "step": 1040
764
+ },
765
+ {
766
+ "epoch": 0.30527692978630616,
767
+ "grad_norm": 0.14736784994602203,
768
+ "learning_rate": 4.064307587614835e-05,
769
+ "loss": 0.1544,
770
+ "step": 1050
771
+ },
772
+ {
773
+ "epoch": 0.3081843291176043,
774
+ "grad_norm": 0.15068358182907104,
775
+ "learning_rate": 4.047294998298741e-05,
776
+ "loss": 0.1359,
777
+ "step": 1060
778
+ },
779
+ {
780
+ "epoch": 0.3110917284489025,
781
+ "grad_norm": 0.12078270316123962,
782
+ "learning_rate": 4.030282408982648e-05,
783
+ "loss": 0.1304,
784
+ "step": 1070
785
+ },
786
+ {
787
+ "epoch": 0.3139991277802006,
788
+ "grad_norm": 0.12046414613723755,
789
+ "learning_rate": 4.013269819666554e-05,
790
+ "loss": 0.1379,
791
+ "step": 1080
792
+ },
793
+ {
794
+ "epoch": 0.31690652711149875,
795
+ "grad_norm": 0.13933445513248444,
796
+ "learning_rate": 3.9962572303504596e-05,
797
+ "loss": 0.1413,
798
+ "step": 1090
799
+ },
800
+ {
801
+ "epoch": 0.31981392644279694,
802
+ "grad_norm": 0.09172947704792023,
803
+ "learning_rate": 3.9792446410343656e-05,
804
+ "loss": 0.1316,
805
+ "step": 1100
806
+ },
807
+ {
808
+ "epoch": 0.32272132577409507,
809
+ "grad_norm": 0.11812902987003326,
810
+ "learning_rate": 3.9622320517182715e-05,
811
+ "loss": 0.1322,
812
+ "step": 1110
813
+ },
814
+ {
815
+ "epoch": 0.3256287251053932,
816
+ "grad_norm": 0.1187342032790184,
817
+ "learning_rate": 3.9452194624021774e-05,
818
+ "loss": 0.138,
819
+ "step": 1120
820
+ },
821
+ {
822
+ "epoch": 0.3285361244366914,
823
+ "grad_norm": 0.10506665706634521,
824
+ "learning_rate": 3.928206873086084e-05,
825
+ "loss": 0.1324,
826
+ "step": 1130
827
+ },
828
+ {
829
+ "epoch": 0.3314435237679895,
830
+ "grad_norm": 0.06862190365791321,
831
+ "learning_rate": 3.91119428376999e-05,
832
+ "loss": 0.1375,
833
+ "step": 1140
834
+ },
835
+ {
836
+ "epoch": 0.3343509230992877,
837
+ "grad_norm": 0.07644759863615036,
838
+ "learning_rate": 3.894181694453896e-05,
839
+ "loss": 0.1384,
840
+ "step": 1150
841
+ },
842
+ {
843
+ "epoch": 0.33725832243058584,
844
+ "grad_norm": 0.12909413874149323,
845
+ "learning_rate": 3.8771691051378026e-05,
846
+ "loss": 0.1251,
847
+ "step": 1160
848
+ },
849
+ {
850
+ "epoch": 0.340165721761884,
851
+ "grad_norm": 0.10902974754571915,
852
+ "learning_rate": 3.8601565158217085e-05,
853
+ "loss": 0.1,
854
+ "step": 1170
855
+ },
856
+ {
857
+ "epoch": 0.34307312109318217,
858
+ "grad_norm": 0.09570310264825821,
859
+ "learning_rate": 3.8431439265056145e-05,
860
+ "loss": 0.1901,
861
+ "step": 1180
862
+ },
863
+ {
864
+ "epoch": 0.3459805204244803,
865
+ "grad_norm": 0.11525869369506836,
866
+ "learning_rate": 3.8261313371895204e-05,
867
+ "loss": 0.1072,
868
+ "step": 1190
869
+ },
870
+ {
871
+ "epoch": 0.34888791975577843,
872
+ "grad_norm": 0.1647326499223709,
873
+ "learning_rate": 3.809118747873426e-05,
874
+ "loss": 0.2477,
875
+ "step": 1200
876
+ },
877
+ {
878
+ "epoch": 0.3517953190870766,
879
+ "grad_norm": 0.1333259642124176,
880
+ "learning_rate": 3.792106158557332e-05,
881
+ "loss": 0.1682,
882
+ "step": 1210
883
+ },
884
+ {
885
+ "epoch": 0.35470271841837475,
886
+ "grad_norm": 0.11220316588878632,
887
+ "learning_rate": 3.775093569241239e-05,
888
+ "loss": 0.1399,
889
+ "step": 1220
890
+ },
891
+ {
892
+ "epoch": 0.35761011774967294,
893
+ "grad_norm": 0.11679007858037949,
894
+ "learning_rate": 3.758080979925145e-05,
895
+ "loss": 0.1792,
896
+ "step": 1230
897
+ },
898
+ {
899
+ "epoch": 0.3605175170809711,
900
+ "grad_norm": 0.11699705570936203,
901
+ "learning_rate": 3.741068390609051e-05,
902
+ "loss": 0.159,
903
+ "step": 1240
904
+ },
905
+ {
906
+ "epoch": 0.3634249164122692,
907
+ "grad_norm": 0.13930341601371765,
908
+ "learning_rate": 3.7240558012929574e-05,
909
+ "loss": 0.1233,
910
+ "step": 1250
911
+ },
912
+ {
913
+ "epoch": 0.3663323157435674,
914
+ "grad_norm": 0.11168822646141052,
915
+ "learning_rate": 3.7070432119768633e-05,
916
+ "loss": 0.1277,
917
+ "step": 1260
918
+ },
919
+ {
920
+ "epoch": 0.3692397150748655,
921
+ "grad_norm": 0.10844167321920395,
922
+ "learning_rate": 3.6900306226607686e-05,
923
+ "loss": 0.1857,
924
+ "step": 1270
925
+ },
926
+ {
927
+ "epoch": 0.37214711440616366,
928
+ "grad_norm": 0.1075616255402565,
929
+ "learning_rate": 3.673018033344675e-05,
930
+ "loss": 0.1169,
931
+ "step": 1280
932
+ },
933
+ {
934
+ "epoch": 0.37505451373746185,
935
+ "grad_norm": 0.12448868900537491,
936
+ "learning_rate": 3.656005444028581e-05,
937
+ "loss": 0.2439,
938
+ "step": 1290
939
+ },
940
+ {
941
+ "epoch": 0.37796191306876,
942
+ "grad_norm": 0.10500267148017883,
943
+ "learning_rate": 3.638992854712487e-05,
944
+ "loss": 0.117,
945
+ "step": 1300
946
+ },
947
+ {
948
+ "epoch": 0.38086931240005817,
949
+ "grad_norm": 0.12791551649570465,
950
+ "learning_rate": 3.621980265396394e-05,
951
+ "loss": 0.13,
952
+ "step": 1310
953
+ },
954
+ {
955
+ "epoch": 0.3837767117313563,
956
+ "grad_norm": 0.1264408826828003,
957
+ "learning_rate": 3.6049676760803e-05,
958
+ "loss": 0.1121,
959
+ "step": 1320
960
+ },
961
+ {
962
+ "epoch": 0.38668411106265443,
963
+ "grad_norm": 0.1253873109817505,
964
+ "learning_rate": 3.5879550867642056e-05,
965
+ "loss": 0.1384,
966
+ "step": 1330
967
+ },
968
+ {
969
+ "epoch": 0.3895915103939526,
970
+ "grad_norm": 0.08832169324159622,
971
+ "learning_rate": 3.570942497448112e-05,
972
+ "loss": 0.1477,
973
+ "step": 1340
974
+ },
975
+ {
976
+ "epoch": 0.39249890972525076,
977
+ "grad_norm": 0.14027167856693268,
978
+ "learning_rate": 3.5539299081320175e-05,
979
+ "loss": 0.2171,
980
+ "step": 1350
981
+ },
982
+ {
983
+ "epoch": 0.39540630905654894,
984
+ "grad_norm": 0.11315055191516876,
985
+ "learning_rate": 3.536917318815924e-05,
986
+ "loss": 0.1606,
987
+ "step": 1360
988
+ },
989
+ {
990
+ "epoch": 0.3983137083878471,
991
+ "grad_norm": 0.09444567561149597,
992
+ "learning_rate": 3.51990472949983e-05,
993
+ "loss": 0.1284,
994
+ "step": 1370
995
+ },
996
+ {
997
+ "epoch": 0.4012211077191452,
998
+ "grad_norm": 0.11262746155261993,
999
+ "learning_rate": 3.502892140183736e-05,
1000
+ "loss": 0.1411,
1001
+ "step": 1380
1002
+ },
1003
+ {
1004
+ "epoch": 0.4041285070504434,
1005
+ "grad_norm": 0.17679522931575775,
1006
+ "learning_rate": 3.4858795508676426e-05,
1007
+ "loss": 0.1981,
1008
+ "step": 1390
1009
+ },
1010
+ {
1011
+ "epoch": 0.40703590638174153,
1012
+ "grad_norm": 0.18890735507011414,
1013
+ "learning_rate": 3.4688669615515486e-05,
1014
+ "loss": 0.1676,
1015
+ "step": 1400
1016
+ },
1017
+ {
1018
+ "epoch": 0.40994330571303966,
1019
+ "grad_norm": 0.09281571209430695,
1020
+ "learning_rate": 3.4518543722354545e-05,
1021
+ "loss": 0.1136,
1022
+ "step": 1410
1023
+ },
1024
+ {
1025
+ "epoch": 0.41285070504433785,
1026
+ "grad_norm": 0.13167564570903778,
1027
+ "learning_rate": 3.4348417829193604e-05,
1028
+ "loss": 0.1586,
1029
+ "step": 1420
1030
+ },
1031
+ {
1032
+ "epoch": 0.415758104375636,
1033
+ "grad_norm": 0.09986082464456558,
1034
+ "learning_rate": 3.4178291936032664e-05,
1035
+ "loss": 0.1607,
1036
+ "step": 1430
1037
+ },
1038
+ {
1039
+ "epoch": 0.4186655037069342,
1040
+ "grad_norm": 0.13981035351753235,
1041
+ "learning_rate": 3.400816604287172e-05,
1042
+ "loss": 0.1439,
1043
+ "step": 1440
1044
+ },
1045
+ {
1046
+ "epoch": 0.4215729030382323,
1047
+ "grad_norm": 0.11107143759727478,
1048
+ "learning_rate": 3.383804014971079e-05,
1049
+ "loss": 0.1382,
1050
+ "step": 1450
1051
+ },
1052
+ {
1053
+ "epoch": 0.42448030236953044,
1054
+ "grad_norm": 0.06783778220415115,
1055
+ "learning_rate": 3.366791425654985e-05,
1056
+ "loss": 0.1138,
1057
+ "step": 1460
1058
+ },
1059
+ {
1060
+ "epoch": 0.4273877017008286,
1061
+ "grad_norm": 0.11150864511728287,
1062
+ "learning_rate": 3.349778836338891e-05,
1063
+ "loss": 0.1709,
1064
+ "step": 1470
1065
+ },
1066
+ {
1067
+ "epoch": 0.43029510103212676,
1068
+ "grad_norm": 0.1245250254869461,
1069
+ "learning_rate": 3.3327662470227975e-05,
1070
+ "loss": 0.1323,
1071
+ "step": 1480
1072
+ },
1073
+ {
1074
+ "epoch": 0.4332025003634249,
1075
+ "grad_norm": 0.13299217820167542,
1076
+ "learning_rate": 3.3157536577067034e-05,
1077
+ "loss": 0.1311,
1078
+ "step": 1490
1079
+ },
1080
+ {
1081
+ "epoch": 0.4361098996947231,
1082
+ "grad_norm": 0.09196653217077255,
1083
+ "learning_rate": 3.298741068390609e-05,
1084
+ "loss": 0.121,
1085
+ "step": 1500
1086
+ },
1087
+ {
1088
+ "epoch": 0.4361098996947231,
1089
+ "eval_accuracy": 0.46502057613168724,
1090
+ "step": 1500
1091
+ },
1092
+ {
1093
+ "epoch": 0.4361098996947231,
1094
+ "eval_loss": 0.1465623825788498,
1095
+ "eval_runtime": 120.6266,
1096
+ "eval_samples_per_second": 2.014,
1097
+ "eval_steps_per_second": 2.014,
1098
+ "step": 1500
1099
+ },
1100
+ {
1101
+ "epoch": 0.4390172990260212,
1102
+ "grad_norm": 0.08671022951602936,
1103
+ "learning_rate": 3.281728479074515e-05,
1104
+ "loss": 0.1774,
1105
+ "step": 1510
1106
+ },
1107
+ {
1108
+ "epoch": 0.4419246983573194,
1109
+ "grad_norm": 0.1013597920536995,
1110
+ "learning_rate": 3.264715889758421e-05,
1111
+ "loss": 0.147,
1112
+ "step": 1520
1113
+ },
1114
+ {
1115
+ "epoch": 0.44483209768861753,
1116
+ "grad_norm": 0.13395969569683075,
1117
+ "learning_rate": 3.247703300442327e-05,
1118
+ "loss": 0.141,
1119
+ "step": 1530
1120
+ },
1121
+ {
1122
+ "epoch": 0.44773949701991567,
1123
+ "grad_norm": 0.08484592288732529,
1124
+ "learning_rate": 3.230690711126234e-05,
1125
+ "loss": 0.1315,
1126
+ "step": 1540
1127
+ },
1128
+ {
1129
+ "epoch": 0.45064689635121385,
1130
+ "grad_norm": 0.10540632903575897,
1131
+ "learning_rate": 3.21367812181014e-05,
1132
+ "loss": 0.2186,
1133
+ "step": 1550
1134
+ },
1135
+ {
1136
+ "epoch": 0.453554295682512,
1137
+ "grad_norm": 0.08647104352712631,
1138
+ "learning_rate": 3.196665532494046e-05,
1139
+ "loss": 0.1464,
1140
+ "step": 1560
1141
+ },
1142
+ {
1143
+ "epoch": 0.4564616950138101,
1144
+ "grad_norm": 0.11477908492088318,
1145
+ "learning_rate": 3.179652943177952e-05,
1146
+ "loss": 0.1229,
1147
+ "step": 1570
1148
+ },
1149
+ {
1150
+ "epoch": 0.4593690943451083,
1151
+ "grad_norm": 0.139444500207901,
1152
+ "learning_rate": 3.162640353861858e-05,
1153
+ "loss": 0.1722,
1154
+ "step": 1580
1155
+ },
1156
+ {
1157
+ "epoch": 0.46227649367640644,
1158
+ "grad_norm": 0.12302656471729279,
1159
+ "learning_rate": 3.1456277645457635e-05,
1160
+ "loss": 0.161,
1161
+ "step": 1590
1162
+ },
1163
+ {
1164
+ "epoch": 0.46518389300770463,
1165
+ "grad_norm": 0.13583935797214508,
1166
+ "learning_rate": 3.12861517522967e-05,
1167
+ "loss": 0.2173,
1168
+ "step": 1600
1169
+ },
1170
+ {
1171
+ "epoch": 0.46809129233900276,
1172
+ "grad_norm": 0.10586286336183548,
1173
+ "learning_rate": 3.111602585913576e-05,
1174
+ "loss": 0.1394,
1175
+ "step": 1610
1176
+ },
1177
+ {
1178
+ "epoch": 0.4709986916703009,
1179
+ "grad_norm": 0.1407371312379837,
1180
+ "learning_rate": 3.094589996597482e-05,
1181
+ "loss": 0.1452,
1182
+ "step": 1620
1183
+ },
1184
+ {
1185
+ "epoch": 0.4739060910015991,
1186
+ "grad_norm": 0.15980814397335052,
1187
+ "learning_rate": 3.0775774072813886e-05,
1188
+ "loss": 0.1929,
1189
+ "step": 1630
1190
+ },
1191
+ {
1192
+ "epoch": 0.4768134903328972,
1193
+ "grad_norm": 0.1253122240304947,
1194
+ "learning_rate": 3.0605648179652946e-05,
1195
+ "loss": 0.1423,
1196
+ "step": 1640
1197
+ },
1198
+ {
1199
+ "epoch": 0.4797208896641954,
1200
+ "grad_norm": 0.17438402771949768,
1201
+ "learning_rate": 3.043552228649201e-05,
1202
+ "loss": 0.1604,
1203
+ "step": 1650
1204
+ },
1205
+ {
1206
+ "epoch": 0.48262828899549354,
1207
+ "grad_norm": 0.13970227539539337,
1208
+ "learning_rate": 3.0265396393331068e-05,
1209
+ "loss": 0.1355,
1210
+ "step": 1660
1211
+ },
1212
+ {
1213
+ "epoch": 0.48553568832679167,
1214
+ "grad_norm": 0.12440519034862518,
1215
+ "learning_rate": 3.0095270500170124e-05,
1216
+ "loss": 0.1693,
1217
+ "step": 1670
1218
+ },
1219
+ {
1220
+ "epoch": 0.48844308765808986,
1221
+ "grad_norm": 0.136091947555542,
1222
+ "learning_rate": 2.9925144607009187e-05,
1223
+ "loss": 0.118,
1224
+ "step": 1680
1225
+ },
1226
+ {
1227
+ "epoch": 0.491350486989388,
1228
+ "grad_norm": 0.13912110030651093,
1229
+ "learning_rate": 2.975501871384825e-05,
1230
+ "loss": 0.1481,
1231
+ "step": 1690
1232
+ },
1233
+ {
1234
+ "epoch": 0.4942578863206861,
1235
+ "grad_norm": 0.10817007720470428,
1236
+ "learning_rate": 2.958489282068731e-05,
1237
+ "loss": 0.1343,
1238
+ "step": 1700
1239
+ },
1240
+ {
1241
+ "epoch": 0.4971652856519843,
1242
+ "grad_norm": 0.12969084084033966,
1243
+ "learning_rate": 2.941476692752637e-05,
1244
+ "loss": 0.1333,
1245
+ "step": 1710
1246
+ },
1247
+ {
1248
+ "epoch": 0.5000726849832825,
1249
+ "grad_norm": 0.13414813578128815,
1250
+ "learning_rate": 2.9244641034365434e-05,
1251
+ "loss": 0.1526,
1252
+ "step": 1720
1253
+ },
1254
+ {
1255
+ "epoch": 0.5029800843145806,
1256
+ "grad_norm": 0.13201922178268433,
1257
+ "learning_rate": 2.9074515141204494e-05,
1258
+ "loss": 0.1567,
1259
+ "step": 1730
1260
+ },
1261
+ {
1262
+ "epoch": 0.5058874836458788,
1263
+ "grad_norm": 0.14282363653182983,
1264
+ "learning_rate": 2.8904389248043557e-05,
1265
+ "loss": 0.1667,
1266
+ "step": 1740
1267
+ },
1268
+ {
1269
+ "epoch": 0.5087948829771769,
1270
+ "grad_norm": 0.09702622145414352,
1271
+ "learning_rate": 2.8734263354882613e-05,
1272
+ "loss": 0.1246,
1273
+ "step": 1750
1274
+ },
1275
+ {
1276
+ "epoch": 0.511702282308475,
1277
+ "grad_norm": 0.1287912130355835,
1278
+ "learning_rate": 2.8564137461721676e-05,
1279
+ "loss": 0.099,
1280
+ "step": 1760
1281
+ },
1282
+ {
1283
+ "epoch": 0.5146096816397733,
1284
+ "grad_norm": 0.10358964651823044,
1285
+ "learning_rate": 2.8394011568560735e-05,
1286
+ "loss": 0.122,
1287
+ "step": 1770
1288
+ },
1289
+ {
1290
+ "epoch": 0.5175170809710714,
1291
+ "grad_norm": 0.12403380870819092,
1292
+ "learning_rate": 2.8223885675399798e-05,
1293
+ "loss": 0.1731,
1294
+ "step": 1780
1295
+ },
1296
+ {
1297
+ "epoch": 0.5204244803023695,
1298
+ "grad_norm": 0.11310795694589615,
1299
+ "learning_rate": 2.8053759782238857e-05,
1300
+ "loss": 0.1394,
1301
+ "step": 1790
1302
+ },
1303
+ {
1304
+ "epoch": 0.5233318796336677,
1305
+ "grad_norm": 0.15226072072982788,
1306
+ "learning_rate": 2.788363388907792e-05,
1307
+ "loss": 0.1521,
1308
+ "step": 1800
1309
+ },
1310
+ {
1311
+ "epoch": 0.5262392789649658,
1312
+ "grad_norm": 0.11242180317640305,
1313
+ "learning_rate": 2.7713507995916983e-05,
1314
+ "loss": 0.167,
1315
+ "step": 1810
1316
+ },
1317
+ {
1318
+ "epoch": 0.5291466782962639,
1319
+ "grad_norm": 0.10229990631341934,
1320
+ "learning_rate": 2.7543382102756042e-05,
1321
+ "loss": 0.115,
1322
+ "step": 1820
1323
+ },
1324
+ {
1325
+ "epoch": 0.5320540776275622,
1326
+ "grad_norm": 0.11430121213197708,
1327
+ "learning_rate": 2.7373256209595098e-05,
1328
+ "loss": 0.1323,
1329
+ "step": 1830
1330
+ },
1331
+ {
1332
+ "epoch": 0.5349614769588603,
1333
+ "grad_norm": 0.0750517025589943,
1334
+ "learning_rate": 2.720313031643416e-05,
1335
+ "loss": 0.1896,
1336
+ "step": 1840
1337
+ },
1338
+ {
1339
+ "epoch": 0.5378688762901584,
1340
+ "grad_norm": 0.10639439523220062,
1341
+ "learning_rate": 2.7033004423273224e-05,
1342
+ "loss": 0.1511,
1343
+ "step": 1850
1344
+ },
1345
+ {
1346
+ "epoch": 0.5407762756214566,
1347
+ "grad_norm": 0.10970495641231537,
1348
+ "learning_rate": 2.6862878530112283e-05,
1349
+ "loss": 0.1456,
1350
+ "step": 1860
1351
+ },
1352
+ {
1353
+ "epoch": 0.5436836749527547,
1354
+ "grad_norm": 0.14610768854618073,
1355
+ "learning_rate": 2.6692752636951346e-05,
1356
+ "loss": 0.1407,
1357
+ "step": 1870
1358
+ },
1359
+ {
1360
+ "epoch": 0.546591074284053,
1361
+ "grad_norm": 0.0982876867055893,
1362
+ "learning_rate": 2.652262674379041e-05,
1363
+ "loss": 0.1484,
1364
+ "step": 1880
1365
+ },
1366
+ {
1367
+ "epoch": 0.5494984736153511,
1368
+ "grad_norm": 0.10405632108449936,
1369
+ "learning_rate": 2.635250085062947e-05,
1370
+ "loss": 0.147,
1371
+ "step": 1890
1372
+ },
1373
+ {
1374
+ "epoch": 0.5524058729466492,
1375
+ "grad_norm": 0.1323215663433075,
1376
+ "learning_rate": 2.618237495746853e-05,
1377
+ "loss": 0.1866,
1378
+ "step": 1900
1379
+ },
1380
+ {
1381
+ "epoch": 0.5553132722779474,
1382
+ "grad_norm": 0.08775471895933151,
1383
+ "learning_rate": 2.6012249064307587e-05,
1384
+ "loss": 0.098,
1385
+ "step": 1910
1386
+ },
1387
+ {
1388
+ "epoch": 0.5582206716092455,
1389
+ "grad_norm": 0.09187202900648117,
1390
+ "learning_rate": 2.584212317114665e-05,
1391
+ "loss": 0.1555,
1392
+ "step": 1920
1393
+ },
1394
+ {
1395
+ "epoch": 0.5611280709405437,
1396
+ "grad_norm": 0.11878269165754318,
1397
+ "learning_rate": 2.567199727798571e-05,
1398
+ "loss": 0.1181,
1399
+ "step": 1930
1400
+ },
1401
+ {
1402
+ "epoch": 0.5640354702718419,
1403
+ "grad_norm": 0.07616838067770004,
1404
+ "learning_rate": 2.5501871384824772e-05,
1405
+ "loss": 0.1979,
1406
+ "step": 1940
1407
+ },
1408
+ {
1409
+ "epoch": 0.56694286960314,
1410
+ "grad_norm": 0.12157191336154938,
1411
+ "learning_rate": 2.533174549166383e-05,
1412
+ "loss": 0.1479,
1413
+ "step": 1950
1414
+ },
1415
+ {
1416
+ "epoch": 0.5698502689344381,
1417
+ "grad_norm": 0.08891995251178741,
1418
+ "learning_rate": 2.5161619598502894e-05,
1419
+ "loss": 0.1184,
1420
+ "step": 1960
1421
+ },
1422
+ {
1423
+ "epoch": 0.5727576682657363,
1424
+ "grad_norm": 0.12914909422397614,
1425
+ "learning_rate": 2.4991493705341954e-05,
1426
+ "loss": 0.1533,
1427
+ "step": 1970
1428
+ },
1429
+ {
1430
+ "epoch": 0.5756650675970345,
1431
+ "grad_norm": 0.1337321698665619,
1432
+ "learning_rate": 2.4821367812181017e-05,
1433
+ "loss": 0.1564,
1434
+ "step": 1980
1435
+ },
1436
+ {
1437
+ "epoch": 0.5785724669283326,
1438
+ "grad_norm": 0.13483311235904694,
1439
+ "learning_rate": 2.4651241919020076e-05,
1440
+ "loss": 0.1648,
1441
+ "step": 1990
1442
+ },
1443
+ {
1444
+ "epoch": 0.5814798662596308,
1445
+ "grad_norm": 0.10340965539216995,
1446
+ "learning_rate": 2.448111602585914e-05,
1447
+ "loss": 0.125,
1448
+ "step": 2000
1449
+ },
1450
+ {
1451
+ "epoch": 0.5814798662596308,
1452
+ "eval_accuracy": 0.49794238683127573,
1453
+ "step": 2000
1454
+ },
1455
+ {
1456
+ "epoch": 0.5814798662596308,
1457
+ "eval_loss": 0.14546644687652588,
1458
+ "eval_runtime": 121.0771,
1459
+ "eval_samples_per_second": 2.007,
1460
+ "eval_steps_per_second": 2.007,
1461
+ "step": 2000
1462
+ }
1463
+ ],
1464
+ "logging_steps": 10,
1465
+ "max_steps": 3439,
1466
+ "num_input_tokens_seen": 0,
1467
+ "num_train_epochs": 1,
1468
+ "save_steps": 500,
1469
+ "stateful_callbacks": {
1470
+ "TrainerControl": {
1471
+ "args": {
1472
+ "should_epoch_stop": false,
1473
+ "should_evaluate": false,
1474
+ "should_log": false,
1475
+ "should_save": true,
1476
+ "should_training_stop": false
1477
+ },
1478
+ "attributes": {}
1479
+ }
1480
+ },
1481
+ "total_flos": 2.6294611869696e+17,
1482
+ "train_batch_size": 1,
1483
+ "trial_name": null,
1484
+ "trial_params": null
1485
+ }
checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b868ef95d608a436278794d3830d43d18443ff20bb16e5eb13dcb771311e6732
3
+ size 5048
checkpoint-2000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2500/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/phi-2
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.11.1
checkpoint-2500/adapter_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/phi-2",
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.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "fc1",
24
+ "fc2",
25
+ "Wqkv"
26
+ ],
27
+ "task_type": "CAUSAL_LM",
28
+ "use_dora": false,
29
+ "use_rslora": false
30
+ }
checkpoint-2500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec272f418af250953f9687d3b4b0ff297995374e7d84ac68e9f8faa1766fcf7
3
+ size 104873776
checkpoint-2500/added_tokens.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "\t\t": 50294,
3
+ "\t\t\t": 50293,
4
+ "\t\t\t\t": 50292,
5
+ "\t\t\t\t\t": 50291,
6
+ "\t\t\t\t\t\t": 50290,
7
+ "\t\t\t\t\t\t\t": 50289,
8
+ "\t\t\t\t\t\t\t\t": 50288,
9
+ "\t\t\t\t\t\t\t\t\t": 50287,
10
+ " ": 50286,
11
+ " ": 50285,
12
+ " ": 50284,
13
+ " ": 50283,
14
+ " ": 50282,
15
+ " ": 50281,
16
+ " ": 50280,
17
+ " ": 50279,
18
+ " ": 50278,
19
+ " ": 50277,
20
+ " ": 50276,
21
+ " ": 50275,
22
+ " ": 50274,
23
+ " ": 50273,
24
+ " ": 50272,
25
+ " ": 50271,
26
+ " ": 50270,
27
+ " ": 50269,
28
+ " ": 50268,
29
+ " ": 50267,
30
+ " ": 50266,
31
+ " ": 50265,
32
+ " ": 50264,
33
+ " ": 50263,
34
+ " ": 50262,
35
+ " ": 50261,
36
+ " ": 50260,
37
+ " ": 50259,
38
+ " ": 50258,
39
+ " ": 50257
40
+ }
checkpoint-2500/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbc989218f683a05f5ddfe7212906b8decb041d4c5f8c5de4caf67577465a477
3
+ size 209823354
checkpoint-2500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd9fce551f4ed5bb9cd976a8385b1ccd39f17f01ed5e8eab82363f95395a3f81
3
+ size 14244