xihajun commited on
Commit
614ef3c
1 Parent(s): 46159cc

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +9 -0
  2. adapter_config.json +23 -0
  3. adapter_model.bin +3 -0
  4. checkpoint-2291/README.md +238 -0
  5. checkpoint-2291/adapter_config.json +23 -0
  6. checkpoint-2291/adapter_model.bin +3 -0
  7. checkpoint-2291/optimizer.pt +3 -0
  8. checkpoint-2291/pytorch_model.bin +3 -0
  9. checkpoint-2291/rng_state_0.pth +3 -0
  10. checkpoint-2291/rng_state_1.pth +3 -0
  11. checkpoint-2291/rng_state_2.pth +3 -0
  12. checkpoint-2291/rng_state_3.pth +3 -0
  13. checkpoint-2291/scheduler.pt +3 -0
  14. checkpoint-2291/special_tokens_map.json +24 -0
  15. checkpoint-2291/tokenizer.json +0 -0
  16. checkpoint-2291/tokenizer.model +3 -0
  17. checkpoint-2291/tokenizer_config.json +40 -0
  18. checkpoint-2291/trainer_state.json +187 -0
  19. checkpoint-2291/training_args.bin +3 -0
  20. checkpoint-2317/README.md +238 -0
  21. checkpoint-2317/adapter_config.json +23 -0
  22. checkpoint-2317/adapter_model.bin +3 -0
  23. checkpoint-2317/optimizer.pt +3 -0
  24. checkpoint-2317/pytorch_model.bin +3 -0
  25. checkpoint-2317/rng_state_0.pth +3 -0
  26. checkpoint-2317/rng_state_1.pth +3 -0
  27. checkpoint-2317/rng_state_2.pth +3 -0
  28. checkpoint-2317/rng_state_3.pth +3 -0
  29. checkpoint-2317/scheduler.pt +3 -0
  30. checkpoint-2317/special_tokens_map.json +24 -0
  31. checkpoint-2317/tokenizer.json +0 -0
  32. checkpoint-2317/tokenizer.model +3 -0
  33. checkpoint-2317/tokenizer_config.json +40 -0
  34. checkpoint-2317/trainer_state.json +187 -0
  35. checkpoint-2317/training_args.bin +3 -0
  36. checkpoint-2343/README.md +238 -0
  37. checkpoint-2343/adapter_config.json +23 -0
  38. checkpoint-2343/adapter_model.bin +3 -0
  39. checkpoint-2343/optimizer.pt +3 -0
  40. checkpoint-2343/pytorch_model.bin +3 -0
  41. checkpoint-2343/rng_state_0.pth +3 -0
  42. checkpoint-2343/rng_state_1.pth +3 -0
  43. checkpoint-2343/rng_state_2.pth +3 -0
  44. checkpoint-2343/rng_state_3.pth +3 -0
  45. checkpoint-2343/scheduler.pt +3 -0
  46. checkpoint-2343/special_tokens_map.json +24 -0
  47. checkpoint-2343/tokenizer.json +0 -0
  48. checkpoint-2343/tokenizer.model +3 -0
  49. checkpoint-2343/tokenizer_config.json +40 -0
  50. checkpoint-2343/trainer_state.json +187 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - autotrain
4
+ - text-generation
5
+ widget:
6
+ - text: "I love AutoTrain because "
7
+ ---
8
+
9
+ # Model Trained Using AutoTrain
adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
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": 32,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 16,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "q_proj",
20
+ "v_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18346e398b72e07c1810e0b6c60a97317390db6239e83b9b33904e9ff16dba62
3
+ size 27309386
checkpoint-2291/README.md ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: mistralai/Mistral-7B-v0.1
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
+ - **Shared by [optional]:** [More Information Needed]
22
+ - **Model type:** [More Information Needed]
23
+ - **Language(s) (NLP):** [More Information Needed]
24
+ - **License:** [More Information Needed]
25
+ - **Finetuned from model [optional]:** [More Information Needed]
26
+
27
+ ### Model Sources [optional]
28
+
29
+ <!-- Provide the basic links for the model. -->
30
+
31
+ - **Repository:** [More Information Needed]
32
+ - **Paper [optional]:** [More Information Needed]
33
+ - **Demo [optional]:** [More Information Needed]
34
+
35
+ ## Uses
36
+
37
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
38
+
39
+ ### Direct Use
40
+
41
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
42
+
43
+ [More Information Needed]
44
+
45
+ ### Downstream Use [optional]
46
+
47
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Out-of-Scope Use
52
+
53
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
54
+
55
+ [More Information Needed]
56
+
57
+ ## Bias, Risks, and Limitations
58
+
59
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ### Recommendations
64
+
65
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
66
+
67
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
68
+
69
+ ## How to Get Started with the Model
70
+
71
+ Use the code below to get started with the model.
72
+
73
+ [More Information Needed]
74
+
75
+ ## Training Details
76
+
77
+ ### Training Data
78
+
79
+ <!-- This should link to a Data 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. -->
80
+
81
+ [More Information Needed]
82
+
83
+ ### Training Procedure
84
+
85
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
86
+
87
+ #### Preprocessing [optional]
88
+
89
+ [More Information Needed]
90
+
91
+
92
+ #### Training Hyperparameters
93
+
94
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
95
+
96
+ #### Speeds, Sizes, Times [optional]
97
+
98
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
99
+
100
+ [More Information Needed]
101
+
102
+ ## Evaluation
103
+
104
+ <!-- This section describes the evaluation protocols and provides the results. -->
105
+
106
+ ### Testing Data, Factors & Metrics
107
+
108
+ #### Testing Data
109
+
110
+ <!-- This should link to a Data Card if possible. -->
111
+
112
+ [More Information Needed]
113
+
114
+ #### Factors
115
+
116
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Metrics
121
+
122
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
123
+
124
+ [More Information Needed]
125
+
126
+ ### Results
127
+
128
+ [More Information Needed]
129
+
130
+ #### Summary
131
+
132
+
133
+
134
+ ## Model Examination [optional]
135
+
136
+ <!-- Relevant interpretability work for the model goes here -->
137
+
138
+ [More Information Needed]
139
+
140
+ ## Environmental Impact
141
+
142
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
143
+
144
+ 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).
145
+
146
+ - **Hardware Type:** [More Information Needed]
147
+ - **Hours used:** [More Information Needed]
148
+ - **Cloud Provider:** [More Information Needed]
149
+ - **Compute Region:** [More Information Needed]
150
+ - **Carbon Emitted:** [More Information Needed]
151
+
152
+ ## Technical Specifications [optional]
153
+
154
+ ### Model Architecture and Objective
155
+
156
+ [More Information Needed]
157
+
158
+ ### Compute Infrastructure
159
+
160
+ [More Information Needed]
161
+
162
+ #### Hardware
163
+
164
+ [More Information Needed]
165
+
166
+ #### Software
167
+
168
+ [More Information Needed]
169
+
170
+ ## Citation [optional]
171
+
172
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
173
+
174
+ **BibTeX:**
175
+
176
+ [More Information Needed]
177
+
178
+ **APA:**
179
+
180
+ [More Information Needed]
181
+
182
+ ## Glossary [optional]
183
+
184
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
185
+
186
+ [More Information Needed]
187
+
188
+ ## More Information [optional]
189
+
190
+ [More Information Needed]
191
+
192
+ ## Model Card Authors [optional]
193
+
194
+ [More Information Needed]
195
+
196
+ ## Model Card Contact
197
+
198
+ [More Information Needed]
199
+
200
+
201
+ ## Training procedure
202
+
203
+
204
+ The following `bitsandbytes` quantization config was used during training:
205
+ - quant_method: QuantizationMethod.BITS_AND_BYTES
206
+ - load_in_8bit: False
207
+ - load_in_4bit: True
208
+ - llm_int8_threshold: 6.0
209
+ - llm_int8_skip_modules: None
210
+ - llm_int8_enable_fp32_cpu_offload: False
211
+ - llm_int8_has_fp16_weight: False
212
+ - bnb_4bit_quant_type: nf4
213
+ - bnb_4bit_use_double_quant: False
214
+ - bnb_4bit_compute_dtype: float16
215
+
216
+ ### Framework versions
217
+
218
+
219
+ - PEFT 0.6.0
220
+ ## Training procedure
221
+
222
+
223
+ The following `bitsandbytes` quantization config was used during training:
224
+ - quant_method: QuantizationMethod.BITS_AND_BYTES
225
+ - load_in_8bit: False
226
+ - load_in_4bit: True
227
+ - llm_int8_threshold: 6.0
228
+ - llm_int8_skip_modules: None
229
+ - llm_int8_enable_fp32_cpu_offload: False
230
+ - llm_int8_has_fp16_weight: False
231
+ - bnb_4bit_quant_type: nf4
232
+ - bnb_4bit_use_double_quant: False
233
+ - bnb_4bit_compute_dtype: float16
234
+
235
+ ### Framework versions
236
+
237
+
238
+ - PEFT 0.6.0
checkpoint-2291/adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
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": 32,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 16,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "q_proj",
20
+ "v_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
checkpoint-2291/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f86b00b459d977a2d60c779f1afe9eaec0ff560cbb53130159b9154e2fe4053b
3
+ size 27309386
checkpoint-2291/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfa2e4fcce1c0f89068366daed02a9c9bf0dd39f78e9cc483777f936a5e83ea4
3
+ size 54633978
checkpoint-2291/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049c26b844b79121ddd8379f7f69194e63f6fbf6aa007eeac0c66f17eebb8893
3
+ size 888
checkpoint-2291/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:223e5621556cbb49d52d608b8c4048ed3bfb2411dc70e2a65159931f125654b2
3
+ size 15024
checkpoint-2291/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b76c8cb7f7ef22f51dc331ff3b7090985a8859ae5bc57f059da6c17a0a19f2
3
+ size 15024
checkpoint-2291/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dc96946dd4ccd9830c48d164825b3e507405df68552b7e8ea88ef86d5804c54
3
+ size 15024
checkpoint-2291/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31f7b8933538f611630d1bf9fb4de8bc4fbdd35a8b66710a4805112df9e7ea1a
3
+ size 15024
checkpoint-2291/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42de674bf7e7bb40c1b7196fdd7c7b1e1660a7d8b00b80f687ca74b13809b48d
3
+ size 1064
checkpoint-2291/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-2291/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2291/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
checkpoint-2291/tokenizer_config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "additional_special_tokens": [],
29
+ "bos_token": "<s>",
30
+ "clean_up_tokenization_spaces": false,
31
+ "eos_token": "</s>",
32
+ "legacy": true,
33
+ "model_max_length": 1024,
34
+ "pad_token": "</s>",
35
+ "sp_model_kwargs": {},
36
+ "spaces_between_special_tokens": false,
37
+ "tokenizer_class": "LlamaTokenizer",
38
+ "unk_token": "<unk>",
39
+ "use_default_system_prompt": true
40
+ }
checkpoint-2291/trainer_state.json ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 88.97087378640776,
5
+ "eval_steps": 500,
6
+ "global_step": 2291,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 3.15,
13
+ "learning_rate": 0.000324,
14
+ "loss": 1.6248,
15
+ "step": 81
16
+ },
17
+ {
18
+ "epoch": 6.29,
19
+ "learning_rate": 0.000648,
20
+ "loss": 1.5109,
21
+ "step": 162
22
+ },
23
+ {
24
+ "epoch": 9.44,
25
+ "learning_rate": 0.000972,
26
+ "loss": 1.4155,
27
+ "step": 243
28
+ },
29
+ {
30
+ "epoch": 12.58,
31
+ "learning_rate": 0.0009671111111111112,
32
+ "loss": 1.328,
33
+ "step": 324
34
+ },
35
+ {
36
+ "epoch": 15.73,
37
+ "learning_rate": 0.0009311111111111112,
38
+ "loss": 1.2665,
39
+ "step": 405
40
+ },
41
+ {
42
+ "epoch": 18.87,
43
+ "learning_rate": 0.0008951111111111111,
44
+ "loss": 1.2178,
45
+ "step": 486
46
+ },
47
+ {
48
+ "epoch": 22.02,
49
+ "learning_rate": 0.0008591111111111112,
50
+ "loss": 1.1829,
51
+ "step": 567
52
+ },
53
+ {
54
+ "epoch": 25.17,
55
+ "learning_rate": 0.0008231111111111112,
56
+ "loss": 1.1523,
57
+ "step": 648
58
+ },
59
+ {
60
+ "epoch": 28.31,
61
+ "learning_rate": 0.0007871111111111111,
62
+ "loss": 1.1296,
63
+ "step": 729
64
+ },
65
+ {
66
+ "epoch": 31.46,
67
+ "learning_rate": 0.000751111111111111,
68
+ "loss": 1.1084,
69
+ "step": 810
70
+ },
71
+ {
72
+ "epoch": 34.6,
73
+ "learning_rate": 0.0007151111111111111,
74
+ "loss": 1.0855,
75
+ "step": 891
76
+ },
77
+ {
78
+ "epoch": 37.75,
79
+ "learning_rate": 0.0006791111111111111,
80
+ "loss": 1.0708,
81
+ "step": 972
82
+ },
83
+ {
84
+ "epoch": 40.89,
85
+ "learning_rate": 0.0006431111111111111,
86
+ "loss": 1.0536,
87
+ "step": 1053
88
+ },
89
+ {
90
+ "epoch": 44.04,
91
+ "learning_rate": 0.0006071111111111112,
92
+ "loss": 1.0359,
93
+ "step": 1134
94
+ },
95
+ {
96
+ "epoch": 47.18,
97
+ "learning_rate": 0.0005711111111111111,
98
+ "loss": 1.0246,
99
+ "step": 1215
100
+ },
101
+ {
102
+ "epoch": 50.33,
103
+ "learning_rate": 0.0005351111111111111,
104
+ "loss": 1.0132,
105
+ "step": 1296
106
+ },
107
+ {
108
+ "epoch": 53.48,
109
+ "learning_rate": 0.0004991111111111111,
110
+ "loss": 1.0013,
111
+ "step": 1377
112
+ },
113
+ {
114
+ "epoch": 56.62,
115
+ "learning_rate": 0.0004631111111111111,
116
+ "loss": 0.9878,
117
+ "step": 1458
118
+ },
119
+ {
120
+ "epoch": 59.77,
121
+ "learning_rate": 0.0004271111111111111,
122
+ "loss": 0.9766,
123
+ "step": 1539
124
+ },
125
+ {
126
+ "epoch": 62.91,
127
+ "learning_rate": 0.0003911111111111111,
128
+ "loss": 0.9643,
129
+ "step": 1620
130
+ },
131
+ {
132
+ "epoch": 66.06,
133
+ "learning_rate": 0.0003551111111111111,
134
+ "loss": 0.9538,
135
+ "step": 1701
136
+ },
137
+ {
138
+ "epoch": 69.2,
139
+ "learning_rate": 0.0003191111111111111,
140
+ "loss": 0.9486,
141
+ "step": 1782
142
+ },
143
+ {
144
+ "epoch": 72.35,
145
+ "learning_rate": 0.0002831111111111111,
146
+ "loss": 0.9382,
147
+ "step": 1863
148
+ },
149
+ {
150
+ "epoch": 75.5,
151
+ "learning_rate": 0.00024711111111111114,
152
+ "loss": 0.9255,
153
+ "step": 1944
154
+ },
155
+ {
156
+ "epoch": 78.64,
157
+ "learning_rate": 0.0002111111111111111,
158
+ "loss": 0.9153,
159
+ "step": 2025
160
+ },
161
+ {
162
+ "epoch": 81.79,
163
+ "learning_rate": 0.0001751111111111111,
164
+ "loss": 0.9069,
165
+ "step": 2106
166
+ },
167
+ {
168
+ "epoch": 84.93,
169
+ "learning_rate": 0.0001391111111111111,
170
+ "loss": 0.8996,
171
+ "step": 2187
172
+ },
173
+ {
174
+ "epoch": 88.08,
175
+ "learning_rate": 0.00010311111111111111,
176
+ "loss": 0.888,
177
+ "step": 2268
178
+ }
179
+ ],
180
+ "logging_steps": 81,
181
+ "max_steps": 2500,
182
+ "num_train_epochs": 100,
183
+ "save_steps": 500,
184
+ "total_flos": 2.5655732556322046e+19,
185
+ "trial_name": null,
186
+ "trial_params": null
187
+ }
checkpoint-2291/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f619e6ebfb366a3ea09e3eb87674c967c8536ccf26fb2a93c22903d6f9bb566a
3
+ size 4472
checkpoint-2317/README.md ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: mistralai/Mistral-7B-v0.1
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
+ - **Shared by [optional]:** [More Information Needed]
22
+ - **Model type:** [More Information Needed]
23
+ - **Language(s) (NLP):** [More Information Needed]
24
+ - **License:** [More Information Needed]
25
+ - **Finetuned from model [optional]:** [More Information Needed]
26
+
27
+ ### Model Sources [optional]
28
+
29
+ <!-- Provide the basic links for the model. -->
30
+
31
+ - **Repository:** [More Information Needed]
32
+ - **Paper [optional]:** [More Information Needed]
33
+ - **Demo [optional]:** [More Information Needed]
34
+
35
+ ## Uses
36
+
37
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
38
+
39
+ ### Direct Use
40
+
41
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
42
+
43
+ [More Information Needed]
44
+
45
+ ### Downstream Use [optional]
46
+
47
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Out-of-Scope Use
52
+
53
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
54
+
55
+ [More Information Needed]
56
+
57
+ ## Bias, Risks, and Limitations
58
+
59
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ### Recommendations
64
+
65
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
66
+
67
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
68
+
69
+ ## How to Get Started with the Model
70
+
71
+ Use the code below to get started with the model.
72
+
73
+ [More Information Needed]
74
+
75
+ ## Training Details
76
+
77
+ ### Training Data
78
+
79
+ <!-- This should link to a Data 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. -->
80
+
81
+ [More Information Needed]
82
+
83
+ ### Training Procedure
84
+
85
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
86
+
87
+ #### Preprocessing [optional]
88
+
89
+ [More Information Needed]
90
+
91
+
92
+ #### Training Hyperparameters
93
+
94
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
95
+
96
+ #### Speeds, Sizes, Times [optional]
97
+
98
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
99
+
100
+ [More Information Needed]
101
+
102
+ ## Evaluation
103
+
104
+ <!-- This section describes the evaluation protocols and provides the results. -->
105
+
106
+ ### Testing Data, Factors & Metrics
107
+
108
+ #### Testing Data
109
+
110
+ <!-- This should link to a Data Card if possible. -->
111
+
112
+ [More Information Needed]
113
+
114
+ #### Factors
115
+
116
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Metrics
121
+
122
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
123
+
124
+ [More Information Needed]
125
+
126
+ ### Results
127
+
128
+ [More Information Needed]
129
+
130
+ #### Summary
131
+
132
+
133
+
134
+ ## Model Examination [optional]
135
+
136
+ <!-- Relevant interpretability work for the model goes here -->
137
+
138
+ [More Information Needed]
139
+
140
+ ## Environmental Impact
141
+
142
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
143
+
144
+ 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).
145
+
146
+ - **Hardware Type:** [More Information Needed]
147
+ - **Hours used:** [More Information Needed]
148
+ - **Cloud Provider:** [More Information Needed]
149
+ - **Compute Region:** [More Information Needed]
150
+ - **Carbon Emitted:** [More Information Needed]
151
+
152
+ ## Technical Specifications [optional]
153
+
154
+ ### Model Architecture and Objective
155
+
156
+ [More Information Needed]
157
+
158
+ ### Compute Infrastructure
159
+
160
+ [More Information Needed]
161
+
162
+ #### Hardware
163
+
164
+ [More Information Needed]
165
+
166
+ #### Software
167
+
168
+ [More Information Needed]
169
+
170
+ ## Citation [optional]
171
+
172
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
173
+
174
+ **BibTeX:**
175
+
176
+ [More Information Needed]
177
+
178
+ **APA:**
179
+
180
+ [More Information Needed]
181
+
182
+ ## Glossary [optional]
183
+
184
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
185
+
186
+ [More Information Needed]
187
+
188
+ ## More Information [optional]
189
+
190
+ [More Information Needed]
191
+
192
+ ## Model Card Authors [optional]
193
+
194
+ [More Information Needed]
195
+
196
+ ## Model Card Contact
197
+
198
+ [More Information Needed]
199
+
200
+
201
+ ## Training procedure
202
+
203
+
204
+ The following `bitsandbytes` quantization config was used during training:
205
+ - quant_method: QuantizationMethod.BITS_AND_BYTES
206
+ - load_in_8bit: False
207
+ - load_in_4bit: True
208
+ - llm_int8_threshold: 6.0
209
+ - llm_int8_skip_modules: None
210
+ - llm_int8_enable_fp32_cpu_offload: False
211
+ - llm_int8_has_fp16_weight: False
212
+ - bnb_4bit_quant_type: nf4
213
+ - bnb_4bit_use_double_quant: False
214
+ - bnb_4bit_compute_dtype: float16
215
+
216
+ ### Framework versions
217
+
218
+
219
+ - PEFT 0.6.0
220
+ ## Training procedure
221
+
222
+
223
+ The following `bitsandbytes` quantization config was used during training:
224
+ - quant_method: QuantizationMethod.BITS_AND_BYTES
225
+ - load_in_8bit: False
226
+ - load_in_4bit: True
227
+ - llm_int8_threshold: 6.0
228
+ - llm_int8_skip_modules: None
229
+ - llm_int8_enable_fp32_cpu_offload: False
230
+ - llm_int8_has_fp16_weight: False
231
+ - bnb_4bit_quant_type: nf4
232
+ - bnb_4bit_use_double_quant: False
233
+ - bnb_4bit_compute_dtype: float16
234
+
235
+ ### Framework versions
236
+
237
+
238
+ - PEFT 0.6.0
checkpoint-2317/adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
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": 32,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 16,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "q_proj",
20
+ "v_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
checkpoint-2317/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdd735f99d54cb6516599683a0e1ab124a025b63ccd5a222bf98196d8c398d03
3
+ size 27309386
checkpoint-2317/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c341def01e145d5c77c68591f180a364f7278369cd2854a04bd86233acd02e4
3
+ size 54633978
checkpoint-2317/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049c26b844b79121ddd8379f7f69194e63f6fbf6aa007eeac0c66f17eebb8893
3
+ size 888
checkpoint-2317/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a27f15759116e58a804c78dc84fd87f120cdf8c2797db523d10186ffbbedb79d
3
+ size 15024
checkpoint-2317/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10e5095551347df0a27f1686b1421b159e72e7d7cd7355aca72dee1d4b4d11c1
3
+ size 15024
checkpoint-2317/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b4e04459a416a24194c18a601a319cd08449a4a627840abebc4d4ef9715db4b
3
+ size 15024
checkpoint-2317/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd4fd2612a325a4c6b101726b0aaa06e4829045d8346b2f4c1f2d930350e6bb1
3
+ size 15024
checkpoint-2317/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bc2a58cc48733c7aa4ede92c5c55f6e8107af5fa4b97efdac30e8110e27a4ec
3
+ size 1064
checkpoint-2317/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-2317/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2317/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
checkpoint-2317/tokenizer_config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "additional_special_tokens": [],
29
+ "bos_token": "<s>",
30
+ "clean_up_tokenization_spaces": false,
31
+ "eos_token": "</s>",
32
+ "legacy": true,
33
+ "model_max_length": 1024,
34
+ "pad_token": "</s>",
35
+ "sp_model_kwargs": {},
36
+ "spaces_between_special_tokens": false,
37
+ "tokenizer_class": "LlamaTokenizer",
38
+ "unk_token": "<unk>",
39
+ "use_default_system_prompt": true
40
+ }
checkpoint-2317/trainer_state.json ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 89.98058252427184,
5
+ "eval_steps": 500,
6
+ "global_step": 2317,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 3.15,
13
+ "learning_rate": 0.000324,
14
+ "loss": 1.6248,
15
+ "step": 81
16
+ },
17
+ {
18
+ "epoch": 6.29,
19
+ "learning_rate": 0.000648,
20
+ "loss": 1.5109,
21
+ "step": 162
22
+ },
23
+ {
24
+ "epoch": 9.44,
25
+ "learning_rate": 0.000972,
26
+ "loss": 1.4155,
27
+ "step": 243
28
+ },
29
+ {
30
+ "epoch": 12.58,
31
+ "learning_rate": 0.0009671111111111112,
32
+ "loss": 1.328,
33
+ "step": 324
34
+ },
35
+ {
36
+ "epoch": 15.73,
37
+ "learning_rate": 0.0009311111111111112,
38
+ "loss": 1.2665,
39
+ "step": 405
40
+ },
41
+ {
42
+ "epoch": 18.87,
43
+ "learning_rate": 0.0008951111111111111,
44
+ "loss": 1.2178,
45
+ "step": 486
46
+ },
47
+ {
48
+ "epoch": 22.02,
49
+ "learning_rate": 0.0008591111111111112,
50
+ "loss": 1.1829,
51
+ "step": 567
52
+ },
53
+ {
54
+ "epoch": 25.17,
55
+ "learning_rate": 0.0008231111111111112,
56
+ "loss": 1.1523,
57
+ "step": 648
58
+ },
59
+ {
60
+ "epoch": 28.31,
61
+ "learning_rate": 0.0007871111111111111,
62
+ "loss": 1.1296,
63
+ "step": 729
64
+ },
65
+ {
66
+ "epoch": 31.46,
67
+ "learning_rate": 0.000751111111111111,
68
+ "loss": 1.1084,
69
+ "step": 810
70
+ },
71
+ {
72
+ "epoch": 34.6,
73
+ "learning_rate": 0.0007151111111111111,
74
+ "loss": 1.0855,
75
+ "step": 891
76
+ },
77
+ {
78
+ "epoch": 37.75,
79
+ "learning_rate": 0.0006791111111111111,
80
+ "loss": 1.0708,
81
+ "step": 972
82
+ },
83
+ {
84
+ "epoch": 40.89,
85
+ "learning_rate": 0.0006431111111111111,
86
+ "loss": 1.0536,
87
+ "step": 1053
88
+ },
89
+ {
90
+ "epoch": 44.04,
91
+ "learning_rate": 0.0006071111111111112,
92
+ "loss": 1.0359,
93
+ "step": 1134
94
+ },
95
+ {
96
+ "epoch": 47.18,
97
+ "learning_rate": 0.0005711111111111111,
98
+ "loss": 1.0246,
99
+ "step": 1215
100
+ },
101
+ {
102
+ "epoch": 50.33,
103
+ "learning_rate": 0.0005351111111111111,
104
+ "loss": 1.0132,
105
+ "step": 1296
106
+ },
107
+ {
108
+ "epoch": 53.48,
109
+ "learning_rate": 0.0004991111111111111,
110
+ "loss": 1.0013,
111
+ "step": 1377
112
+ },
113
+ {
114
+ "epoch": 56.62,
115
+ "learning_rate": 0.0004631111111111111,
116
+ "loss": 0.9878,
117
+ "step": 1458
118
+ },
119
+ {
120
+ "epoch": 59.77,
121
+ "learning_rate": 0.0004271111111111111,
122
+ "loss": 0.9766,
123
+ "step": 1539
124
+ },
125
+ {
126
+ "epoch": 62.91,
127
+ "learning_rate": 0.0003911111111111111,
128
+ "loss": 0.9643,
129
+ "step": 1620
130
+ },
131
+ {
132
+ "epoch": 66.06,
133
+ "learning_rate": 0.0003551111111111111,
134
+ "loss": 0.9538,
135
+ "step": 1701
136
+ },
137
+ {
138
+ "epoch": 69.2,
139
+ "learning_rate": 0.0003191111111111111,
140
+ "loss": 0.9486,
141
+ "step": 1782
142
+ },
143
+ {
144
+ "epoch": 72.35,
145
+ "learning_rate": 0.0002831111111111111,
146
+ "loss": 0.9382,
147
+ "step": 1863
148
+ },
149
+ {
150
+ "epoch": 75.5,
151
+ "learning_rate": 0.00024711111111111114,
152
+ "loss": 0.9255,
153
+ "step": 1944
154
+ },
155
+ {
156
+ "epoch": 78.64,
157
+ "learning_rate": 0.0002111111111111111,
158
+ "loss": 0.9153,
159
+ "step": 2025
160
+ },
161
+ {
162
+ "epoch": 81.79,
163
+ "learning_rate": 0.0001751111111111111,
164
+ "loss": 0.9069,
165
+ "step": 2106
166
+ },
167
+ {
168
+ "epoch": 84.93,
169
+ "learning_rate": 0.0001391111111111111,
170
+ "loss": 0.8996,
171
+ "step": 2187
172
+ },
173
+ {
174
+ "epoch": 88.08,
175
+ "learning_rate": 0.00010311111111111111,
176
+ "loss": 0.888,
177
+ "step": 2268
178
+ }
179
+ ],
180
+ "logging_steps": 81,
181
+ "max_steps": 2500,
182
+ "num_train_epochs": 100,
183
+ "save_steps": 500,
184
+ "total_flos": 2.5943999216357474e+19,
185
+ "trial_name": null,
186
+ "trial_params": null
187
+ }
checkpoint-2317/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f619e6ebfb366a3ea09e3eb87674c967c8536ccf26fb2a93c22903d6f9bb566a
3
+ size 4472
checkpoint-2343/README.md ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: mistralai/Mistral-7B-v0.1
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
+ - **Shared by [optional]:** [More Information Needed]
22
+ - **Model type:** [More Information Needed]
23
+ - **Language(s) (NLP):** [More Information Needed]
24
+ - **License:** [More Information Needed]
25
+ - **Finetuned from model [optional]:** [More Information Needed]
26
+
27
+ ### Model Sources [optional]
28
+
29
+ <!-- Provide the basic links for the model. -->
30
+
31
+ - **Repository:** [More Information Needed]
32
+ - **Paper [optional]:** [More Information Needed]
33
+ - **Demo [optional]:** [More Information Needed]
34
+
35
+ ## Uses
36
+
37
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
38
+
39
+ ### Direct Use
40
+
41
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
42
+
43
+ [More Information Needed]
44
+
45
+ ### Downstream Use [optional]
46
+
47
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Out-of-Scope Use
52
+
53
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
54
+
55
+ [More Information Needed]
56
+
57
+ ## Bias, Risks, and Limitations
58
+
59
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ### Recommendations
64
+
65
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
66
+
67
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
68
+
69
+ ## How to Get Started with the Model
70
+
71
+ Use the code below to get started with the model.
72
+
73
+ [More Information Needed]
74
+
75
+ ## Training Details
76
+
77
+ ### Training Data
78
+
79
+ <!-- This should link to a Data 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. -->
80
+
81
+ [More Information Needed]
82
+
83
+ ### Training Procedure
84
+
85
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
86
+
87
+ #### Preprocessing [optional]
88
+
89
+ [More Information Needed]
90
+
91
+
92
+ #### Training Hyperparameters
93
+
94
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
95
+
96
+ #### Speeds, Sizes, Times [optional]
97
+
98
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
99
+
100
+ [More Information Needed]
101
+
102
+ ## Evaluation
103
+
104
+ <!-- This section describes the evaluation protocols and provides the results. -->
105
+
106
+ ### Testing Data, Factors & Metrics
107
+
108
+ #### Testing Data
109
+
110
+ <!-- This should link to a Data Card if possible. -->
111
+
112
+ [More Information Needed]
113
+
114
+ #### Factors
115
+
116
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Metrics
121
+
122
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
123
+
124
+ [More Information Needed]
125
+
126
+ ### Results
127
+
128
+ [More Information Needed]
129
+
130
+ #### Summary
131
+
132
+
133
+
134
+ ## Model Examination [optional]
135
+
136
+ <!-- Relevant interpretability work for the model goes here -->
137
+
138
+ [More Information Needed]
139
+
140
+ ## Environmental Impact
141
+
142
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
143
+
144
+ 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).
145
+
146
+ - **Hardware Type:** [More Information Needed]
147
+ - **Hours used:** [More Information Needed]
148
+ - **Cloud Provider:** [More Information Needed]
149
+ - **Compute Region:** [More Information Needed]
150
+ - **Carbon Emitted:** [More Information Needed]
151
+
152
+ ## Technical Specifications [optional]
153
+
154
+ ### Model Architecture and Objective
155
+
156
+ [More Information Needed]
157
+
158
+ ### Compute Infrastructure
159
+
160
+ [More Information Needed]
161
+
162
+ #### Hardware
163
+
164
+ [More Information Needed]
165
+
166
+ #### Software
167
+
168
+ [More Information Needed]
169
+
170
+ ## Citation [optional]
171
+
172
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
173
+
174
+ **BibTeX:**
175
+
176
+ [More Information Needed]
177
+
178
+ **APA:**
179
+
180
+ [More Information Needed]
181
+
182
+ ## Glossary [optional]
183
+
184
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
185
+
186
+ [More Information Needed]
187
+
188
+ ## More Information [optional]
189
+
190
+ [More Information Needed]
191
+
192
+ ## Model Card Authors [optional]
193
+
194
+ [More Information Needed]
195
+
196
+ ## Model Card Contact
197
+
198
+ [More Information Needed]
199
+
200
+
201
+ ## Training procedure
202
+
203
+
204
+ The following `bitsandbytes` quantization config was used during training:
205
+ - quant_method: QuantizationMethod.BITS_AND_BYTES
206
+ - load_in_8bit: False
207
+ - load_in_4bit: True
208
+ - llm_int8_threshold: 6.0
209
+ - llm_int8_skip_modules: None
210
+ - llm_int8_enable_fp32_cpu_offload: False
211
+ - llm_int8_has_fp16_weight: False
212
+ - bnb_4bit_quant_type: nf4
213
+ - bnb_4bit_use_double_quant: False
214
+ - bnb_4bit_compute_dtype: float16
215
+
216
+ ### Framework versions
217
+
218
+
219
+ - PEFT 0.6.0
220
+ ## Training procedure
221
+
222
+
223
+ The following `bitsandbytes` quantization config was used during training:
224
+ - quant_method: QuantizationMethod.BITS_AND_BYTES
225
+ - load_in_8bit: False
226
+ - load_in_4bit: True
227
+ - llm_int8_threshold: 6.0
228
+ - llm_int8_skip_modules: None
229
+ - llm_int8_enable_fp32_cpu_offload: False
230
+ - llm_int8_has_fp16_weight: False
231
+ - bnb_4bit_quant_type: nf4
232
+ - bnb_4bit_use_double_quant: False
233
+ - bnb_4bit_compute_dtype: float16
234
+
235
+ ### Framework versions
236
+
237
+
238
+ - PEFT 0.6.0
checkpoint-2343/adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
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": 32,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 16,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "q_proj",
20
+ "v_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
checkpoint-2343/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9536c91747f830d2eec1efe9c2dd2ce282d80e908a679ee24d4e42a8367217ef
3
+ size 27309386
checkpoint-2343/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bff9e83e0ed4148d226b5e2268050fcf84357ab06329b4aad75ba8d1939386e4
3
+ size 54633978
checkpoint-2343/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049c26b844b79121ddd8379f7f69194e63f6fbf6aa007eeac0c66f17eebb8893
3
+ size 888
checkpoint-2343/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6995b721c65d7e7a19a3ee4cfddf8edb5811c6eb5f700180e35a07e5323ff7c6
3
+ size 15024
checkpoint-2343/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:383c091e460ad9b52c662e7e8f7cf0ff07d285cf9f700d12b2645667da4cd7da
3
+ size 15024
checkpoint-2343/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da0c30d757a178b0bb42f296af7b8160f574fb716e3c55d66c5adc2438b63fac
3
+ size 15024
checkpoint-2343/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33ad714128fff57c7396b54b362ccd281830ccab93db0911ebe96dac6e81feee
3
+ size 15024
checkpoint-2343/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3d70a037340d45a084c895b5b2302e7d9f06f88374d56a5ab712d87955ccd67
3
+ size 1064
checkpoint-2343/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-2343/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2343/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
checkpoint-2343/tokenizer_config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "additional_special_tokens": [],
29
+ "bos_token": "<s>",
30
+ "clean_up_tokenization_spaces": false,
31
+ "eos_token": "</s>",
32
+ "legacy": true,
33
+ "model_max_length": 1024,
34
+ "pad_token": "</s>",
35
+ "sp_model_kwargs": {},
36
+ "spaces_between_special_tokens": false,
37
+ "tokenizer_class": "LlamaTokenizer",
38
+ "unk_token": "<unk>",
39
+ "use_default_system_prompt": true
40
+ }
checkpoint-2343/trainer_state.json ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 90.99029126213593,
5
+ "eval_steps": 500,
6
+ "global_step": 2343,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 3.15,
13
+ "learning_rate": 0.000324,
14
+ "loss": 1.6248,
15
+ "step": 81
16
+ },
17
+ {
18
+ "epoch": 6.29,
19
+ "learning_rate": 0.000648,
20
+ "loss": 1.5109,
21
+ "step": 162
22
+ },
23
+ {
24
+ "epoch": 9.44,
25
+ "learning_rate": 0.000972,
26
+ "loss": 1.4155,
27
+ "step": 243
28
+ },
29
+ {
30
+ "epoch": 12.58,
31
+ "learning_rate": 0.0009671111111111112,
32
+ "loss": 1.328,
33
+ "step": 324
34
+ },
35
+ {
36
+ "epoch": 15.73,
37
+ "learning_rate": 0.0009311111111111112,
38
+ "loss": 1.2665,
39
+ "step": 405
40
+ },
41
+ {
42
+ "epoch": 18.87,
43
+ "learning_rate": 0.0008951111111111111,
44
+ "loss": 1.2178,
45
+ "step": 486
46
+ },
47
+ {
48
+ "epoch": 22.02,
49
+ "learning_rate": 0.0008591111111111112,
50
+ "loss": 1.1829,
51
+ "step": 567
52
+ },
53
+ {
54
+ "epoch": 25.17,
55
+ "learning_rate": 0.0008231111111111112,
56
+ "loss": 1.1523,
57
+ "step": 648
58
+ },
59
+ {
60
+ "epoch": 28.31,
61
+ "learning_rate": 0.0007871111111111111,
62
+ "loss": 1.1296,
63
+ "step": 729
64
+ },
65
+ {
66
+ "epoch": 31.46,
67
+ "learning_rate": 0.000751111111111111,
68
+ "loss": 1.1084,
69
+ "step": 810
70
+ },
71
+ {
72
+ "epoch": 34.6,
73
+ "learning_rate": 0.0007151111111111111,
74
+ "loss": 1.0855,
75
+ "step": 891
76
+ },
77
+ {
78
+ "epoch": 37.75,
79
+ "learning_rate": 0.0006791111111111111,
80
+ "loss": 1.0708,
81
+ "step": 972
82
+ },
83
+ {
84
+ "epoch": 40.89,
85
+ "learning_rate": 0.0006431111111111111,
86
+ "loss": 1.0536,
87
+ "step": 1053
88
+ },
89
+ {
90
+ "epoch": 44.04,
91
+ "learning_rate": 0.0006071111111111112,
92
+ "loss": 1.0359,
93
+ "step": 1134
94
+ },
95
+ {
96
+ "epoch": 47.18,
97
+ "learning_rate": 0.0005711111111111111,
98
+ "loss": 1.0246,
99
+ "step": 1215
100
+ },
101
+ {
102
+ "epoch": 50.33,
103
+ "learning_rate": 0.0005351111111111111,
104
+ "loss": 1.0132,
105
+ "step": 1296
106
+ },
107
+ {
108
+ "epoch": 53.48,
109
+ "learning_rate": 0.0004991111111111111,
110
+ "loss": 1.0013,
111
+ "step": 1377
112
+ },
113
+ {
114
+ "epoch": 56.62,
115
+ "learning_rate": 0.0004631111111111111,
116
+ "loss": 0.9878,
117
+ "step": 1458
118
+ },
119
+ {
120
+ "epoch": 59.77,
121
+ "learning_rate": 0.0004271111111111111,
122
+ "loss": 0.9766,
123
+ "step": 1539
124
+ },
125
+ {
126
+ "epoch": 62.91,
127
+ "learning_rate": 0.0003911111111111111,
128
+ "loss": 0.9643,
129
+ "step": 1620
130
+ },
131
+ {
132
+ "epoch": 66.06,
133
+ "learning_rate": 0.0003551111111111111,
134
+ "loss": 0.9538,
135
+ "step": 1701
136
+ },
137
+ {
138
+ "epoch": 69.2,
139
+ "learning_rate": 0.0003191111111111111,
140
+ "loss": 0.9486,
141
+ "step": 1782
142
+ },
143
+ {
144
+ "epoch": 72.35,
145
+ "learning_rate": 0.0002831111111111111,
146
+ "loss": 0.9382,
147
+ "step": 1863
148
+ },
149
+ {
150
+ "epoch": 75.5,
151
+ "learning_rate": 0.00024711111111111114,
152
+ "loss": 0.9255,
153
+ "step": 1944
154
+ },
155
+ {
156
+ "epoch": 78.64,
157
+ "learning_rate": 0.0002111111111111111,
158
+ "loss": 0.9153,
159
+ "step": 2025
160
+ },
161
+ {
162
+ "epoch": 81.79,
163
+ "learning_rate": 0.0001751111111111111,
164
+ "loss": 0.9069,
165
+ "step": 2106
166
+ },
167
+ {
168
+ "epoch": 84.93,
169
+ "learning_rate": 0.0001391111111111111,
170
+ "loss": 0.8996,
171
+ "step": 2187
172
+ },
173
+ {
174
+ "epoch": 88.08,
175
+ "learning_rate": 0.00010311111111111111,
176
+ "loss": 0.888,
177
+ "step": 2268
178
+ }
179
+ ],
180
+ "logging_steps": 81,
181
+ "max_steps": 2500,
182
+ "num_train_epochs": 100,
183
+ "save_steps": 500,
184
+ "total_flos": 2.6232265876392903e+19,
185
+ "trial_name": null,
186
+ "trial_params": null
187
+ }