kiritps commited on
Commit
60efbe2
·
verified ·
1 Parent(s): 378748b

Push trained LoRA model

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +37 -35
  2. README.md +218 -3
  3. adapter_config.json +28 -0
  4. adapter_model.bin +3 -0
  5. checkpoint-3840/README.md +237 -0
  6. checkpoint-3840/adapter_config.json +28 -0
  7. checkpoint-3840/adapter_model.bin +3 -0
  8. checkpoint-3840/adapter_model.safetensors +3 -0
  9. checkpoint-3840/optimizer.pt +3 -0
  10. checkpoint-3840/rng_state.pth +3 -0
  11. checkpoint-3840/scheduler.pt +3 -0
  12. checkpoint-3840/special_tokens_map.json +24 -0
  13. checkpoint-3840/tokenizer.json +0 -0
  14. checkpoint-3840/tokenizer.model +3 -0
  15. checkpoint-3840/tokenizer_config.json +39 -0
  16. checkpoint-3840/trainer_state.json +475 -0
  17. checkpoint-3840/training_args.bin +3 -0
  18. checkpoint-4320/README.md +237 -0
  19. checkpoint-4320/adapter_config.json +28 -0
  20. checkpoint-4320/adapter_model.bin +3 -0
  21. checkpoint-4320/adapter_model.safetensors +3 -0
  22. checkpoint-4320/optimizer.pt +3 -0
  23. checkpoint-4320/rng_state.pth +3 -0
  24. checkpoint-4320/scheduler.pt +3 -0
  25. checkpoint-4320/special_tokens_map.json +24 -0
  26. checkpoint-4320/tokenizer.json +0 -0
  27. checkpoint-4320/tokenizer.model +3 -0
  28. checkpoint-4320/tokenizer_config.json +39 -0
  29. checkpoint-4320/trainer_state.json +535 -0
  30. checkpoint-4320/training_args.bin +3 -0
  31. checkpoint-4800/README.md +237 -0
  32. checkpoint-4800/adapter_config.json +28 -0
  33. checkpoint-4800/adapter_model.bin +3 -0
  34. checkpoint-4800/adapter_model.safetensors +3 -0
  35. checkpoint-4800/optimizer.pt +3 -0
  36. checkpoint-4800/rng_state.pth +3 -0
  37. checkpoint-4800/scheduler.pt +3 -0
  38. checkpoint-4800/special_tokens_map.json +24 -0
  39. checkpoint-4800/tokenizer.json +0 -0
  40. checkpoint-4800/tokenizer.model +3 -0
  41. checkpoint-4800/tokenizer_config.json +39 -0
  42. checkpoint-4800/trainer_state.json +595 -0
  43. checkpoint-4800/training_args.bin +3 -0
  44. checkpoint-5280/README.md +237 -0
  45. checkpoint-5280/adapter_config.json +28 -0
  46. checkpoint-5280/adapter_model.bin +3 -0
  47. checkpoint-5280/adapter_model.safetensors +3 -0
  48. checkpoint-5280/optimizer.pt +3 -0
  49. checkpoint-5280/rng_state.pth +3 -0
  50. checkpoint-5280/scheduler.pt +3 -0
.gitattributes CHANGED
@@ -1,35 +1,37 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ckpt filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
- *.model filter=lfs diff=lfs merge=lfs -text
13
- *.msgpack filter=lfs diff=lfs merge=lfs -text
14
- *.npy filter=lfs diff=lfs merge=lfs -text
15
- *.npz filter=lfs diff=lfs merge=lfs -text
16
- *.onnx filter=lfs diff=lfs merge=lfs -text
17
- *.ot filter=lfs diff=lfs merge=lfs -text
18
- *.parquet filter=lfs diff=lfs merge=lfs -text
19
- *.pb filter=lfs diff=lfs merge=lfs -text
20
- *.pickle filter=lfs diff=lfs merge=lfs -text
21
- *.pkl filter=lfs diff=lfs merge=lfs -text
22
- *.pt filter=lfs diff=lfs merge=lfs -text
23
- *.pth filter=lfs diff=lfs merge=lfs -text
24
- *.rar filter=lfs diff=lfs merge=lfs -text
25
- *.safetensors filter=lfs diff=lfs merge=lfs -text
26
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
- *.tar.* filter=lfs diff=lfs merge=lfs -text
28
- *.tar filter=lfs diff=lfs merge=lfs -text
29
- *.tflite filter=lfs diff=lfs merge=lfs -text
30
- *.tgz filter=lfs diff=lfs merge=lfs -text
31
- *.wasm filter=lfs diff=lfs merge=lfs -text
32
- *.xz filter=lfs diff=lfs merge=lfs -text
33
- *.zip filter=lfs diff=lfs merge=lfs -text
34
- *.zst filter=lfs diff=lfs merge=lfs -text
35
- *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
1
+ adapter_model.bin filter=lfs diff=lfs merge=lfs -text
2
+ checkpoint-3840/adapter_model.safetensors filter=lfs diff=lfs merge=lfs -text
3
+ checkpoint-3840/optimizer.pt filter=lfs diff=lfs merge=lfs -text
4
+ checkpoint-4320/adapter_model.safetensors filter=lfs diff=lfs merge=lfs -text
5
+ checkpoint-4320/optimizer.pt filter=lfs diff=lfs merge=lfs -text
6
+ checkpoint-4800/adapter_model.safetensors filter=lfs diff=lfs merge=lfs -text
7
+ checkpoint-4800/optimizer.pt filter=lfs diff=lfs merge=lfs -text
8
+ checkpoint-5280/adapter_model.safetensors filter=lfs diff=lfs merge=lfs -text
9
+ checkpoint-5280/optimizer.pt filter=lfs diff=lfs merge=lfs -text
10
+ checkpoint-5760/adapter_model.safetensors filter=lfs diff=lfs merge=lfs -text
11
+ checkpoint-5760/optimizer.pt filter=lfs diff=lfs merge=lfs -text
12
+ checkpoint-3840/rng_state.pth filter=lfs diff=lfs merge=lfs -text
13
+ checkpoint-3840/scheduler.pt filter=lfs diff=lfs merge=lfs -text
14
+ checkpoint-3840/tokenizer.model filter=lfs diff=lfs merge=lfs -text
15
+ checkpoint-3840/training_args.bin filter=lfs diff=lfs merge=lfs -text
16
+ checkpoint-4320/rng_state.pth filter=lfs diff=lfs merge=lfs -text
17
+ checkpoint-4320/scheduler.pt filter=lfs diff=lfs merge=lfs -text
18
+ checkpoint-4320/tokenizer.model filter=lfs diff=lfs merge=lfs -text
19
+ checkpoint-4320/training_args.bin filter=lfs diff=lfs merge=lfs -text
20
+ checkpoint-4800/rng_state.pth filter=lfs diff=lfs merge=lfs -text
21
+ checkpoint-4800/scheduler.pt filter=lfs diff=lfs merge=lfs -text
22
+ checkpoint-4800/tokenizer.model filter=lfs diff=lfs merge=lfs -text
23
+ checkpoint-4800/training_args.bin filter=lfs diff=lfs merge=lfs -text
24
+ checkpoint-5280/rng_state.pth filter=lfs diff=lfs merge=lfs -text
25
+ checkpoint-5280/scheduler.pt filter=lfs diff=lfs merge=lfs -text
26
+ checkpoint-5280/tokenizer.model filter=lfs diff=lfs merge=lfs -text
27
+ checkpoint-5280/training_args.bin filter=lfs diff=lfs merge=lfs -text
28
+ checkpoint-5760/rng_state.pth filter=lfs diff=lfs merge=lfs -text
29
+ checkpoint-5760/scheduler.pt filter=lfs diff=lfs merge=lfs -text
30
+ checkpoint-5760/tokenizer.model filter=lfs diff=lfs merge=lfs -text
31
+ checkpoint-5760/training_args.bin filter=lfs diff=lfs merge=lfs -text
32
+ tokenizer.model filter=lfs diff=lfs merge=lfs -text
33
+ checkpoint-3840/adapter_model.bin filter=lfs diff=lfs merge=lfs -text
34
+ checkpoint-4320/adapter_model.bin filter=lfs diff=lfs merge=lfs -text
35
+ checkpoint-4800/adapter_model.bin filter=lfs diff=lfs merge=lfs -text
36
+ checkpoint-5280/adapter_model.bin filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-5760/adapter_model.bin filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,218 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-2-7b-hf
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
+ ## Training procedure
201
+
202
+
203
+ The following `bitsandbytes` quantization config was used during training:
204
+ - quant_method: bitsandbytes
205
+ - load_in_8bit: False
206
+ - load_in_4bit: True
207
+ - llm_int8_threshold: 6.0
208
+ - llm_int8_skip_modules: None
209
+ - llm_int8_enable_fp32_cpu_offload: False
210
+ - llm_int8_has_fp16_weight: False
211
+ - bnb_4bit_quant_type: nf4
212
+ - bnb_4bit_use_double_quant: True
213
+ - bnb_4bit_compute_dtype: bfloat16
214
+
215
+ ### Framework versions
216
+
217
+
218
+ - PEFT 0.6.2
adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 64,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 32,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "up_proj",
20
+ "v_proj",
21
+ "gate_proj",
22
+ "q_proj",
23
+ "down_proj",
24
+ "k_proj",
25
+ "o_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50e19cee33199e0ddcbda1e7ecab47aff060af6739a595991b599147e171f8eb
3
+ size 319977674
checkpoint-3840/README.md ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-2-7b-hf
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
+ ## Training procedure
201
+
202
+
203
+ The following `bitsandbytes` quantization config was used during training:
204
+ - quant_method: bitsandbytes
205
+ - load_in_8bit: False
206
+ - load_in_4bit: True
207
+ - llm_int8_threshold: 6.0
208
+ - llm_int8_skip_modules: None
209
+ - llm_int8_enable_fp32_cpu_offload: False
210
+ - llm_int8_has_fp16_weight: False
211
+ - bnb_4bit_quant_type: nf4
212
+ - bnb_4bit_use_double_quant: True
213
+ - bnb_4bit_compute_dtype: bfloat16
214
+
215
+ ### Framework versions
216
+
217
+
218
+ - PEFT 0.6.2
219
+ ## Training procedure
220
+
221
+
222
+ The following `bitsandbytes` quantization config was used during training:
223
+ - quant_method: bitsandbytes
224
+ - load_in_8bit: False
225
+ - load_in_4bit: True
226
+ - llm_int8_threshold: 6.0
227
+ - llm_int8_skip_modules: None
228
+ - llm_int8_enable_fp32_cpu_offload: False
229
+ - llm_int8_has_fp16_weight: False
230
+ - bnb_4bit_quant_type: nf4
231
+ - bnb_4bit_use_double_quant: True
232
+ - bnb_4bit_compute_dtype: bfloat16
233
+
234
+ ### Framework versions
235
+
236
+
237
+ - PEFT 0.6.2
checkpoint-3840/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 64,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 32,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "up_proj",
20
+ "v_proj",
21
+ "gate_proj",
22
+ "q_proj",
23
+ "down_proj",
24
+ "k_proj",
25
+ "o_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }
checkpoint-3840/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:208402213a597bf1bb564074ae67f48c5bc26e1a483ce63a3dad60481dc7cd42
3
+ size 319977674
checkpoint-3840/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:605fc461a4bfd1264ff01b323e652c502ab7f08c5cd315ac71660f0757a0af1a
3
+ size 319876032
checkpoint-3840/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19088b87a8ab3ad1dd63a436646c056efea443d8b247b71106e8f4a3f7d08c03
3
+ size 160747348
checkpoint-3840/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026f121322006f724845958071192ee5a57cd2d645e0c9b3a594d1f977da76fc
3
+ size 14244
checkpoint-3840/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab52454eb07dbbf691b1ae440fb954c90d3e8b5d0535f54dfd668e3753fc41c8
3
+ size 1064
checkpoint-3840/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-3840/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3840/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-3840/tokenizer_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<unk>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<s>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ }
27
+ },
28
+ "bos_token": "<s>",
29
+ "clean_up_tokenization_spaces": false,
30
+ "eos_token": "</s>",
31
+ "legacy": false,
32
+ "model_max_length": 1000000000000000019884624838656,
33
+ "pad_token": "</s>",
34
+ "padding_side": "right",
35
+ "sp_model_kwargs": {},
36
+ "tokenizer_class": "LlamaTokenizer",
37
+ "unk_token": "<unk>",
38
+ "use_default_system_prompt": false
39
+ }
checkpoint-3840/trainer_state.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.006685017695635,
5
+ "eval_steps": 500,
6
+ "global_step": 3840,
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.01,
13
+ "learning_rate": 8.680555555555556e-06,
14
+ "loss": 1.4509,
15
+ "step": 50
16
+ },
17
+ {
18
+ "epoch": 0.03,
19
+ "learning_rate": 1.736111111111111e-05,
20
+ "loss": 0.7733,
21
+ "step": 100
22
+ },
23
+ {
24
+ "epoch": 0.04,
25
+ "learning_rate": 2.604166666666667e-05,
26
+ "loss": 0.4247,
27
+ "step": 150
28
+ },
29
+ {
30
+ "epoch": 0.05,
31
+ "learning_rate": 3.472222222222222e-05,
32
+ "loss": 0.3633,
33
+ "step": 200
34
+ },
35
+ {
36
+ "epoch": 0.07,
37
+ "learning_rate": 4.340277777777778e-05,
38
+ "loss": 0.3354,
39
+ "step": 250
40
+ },
41
+ {
42
+ "epoch": 0.08,
43
+ "learning_rate": 5.208333333333334e-05,
44
+ "loss": 0.3234,
45
+ "step": 300
46
+ },
47
+ {
48
+ "epoch": 0.09,
49
+ "learning_rate": 6.076388888888889e-05,
50
+ "loss": 0.3164,
51
+ "step": 350
52
+ },
53
+ {
54
+ "epoch": 0.1,
55
+ "learning_rate": 6.944444444444444e-05,
56
+ "loss": 0.2978,
57
+ "step": 400
58
+ },
59
+ {
60
+ "epoch": 0.12,
61
+ "learning_rate": 7.8125e-05,
62
+ "loss": 0.2887,
63
+ "step": 450
64
+ },
65
+ {
66
+ "epoch": 0.13,
67
+ "learning_rate": 8.680555555555556e-05,
68
+ "loss": 0.2838,
69
+ "step": 500
70
+ },
71
+ {
72
+ "epoch": 0.14,
73
+ "learning_rate": 9.548611111111112e-05,
74
+ "loss": 0.2853,
75
+ "step": 550
76
+ },
77
+ {
78
+ "epoch": 0.16,
79
+ "learning_rate": 9.999471159635539e-05,
80
+ "loss": 0.2798,
81
+ "step": 600
82
+ },
83
+ {
84
+ "epoch": 0.17,
85
+ "learning_rate": 9.994973097955704e-05,
86
+ "loss": 0.2753,
87
+ "step": 650
88
+ },
89
+ {
90
+ "epoch": 0.18,
91
+ "learning_rate": 9.98588929347481e-05,
92
+ "loss": 0.279,
93
+ "step": 700
94
+ },
95
+ {
96
+ "epoch": 0.2,
97
+ "learning_rate": 9.972228085775511e-05,
98
+ "loss": 0.2685,
99
+ "step": 750
100
+ },
101
+ {
102
+ "epoch": 0.21,
103
+ "learning_rate": 9.954002016824227e-05,
104
+ "loss": 0.2633,
105
+ "step": 800
106
+ },
107
+ {
108
+ "epoch": 0.22,
109
+ "learning_rate": 9.931227819456718e-05,
110
+ "loss": 0.2627,
111
+ "step": 850
112
+ },
113
+ {
114
+ "epoch": 0.24,
115
+ "learning_rate": 9.903926402016153e-05,
116
+ "loss": 0.2549,
117
+ "step": 900
118
+ },
119
+ {
120
+ "epoch": 0.25,
121
+ "learning_rate": 9.872122829157737e-05,
122
+ "loss": 0.2526,
123
+ "step": 950
124
+ },
125
+ {
126
+ "epoch": 0.26,
127
+ "learning_rate": 9.835846298837584e-05,
128
+ "loss": 0.2518,
129
+ "step": 1000
130
+ },
131
+ {
132
+ "epoch": 0.28,
133
+ "learning_rate": 9.795130115506887e-05,
134
+ "loss": 0.2532,
135
+ "step": 1050
136
+ },
137
+ {
138
+ "epoch": 0.29,
139
+ "learning_rate": 9.750011659536058e-05,
140
+ "loss": 0.256,
141
+ "step": 1100
142
+ },
143
+ {
144
+ "epoch": 0.3,
145
+ "learning_rate": 9.700532352896867e-05,
146
+ "loss": 0.2451,
147
+ "step": 1150
148
+ },
149
+ {
150
+ "epoch": 0.31,
151
+ "learning_rate": 9.646737621134112e-05,
152
+ "loss": 0.2453,
153
+ "step": 1200
154
+ },
155
+ {
156
+ "epoch": 0.33,
157
+ "learning_rate": 9.588676851661718e-05,
158
+ "loss": 0.2481,
159
+ "step": 1250
160
+ },
161
+ {
162
+ "epoch": 0.34,
163
+ "learning_rate": 9.526403348421544e-05,
164
+ "loss": 0.2436,
165
+ "step": 1300
166
+ },
167
+ {
168
+ "epoch": 0.35,
169
+ "learning_rate": 9.459974282946571e-05,
170
+ "loss": 0.2386,
171
+ "step": 1350
172
+ },
173
+ {
174
+ "epoch": 0.37,
175
+ "learning_rate": 9.389450641873323e-05,
176
+ "loss": 0.2385,
177
+ "step": 1400
178
+ },
179
+ {
180
+ "epoch": 0.38,
181
+ "learning_rate": 9.314897170951779e-05,
182
+ "loss": 0.2319,
183
+ "step": 1450
184
+ },
185
+ {
186
+ "epoch": 0.39,
187
+ "learning_rate": 9.23638231560414e-05,
188
+ "loss": 0.2361,
189
+ "step": 1500
190
+ },
191
+ {
192
+ "epoch": 0.41,
193
+ "learning_rate": 9.153978158087033e-05,
194
+ "loss": 0.2429,
195
+ "step": 1550
196
+ },
197
+ {
198
+ "epoch": 0.42,
199
+ "learning_rate": 9.067760351314838e-05,
200
+ "loss": 0.2373,
201
+ "step": 1600
202
+ },
203
+ {
204
+ "epoch": 0.43,
205
+ "learning_rate": 8.9778080494049e-05,
206
+ "loss": 0.2311,
207
+ "step": 1650
208
+ },
209
+ {
210
+ "epoch": 0.45,
211
+ "learning_rate": 8.884203835008382e-05,
212
+ "loss": 0.2327,
213
+ "step": 1700
214
+ },
215
+ {
216
+ "epoch": 0.46,
217
+ "learning_rate": 8.787033643493483e-05,
218
+ "loss": 0.2321,
219
+ "step": 1750
220
+ },
221
+ {
222
+ "epoch": 0.47,
223
+ "learning_rate": 8.68638668405062e-05,
224
+ "loss": 0.2302,
225
+ "step": 1800
226
+ },
227
+ {
228
+ "epoch": 0.48,
229
+ "learning_rate": 8.582355357792003e-05,
230
+ "loss": 0.2179,
231
+ "step": 1850
232
+ },
233
+ {
234
+ "epoch": 0.5,
235
+ "learning_rate": 8.475035172920804e-05,
236
+ "loss": 0.2305,
237
+ "step": 1900
238
+ },
239
+ {
240
+ "epoch": 0.51,
241
+ "learning_rate": 8.364524657047789e-05,
242
+ "loss": 0.2241,
243
+ "step": 1950
244
+ },
245
+ {
246
+ "epoch": 0.52,
247
+ "learning_rate": 8.250925266735918e-05,
248
+ "loss": 0.2243,
249
+ "step": 2000
250
+ },
251
+ {
252
+ "epoch": 0.54,
253
+ "learning_rate": 8.134341294355963e-05,
254
+ "loss": 0.2219,
255
+ "step": 2050
256
+ },
257
+ {
258
+ "epoch": 0.55,
259
+ "learning_rate": 8.014879772338649e-05,
260
+ "loss": 0.2256,
261
+ "step": 2100
262
+ },
263
+ {
264
+ "epoch": 0.56,
265
+ "learning_rate": 7.89265037491121e-05,
266
+ "loss": 0.2187,
267
+ "step": 2150
268
+ },
269
+ {
270
+ "epoch": 0.58,
271
+ "learning_rate": 7.767765317408613e-05,
272
+ "loss": 0.2187,
273
+ "step": 2200
274
+ },
275
+ {
276
+ "epoch": 0.59,
277
+ "learning_rate": 7.64033925325184e-05,
278
+ "loss": 0.2207,
279
+ "step": 2250
280
+ },
281
+ {
282
+ "epoch": 0.6,
283
+ "learning_rate": 7.510489168687851e-05,
284
+ "loss": 0.2189,
285
+ "step": 2300
286
+ },
287
+ {
288
+ "epoch": 0.62,
289
+ "learning_rate": 7.378334275387821e-05,
290
+ "loss": 0.2159,
291
+ "step": 2350
292
+ },
293
+ {
294
+ "epoch": 0.63,
295
+ "learning_rate": 7.243995901002312e-05,
296
+ "loss": 0.2132,
297
+ "step": 2400
298
+ },
299
+ {
300
+ "epoch": 0.64,
301
+ "learning_rate": 7.10759737777379e-05,
302
+ "loss": 0.2133,
303
+ "step": 2450
304
+ },
305
+ {
306
+ "epoch": 0.66,
307
+ "learning_rate": 6.969263929308812e-05,
308
+ "loss": 0.2162,
309
+ "step": 2500
310
+ },
311
+ {
312
+ "epoch": 0.67,
313
+ "learning_rate": 6.829122555613785e-05,
314
+ "loss": 0.2139,
315
+ "step": 2550
316
+ },
317
+ {
318
+ "epoch": 0.68,
319
+ "learning_rate": 6.687301916499871e-05,
320
+ "loss": 0.211,
321
+ "step": 2600
322
+ },
323
+ {
324
+ "epoch": 0.69,
325
+ "learning_rate": 6.543932213464079e-05,
326
+ "loss": 0.2088,
327
+ "step": 2650
328
+ },
329
+ {
330
+ "epoch": 0.71,
331
+ "learning_rate": 6.399145070154961e-05,
332
+ "loss": 0.2061,
333
+ "step": 2700
334
+ },
335
+ {
336
+ "epoch": 0.72,
337
+ "learning_rate": 6.253073411532693e-05,
338
+ "loss": 0.2053,
339
+ "step": 2750
340
+ },
341
+ {
342
+ "epoch": 0.73,
343
+ "learning_rate": 6.105851341834439e-05,
344
+ "loss": 0.2058,
345
+ "step": 2800
346
+ },
347
+ {
348
+ "epoch": 0.75,
349
+ "learning_rate": 5.957614021457072e-05,
350
+ "loss": 0.2025,
351
+ "step": 2850
352
+ },
353
+ {
354
+ "epoch": 0.76,
355
+ "learning_rate": 5.808497542870246e-05,
356
+ "loss": 0.2021,
357
+ "step": 2900
358
+ },
359
+ {
360
+ "epoch": 0.77,
361
+ "learning_rate": 5.658638805673777e-05,
362
+ "loss": 0.205,
363
+ "step": 2950
364
+ },
365
+ {
366
+ "epoch": 0.79,
367
+ "learning_rate": 5.5081753909140096e-05,
368
+ "loss": 0.2031,
369
+ "step": 3000
370
+ },
371
+ {
372
+ "epoch": 0.8,
373
+ "learning_rate": 5.357245434774567e-05,
374
+ "loss": 0.2031,
375
+ "step": 3050
376
+ },
377
+ {
378
+ "epoch": 0.81,
379
+ "learning_rate": 5.205987501757452e-05,
380
+ "loss": 0.1999,
381
+ "step": 3100
382
+ },
383
+ {
384
+ "epoch": 0.83,
385
+ "learning_rate": 5.054540457470912e-05,
386
+ "loss": 0.1975,
387
+ "step": 3150
388
+ },
389
+ {
390
+ "epoch": 0.84,
391
+ "learning_rate": 4.903043341140879e-05,
392
+ "loss": 0.1978,
393
+ "step": 3200
394
+ },
395
+ {
396
+ "epoch": 0.85,
397
+ "learning_rate": 4.751635237962999e-05,
398
+ "loss": 0.2042,
399
+ "step": 3250
400
+ },
401
+ {
402
+ "epoch": 0.87,
403
+ "learning_rate": 4.600455151412482e-05,
404
+ "loss": 0.1877,
405
+ "step": 3300
406
+ },
407
+ {
408
+ "epoch": 0.88,
409
+ "learning_rate": 4.4496418756289426e-05,
410
+ "loss": 0.2019,
411
+ "step": 3350
412
+ },
413
+ {
414
+ "epoch": 0.89,
415
+ "learning_rate": 4.299333867993469e-05,
416
+ "loss": 0.1939,
417
+ "step": 3400
418
+ },
419
+ {
420
+ "epoch": 0.9,
421
+ "learning_rate": 4.149669122014823e-05,
422
+ "loss": 0.1965,
423
+ "step": 3450
424
+ },
425
+ {
426
+ "epoch": 0.92,
427
+ "learning_rate": 4.0007850406415234e-05,
428
+ "loss": 0.1937,
429
+ "step": 3500
430
+ },
431
+ {
432
+ "epoch": 0.93,
433
+ "learning_rate": 3.8528183101161126e-05,
434
+ "loss": 0.1908,
435
+ "step": 3550
436
+ },
437
+ {
438
+ "epoch": 0.94,
439
+ "learning_rate": 3.705904774487396e-05,
440
+ "loss": 0.1914,
441
+ "step": 3600
442
+ },
443
+ {
444
+ "epoch": 0.96,
445
+ "learning_rate": 3.560179310895886e-05,
446
+ "loss": 0.1897,
447
+ "step": 3650
448
+ },
449
+ {
450
+ "epoch": 0.97,
451
+ "learning_rate": 3.415775705746934e-05,
452
+ "loss": 0.188,
453
+ "step": 3700
454
+ },
455
+ {
456
+ "epoch": 0.98,
457
+ "learning_rate": 3.272826531885229e-05,
458
+ "loss": 0.1884,
459
+ "step": 3750
460
+ },
461
+ {
462
+ "epoch": 1.0,
463
+ "learning_rate": 3.131463026883449e-05,
464
+ "loss": 0.1878,
465
+ "step": 3800
466
+ }
467
+ ],
468
+ "logging_steps": 50,
469
+ "max_steps": 5760,
470
+ "num_train_epochs": 2,
471
+ "save_steps": 480,
472
+ "total_flos": 5.088388100683776e+17,
473
+ "trial_name": null,
474
+ "trial_params": null
475
+ }
checkpoint-3840/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d392d83dd23876e39872e8cc0e10bfddf05155bc73a74eb84a0f16de87667b31
3
+ size 4600
checkpoint-4320/README.md ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-2-7b-hf
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
+ ## Training procedure
201
+
202
+
203
+ The following `bitsandbytes` quantization config was used during training:
204
+ - quant_method: bitsandbytes
205
+ - load_in_8bit: False
206
+ - load_in_4bit: True
207
+ - llm_int8_threshold: 6.0
208
+ - llm_int8_skip_modules: None
209
+ - llm_int8_enable_fp32_cpu_offload: False
210
+ - llm_int8_has_fp16_weight: False
211
+ - bnb_4bit_quant_type: nf4
212
+ - bnb_4bit_use_double_quant: True
213
+ - bnb_4bit_compute_dtype: bfloat16
214
+
215
+ ### Framework versions
216
+
217
+
218
+ - PEFT 0.6.2
219
+ ## Training procedure
220
+
221
+
222
+ The following `bitsandbytes` quantization config was used during training:
223
+ - quant_method: bitsandbytes
224
+ - load_in_8bit: False
225
+ - load_in_4bit: True
226
+ - llm_int8_threshold: 6.0
227
+ - llm_int8_skip_modules: None
228
+ - llm_int8_enable_fp32_cpu_offload: False
229
+ - llm_int8_has_fp16_weight: False
230
+ - bnb_4bit_quant_type: nf4
231
+ - bnb_4bit_use_double_quant: True
232
+ - bnb_4bit_compute_dtype: bfloat16
233
+
234
+ ### Framework versions
235
+
236
+
237
+ - PEFT 0.6.2
checkpoint-4320/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 64,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 32,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "up_proj",
20
+ "v_proj",
21
+ "gate_proj",
22
+ "q_proj",
23
+ "down_proj",
24
+ "k_proj",
25
+ "o_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }
checkpoint-4320/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2067e7fbdad934f320f5af8b9893fed9530c553ef7ffa9507cc57fa83b865e4a
3
+ size 319977674
checkpoint-4320/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea5364488d3eb730ed248b54da99af5cac492f7f1609c27a3a81589dfa3dddc6
3
+ size 319876032
checkpoint-4320/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6294fa1bc465c4a2a0046c8dd5ddeb492215f0f5657a9ccda11edfedadd2ce19
3
+ size 160747348
checkpoint-4320/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38df75ecc4f63262e31e9626ffa89dde7584afaa4a3b92c03f10689f07c001b9
3
+ size 14244
checkpoint-4320/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b85c79dcdccd1d9b02abc6f88c5c7467b459ed8657a1b8c9c40b5caf04defbd
3
+ size 1064
checkpoint-4320/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-4320/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-4320/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-4320/tokenizer_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<unk>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<s>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ }
27
+ },
28
+ "bos_token": "<s>",
29
+ "clean_up_tokenization_spaces": false,
30
+ "eos_token": "</s>",
31
+ "legacy": false,
32
+ "model_max_length": 1000000000000000019884624838656,
33
+ "pad_token": "</s>",
34
+ "padding_side": "right",
35
+ "sp_model_kwargs": {},
36
+ "tokenizer_class": "LlamaTokenizer",
37
+ "unk_token": "<unk>",
38
+ "use_default_system_prompt": false
39
+ }
checkpoint-4320/trainer_state.json ADDED
@@ -0,0 +1,535 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.1325206449075895,
5
+ "eval_steps": 500,
6
+ "global_step": 4320,
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.01,
13
+ "learning_rate": 8.680555555555556e-06,
14
+ "loss": 1.4509,
15
+ "step": 50
16
+ },
17
+ {
18
+ "epoch": 0.03,
19
+ "learning_rate": 1.736111111111111e-05,
20
+ "loss": 0.7733,
21
+ "step": 100
22
+ },
23
+ {
24
+ "epoch": 0.04,
25
+ "learning_rate": 2.604166666666667e-05,
26
+ "loss": 0.4247,
27
+ "step": 150
28
+ },
29
+ {
30
+ "epoch": 0.05,
31
+ "learning_rate": 3.472222222222222e-05,
32
+ "loss": 0.3633,
33
+ "step": 200
34
+ },
35
+ {
36
+ "epoch": 0.07,
37
+ "learning_rate": 4.340277777777778e-05,
38
+ "loss": 0.3354,
39
+ "step": 250
40
+ },
41
+ {
42
+ "epoch": 0.08,
43
+ "learning_rate": 5.208333333333334e-05,
44
+ "loss": 0.3234,
45
+ "step": 300
46
+ },
47
+ {
48
+ "epoch": 0.09,
49
+ "learning_rate": 6.076388888888889e-05,
50
+ "loss": 0.3164,
51
+ "step": 350
52
+ },
53
+ {
54
+ "epoch": 0.1,
55
+ "learning_rate": 6.944444444444444e-05,
56
+ "loss": 0.2978,
57
+ "step": 400
58
+ },
59
+ {
60
+ "epoch": 0.12,
61
+ "learning_rate": 7.8125e-05,
62
+ "loss": 0.2887,
63
+ "step": 450
64
+ },
65
+ {
66
+ "epoch": 0.13,
67
+ "learning_rate": 8.680555555555556e-05,
68
+ "loss": 0.2838,
69
+ "step": 500
70
+ },
71
+ {
72
+ "epoch": 0.14,
73
+ "learning_rate": 9.548611111111112e-05,
74
+ "loss": 0.2853,
75
+ "step": 550
76
+ },
77
+ {
78
+ "epoch": 0.16,
79
+ "learning_rate": 9.999471159635539e-05,
80
+ "loss": 0.2798,
81
+ "step": 600
82
+ },
83
+ {
84
+ "epoch": 0.17,
85
+ "learning_rate": 9.994973097955704e-05,
86
+ "loss": 0.2753,
87
+ "step": 650
88
+ },
89
+ {
90
+ "epoch": 0.18,
91
+ "learning_rate": 9.98588929347481e-05,
92
+ "loss": 0.279,
93
+ "step": 700
94
+ },
95
+ {
96
+ "epoch": 0.2,
97
+ "learning_rate": 9.972228085775511e-05,
98
+ "loss": 0.2685,
99
+ "step": 750
100
+ },
101
+ {
102
+ "epoch": 0.21,
103
+ "learning_rate": 9.954002016824227e-05,
104
+ "loss": 0.2633,
105
+ "step": 800
106
+ },
107
+ {
108
+ "epoch": 0.22,
109
+ "learning_rate": 9.931227819456718e-05,
110
+ "loss": 0.2627,
111
+ "step": 850
112
+ },
113
+ {
114
+ "epoch": 0.24,
115
+ "learning_rate": 9.903926402016153e-05,
116
+ "loss": 0.2549,
117
+ "step": 900
118
+ },
119
+ {
120
+ "epoch": 0.25,
121
+ "learning_rate": 9.872122829157737e-05,
122
+ "loss": 0.2526,
123
+ "step": 950
124
+ },
125
+ {
126
+ "epoch": 0.26,
127
+ "learning_rate": 9.835846298837584e-05,
128
+ "loss": 0.2518,
129
+ "step": 1000
130
+ },
131
+ {
132
+ "epoch": 0.28,
133
+ "learning_rate": 9.795130115506887e-05,
134
+ "loss": 0.2532,
135
+ "step": 1050
136
+ },
137
+ {
138
+ "epoch": 0.29,
139
+ "learning_rate": 9.750011659536058e-05,
140
+ "loss": 0.256,
141
+ "step": 1100
142
+ },
143
+ {
144
+ "epoch": 0.3,
145
+ "learning_rate": 9.700532352896867e-05,
146
+ "loss": 0.2451,
147
+ "step": 1150
148
+ },
149
+ {
150
+ "epoch": 0.31,
151
+ "learning_rate": 9.646737621134112e-05,
152
+ "loss": 0.2453,
153
+ "step": 1200
154
+ },
155
+ {
156
+ "epoch": 0.33,
157
+ "learning_rate": 9.588676851661718e-05,
158
+ "loss": 0.2481,
159
+ "step": 1250
160
+ },
161
+ {
162
+ "epoch": 0.34,
163
+ "learning_rate": 9.526403348421544e-05,
164
+ "loss": 0.2436,
165
+ "step": 1300
166
+ },
167
+ {
168
+ "epoch": 0.35,
169
+ "learning_rate": 9.459974282946571e-05,
170
+ "loss": 0.2386,
171
+ "step": 1350
172
+ },
173
+ {
174
+ "epoch": 0.37,
175
+ "learning_rate": 9.389450641873323e-05,
176
+ "loss": 0.2385,
177
+ "step": 1400
178
+ },
179
+ {
180
+ "epoch": 0.38,
181
+ "learning_rate": 9.314897170951779e-05,
182
+ "loss": 0.2319,
183
+ "step": 1450
184
+ },
185
+ {
186
+ "epoch": 0.39,
187
+ "learning_rate": 9.23638231560414e-05,
188
+ "loss": 0.2361,
189
+ "step": 1500
190
+ },
191
+ {
192
+ "epoch": 0.41,
193
+ "learning_rate": 9.153978158087033e-05,
194
+ "loss": 0.2429,
195
+ "step": 1550
196
+ },
197
+ {
198
+ "epoch": 0.42,
199
+ "learning_rate": 9.067760351314838e-05,
200
+ "loss": 0.2373,
201
+ "step": 1600
202
+ },
203
+ {
204
+ "epoch": 0.43,
205
+ "learning_rate": 8.9778080494049e-05,
206
+ "loss": 0.2311,
207
+ "step": 1650
208
+ },
209
+ {
210
+ "epoch": 0.45,
211
+ "learning_rate": 8.884203835008382e-05,
212
+ "loss": 0.2327,
213
+ "step": 1700
214
+ },
215
+ {
216
+ "epoch": 0.46,
217
+ "learning_rate": 8.787033643493483e-05,
218
+ "loss": 0.2321,
219
+ "step": 1750
220
+ },
221
+ {
222
+ "epoch": 0.47,
223
+ "learning_rate": 8.68638668405062e-05,
224
+ "loss": 0.2302,
225
+ "step": 1800
226
+ },
227
+ {
228
+ "epoch": 0.48,
229
+ "learning_rate": 8.582355357792003e-05,
230
+ "loss": 0.2179,
231
+ "step": 1850
232
+ },
233
+ {
234
+ "epoch": 0.5,
235
+ "learning_rate": 8.475035172920804e-05,
236
+ "loss": 0.2305,
237
+ "step": 1900
238
+ },
239
+ {
240
+ "epoch": 0.51,
241
+ "learning_rate": 8.364524657047789e-05,
242
+ "loss": 0.2241,
243
+ "step": 1950
244
+ },
245
+ {
246
+ "epoch": 0.52,
247
+ "learning_rate": 8.250925266735918e-05,
248
+ "loss": 0.2243,
249
+ "step": 2000
250
+ },
251
+ {
252
+ "epoch": 0.54,
253
+ "learning_rate": 8.134341294355963e-05,
254
+ "loss": 0.2219,
255
+ "step": 2050
256
+ },
257
+ {
258
+ "epoch": 0.55,
259
+ "learning_rate": 8.014879772338649e-05,
260
+ "loss": 0.2256,
261
+ "step": 2100
262
+ },
263
+ {
264
+ "epoch": 0.56,
265
+ "learning_rate": 7.89265037491121e-05,
266
+ "loss": 0.2187,
267
+ "step": 2150
268
+ },
269
+ {
270
+ "epoch": 0.58,
271
+ "learning_rate": 7.767765317408613e-05,
272
+ "loss": 0.2187,
273
+ "step": 2200
274
+ },
275
+ {
276
+ "epoch": 0.59,
277
+ "learning_rate": 7.64033925325184e-05,
278
+ "loss": 0.2207,
279
+ "step": 2250
280
+ },
281
+ {
282
+ "epoch": 0.6,
283
+ "learning_rate": 7.510489168687851e-05,
284
+ "loss": 0.2189,
285
+ "step": 2300
286
+ },
287
+ {
288
+ "epoch": 0.62,
289
+ "learning_rate": 7.378334275387821e-05,
290
+ "loss": 0.2159,
291
+ "step": 2350
292
+ },
293
+ {
294
+ "epoch": 0.63,
295
+ "learning_rate": 7.243995901002312e-05,
296
+ "loss": 0.2132,
297
+ "step": 2400
298
+ },
299
+ {
300
+ "epoch": 0.64,
301
+ "learning_rate": 7.10759737777379e-05,
302
+ "loss": 0.2133,
303
+ "step": 2450
304
+ },
305
+ {
306
+ "epoch": 0.66,
307
+ "learning_rate": 6.969263929308812e-05,
308
+ "loss": 0.2162,
309
+ "step": 2500
310
+ },
311
+ {
312
+ "epoch": 0.67,
313
+ "learning_rate": 6.829122555613785e-05,
314
+ "loss": 0.2139,
315
+ "step": 2550
316
+ },
317
+ {
318
+ "epoch": 0.68,
319
+ "learning_rate": 6.687301916499871e-05,
320
+ "loss": 0.211,
321
+ "step": 2600
322
+ },
323
+ {
324
+ "epoch": 0.69,
325
+ "learning_rate": 6.543932213464079e-05,
326
+ "loss": 0.2088,
327
+ "step": 2650
328
+ },
329
+ {
330
+ "epoch": 0.71,
331
+ "learning_rate": 6.399145070154961e-05,
332
+ "loss": 0.2061,
333
+ "step": 2700
334
+ },
335
+ {
336
+ "epoch": 0.72,
337
+ "learning_rate": 6.253073411532693e-05,
338
+ "loss": 0.2053,
339
+ "step": 2750
340
+ },
341
+ {
342
+ "epoch": 0.73,
343
+ "learning_rate": 6.105851341834439e-05,
344
+ "loss": 0.2058,
345
+ "step": 2800
346
+ },
347
+ {
348
+ "epoch": 0.75,
349
+ "learning_rate": 5.957614021457072e-05,
350
+ "loss": 0.2025,
351
+ "step": 2850
352
+ },
353
+ {
354
+ "epoch": 0.76,
355
+ "learning_rate": 5.808497542870246e-05,
356
+ "loss": 0.2021,
357
+ "step": 2900
358
+ },
359
+ {
360
+ "epoch": 0.77,
361
+ "learning_rate": 5.658638805673777e-05,
362
+ "loss": 0.205,
363
+ "step": 2950
364
+ },
365
+ {
366
+ "epoch": 0.79,
367
+ "learning_rate": 5.5081753909140096e-05,
368
+ "loss": 0.2031,
369
+ "step": 3000
370
+ },
371
+ {
372
+ "epoch": 0.8,
373
+ "learning_rate": 5.357245434774567e-05,
374
+ "loss": 0.2031,
375
+ "step": 3050
376
+ },
377
+ {
378
+ "epoch": 0.81,
379
+ "learning_rate": 5.205987501757452e-05,
380
+ "loss": 0.1999,
381
+ "step": 3100
382
+ },
383
+ {
384
+ "epoch": 0.83,
385
+ "learning_rate": 5.054540457470912e-05,
386
+ "loss": 0.1975,
387
+ "step": 3150
388
+ },
389
+ {
390
+ "epoch": 0.84,
391
+ "learning_rate": 4.903043341140879e-05,
392
+ "loss": 0.1978,
393
+ "step": 3200
394
+ },
395
+ {
396
+ "epoch": 0.85,
397
+ "learning_rate": 4.751635237962999e-05,
398
+ "loss": 0.2042,
399
+ "step": 3250
400
+ },
401
+ {
402
+ "epoch": 0.87,
403
+ "learning_rate": 4.600455151412482e-05,
404
+ "loss": 0.1877,
405
+ "step": 3300
406
+ },
407
+ {
408
+ "epoch": 0.88,
409
+ "learning_rate": 4.4496418756289426e-05,
410
+ "loss": 0.2019,
411
+ "step": 3350
412
+ },
413
+ {
414
+ "epoch": 0.89,
415
+ "learning_rate": 4.299333867993469e-05,
416
+ "loss": 0.1939,
417
+ "step": 3400
418
+ },
419
+ {
420
+ "epoch": 0.9,
421
+ "learning_rate": 4.149669122014823e-05,
422
+ "loss": 0.1965,
423
+ "step": 3450
424
+ },
425
+ {
426
+ "epoch": 0.92,
427
+ "learning_rate": 4.0007850406415234e-05,
428
+ "loss": 0.1937,
429
+ "step": 3500
430
+ },
431
+ {
432
+ "epoch": 0.93,
433
+ "learning_rate": 3.8528183101161126e-05,
434
+ "loss": 0.1908,
435
+ "step": 3550
436
+ },
437
+ {
438
+ "epoch": 0.94,
439
+ "learning_rate": 3.705904774487396e-05,
440
+ "loss": 0.1914,
441
+ "step": 3600
442
+ },
443
+ {
444
+ "epoch": 0.96,
445
+ "learning_rate": 3.560179310895886e-05,
446
+ "loss": 0.1897,
447
+ "step": 3650
448
+ },
449
+ {
450
+ "epoch": 0.97,
451
+ "learning_rate": 3.415775705746934e-05,
452
+ "loss": 0.188,
453
+ "step": 3700
454
+ },
455
+ {
456
+ "epoch": 0.98,
457
+ "learning_rate": 3.272826531885229e-05,
458
+ "loss": 0.1884,
459
+ "step": 3750
460
+ },
461
+ {
462
+ "epoch": 1.0,
463
+ "learning_rate": 3.131463026883449e-05,
464
+ "loss": 0.1878,
465
+ "step": 3800
466
+ },
467
+ {
468
+ "epoch": 1.01,
469
+ "learning_rate": 2.9918149725567645e-05,
470
+ "loss": 0.177,
471
+ "step": 3850
472
+ },
473
+ {
474
+ "epoch": 1.02,
475
+ "learning_rate": 2.854010575813856e-05,
476
+ "loss": 0.1666,
477
+ "step": 3900
478
+ },
479
+ {
480
+ "epoch": 1.04,
481
+ "learning_rate": 2.7181763509537816e-05,
482
+ "loss": 0.1679,
483
+ "step": 3950
484
+ },
485
+ {
486
+ "epoch": 1.05,
487
+ "learning_rate": 2.5844370035168073e-05,
488
+ "loss": 0.1694,
489
+ "step": 4000
490
+ },
491
+ {
492
+ "epoch": 1.06,
493
+ "learning_rate": 2.4529153157957913e-05,
494
+ "loss": 0.1684,
495
+ "step": 4050
496
+ },
497
+ {
498
+ "epoch": 1.07,
499
+ "learning_rate": 2.3237320341132497e-05,
500
+ "loss": 0.167,
501
+ "step": 4100
502
+ },
503
+ {
504
+ "epoch": 1.09,
505
+ "learning_rate": 2.197005757967593e-05,
506
+ "loss": 0.1669,
507
+ "step": 4150
508
+ },
509
+ {
510
+ "epoch": 1.1,
511
+ "learning_rate": 2.0728528311502976e-05,
512
+ "loss": 0.1618,
513
+ "step": 4200
514
+ },
515
+ {
516
+ "epoch": 1.11,
517
+ "learning_rate": 1.9513872349339796e-05,
518
+ "loss": 0.1641,
519
+ "step": 4250
520
+ },
521
+ {
522
+ "epoch": 1.13,
523
+ "learning_rate": 1.832720483429426e-05,
524
+ "loss": 0.1635,
525
+ "step": 4300
526
+ }
527
+ ],
528
+ "logging_steps": 50,
529
+ "max_steps": 5760,
530
+ "num_train_epochs": 2,
531
+ "save_steps": 480,
532
+ "total_flos": 5.72434528150315e+17,
533
+ "trial_name": null,
534
+ "trial_params": null
535
+ }
checkpoint-4320/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d392d83dd23876e39872e8cc0e10bfddf05155bc73a74eb84a0f16de87667b31
3
+ size 4600
checkpoint-4800/README.md ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-2-7b-hf
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
+ ## Training procedure
201
+
202
+
203
+ The following `bitsandbytes` quantization config was used during training:
204
+ - quant_method: bitsandbytes
205
+ - load_in_8bit: False
206
+ - load_in_4bit: True
207
+ - llm_int8_threshold: 6.0
208
+ - llm_int8_skip_modules: None
209
+ - llm_int8_enable_fp32_cpu_offload: False
210
+ - llm_int8_has_fp16_weight: False
211
+ - bnb_4bit_quant_type: nf4
212
+ - bnb_4bit_use_double_quant: True
213
+ - bnb_4bit_compute_dtype: bfloat16
214
+
215
+ ### Framework versions
216
+
217
+
218
+ - PEFT 0.6.2
219
+ ## Training procedure
220
+
221
+
222
+ The following `bitsandbytes` quantization config was used during training:
223
+ - quant_method: bitsandbytes
224
+ - load_in_8bit: False
225
+ - load_in_4bit: True
226
+ - llm_int8_threshold: 6.0
227
+ - llm_int8_skip_modules: None
228
+ - llm_int8_enable_fp32_cpu_offload: False
229
+ - llm_int8_has_fp16_weight: False
230
+ - bnb_4bit_quant_type: nf4
231
+ - bnb_4bit_use_double_quant: True
232
+ - bnb_4bit_compute_dtype: bfloat16
233
+
234
+ ### Framework versions
235
+
236
+
237
+ - PEFT 0.6.2
checkpoint-4800/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 64,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 32,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "up_proj",
20
+ "v_proj",
21
+ "gate_proj",
22
+ "q_proj",
23
+ "down_proj",
24
+ "k_proj",
25
+ "o_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }
checkpoint-4800/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f22e2bfe2012effab5144d3b21881ff3fffd52bea01a680381c687c0c3c4b06
3
+ size 319977674
checkpoint-4800/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db154bde342875804d9148222b77021ff3cfcfd81bf3caef7856245f1fbc29e9
3
+ size 319876032
checkpoint-4800/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a0b32f6e31452005d3b5670840dc08de1bea822610f940226aa83d5d5f3c77e
3
+ size 160747348
checkpoint-4800/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad3ae024052fc3ee822ee45f04a321a5c4ac1468eff4a21ab5765de4b73df60f
3
+ size 14244
checkpoint-4800/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8470394dccab9d4d236165b7bd77f509bfe6e7c009613df4c7198d10c78f8fb8
3
+ size 1064
checkpoint-4800/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-4800/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-4800/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-4800/tokenizer_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<unk>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<s>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ }
27
+ },
28
+ "bos_token": "<s>",
29
+ "clean_up_tokenization_spaces": false,
30
+ "eos_token": "</s>",
31
+ "legacy": false,
32
+ "model_max_length": 1000000000000000019884624838656,
33
+ "pad_token": "</s>",
34
+ "padding_side": "right",
35
+ "sp_model_kwargs": {},
36
+ "tokenizer_class": "LlamaTokenizer",
37
+ "unk_token": "<unk>",
38
+ "use_default_system_prompt": false
39
+ }
checkpoint-4800/trainer_state.json ADDED
@@ -0,0 +1,595 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.2583562721195438,
5
+ "eval_steps": 500,
6
+ "global_step": 4800,
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.01,
13
+ "learning_rate": 8.680555555555556e-06,
14
+ "loss": 1.4509,
15
+ "step": 50
16
+ },
17
+ {
18
+ "epoch": 0.03,
19
+ "learning_rate": 1.736111111111111e-05,
20
+ "loss": 0.7733,
21
+ "step": 100
22
+ },
23
+ {
24
+ "epoch": 0.04,
25
+ "learning_rate": 2.604166666666667e-05,
26
+ "loss": 0.4247,
27
+ "step": 150
28
+ },
29
+ {
30
+ "epoch": 0.05,
31
+ "learning_rate": 3.472222222222222e-05,
32
+ "loss": 0.3633,
33
+ "step": 200
34
+ },
35
+ {
36
+ "epoch": 0.07,
37
+ "learning_rate": 4.340277777777778e-05,
38
+ "loss": 0.3354,
39
+ "step": 250
40
+ },
41
+ {
42
+ "epoch": 0.08,
43
+ "learning_rate": 5.208333333333334e-05,
44
+ "loss": 0.3234,
45
+ "step": 300
46
+ },
47
+ {
48
+ "epoch": 0.09,
49
+ "learning_rate": 6.076388888888889e-05,
50
+ "loss": 0.3164,
51
+ "step": 350
52
+ },
53
+ {
54
+ "epoch": 0.1,
55
+ "learning_rate": 6.944444444444444e-05,
56
+ "loss": 0.2978,
57
+ "step": 400
58
+ },
59
+ {
60
+ "epoch": 0.12,
61
+ "learning_rate": 7.8125e-05,
62
+ "loss": 0.2887,
63
+ "step": 450
64
+ },
65
+ {
66
+ "epoch": 0.13,
67
+ "learning_rate": 8.680555555555556e-05,
68
+ "loss": 0.2838,
69
+ "step": 500
70
+ },
71
+ {
72
+ "epoch": 0.14,
73
+ "learning_rate": 9.548611111111112e-05,
74
+ "loss": 0.2853,
75
+ "step": 550
76
+ },
77
+ {
78
+ "epoch": 0.16,
79
+ "learning_rate": 9.999471159635539e-05,
80
+ "loss": 0.2798,
81
+ "step": 600
82
+ },
83
+ {
84
+ "epoch": 0.17,
85
+ "learning_rate": 9.994973097955704e-05,
86
+ "loss": 0.2753,
87
+ "step": 650
88
+ },
89
+ {
90
+ "epoch": 0.18,
91
+ "learning_rate": 9.98588929347481e-05,
92
+ "loss": 0.279,
93
+ "step": 700
94
+ },
95
+ {
96
+ "epoch": 0.2,
97
+ "learning_rate": 9.972228085775511e-05,
98
+ "loss": 0.2685,
99
+ "step": 750
100
+ },
101
+ {
102
+ "epoch": 0.21,
103
+ "learning_rate": 9.954002016824227e-05,
104
+ "loss": 0.2633,
105
+ "step": 800
106
+ },
107
+ {
108
+ "epoch": 0.22,
109
+ "learning_rate": 9.931227819456718e-05,
110
+ "loss": 0.2627,
111
+ "step": 850
112
+ },
113
+ {
114
+ "epoch": 0.24,
115
+ "learning_rate": 9.903926402016153e-05,
116
+ "loss": 0.2549,
117
+ "step": 900
118
+ },
119
+ {
120
+ "epoch": 0.25,
121
+ "learning_rate": 9.872122829157737e-05,
122
+ "loss": 0.2526,
123
+ "step": 950
124
+ },
125
+ {
126
+ "epoch": 0.26,
127
+ "learning_rate": 9.835846298837584e-05,
128
+ "loss": 0.2518,
129
+ "step": 1000
130
+ },
131
+ {
132
+ "epoch": 0.28,
133
+ "learning_rate": 9.795130115506887e-05,
134
+ "loss": 0.2532,
135
+ "step": 1050
136
+ },
137
+ {
138
+ "epoch": 0.29,
139
+ "learning_rate": 9.750011659536058e-05,
140
+ "loss": 0.256,
141
+ "step": 1100
142
+ },
143
+ {
144
+ "epoch": 0.3,
145
+ "learning_rate": 9.700532352896867e-05,
146
+ "loss": 0.2451,
147
+ "step": 1150
148
+ },
149
+ {
150
+ "epoch": 0.31,
151
+ "learning_rate": 9.646737621134112e-05,
152
+ "loss": 0.2453,
153
+ "step": 1200
154
+ },
155
+ {
156
+ "epoch": 0.33,
157
+ "learning_rate": 9.588676851661718e-05,
158
+ "loss": 0.2481,
159
+ "step": 1250
160
+ },
161
+ {
162
+ "epoch": 0.34,
163
+ "learning_rate": 9.526403348421544e-05,
164
+ "loss": 0.2436,
165
+ "step": 1300
166
+ },
167
+ {
168
+ "epoch": 0.35,
169
+ "learning_rate": 9.459974282946571e-05,
170
+ "loss": 0.2386,
171
+ "step": 1350
172
+ },
173
+ {
174
+ "epoch": 0.37,
175
+ "learning_rate": 9.389450641873323e-05,
176
+ "loss": 0.2385,
177
+ "step": 1400
178
+ },
179
+ {
180
+ "epoch": 0.38,
181
+ "learning_rate": 9.314897170951779e-05,
182
+ "loss": 0.2319,
183
+ "step": 1450
184
+ },
185
+ {
186
+ "epoch": 0.39,
187
+ "learning_rate": 9.23638231560414e-05,
188
+ "loss": 0.2361,
189
+ "step": 1500
190
+ },
191
+ {
192
+ "epoch": 0.41,
193
+ "learning_rate": 9.153978158087033e-05,
194
+ "loss": 0.2429,
195
+ "step": 1550
196
+ },
197
+ {
198
+ "epoch": 0.42,
199
+ "learning_rate": 9.067760351314838e-05,
200
+ "loss": 0.2373,
201
+ "step": 1600
202
+ },
203
+ {
204
+ "epoch": 0.43,
205
+ "learning_rate": 8.9778080494049e-05,
206
+ "loss": 0.2311,
207
+ "step": 1650
208
+ },
209
+ {
210
+ "epoch": 0.45,
211
+ "learning_rate": 8.884203835008382e-05,
212
+ "loss": 0.2327,
213
+ "step": 1700
214
+ },
215
+ {
216
+ "epoch": 0.46,
217
+ "learning_rate": 8.787033643493483e-05,
218
+ "loss": 0.2321,
219
+ "step": 1750
220
+ },
221
+ {
222
+ "epoch": 0.47,
223
+ "learning_rate": 8.68638668405062e-05,
224
+ "loss": 0.2302,
225
+ "step": 1800
226
+ },
227
+ {
228
+ "epoch": 0.48,
229
+ "learning_rate": 8.582355357792003e-05,
230
+ "loss": 0.2179,
231
+ "step": 1850
232
+ },
233
+ {
234
+ "epoch": 0.5,
235
+ "learning_rate": 8.475035172920804e-05,
236
+ "loss": 0.2305,
237
+ "step": 1900
238
+ },
239
+ {
240
+ "epoch": 0.51,
241
+ "learning_rate": 8.364524657047789e-05,
242
+ "loss": 0.2241,
243
+ "step": 1950
244
+ },
245
+ {
246
+ "epoch": 0.52,
247
+ "learning_rate": 8.250925266735918e-05,
248
+ "loss": 0.2243,
249
+ "step": 2000
250
+ },
251
+ {
252
+ "epoch": 0.54,
253
+ "learning_rate": 8.134341294355963e-05,
254
+ "loss": 0.2219,
255
+ "step": 2050
256
+ },
257
+ {
258
+ "epoch": 0.55,
259
+ "learning_rate": 8.014879772338649e-05,
260
+ "loss": 0.2256,
261
+ "step": 2100
262
+ },
263
+ {
264
+ "epoch": 0.56,
265
+ "learning_rate": 7.89265037491121e-05,
266
+ "loss": 0.2187,
267
+ "step": 2150
268
+ },
269
+ {
270
+ "epoch": 0.58,
271
+ "learning_rate": 7.767765317408613e-05,
272
+ "loss": 0.2187,
273
+ "step": 2200
274
+ },
275
+ {
276
+ "epoch": 0.59,
277
+ "learning_rate": 7.64033925325184e-05,
278
+ "loss": 0.2207,
279
+ "step": 2250
280
+ },
281
+ {
282
+ "epoch": 0.6,
283
+ "learning_rate": 7.510489168687851e-05,
284
+ "loss": 0.2189,
285
+ "step": 2300
286
+ },
287
+ {
288
+ "epoch": 0.62,
289
+ "learning_rate": 7.378334275387821e-05,
290
+ "loss": 0.2159,
291
+ "step": 2350
292
+ },
293
+ {
294
+ "epoch": 0.63,
295
+ "learning_rate": 7.243995901002312e-05,
296
+ "loss": 0.2132,
297
+ "step": 2400
298
+ },
299
+ {
300
+ "epoch": 0.64,
301
+ "learning_rate": 7.10759737777379e-05,
302
+ "loss": 0.2133,
303
+ "step": 2450
304
+ },
305
+ {
306
+ "epoch": 0.66,
307
+ "learning_rate": 6.969263929308812e-05,
308
+ "loss": 0.2162,
309
+ "step": 2500
310
+ },
311
+ {
312
+ "epoch": 0.67,
313
+ "learning_rate": 6.829122555613785e-05,
314
+ "loss": 0.2139,
315
+ "step": 2550
316
+ },
317
+ {
318
+ "epoch": 0.68,
319
+ "learning_rate": 6.687301916499871e-05,
320
+ "loss": 0.211,
321
+ "step": 2600
322
+ },
323
+ {
324
+ "epoch": 0.69,
325
+ "learning_rate": 6.543932213464079e-05,
326
+ "loss": 0.2088,
327
+ "step": 2650
328
+ },
329
+ {
330
+ "epoch": 0.71,
331
+ "learning_rate": 6.399145070154961e-05,
332
+ "loss": 0.2061,
333
+ "step": 2700
334
+ },
335
+ {
336
+ "epoch": 0.72,
337
+ "learning_rate": 6.253073411532693e-05,
338
+ "loss": 0.2053,
339
+ "step": 2750
340
+ },
341
+ {
342
+ "epoch": 0.73,
343
+ "learning_rate": 6.105851341834439e-05,
344
+ "loss": 0.2058,
345
+ "step": 2800
346
+ },
347
+ {
348
+ "epoch": 0.75,
349
+ "learning_rate": 5.957614021457072e-05,
350
+ "loss": 0.2025,
351
+ "step": 2850
352
+ },
353
+ {
354
+ "epoch": 0.76,
355
+ "learning_rate": 5.808497542870246e-05,
356
+ "loss": 0.2021,
357
+ "step": 2900
358
+ },
359
+ {
360
+ "epoch": 0.77,
361
+ "learning_rate": 5.658638805673777e-05,
362
+ "loss": 0.205,
363
+ "step": 2950
364
+ },
365
+ {
366
+ "epoch": 0.79,
367
+ "learning_rate": 5.5081753909140096e-05,
368
+ "loss": 0.2031,
369
+ "step": 3000
370
+ },
371
+ {
372
+ "epoch": 0.8,
373
+ "learning_rate": 5.357245434774567e-05,
374
+ "loss": 0.2031,
375
+ "step": 3050
376
+ },
377
+ {
378
+ "epoch": 0.81,
379
+ "learning_rate": 5.205987501757452e-05,
380
+ "loss": 0.1999,
381
+ "step": 3100
382
+ },
383
+ {
384
+ "epoch": 0.83,
385
+ "learning_rate": 5.054540457470912e-05,
386
+ "loss": 0.1975,
387
+ "step": 3150
388
+ },
389
+ {
390
+ "epoch": 0.84,
391
+ "learning_rate": 4.903043341140879e-05,
392
+ "loss": 0.1978,
393
+ "step": 3200
394
+ },
395
+ {
396
+ "epoch": 0.85,
397
+ "learning_rate": 4.751635237962999e-05,
398
+ "loss": 0.2042,
399
+ "step": 3250
400
+ },
401
+ {
402
+ "epoch": 0.87,
403
+ "learning_rate": 4.600455151412482e-05,
404
+ "loss": 0.1877,
405
+ "step": 3300
406
+ },
407
+ {
408
+ "epoch": 0.88,
409
+ "learning_rate": 4.4496418756289426e-05,
410
+ "loss": 0.2019,
411
+ "step": 3350
412
+ },
413
+ {
414
+ "epoch": 0.89,
415
+ "learning_rate": 4.299333867993469e-05,
416
+ "loss": 0.1939,
417
+ "step": 3400
418
+ },
419
+ {
420
+ "epoch": 0.9,
421
+ "learning_rate": 4.149669122014823e-05,
422
+ "loss": 0.1965,
423
+ "step": 3450
424
+ },
425
+ {
426
+ "epoch": 0.92,
427
+ "learning_rate": 4.0007850406415234e-05,
428
+ "loss": 0.1937,
429
+ "step": 3500
430
+ },
431
+ {
432
+ "epoch": 0.93,
433
+ "learning_rate": 3.8528183101161126e-05,
434
+ "loss": 0.1908,
435
+ "step": 3550
436
+ },
437
+ {
438
+ "epoch": 0.94,
439
+ "learning_rate": 3.705904774487396e-05,
440
+ "loss": 0.1914,
441
+ "step": 3600
442
+ },
443
+ {
444
+ "epoch": 0.96,
445
+ "learning_rate": 3.560179310895886e-05,
446
+ "loss": 0.1897,
447
+ "step": 3650
448
+ },
449
+ {
450
+ "epoch": 0.97,
451
+ "learning_rate": 3.415775705746934e-05,
452
+ "loss": 0.188,
453
+ "step": 3700
454
+ },
455
+ {
456
+ "epoch": 0.98,
457
+ "learning_rate": 3.272826531885229e-05,
458
+ "loss": 0.1884,
459
+ "step": 3750
460
+ },
461
+ {
462
+ "epoch": 1.0,
463
+ "learning_rate": 3.131463026883449e-05,
464
+ "loss": 0.1878,
465
+ "step": 3800
466
+ },
467
+ {
468
+ "epoch": 1.01,
469
+ "learning_rate": 2.9918149725567645e-05,
470
+ "loss": 0.177,
471
+ "step": 3850
472
+ },
473
+ {
474
+ "epoch": 1.02,
475
+ "learning_rate": 2.854010575813856e-05,
476
+ "loss": 0.1666,
477
+ "step": 3900
478
+ },
479
+ {
480
+ "epoch": 1.04,
481
+ "learning_rate": 2.7181763509537816e-05,
482
+ "loss": 0.1679,
483
+ "step": 3950
484
+ },
485
+ {
486
+ "epoch": 1.05,
487
+ "learning_rate": 2.5844370035168073e-05,
488
+ "loss": 0.1694,
489
+ "step": 4000
490
+ },
491
+ {
492
+ "epoch": 1.06,
493
+ "learning_rate": 2.4529153157957913e-05,
494
+ "loss": 0.1684,
495
+ "step": 4050
496
+ },
497
+ {
498
+ "epoch": 1.07,
499
+ "learning_rate": 2.3237320341132497e-05,
500
+ "loss": 0.167,
501
+ "step": 4100
502
+ },
503
+ {
504
+ "epoch": 1.09,
505
+ "learning_rate": 2.197005757967593e-05,
506
+ "loss": 0.1669,
507
+ "step": 4150
508
+ },
509
+ {
510
+ "epoch": 1.1,
511
+ "learning_rate": 2.0728528311502976e-05,
512
+ "loss": 0.1618,
513
+ "step": 4200
514
+ },
515
+ {
516
+ "epoch": 1.11,
517
+ "learning_rate": 1.9513872349339796e-05,
518
+ "loss": 0.1641,
519
+ "step": 4250
520
+ },
521
+ {
522
+ "epoch": 1.13,
523
+ "learning_rate": 1.832720483429426e-05,
524
+ "loss": 0.1635,
525
+ "step": 4300
526
+ },
527
+ {
528
+ "epoch": 1.14,
529
+ "learning_rate": 1.7169615212076613e-05,
530
+ "loss": 0.162,
531
+ "step": 4350
532
+ },
533
+ {
534
+ "epoch": 1.15,
535
+ "learning_rate": 1.6042166232810347e-05,
536
+ "loss": 0.16,
537
+ "step": 4400
538
+ },
539
+ {
540
+ "epoch": 1.17,
541
+ "learning_rate": 1.49458929753515e-05,
542
+ "loss": 0.1626,
543
+ "step": 4450
544
+ },
545
+ {
546
+ "epoch": 1.18,
547
+ "learning_rate": 1.3881801897012225e-05,
548
+ "loss": 0.161,
549
+ "step": 4500
550
+ },
551
+ {
552
+ "epoch": 1.19,
553
+ "learning_rate": 1.2850869909560904e-05,
554
+ "loss": 0.1587,
555
+ "step": 4550
556
+ },
557
+ {
558
+ "epoch": 1.21,
559
+ "learning_rate": 1.1854043482347243e-05,
560
+ "loss": 0.1611,
561
+ "step": 4600
562
+ },
563
+ {
564
+ "epoch": 1.22,
565
+ "learning_rate": 1.089223777337568e-05,
566
+ "loss": 0.1621,
567
+ "step": 4650
568
+ },
569
+ {
570
+ "epoch": 1.23,
571
+ "learning_rate": 9.966335789124809e-06,
572
+ "loss": 0.1594,
573
+ "step": 4700
574
+ },
575
+ {
576
+ "epoch": 1.25,
577
+ "learning_rate": 9.077187573884244e-06,
578
+ "loss": 0.1604,
579
+ "step": 4750
580
+ },
581
+ {
582
+ "epoch": 1.26,
583
+ "learning_rate": 8.225609429353187e-06,
584
+ "loss": 0.1551,
585
+ "step": 4800
586
+ }
587
+ ],
588
+ "logging_steps": 50,
589
+ "max_steps": 5760,
590
+ "num_train_epochs": 2,
591
+ "save_steps": 480,
592
+ "total_flos": 6.360263542250865e+17,
593
+ "trial_name": null,
594
+ "trial_params": null
595
+ }
checkpoint-4800/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d392d83dd23876e39872e8cc0e10bfddf05155bc73a74eb84a0f16de87667b31
3
+ size 4600
checkpoint-5280/README.md ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-2-7b-hf
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
+ ## Training procedure
201
+
202
+
203
+ The following `bitsandbytes` quantization config was used during training:
204
+ - quant_method: bitsandbytes
205
+ - load_in_8bit: False
206
+ - load_in_4bit: True
207
+ - llm_int8_threshold: 6.0
208
+ - llm_int8_skip_modules: None
209
+ - llm_int8_enable_fp32_cpu_offload: False
210
+ - llm_int8_has_fp16_weight: False
211
+ - bnb_4bit_quant_type: nf4
212
+ - bnb_4bit_use_double_quant: True
213
+ - bnb_4bit_compute_dtype: bfloat16
214
+
215
+ ### Framework versions
216
+
217
+
218
+ - PEFT 0.6.2
219
+ ## Training procedure
220
+
221
+
222
+ The following `bitsandbytes` quantization config was used during training:
223
+ - quant_method: bitsandbytes
224
+ - load_in_8bit: False
225
+ - load_in_4bit: True
226
+ - llm_int8_threshold: 6.0
227
+ - llm_int8_skip_modules: None
228
+ - llm_int8_enable_fp32_cpu_offload: False
229
+ - llm_int8_has_fp16_weight: False
230
+ - bnb_4bit_quant_type: nf4
231
+ - bnb_4bit_use_double_quant: True
232
+ - bnb_4bit_compute_dtype: bfloat16
233
+
234
+ ### Framework versions
235
+
236
+
237
+ - PEFT 0.6.2
checkpoint-5280/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 64,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 32,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "up_proj",
20
+ "v_proj",
21
+ "gate_proj",
22
+ "q_proj",
23
+ "down_proj",
24
+ "k_proj",
25
+ "o_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }
checkpoint-5280/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37271e368fdcc02f066b9d9845d7fcec2e07d4026ace15ab5753ec8568c88d31
3
+ size 319977674
checkpoint-5280/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d54aeaa2044da78fc8867f5f2800f0d33ba94ecd4d16e4e5ff9ec3fe6ff0076
3
+ size 319876032
checkpoint-5280/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeb609017712f32fe0ff4fc7548785e23e7bd81c4ec98819e1dcf1c272c23aaf
3
+ size 160747348
checkpoint-5280/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0dba6f4edd3e2834f6e19d5320b14e04a44006d5443a6b1d198bdb444f99cc3
3
+ size 14244
checkpoint-5280/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44b1c2d97569c05f153219842dea85fa88eaeb812d446e30c0a851876755195f
3
+ size 1064