nRuaif commited on
Commit
913db72
·
1 Parent(s): 55c3fa2

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: tavtav/Rose-20B
7
+ model-index:
8
+ - name: qlora-out
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
16
+ # qlora-out
17
+
18
+ This model is a fine-tuned version of [tavtav/Rose-20B](https://huggingface.co/tavtav/Rose-20B) on the None dataset.
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.0002
38
+ - train_batch_size: 2
39
+ - eval_batch_size: 2
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 4
42
+ - total_train_batch_size: 8
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: cosine
45
+ - lr_scheduler_warmup_steps: 10
46
+ - num_epochs: 2
47
+
48
+ ### Training results
49
+
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 4.36.0.dev0
55
+ - Pytorch 2.0.1+cu118
56
+ - Datasets 2.15.0
57
+ - Tokenizers 0.15.0
58
+ ## Training procedure
59
+
60
+
61
+ The following `bitsandbytes` quantization config was used during training:
62
+ - quant_method: bitsandbytes
63
+ - load_in_8bit: False
64
+ - load_in_4bit: True
65
+ - llm_int8_threshold: 6.0
66
+ - llm_int8_skip_modules: None
67
+ - llm_int8_enable_fp32_cpu_offload: False
68
+ - llm_int8_has_fp16_weight: False
69
+ - bnb_4bit_quant_type: nf4
70
+ - bnb_4bit_use_double_quant: True
71
+ - bnb_4bit_compute_dtype: bfloat16
72
+
73
+ ### Framework versions
74
+
75
+
76
+ - PEFT 0.6.0
adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "tavtav/Rose-20B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 16,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 8,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "down_proj",
20
+ "v_proj",
21
+ "k_proj",
22
+ "o_proj",
23
+ "q_proj",
24
+ "up_proj",
25
+ "gate_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:e3d349e740c00b2991d8f849e35d1e842d39ecf0b77bebedae79dc7ccfdc767d
3
+ size 194331549
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[PAD]": 32000
3
+ }
checkpoint-108/README.md ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: tavtav/Rose-20B
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
+
201
+
202
+ ## Training procedure
203
+
204
+
205
+ The following `bitsandbytes` quantization config was used during training:
206
+ - quant_method: bitsandbytes
207
+ - load_in_8bit: False
208
+ - load_in_4bit: True
209
+ - llm_int8_threshold: 6.0
210
+ - llm_int8_skip_modules: None
211
+ - llm_int8_enable_fp32_cpu_offload: False
212
+ - llm_int8_has_fp16_weight: False
213
+ - bnb_4bit_quant_type: nf4
214
+ - bnb_4bit_use_double_quant: True
215
+ - bnb_4bit_compute_dtype: bfloat16
216
+
217
+ ### Framework versions
218
+
219
+
220
+ - PEFT 0.6.0
checkpoint-108/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "tavtav/Rose-20B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 16,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 8,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "down_proj",
20
+ "v_proj",
21
+ "k_proj",
22
+ "o_proj",
23
+ "q_proj",
24
+ "up_proj",
25
+ "gate_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }
checkpoint-108/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3d088d020c0c56a8eb4ce6a29a6506de0476cafa2f524da4f419a9df7bf8473
3
+ size 194135104
checkpoint-108/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:094e5b80aba18fe361c99dd451857e151493b6ff68663ca4b8aad4313c72d51b
3
+ size 194285701
checkpoint-108/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad5c7308f5d160ac76e2bf632a71aca9b0fff0cc79917875d57f999108891517
3
+ size 14575
checkpoint-108/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c4b310a6a2b489fb2972010bde98793e0a96d0e048f1e2cec43af9f9cffe06f
3
+ size 627
checkpoint-108/trainer_state.json ADDED
@@ -0,0 +1,669 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0334928229665072,
5
+ "eval_steps": 500,
6
+ "global_step": 108,
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": 2e-05,
14
+ "loss": 2.3634,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 0.02,
19
+ "learning_rate": 4e-05,
20
+ "loss": 2.4605,
21
+ "step": 2
22
+ },
23
+ {
24
+ "epoch": 0.03,
25
+ "learning_rate": 6e-05,
26
+ "loss": 2.3783,
27
+ "step": 3
28
+ },
29
+ {
30
+ "epoch": 0.04,
31
+ "learning_rate": 8e-05,
32
+ "loss": 2.5611,
33
+ "step": 4
34
+ },
35
+ {
36
+ "epoch": 0.05,
37
+ "learning_rate": 0.0001,
38
+ "loss": 2.525,
39
+ "step": 5
40
+ },
41
+ {
42
+ "epoch": 0.06,
43
+ "learning_rate": 0.00012,
44
+ "loss": 2.4104,
45
+ "step": 6
46
+ },
47
+ {
48
+ "epoch": 0.07,
49
+ "learning_rate": 0.00014,
50
+ "loss": 2.3589,
51
+ "step": 7
52
+ },
53
+ {
54
+ "epoch": 0.08,
55
+ "learning_rate": 0.00016,
56
+ "loss": 2.4133,
57
+ "step": 8
58
+ },
59
+ {
60
+ "epoch": 0.09,
61
+ "learning_rate": 0.00018,
62
+ "loss": 2.1582,
63
+ "step": 9
64
+ },
65
+ {
66
+ "epoch": 0.1,
67
+ "learning_rate": 0.0002,
68
+ "loss": 2.1394,
69
+ "step": 10
70
+ },
71
+ {
72
+ "epoch": 0.11,
73
+ "learning_rate": 0.00019998741276738754,
74
+ "loss": 2.1466,
75
+ "step": 11
76
+ },
77
+ {
78
+ "epoch": 0.11,
79
+ "learning_rate": 0.00019994965423831854,
80
+ "loss": 2.0672,
81
+ "step": 12
82
+ },
83
+ {
84
+ "epoch": 0.12,
85
+ "learning_rate": 0.0001998867339183008,
86
+ "loss": 2.1323,
87
+ "step": 13
88
+ },
89
+ {
90
+ "epoch": 0.13,
91
+ "learning_rate": 0.00019979866764718843,
92
+ "loss": 2.0887,
93
+ "step": 14
94
+ },
95
+ {
96
+ "epoch": 0.14,
97
+ "learning_rate": 0.00019968547759519425,
98
+ "loss": 2.1057,
99
+ "step": 15
100
+ },
101
+ {
102
+ "epoch": 0.15,
103
+ "learning_rate": 0.00019954719225730847,
104
+ "loss": 2.0863,
105
+ "step": 16
106
+ },
107
+ {
108
+ "epoch": 0.16,
109
+ "learning_rate": 0.00019938384644612543,
110
+ "loss": 2.09,
111
+ "step": 17
112
+ },
113
+ {
114
+ "epoch": 0.17,
115
+ "learning_rate": 0.00019919548128307954,
116
+ "loss": 2.0731,
117
+ "step": 18
118
+ },
119
+ {
120
+ "epoch": 0.18,
121
+ "learning_rate": 0.0001989821441880933,
122
+ "loss": 2.1503,
123
+ "step": 19
124
+ },
125
+ {
126
+ "epoch": 0.19,
127
+ "learning_rate": 0.00019874388886763944,
128
+ "loss": 1.9755,
129
+ "step": 20
130
+ },
131
+ {
132
+ "epoch": 0.2,
133
+ "learning_rate": 0.00019848077530122083,
134
+ "loss": 2.117,
135
+ "step": 21
136
+ },
137
+ {
138
+ "epoch": 0.21,
139
+ "learning_rate": 0.00019819286972627066,
140
+ "loss": 1.9935,
141
+ "step": 22
142
+ },
143
+ {
144
+ "epoch": 0.22,
145
+ "learning_rate": 0.00019788024462147788,
146
+ "loss": 2.0685,
147
+ "step": 23
148
+ },
149
+ {
150
+ "epoch": 0.23,
151
+ "learning_rate": 0.00019754297868854073,
152
+ "loss": 2.0086,
153
+ "step": 24
154
+ },
155
+ {
156
+ "epoch": 0.24,
157
+ "learning_rate": 0.00019718115683235417,
158
+ "loss": 2.0013,
159
+ "step": 25
160
+ },
161
+ {
162
+ "epoch": 0.25,
163
+ "learning_rate": 0.00019679487013963564,
164
+ "loss": 2.0066,
165
+ "step": 26
166
+ },
167
+ {
168
+ "epoch": 0.26,
169
+ "learning_rate": 0.00019638421585599423,
170
+ "loss": 1.9823,
171
+ "step": 27
172
+ },
173
+ {
174
+ "epoch": 0.27,
175
+ "learning_rate": 0.00019594929736144976,
176
+ "loss": 2.0394,
177
+ "step": 28
178
+ },
179
+ {
180
+ "epoch": 0.28,
181
+ "learning_rate": 0.0001954902241444074,
182
+ "loss": 2.0804,
183
+ "step": 29
184
+ },
185
+ {
186
+ "epoch": 0.29,
187
+ "learning_rate": 0.00019500711177409454,
188
+ "loss": 1.997,
189
+ "step": 30
190
+ },
191
+ {
192
+ "epoch": 0.3,
193
+ "learning_rate": 0.00019450008187146684,
194
+ "loss": 2.0794,
195
+ "step": 31
196
+ },
197
+ {
198
+ "epoch": 0.31,
199
+ "learning_rate": 0.00019396926207859084,
200
+ "loss": 1.9769,
201
+ "step": 32
202
+ },
203
+ {
204
+ "epoch": 0.32,
205
+ "learning_rate": 0.00019341478602651069,
206
+ "loss": 1.9643,
207
+ "step": 33
208
+ },
209
+ {
210
+ "epoch": 0.33,
211
+ "learning_rate": 0.00019283679330160726,
212
+ "loss": 2.041,
213
+ "step": 34
214
+ },
215
+ {
216
+ "epoch": 0.33,
217
+ "learning_rate": 0.00019223542941045817,
218
+ "loss": 1.9873,
219
+ "step": 35
220
+ },
221
+ {
222
+ "epoch": 0.34,
223
+ "learning_rate": 0.00019161084574320696,
224
+ "loss": 2.0358,
225
+ "step": 36
226
+ },
227
+ {
228
+ "epoch": 0.35,
229
+ "learning_rate": 0.00019096319953545185,
230
+ "loss": 2.021,
231
+ "step": 37
232
+ },
233
+ {
234
+ "epoch": 0.36,
235
+ "learning_rate": 0.00019029265382866214,
236
+ "loss": 2.0764,
237
+ "step": 38
238
+ },
239
+ {
240
+ "epoch": 0.37,
241
+ "learning_rate": 0.00018959937742913359,
242
+ "loss": 2.1639,
243
+ "step": 39
244
+ },
245
+ {
246
+ "epoch": 0.38,
247
+ "learning_rate": 0.00018888354486549237,
248
+ "loss": 2.0892,
249
+ "step": 40
250
+ },
251
+ {
252
+ "epoch": 0.39,
253
+ "learning_rate": 0.00018814533634475822,
254
+ "loss": 1.9749,
255
+ "step": 41
256
+ },
257
+ {
258
+ "epoch": 0.4,
259
+ "learning_rate": 0.00018738493770697852,
260
+ "loss": 2.0521,
261
+ "step": 42
262
+ },
263
+ {
264
+ "epoch": 0.41,
265
+ "learning_rate": 0.00018660254037844388,
266
+ "loss": 2.0751,
267
+ "step": 43
268
+ },
269
+ {
270
+ "epoch": 0.42,
271
+ "learning_rate": 0.00018579834132349772,
272
+ "loss": 2.0852,
273
+ "step": 44
274
+ },
275
+ {
276
+ "epoch": 0.43,
277
+ "learning_rate": 0.00018497254299495146,
278
+ "loss": 1.9871,
279
+ "step": 45
280
+ },
281
+ {
282
+ "epoch": 0.44,
283
+ "learning_rate": 0.00018412535328311814,
284
+ "loss": 1.9199,
285
+ "step": 46
286
+ },
287
+ {
288
+ "epoch": 0.45,
289
+ "learning_rate": 0.00018325698546347715,
290
+ "loss": 1.9627,
291
+ "step": 47
292
+ },
293
+ {
294
+ "epoch": 0.46,
295
+ "learning_rate": 0.0001823676581429833,
296
+ "loss": 2.0465,
297
+ "step": 48
298
+ },
299
+ {
300
+ "epoch": 0.47,
301
+ "learning_rate": 0.00018145759520503358,
302
+ "loss": 2.0033,
303
+ "step": 49
304
+ },
305
+ {
306
+ "epoch": 0.48,
307
+ "learning_rate": 0.00018052702575310588,
308
+ "loss": 1.8835,
309
+ "step": 50
310
+ },
311
+ {
312
+ "epoch": 0.49,
313
+ "learning_rate": 0.00017957618405308324,
314
+ "loss": 1.9823,
315
+ "step": 51
316
+ },
317
+ {
318
+ "epoch": 0.5,
319
+ "learning_rate": 0.00017860530947427875,
320
+ "loss": 2.0887,
321
+ "step": 52
322
+ },
323
+ {
324
+ "epoch": 0.51,
325
+ "learning_rate": 0.0001776146464291757,
326
+ "loss": 2.0936,
327
+ "step": 53
328
+ },
329
+ {
330
+ "epoch": 0.52,
331
+ "learning_rate": 0.0001766044443118978,
332
+ "loss": 2.0576,
333
+ "step": 54
334
+ },
335
+ {
336
+ "epoch": 0.53,
337
+ "learning_rate": 0.00017557495743542585,
338
+ "loss": 1.8788,
339
+ "step": 55
340
+ },
341
+ {
342
+ "epoch": 0.54,
343
+ "learning_rate": 0.0001745264449675755,
344
+ "loss": 2.0452,
345
+ "step": 56
346
+ },
347
+ {
348
+ "epoch": 0.55,
349
+ "learning_rate": 0.00017345917086575332,
350
+ "loss": 2.0411,
351
+ "step": 57
352
+ },
353
+ {
354
+ "epoch": 0.56,
355
+ "learning_rate": 0.00017237340381050703,
356
+ "loss": 2.0834,
357
+ "step": 58
358
+ },
359
+ {
360
+ "epoch": 0.56,
361
+ "learning_rate": 0.00017126941713788632,
362
+ "loss": 2.113,
363
+ "step": 59
364
+ },
365
+ {
366
+ "epoch": 0.57,
367
+ "learning_rate": 0.00017014748877063214,
368
+ "loss": 2.0797,
369
+ "step": 60
370
+ },
371
+ {
372
+ "epoch": 0.58,
373
+ "learning_rate": 0.00016900790114821122,
374
+ "loss": 2.0783,
375
+ "step": 61
376
+ },
377
+ {
378
+ "epoch": 0.59,
379
+ "learning_rate": 0.00016785094115571322,
380
+ "loss": 1.9576,
381
+ "step": 62
382
+ },
383
+ {
384
+ "epoch": 0.6,
385
+ "learning_rate": 0.00016667690005162916,
386
+ "loss": 1.9651,
387
+ "step": 63
388
+ },
389
+ {
390
+ "epoch": 0.61,
391
+ "learning_rate": 0.00016548607339452853,
392
+ "loss": 1.9927,
393
+ "step": 64
394
+ },
395
+ {
396
+ "epoch": 0.62,
397
+ "learning_rate": 0.00016427876096865394,
398
+ "loss": 2.0967,
399
+ "step": 65
400
+ },
401
+ {
402
+ "epoch": 0.63,
403
+ "learning_rate": 0.00016305526670845226,
404
+ "loss": 2.0661,
405
+ "step": 66
406
+ },
407
+ {
408
+ "epoch": 0.64,
409
+ "learning_rate": 0.00016181589862206052,
410
+ "loss": 1.9413,
411
+ "step": 67
412
+ },
413
+ {
414
+ "epoch": 0.65,
415
+ "learning_rate": 0.00016056096871376667,
416
+ "loss": 1.8223,
417
+ "step": 68
418
+ },
419
+ {
420
+ "epoch": 0.66,
421
+ "learning_rate": 0.00015929079290546408,
422
+ "loss": 2.0162,
423
+ "step": 69
424
+ },
425
+ {
426
+ "epoch": 0.67,
427
+ "learning_rate": 0.00015800569095711982,
428
+ "loss": 1.9682,
429
+ "step": 70
430
+ },
431
+ {
432
+ "epoch": 0.68,
433
+ "learning_rate": 0.00015670598638627706,
434
+ "loss": 1.8836,
435
+ "step": 71
436
+ },
437
+ {
438
+ "epoch": 0.69,
439
+ "learning_rate": 0.00015539200638661104,
440
+ "loss": 1.9973,
441
+ "step": 72
442
+ },
443
+ {
444
+ "epoch": 0.7,
445
+ "learning_rate": 0.00015406408174555976,
446
+ "loss": 2.1492,
447
+ "step": 73
448
+ },
449
+ {
450
+ "epoch": 0.71,
451
+ "learning_rate": 0.00015272254676105025,
452
+ "loss": 1.9856,
453
+ "step": 74
454
+ },
455
+ {
456
+ "epoch": 0.72,
457
+ "learning_rate": 0.00015136773915734066,
458
+ "loss": 1.9407,
459
+ "step": 75
460
+ },
461
+ {
462
+ "epoch": 0.73,
463
+ "learning_rate": 0.00015000000000000001,
464
+ "loss": 2.0559,
465
+ "step": 76
466
+ },
467
+ {
468
+ "epoch": 0.74,
469
+ "learning_rate": 0.00014861967361004687,
470
+ "loss": 1.9553,
471
+ "step": 77
472
+ },
473
+ {
474
+ "epoch": 0.75,
475
+ "learning_rate": 0.0001472271074772683,
476
+ "loss": 1.996,
477
+ "step": 78
478
+ },
479
+ {
480
+ "epoch": 0.76,
481
+ "learning_rate": 0.00014582265217274104,
482
+ "loss": 2.2306,
483
+ "step": 79
484
+ },
485
+ {
486
+ "epoch": 0.77,
487
+ "learning_rate": 0.00014440666126057744,
488
+ "loss": 2.0002,
489
+ "step": 80
490
+ },
491
+ {
492
+ "epoch": 0.78,
493
+ "learning_rate": 0.00014297949120891718,
494
+ "loss": 2.068,
495
+ "step": 81
496
+ },
497
+ {
498
+ "epoch": 0.78,
499
+ "learning_rate": 0.00014154150130018866,
500
+ "loss": 2.0615,
501
+ "step": 82
502
+ },
503
+ {
504
+ "epoch": 0.79,
505
+ "learning_rate": 0.00014009305354066137,
506
+ "loss": 2.0083,
507
+ "step": 83
508
+ },
509
+ {
510
+ "epoch": 0.8,
511
+ "learning_rate": 0.00013863451256931287,
512
+ "loss": 1.9979,
513
+ "step": 84
514
+ },
515
+ {
516
+ "epoch": 0.81,
517
+ "learning_rate": 0.00013716624556603274,
518
+ "loss": 1.8525,
519
+ "step": 85
520
+ },
521
+ {
522
+ "epoch": 0.82,
523
+ "learning_rate": 0.00013568862215918717,
524
+ "loss": 2.045,
525
+ "step": 86
526
+ },
527
+ {
528
+ "epoch": 0.83,
529
+ "learning_rate": 0.00013420201433256689,
530
+ "loss": 1.9144,
531
+ "step": 87
532
+ },
533
+ {
534
+ "epoch": 0.84,
535
+ "learning_rate": 0.00013270679633174218,
536
+ "loss": 1.9353,
537
+ "step": 88
538
+ },
539
+ {
540
+ "epoch": 0.85,
541
+ "learning_rate": 0.0001312033445698487,
542
+ "loss": 2.1257,
543
+ "step": 89
544
+ },
545
+ {
546
+ "epoch": 0.86,
547
+ "learning_rate": 0.0001296920375328275,
548
+ "loss": 1.906,
549
+ "step": 90
550
+ },
551
+ {
552
+ "epoch": 0.87,
553
+ "learning_rate": 0.00012817325568414297,
554
+ "loss": 1.9963,
555
+ "step": 91
556
+ },
557
+ {
558
+ "epoch": 0.88,
559
+ "learning_rate": 0.00012664738136900348,
560
+ "loss": 2.0734,
561
+ "step": 92
562
+ },
563
+ {
564
+ "epoch": 0.89,
565
+ "learning_rate": 0.0001251147987181079,
566
+ "loss": 2.0182,
567
+ "step": 93
568
+ },
569
+ {
570
+ "epoch": 0.9,
571
+ "learning_rate": 0.00012357589355094275,
572
+ "loss": 1.9574,
573
+ "step": 94
574
+ },
575
+ {
576
+ "epoch": 0.91,
577
+ "learning_rate": 0.00012203105327865407,
578
+ "loss": 2.1562,
579
+ "step": 95
580
+ },
581
+ {
582
+ "epoch": 0.92,
583
+ "learning_rate": 0.00012048066680651908,
584
+ "loss": 2.082,
585
+ "step": 96
586
+ },
587
+ {
588
+ "epoch": 0.93,
589
+ "learning_rate": 0.00011892512443604102,
590
+ "loss": 1.9546,
591
+ "step": 97
592
+ },
593
+ {
594
+ "epoch": 0.94,
595
+ "learning_rate": 0.00011736481776669306,
596
+ "loss": 2.0957,
597
+ "step": 98
598
+ },
599
+ {
600
+ "epoch": 0.95,
601
+ "learning_rate": 0.000115800139597335,
602
+ "loss": 1.9348,
603
+ "step": 99
604
+ },
605
+ {
606
+ "epoch": 0.96,
607
+ "learning_rate": 0.00011423148382732853,
608
+ "loss": 2.0772,
609
+ "step": 100
610
+ },
611
+ {
612
+ "epoch": 0.97,
613
+ "learning_rate": 0.00011265924535737493,
614
+ "loss": 2.0298,
615
+ "step": 101
616
+ },
617
+ {
618
+ "epoch": 0.98,
619
+ "learning_rate": 0.00011108381999010111,
620
+ "loss": 2.0272,
621
+ "step": 102
622
+ },
623
+ {
624
+ "epoch": 0.99,
625
+ "learning_rate": 0.00010950560433041826,
626
+ "loss": 2.0293,
627
+ "step": 103
628
+ },
629
+ {
630
+ "epoch": 1.0,
631
+ "learning_rate": 0.00010792499568567884,
632
+ "loss": 1.8576,
633
+ "step": 104
634
+ },
635
+ {
636
+ "epoch": 1.0,
637
+ "learning_rate": 0.00010634239196565646,
638
+ "loss": 1.9792,
639
+ "step": 105
640
+ },
641
+ {
642
+ "epoch": 1.01,
643
+ "learning_rate": 0.00010475819158237425,
644
+ "loss": 1.8629,
645
+ "step": 106
646
+ },
647
+ {
648
+ "epoch": 1.02,
649
+ "learning_rate": 0.00010317279334980678,
650
+ "loss": 2.0062,
651
+ "step": 107
652
+ },
653
+ {
654
+ "epoch": 1.03,
655
+ "learning_rate": 0.00010158659638348081,
656
+ "loss": 1.937,
657
+ "step": 108
658
+ }
659
+ ],
660
+ "logging_steps": 1,
661
+ "max_steps": 208,
662
+ "num_input_tokens_seen": 0,
663
+ "num_train_epochs": 2,
664
+ "save_steps": 500,
665
+ "total_flos": 4.245474393540526e+17,
666
+ "train_batch_size": 2,
667
+ "trial_name": null,
668
+ "trial_params": null
669
+ }
checkpoint-108/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2fe1f38496165c805c67e7b363ce3147bcdfdf536b5617c1b660339807243a9
3
+ size 4731
checkpoint-208/README.md ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: tavtav/Rose-20B
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
+
201
+
202
+ ## Training procedure
203
+
204
+
205
+ The following `bitsandbytes` quantization config was used during training:
206
+ - quant_method: bitsandbytes
207
+ - load_in_8bit: False
208
+ - load_in_4bit: True
209
+ - llm_int8_threshold: 6.0
210
+ - llm_int8_skip_modules: None
211
+ - llm_int8_enable_fp32_cpu_offload: False
212
+ - llm_int8_has_fp16_weight: False
213
+ - bnb_4bit_quant_type: nf4
214
+ - bnb_4bit_use_double_quant: True
215
+ - bnb_4bit_compute_dtype: bfloat16
216
+
217
+ ### Framework versions
218
+
219
+
220
+ - PEFT 0.6.0
checkpoint-208/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "tavtav/Rose-20B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 16,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 8,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "down_proj",
20
+ "v_proj",
21
+ "k_proj",
22
+ "o_proj",
23
+ "q_proj",
24
+ "up_proj",
25
+ "gate_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }
checkpoint-208/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:356f22ceb28d497b07072a35a9bea3f8ab9bd84dc872900cbb7550772c4bbfbd
3
+ size 194135104
checkpoint-208/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1146121dc75284e66edf3da08723306f4669ef82fd9d5a8d2108c910282d1ea
3
+ size 194285701
checkpoint-208/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a533e6616a07aa5ca07629e3728bb909706f32c42b413ab03e02c5a629c28d9d
3
+ size 14575
checkpoint-208/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06d271c3262b82453e3bccf37c67f466271b9e2ae835d84ed5f7a1f0b81d7a88
3
+ size 627
checkpoint-208/trainer_state.json ADDED
@@ -0,0 +1,1269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.9497607655502391,
5
+ "eval_steps": 500,
6
+ "global_step": 208,
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": 2e-05,
14
+ "loss": 2.3634,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 0.02,
19
+ "learning_rate": 4e-05,
20
+ "loss": 2.4605,
21
+ "step": 2
22
+ },
23
+ {
24
+ "epoch": 0.03,
25
+ "learning_rate": 6e-05,
26
+ "loss": 2.3783,
27
+ "step": 3
28
+ },
29
+ {
30
+ "epoch": 0.04,
31
+ "learning_rate": 8e-05,
32
+ "loss": 2.5611,
33
+ "step": 4
34
+ },
35
+ {
36
+ "epoch": 0.05,
37
+ "learning_rate": 0.0001,
38
+ "loss": 2.525,
39
+ "step": 5
40
+ },
41
+ {
42
+ "epoch": 0.06,
43
+ "learning_rate": 0.00012,
44
+ "loss": 2.4104,
45
+ "step": 6
46
+ },
47
+ {
48
+ "epoch": 0.07,
49
+ "learning_rate": 0.00014,
50
+ "loss": 2.3589,
51
+ "step": 7
52
+ },
53
+ {
54
+ "epoch": 0.08,
55
+ "learning_rate": 0.00016,
56
+ "loss": 2.4133,
57
+ "step": 8
58
+ },
59
+ {
60
+ "epoch": 0.09,
61
+ "learning_rate": 0.00018,
62
+ "loss": 2.1582,
63
+ "step": 9
64
+ },
65
+ {
66
+ "epoch": 0.1,
67
+ "learning_rate": 0.0002,
68
+ "loss": 2.1394,
69
+ "step": 10
70
+ },
71
+ {
72
+ "epoch": 0.11,
73
+ "learning_rate": 0.00019998741276738754,
74
+ "loss": 2.1466,
75
+ "step": 11
76
+ },
77
+ {
78
+ "epoch": 0.11,
79
+ "learning_rate": 0.00019994965423831854,
80
+ "loss": 2.0672,
81
+ "step": 12
82
+ },
83
+ {
84
+ "epoch": 0.12,
85
+ "learning_rate": 0.0001998867339183008,
86
+ "loss": 2.1323,
87
+ "step": 13
88
+ },
89
+ {
90
+ "epoch": 0.13,
91
+ "learning_rate": 0.00019979866764718843,
92
+ "loss": 2.0887,
93
+ "step": 14
94
+ },
95
+ {
96
+ "epoch": 0.14,
97
+ "learning_rate": 0.00019968547759519425,
98
+ "loss": 2.1057,
99
+ "step": 15
100
+ },
101
+ {
102
+ "epoch": 0.15,
103
+ "learning_rate": 0.00019954719225730847,
104
+ "loss": 2.0863,
105
+ "step": 16
106
+ },
107
+ {
108
+ "epoch": 0.16,
109
+ "learning_rate": 0.00019938384644612543,
110
+ "loss": 2.09,
111
+ "step": 17
112
+ },
113
+ {
114
+ "epoch": 0.17,
115
+ "learning_rate": 0.00019919548128307954,
116
+ "loss": 2.0731,
117
+ "step": 18
118
+ },
119
+ {
120
+ "epoch": 0.18,
121
+ "learning_rate": 0.0001989821441880933,
122
+ "loss": 2.1503,
123
+ "step": 19
124
+ },
125
+ {
126
+ "epoch": 0.19,
127
+ "learning_rate": 0.00019874388886763944,
128
+ "loss": 1.9755,
129
+ "step": 20
130
+ },
131
+ {
132
+ "epoch": 0.2,
133
+ "learning_rate": 0.00019848077530122083,
134
+ "loss": 2.117,
135
+ "step": 21
136
+ },
137
+ {
138
+ "epoch": 0.21,
139
+ "learning_rate": 0.00019819286972627066,
140
+ "loss": 1.9935,
141
+ "step": 22
142
+ },
143
+ {
144
+ "epoch": 0.22,
145
+ "learning_rate": 0.00019788024462147788,
146
+ "loss": 2.0685,
147
+ "step": 23
148
+ },
149
+ {
150
+ "epoch": 0.23,
151
+ "learning_rate": 0.00019754297868854073,
152
+ "loss": 2.0086,
153
+ "step": 24
154
+ },
155
+ {
156
+ "epoch": 0.24,
157
+ "learning_rate": 0.00019718115683235417,
158
+ "loss": 2.0013,
159
+ "step": 25
160
+ },
161
+ {
162
+ "epoch": 0.25,
163
+ "learning_rate": 0.00019679487013963564,
164
+ "loss": 2.0066,
165
+ "step": 26
166
+ },
167
+ {
168
+ "epoch": 0.26,
169
+ "learning_rate": 0.00019638421585599423,
170
+ "loss": 1.9823,
171
+ "step": 27
172
+ },
173
+ {
174
+ "epoch": 0.27,
175
+ "learning_rate": 0.00019594929736144976,
176
+ "loss": 2.0394,
177
+ "step": 28
178
+ },
179
+ {
180
+ "epoch": 0.28,
181
+ "learning_rate": 0.0001954902241444074,
182
+ "loss": 2.0804,
183
+ "step": 29
184
+ },
185
+ {
186
+ "epoch": 0.29,
187
+ "learning_rate": 0.00019500711177409454,
188
+ "loss": 1.997,
189
+ "step": 30
190
+ },
191
+ {
192
+ "epoch": 0.3,
193
+ "learning_rate": 0.00019450008187146684,
194
+ "loss": 2.0794,
195
+ "step": 31
196
+ },
197
+ {
198
+ "epoch": 0.31,
199
+ "learning_rate": 0.00019396926207859084,
200
+ "loss": 1.9769,
201
+ "step": 32
202
+ },
203
+ {
204
+ "epoch": 0.32,
205
+ "learning_rate": 0.00019341478602651069,
206
+ "loss": 1.9643,
207
+ "step": 33
208
+ },
209
+ {
210
+ "epoch": 0.33,
211
+ "learning_rate": 0.00019283679330160726,
212
+ "loss": 2.041,
213
+ "step": 34
214
+ },
215
+ {
216
+ "epoch": 0.33,
217
+ "learning_rate": 0.00019223542941045817,
218
+ "loss": 1.9873,
219
+ "step": 35
220
+ },
221
+ {
222
+ "epoch": 0.34,
223
+ "learning_rate": 0.00019161084574320696,
224
+ "loss": 2.0358,
225
+ "step": 36
226
+ },
227
+ {
228
+ "epoch": 0.35,
229
+ "learning_rate": 0.00019096319953545185,
230
+ "loss": 2.021,
231
+ "step": 37
232
+ },
233
+ {
234
+ "epoch": 0.36,
235
+ "learning_rate": 0.00019029265382866214,
236
+ "loss": 2.0764,
237
+ "step": 38
238
+ },
239
+ {
240
+ "epoch": 0.37,
241
+ "learning_rate": 0.00018959937742913359,
242
+ "loss": 2.1639,
243
+ "step": 39
244
+ },
245
+ {
246
+ "epoch": 0.38,
247
+ "learning_rate": 0.00018888354486549237,
248
+ "loss": 2.0892,
249
+ "step": 40
250
+ },
251
+ {
252
+ "epoch": 0.39,
253
+ "learning_rate": 0.00018814533634475822,
254
+ "loss": 1.9749,
255
+ "step": 41
256
+ },
257
+ {
258
+ "epoch": 0.4,
259
+ "learning_rate": 0.00018738493770697852,
260
+ "loss": 2.0521,
261
+ "step": 42
262
+ },
263
+ {
264
+ "epoch": 0.41,
265
+ "learning_rate": 0.00018660254037844388,
266
+ "loss": 2.0751,
267
+ "step": 43
268
+ },
269
+ {
270
+ "epoch": 0.42,
271
+ "learning_rate": 0.00018579834132349772,
272
+ "loss": 2.0852,
273
+ "step": 44
274
+ },
275
+ {
276
+ "epoch": 0.43,
277
+ "learning_rate": 0.00018497254299495146,
278
+ "loss": 1.9871,
279
+ "step": 45
280
+ },
281
+ {
282
+ "epoch": 0.44,
283
+ "learning_rate": 0.00018412535328311814,
284
+ "loss": 1.9199,
285
+ "step": 46
286
+ },
287
+ {
288
+ "epoch": 0.45,
289
+ "learning_rate": 0.00018325698546347715,
290
+ "loss": 1.9627,
291
+ "step": 47
292
+ },
293
+ {
294
+ "epoch": 0.46,
295
+ "learning_rate": 0.0001823676581429833,
296
+ "loss": 2.0465,
297
+ "step": 48
298
+ },
299
+ {
300
+ "epoch": 0.47,
301
+ "learning_rate": 0.00018145759520503358,
302
+ "loss": 2.0033,
303
+ "step": 49
304
+ },
305
+ {
306
+ "epoch": 0.48,
307
+ "learning_rate": 0.00018052702575310588,
308
+ "loss": 1.8835,
309
+ "step": 50
310
+ },
311
+ {
312
+ "epoch": 0.49,
313
+ "learning_rate": 0.00017957618405308324,
314
+ "loss": 1.9823,
315
+ "step": 51
316
+ },
317
+ {
318
+ "epoch": 0.5,
319
+ "learning_rate": 0.00017860530947427875,
320
+ "loss": 2.0887,
321
+ "step": 52
322
+ },
323
+ {
324
+ "epoch": 0.51,
325
+ "learning_rate": 0.0001776146464291757,
326
+ "loss": 2.0936,
327
+ "step": 53
328
+ },
329
+ {
330
+ "epoch": 0.52,
331
+ "learning_rate": 0.0001766044443118978,
332
+ "loss": 2.0576,
333
+ "step": 54
334
+ },
335
+ {
336
+ "epoch": 0.53,
337
+ "learning_rate": 0.00017557495743542585,
338
+ "loss": 1.8788,
339
+ "step": 55
340
+ },
341
+ {
342
+ "epoch": 0.54,
343
+ "learning_rate": 0.0001745264449675755,
344
+ "loss": 2.0452,
345
+ "step": 56
346
+ },
347
+ {
348
+ "epoch": 0.55,
349
+ "learning_rate": 0.00017345917086575332,
350
+ "loss": 2.0411,
351
+ "step": 57
352
+ },
353
+ {
354
+ "epoch": 0.56,
355
+ "learning_rate": 0.00017237340381050703,
356
+ "loss": 2.0834,
357
+ "step": 58
358
+ },
359
+ {
360
+ "epoch": 0.56,
361
+ "learning_rate": 0.00017126941713788632,
362
+ "loss": 2.113,
363
+ "step": 59
364
+ },
365
+ {
366
+ "epoch": 0.57,
367
+ "learning_rate": 0.00017014748877063214,
368
+ "loss": 2.0797,
369
+ "step": 60
370
+ },
371
+ {
372
+ "epoch": 0.58,
373
+ "learning_rate": 0.00016900790114821122,
374
+ "loss": 2.0783,
375
+ "step": 61
376
+ },
377
+ {
378
+ "epoch": 0.59,
379
+ "learning_rate": 0.00016785094115571322,
380
+ "loss": 1.9576,
381
+ "step": 62
382
+ },
383
+ {
384
+ "epoch": 0.6,
385
+ "learning_rate": 0.00016667690005162916,
386
+ "loss": 1.9651,
387
+ "step": 63
388
+ },
389
+ {
390
+ "epoch": 0.61,
391
+ "learning_rate": 0.00016548607339452853,
392
+ "loss": 1.9927,
393
+ "step": 64
394
+ },
395
+ {
396
+ "epoch": 0.62,
397
+ "learning_rate": 0.00016427876096865394,
398
+ "loss": 2.0967,
399
+ "step": 65
400
+ },
401
+ {
402
+ "epoch": 0.63,
403
+ "learning_rate": 0.00016305526670845226,
404
+ "loss": 2.0661,
405
+ "step": 66
406
+ },
407
+ {
408
+ "epoch": 0.64,
409
+ "learning_rate": 0.00016181589862206052,
410
+ "loss": 1.9413,
411
+ "step": 67
412
+ },
413
+ {
414
+ "epoch": 0.65,
415
+ "learning_rate": 0.00016056096871376667,
416
+ "loss": 1.8223,
417
+ "step": 68
418
+ },
419
+ {
420
+ "epoch": 0.66,
421
+ "learning_rate": 0.00015929079290546408,
422
+ "loss": 2.0162,
423
+ "step": 69
424
+ },
425
+ {
426
+ "epoch": 0.67,
427
+ "learning_rate": 0.00015800569095711982,
428
+ "loss": 1.9682,
429
+ "step": 70
430
+ },
431
+ {
432
+ "epoch": 0.68,
433
+ "learning_rate": 0.00015670598638627706,
434
+ "loss": 1.8836,
435
+ "step": 71
436
+ },
437
+ {
438
+ "epoch": 0.69,
439
+ "learning_rate": 0.00015539200638661104,
440
+ "loss": 1.9973,
441
+ "step": 72
442
+ },
443
+ {
444
+ "epoch": 0.7,
445
+ "learning_rate": 0.00015406408174555976,
446
+ "loss": 2.1492,
447
+ "step": 73
448
+ },
449
+ {
450
+ "epoch": 0.71,
451
+ "learning_rate": 0.00015272254676105025,
452
+ "loss": 1.9856,
453
+ "step": 74
454
+ },
455
+ {
456
+ "epoch": 0.72,
457
+ "learning_rate": 0.00015136773915734066,
458
+ "loss": 1.9407,
459
+ "step": 75
460
+ },
461
+ {
462
+ "epoch": 0.73,
463
+ "learning_rate": 0.00015000000000000001,
464
+ "loss": 2.0559,
465
+ "step": 76
466
+ },
467
+ {
468
+ "epoch": 0.74,
469
+ "learning_rate": 0.00014861967361004687,
470
+ "loss": 1.9553,
471
+ "step": 77
472
+ },
473
+ {
474
+ "epoch": 0.75,
475
+ "learning_rate": 0.0001472271074772683,
476
+ "loss": 1.996,
477
+ "step": 78
478
+ },
479
+ {
480
+ "epoch": 0.76,
481
+ "learning_rate": 0.00014582265217274104,
482
+ "loss": 2.2306,
483
+ "step": 79
484
+ },
485
+ {
486
+ "epoch": 0.77,
487
+ "learning_rate": 0.00014440666126057744,
488
+ "loss": 2.0002,
489
+ "step": 80
490
+ },
491
+ {
492
+ "epoch": 0.78,
493
+ "learning_rate": 0.00014297949120891718,
494
+ "loss": 2.068,
495
+ "step": 81
496
+ },
497
+ {
498
+ "epoch": 0.78,
499
+ "learning_rate": 0.00014154150130018866,
500
+ "loss": 2.0615,
501
+ "step": 82
502
+ },
503
+ {
504
+ "epoch": 0.79,
505
+ "learning_rate": 0.00014009305354066137,
506
+ "loss": 2.0083,
507
+ "step": 83
508
+ },
509
+ {
510
+ "epoch": 0.8,
511
+ "learning_rate": 0.00013863451256931287,
512
+ "loss": 1.9979,
513
+ "step": 84
514
+ },
515
+ {
516
+ "epoch": 0.81,
517
+ "learning_rate": 0.00013716624556603274,
518
+ "loss": 1.8525,
519
+ "step": 85
520
+ },
521
+ {
522
+ "epoch": 0.82,
523
+ "learning_rate": 0.00013568862215918717,
524
+ "loss": 2.045,
525
+ "step": 86
526
+ },
527
+ {
528
+ "epoch": 0.83,
529
+ "learning_rate": 0.00013420201433256689,
530
+ "loss": 1.9144,
531
+ "step": 87
532
+ },
533
+ {
534
+ "epoch": 0.84,
535
+ "learning_rate": 0.00013270679633174218,
536
+ "loss": 1.9353,
537
+ "step": 88
538
+ },
539
+ {
540
+ "epoch": 0.85,
541
+ "learning_rate": 0.0001312033445698487,
542
+ "loss": 2.1257,
543
+ "step": 89
544
+ },
545
+ {
546
+ "epoch": 0.86,
547
+ "learning_rate": 0.0001296920375328275,
548
+ "loss": 1.906,
549
+ "step": 90
550
+ },
551
+ {
552
+ "epoch": 0.87,
553
+ "learning_rate": 0.00012817325568414297,
554
+ "loss": 1.9963,
555
+ "step": 91
556
+ },
557
+ {
558
+ "epoch": 0.88,
559
+ "learning_rate": 0.00012664738136900348,
560
+ "loss": 2.0734,
561
+ "step": 92
562
+ },
563
+ {
564
+ "epoch": 0.89,
565
+ "learning_rate": 0.0001251147987181079,
566
+ "loss": 2.0182,
567
+ "step": 93
568
+ },
569
+ {
570
+ "epoch": 0.9,
571
+ "learning_rate": 0.00012357589355094275,
572
+ "loss": 1.9574,
573
+ "step": 94
574
+ },
575
+ {
576
+ "epoch": 0.91,
577
+ "learning_rate": 0.00012203105327865407,
578
+ "loss": 2.1562,
579
+ "step": 95
580
+ },
581
+ {
582
+ "epoch": 0.92,
583
+ "learning_rate": 0.00012048066680651908,
584
+ "loss": 2.082,
585
+ "step": 96
586
+ },
587
+ {
588
+ "epoch": 0.93,
589
+ "learning_rate": 0.00011892512443604102,
590
+ "loss": 1.9546,
591
+ "step": 97
592
+ },
593
+ {
594
+ "epoch": 0.94,
595
+ "learning_rate": 0.00011736481776669306,
596
+ "loss": 2.0957,
597
+ "step": 98
598
+ },
599
+ {
600
+ "epoch": 0.95,
601
+ "learning_rate": 0.000115800139597335,
602
+ "loss": 1.9348,
603
+ "step": 99
604
+ },
605
+ {
606
+ "epoch": 0.96,
607
+ "learning_rate": 0.00011423148382732853,
608
+ "loss": 2.0772,
609
+ "step": 100
610
+ },
611
+ {
612
+ "epoch": 0.97,
613
+ "learning_rate": 0.00011265924535737493,
614
+ "loss": 2.0298,
615
+ "step": 101
616
+ },
617
+ {
618
+ "epoch": 0.98,
619
+ "learning_rate": 0.00011108381999010111,
620
+ "loss": 2.0272,
621
+ "step": 102
622
+ },
623
+ {
624
+ "epoch": 0.99,
625
+ "learning_rate": 0.00010950560433041826,
626
+ "loss": 2.0293,
627
+ "step": 103
628
+ },
629
+ {
630
+ "epoch": 1.0,
631
+ "learning_rate": 0.00010792499568567884,
632
+ "loss": 1.8576,
633
+ "step": 104
634
+ },
635
+ {
636
+ "epoch": 1.0,
637
+ "learning_rate": 0.00010634239196565646,
638
+ "loss": 1.9792,
639
+ "step": 105
640
+ },
641
+ {
642
+ "epoch": 1.01,
643
+ "learning_rate": 0.00010475819158237425,
644
+ "loss": 1.8629,
645
+ "step": 106
646
+ },
647
+ {
648
+ "epoch": 1.02,
649
+ "learning_rate": 0.00010317279334980678,
650
+ "loss": 2.0062,
651
+ "step": 107
652
+ },
653
+ {
654
+ "epoch": 1.03,
655
+ "learning_rate": 0.00010158659638348081,
656
+ "loss": 1.937,
657
+ "step": 108
658
+ },
659
+ {
660
+ "epoch": 1.0,
661
+ "learning_rate": 0.0001,
662
+ "loss": 2.0037,
663
+ "step": 109
664
+ },
665
+ {
666
+ "epoch": 1.01,
667
+ "learning_rate": 9.84134036165192e-05,
668
+ "loss": 1.996,
669
+ "step": 110
670
+ },
671
+ {
672
+ "epoch": 1.02,
673
+ "learning_rate": 9.682720665019325e-05,
674
+ "loss": 1.9546,
675
+ "step": 111
676
+ },
677
+ {
678
+ "epoch": 1.03,
679
+ "learning_rate": 9.524180841762577e-05,
680
+ "loss": 1.7773,
681
+ "step": 112
682
+ },
683
+ {
684
+ "epoch": 1.04,
685
+ "learning_rate": 9.365760803434355e-05,
686
+ "loss": 1.9081,
687
+ "step": 113
688
+ },
689
+ {
690
+ "epoch": 1.05,
691
+ "learning_rate": 9.207500431432115e-05,
692
+ "loss": 1.9541,
693
+ "step": 114
694
+ },
695
+ {
696
+ "epoch": 1.06,
697
+ "learning_rate": 9.049439566958175e-05,
698
+ "loss": 1.8794,
699
+ "step": 115
700
+ },
701
+ {
702
+ "epoch": 1.07,
703
+ "learning_rate": 8.891618000989891e-05,
704
+ "loss": 1.8764,
705
+ "step": 116
706
+ },
707
+ {
708
+ "epoch": 1.08,
709
+ "learning_rate": 8.734075464262507e-05,
710
+ "loss": 1.9087,
711
+ "step": 117
712
+ },
713
+ {
714
+ "epoch": 1.09,
715
+ "learning_rate": 8.57685161726715e-05,
716
+ "loss": 1.9862,
717
+ "step": 118
718
+ },
719
+ {
720
+ "epoch": 1.1,
721
+ "learning_rate": 8.4199860402665e-05,
722
+ "loss": 2.0019,
723
+ "step": 119
724
+ },
725
+ {
726
+ "epoch": 1.11,
727
+ "learning_rate": 8.263518223330697e-05,
728
+ "loss": 1.9839,
729
+ "step": 120
730
+ },
731
+ {
732
+ "epoch": 1.12,
733
+ "learning_rate": 8.107487556395901e-05,
734
+ "loss": 1.8805,
735
+ "step": 121
736
+ },
737
+ {
738
+ "epoch": 1.13,
739
+ "learning_rate": 7.951933319348095e-05,
740
+ "loss": 1.9964,
741
+ "step": 122
742
+ },
743
+ {
744
+ "epoch": 1.14,
745
+ "learning_rate": 7.796894672134594e-05,
746
+ "loss": 1.9832,
747
+ "step": 123
748
+ },
749
+ {
750
+ "epoch": 1.15,
751
+ "learning_rate": 7.642410644905726e-05,
752
+ "loss": 1.8678,
753
+ "step": 124
754
+ },
755
+ {
756
+ "epoch": 1.16,
757
+ "learning_rate": 7.488520128189209e-05,
758
+ "loss": 1.9307,
759
+ "step": 125
760
+ },
761
+ {
762
+ "epoch": 1.17,
763
+ "learning_rate": 7.335261863099651e-05,
764
+ "loss": 1.9972,
765
+ "step": 126
766
+ },
767
+ {
768
+ "epoch": 1.17,
769
+ "learning_rate": 7.182674431585704e-05,
770
+ "loss": 1.9596,
771
+ "step": 127
772
+ },
773
+ {
774
+ "epoch": 1.18,
775
+ "learning_rate": 7.030796246717255e-05,
776
+ "loss": 1.8535,
777
+ "step": 128
778
+ },
779
+ {
780
+ "epoch": 1.19,
781
+ "learning_rate": 6.87966554301513e-05,
782
+ "loss": 1.9233,
783
+ "step": 129
784
+ },
785
+ {
786
+ "epoch": 1.2,
787
+ "learning_rate": 6.729320366825784e-05,
788
+ "loss": 1.9672,
789
+ "step": 130
790
+ },
791
+ {
792
+ "epoch": 1.21,
793
+ "learning_rate": 6.579798566743314e-05,
794
+ "loss": 1.9245,
795
+ "step": 131
796
+ },
797
+ {
798
+ "epoch": 1.22,
799
+ "learning_rate": 6.431137784081282e-05,
800
+ "loss": 1.9376,
801
+ "step": 132
802
+ },
803
+ {
804
+ "epoch": 1.23,
805
+ "learning_rate": 6.283375443396726e-05,
806
+ "loss": 1.957,
807
+ "step": 133
808
+ },
809
+ {
810
+ "epoch": 1.24,
811
+ "learning_rate": 6.136548743068713e-05,
812
+ "loss": 1.9098,
813
+ "step": 134
814
+ },
815
+ {
816
+ "epoch": 1.25,
817
+ "learning_rate": 5.9906946459338656e-05,
818
+ "loss": 1.8468,
819
+ "step": 135
820
+ },
821
+ {
822
+ "epoch": 1.26,
823
+ "learning_rate": 5.845849869981137e-05,
824
+ "loss": 1.9754,
825
+ "step": 136
826
+ },
827
+ {
828
+ "epoch": 1.27,
829
+ "learning_rate": 5.702050879108284e-05,
830
+ "loss": 2.0446,
831
+ "step": 137
832
+ },
833
+ {
834
+ "epoch": 1.28,
835
+ "learning_rate": 5.559333873942259e-05,
836
+ "loss": 1.959,
837
+ "step": 138
838
+ },
839
+ {
840
+ "epoch": 1.29,
841
+ "learning_rate": 5.417734782725896e-05,
842
+ "loss": 2.0479,
843
+ "step": 139
844
+ },
845
+ {
846
+ "epoch": 1.3,
847
+ "learning_rate": 5.277289252273174e-05,
848
+ "loss": 2.0104,
849
+ "step": 140
850
+ },
851
+ {
852
+ "epoch": 1.31,
853
+ "learning_rate": 5.138032638995315e-05,
854
+ "loss": 1.8287,
855
+ "step": 141
856
+ },
857
+ {
858
+ "epoch": 1.32,
859
+ "learning_rate": 5.000000000000002e-05,
860
+ "loss": 2.0405,
861
+ "step": 142
862
+ },
863
+ {
864
+ "epoch": 1.33,
865
+ "learning_rate": 4.8632260842659393e-05,
866
+ "loss": 1.7512,
867
+ "step": 143
868
+ },
869
+ {
870
+ "epoch": 1.34,
871
+ "learning_rate": 4.727745323894976e-05,
872
+ "loss": 1.9735,
873
+ "step": 144
874
+ },
875
+ {
876
+ "epoch": 1.35,
877
+ "learning_rate": 4.593591825444028e-05,
878
+ "loss": 1.9186,
879
+ "step": 145
880
+ },
881
+ {
882
+ "epoch": 1.36,
883
+ "learning_rate": 4.4607993613388976e-05,
884
+ "loss": 1.9525,
885
+ "step": 146
886
+ },
887
+ {
888
+ "epoch": 1.37,
889
+ "learning_rate": 4.329401361372294e-05,
890
+ "loss": 1.9657,
891
+ "step": 147
892
+ },
893
+ {
894
+ "epoch": 1.38,
895
+ "learning_rate": 4.19943090428802e-05,
896
+ "loss": 1.884,
897
+ "step": 148
898
+ },
899
+ {
900
+ "epoch": 1.39,
901
+ "learning_rate": 4.070920709453597e-05,
902
+ "loss": 1.8609,
903
+ "step": 149
904
+ },
905
+ {
906
+ "epoch": 1.39,
907
+ "learning_rate": 3.943903128623335e-05,
908
+ "loss": 1.9839,
909
+ "step": 150
910
+ },
911
+ {
912
+ "epoch": 1.4,
913
+ "learning_rate": 3.8184101377939476e-05,
914
+ "loss": 2.133,
915
+ "step": 151
916
+ },
917
+ {
918
+ "epoch": 1.41,
919
+ "learning_rate": 3.694473329154778e-05,
920
+ "loss": 1.9601,
921
+ "step": 152
922
+ },
923
+ {
924
+ "epoch": 1.42,
925
+ "learning_rate": 3.5721239031346066e-05,
926
+ "loss": 1.9665,
927
+ "step": 153
928
+ },
929
+ {
930
+ "epoch": 1.43,
931
+ "learning_rate": 3.45139266054715e-05,
932
+ "loss": 1.9298,
933
+ "step": 154
934
+ },
935
+ {
936
+ "epoch": 1.44,
937
+ "learning_rate": 3.332309994837085e-05,
938
+ "loss": 1.9882,
939
+ "step": 155
940
+ },
941
+ {
942
+ "epoch": 1.45,
943
+ "learning_rate": 3.21490588442868e-05,
944
+ "loss": 1.9381,
945
+ "step": 156
946
+ },
947
+ {
948
+ "epoch": 1.46,
949
+ "learning_rate": 3.099209885178882e-05,
950
+ "loss": 1.9314,
951
+ "step": 157
952
+ },
953
+ {
954
+ "epoch": 1.47,
955
+ "learning_rate": 2.9852511229367865e-05,
956
+ "loss": 2.0151,
957
+ "step": 158
958
+ },
959
+ {
960
+ "epoch": 1.48,
961
+ "learning_rate": 2.8730582862113742e-05,
962
+ "loss": 1.8828,
963
+ "step": 159
964
+ },
965
+ {
966
+ "epoch": 1.49,
967
+ "learning_rate": 2.7626596189492983e-05,
968
+ "loss": 1.9468,
969
+ "step": 160
970
+ },
971
+ {
972
+ "epoch": 1.5,
973
+ "learning_rate": 2.654082913424668e-05,
974
+ "loss": 1.9597,
975
+ "step": 161
976
+ },
977
+ {
978
+ "epoch": 1.51,
979
+ "learning_rate": 2.5473555032424533e-05,
980
+ "loss": 2.0673,
981
+ "step": 162
982
+ },
983
+ {
984
+ "epoch": 1.52,
985
+ "learning_rate": 2.4425042564574184e-05,
986
+ "loss": 1.8841,
987
+ "step": 163
988
+ },
989
+ {
990
+ "epoch": 1.53,
991
+ "learning_rate": 2.339555568810221e-05,
992
+ "loss": 1.8973,
993
+ "step": 164
994
+ },
995
+ {
996
+ "epoch": 1.54,
997
+ "learning_rate": 2.2385353570824308e-05,
998
+ "loss": 2.0362,
999
+ "step": 165
1000
+ },
1001
+ {
1002
+ "epoch": 1.55,
1003
+ "learning_rate": 2.139469052572127e-05,
1004
+ "loss": 1.8493,
1005
+ "step": 166
1006
+ },
1007
+ {
1008
+ "epoch": 1.56,
1009
+ "learning_rate": 2.042381594691678e-05,
1010
+ "loss": 1.9594,
1011
+ "step": 167
1012
+ },
1013
+ {
1014
+ "epoch": 1.57,
1015
+ "learning_rate": 1.947297424689414e-05,
1016
+ "loss": 1.8966,
1017
+ "step": 168
1018
+ },
1019
+ {
1020
+ "epoch": 1.58,
1021
+ "learning_rate": 1.854240479496643e-05,
1022
+ "loss": 1.881,
1023
+ "step": 169
1024
+ },
1025
+ {
1026
+ "epoch": 1.59,
1027
+ "learning_rate": 1.763234185701673e-05,
1028
+ "loss": 1.9359,
1029
+ "step": 170
1030
+ },
1031
+ {
1032
+ "epoch": 1.6,
1033
+ "learning_rate": 1.6743014536522873e-05,
1034
+ "loss": 2.0055,
1035
+ "step": 171
1036
+ },
1037
+ {
1038
+ "epoch": 1.61,
1039
+ "learning_rate": 1.587464671688187e-05,
1040
+ "loss": 1.8821,
1041
+ "step": 172
1042
+ },
1043
+ {
1044
+ "epoch": 1.61,
1045
+ "learning_rate": 1.5027457005048573e-05,
1046
+ "loss": 1.7915,
1047
+ "step": 173
1048
+ },
1049
+ {
1050
+ "epoch": 1.62,
1051
+ "learning_rate": 1.4201658676502294e-05,
1052
+ "loss": 1.9249,
1053
+ "step": 174
1054
+ },
1055
+ {
1056
+ "epoch": 1.63,
1057
+ "learning_rate": 1.339745962155613e-05,
1058
+ "loss": 1.9576,
1059
+ "step": 175
1060
+ },
1061
+ {
1062
+ "epoch": 1.64,
1063
+ "learning_rate": 1.2615062293021507e-05,
1064
+ "loss": 1.9853,
1065
+ "step": 176
1066
+ },
1067
+ {
1068
+ "epoch": 1.65,
1069
+ "learning_rate": 1.1854663655241805e-05,
1070
+ "loss": 1.9205,
1071
+ "step": 177
1072
+ },
1073
+ {
1074
+ "epoch": 1.66,
1075
+ "learning_rate": 1.1116455134507664e-05,
1076
+ "loss": 1.8719,
1077
+ "step": 178
1078
+ },
1079
+ {
1080
+ "epoch": 1.67,
1081
+ "learning_rate": 1.0400622570866425e-05,
1082
+ "loss": 1.9103,
1083
+ "step": 179
1084
+ },
1085
+ {
1086
+ "epoch": 1.68,
1087
+ "learning_rate": 9.707346171337894e-06,
1088
+ "loss": 1.8143,
1089
+ "step": 180
1090
+ },
1091
+ {
1092
+ "epoch": 1.69,
1093
+ "learning_rate": 9.036800464548157e-06,
1094
+ "loss": 2.0218,
1095
+ "step": 181
1096
+ },
1097
+ {
1098
+ "epoch": 1.7,
1099
+ "learning_rate": 8.38915425679304e-06,
1100
+ "loss": 2.02,
1101
+ "step": 182
1102
+ },
1103
+ {
1104
+ "epoch": 1.71,
1105
+ "learning_rate": 7.764570589541875e-06,
1106
+ "loss": 2.0398,
1107
+ "step": 183
1108
+ },
1109
+ {
1110
+ "epoch": 1.72,
1111
+ "learning_rate": 7.163206698392744e-06,
1112
+ "loss": 1.8979,
1113
+ "step": 184
1114
+ },
1115
+ {
1116
+ "epoch": 1.73,
1117
+ "learning_rate": 6.585213973489335e-06,
1118
+ "loss": 1.9078,
1119
+ "step": 185
1120
+ },
1121
+ {
1122
+ "epoch": 1.74,
1123
+ "learning_rate": 6.030737921409169e-06,
1124
+ "loss": 1.9421,
1125
+ "step": 186
1126
+ },
1127
+ {
1128
+ "epoch": 1.75,
1129
+ "learning_rate": 5.499918128533155e-06,
1130
+ "loss": 2.0254,
1131
+ "step": 187
1132
+ },
1133
+ {
1134
+ "epoch": 1.76,
1135
+ "learning_rate": 4.992888225905468e-06,
1136
+ "loss": 2.0184,
1137
+ "step": 188
1138
+ },
1139
+ {
1140
+ "epoch": 1.77,
1141
+ "learning_rate": 4.509775855592613e-06,
1142
+ "loss": 2.2174,
1143
+ "step": 189
1144
+ },
1145
+ {
1146
+ "epoch": 1.78,
1147
+ "learning_rate": 4.050702638550275e-06,
1148
+ "loss": 2.0188,
1149
+ "step": 190
1150
+ },
1151
+ {
1152
+ "epoch": 1.79,
1153
+ "learning_rate": 3.615784144005796e-06,
1154
+ "loss": 2.0355,
1155
+ "step": 191
1156
+ },
1157
+ {
1158
+ "epoch": 1.8,
1159
+ "learning_rate": 3.2051298603643753e-06,
1160
+ "loss": 1.8947,
1161
+ "step": 192
1162
+ },
1163
+ {
1164
+ "epoch": 1.81,
1165
+ "learning_rate": 2.818843167645835e-06,
1166
+ "loss": 1.952,
1167
+ "step": 193
1168
+ },
1169
+ {
1170
+ "epoch": 1.82,
1171
+ "learning_rate": 2.4570213114592954e-06,
1172
+ "loss": 1.9703,
1173
+ "step": 194
1174
+ },
1175
+ {
1176
+ "epoch": 1.83,
1177
+ "learning_rate": 2.119755378522137e-06,
1178
+ "loss": 1.9051,
1179
+ "step": 195
1180
+ },
1181
+ {
1182
+ "epoch": 1.83,
1183
+ "learning_rate": 1.8071302737293295e-06,
1184
+ "loss": 1.9829,
1185
+ "step": 196
1186
+ },
1187
+ {
1188
+ "epoch": 1.84,
1189
+ "learning_rate": 1.5192246987791981e-06,
1190
+ "loss": 2.1096,
1191
+ "step": 197
1192
+ },
1193
+ {
1194
+ "epoch": 1.85,
1195
+ "learning_rate": 1.2561111323605712e-06,
1196
+ "loss": 1.9162,
1197
+ "step": 198
1198
+ },
1199
+ {
1200
+ "epoch": 1.86,
1201
+ "learning_rate": 1.0178558119067315e-06,
1202
+ "loss": 1.944,
1203
+ "step": 199
1204
+ },
1205
+ {
1206
+ "epoch": 1.87,
1207
+ "learning_rate": 8.04518716920466e-07,
1208
+ "loss": 1.9719,
1209
+ "step": 200
1210
+ },
1211
+ {
1212
+ "epoch": 1.88,
1213
+ "learning_rate": 6.161535538745878e-07,
1214
+ "loss": 1.8808,
1215
+ "step": 201
1216
+ },
1217
+ {
1218
+ "epoch": 1.89,
1219
+ "learning_rate": 4.5280774269154115e-07,
1220
+ "loss": 1.9213,
1221
+ "step": 202
1222
+ },
1223
+ {
1224
+ "epoch": 1.9,
1225
+ "learning_rate": 3.145224048057727e-07,
1226
+ "loss": 1.9598,
1227
+ "step": 203
1228
+ },
1229
+ {
1230
+ "epoch": 1.91,
1231
+ "learning_rate": 2.0133235281156736e-07,
1232
+ "loss": 1.9825,
1233
+ "step": 204
1234
+ },
1235
+ {
1236
+ "epoch": 1.92,
1237
+ "learning_rate": 1.1326608169920372e-07,
1238
+ "loss": 1.9515,
1239
+ "step": 205
1240
+ },
1241
+ {
1242
+ "epoch": 1.93,
1243
+ "learning_rate": 5.0345761681491746e-08,
1244
+ "loss": 1.7554,
1245
+ "step": 206
1246
+ },
1247
+ {
1248
+ "epoch": 1.94,
1249
+ "learning_rate": 1.2587232612493172e-08,
1250
+ "loss": 1.8226,
1251
+ "step": 207
1252
+ },
1253
+ {
1254
+ "epoch": 1.95,
1255
+ "learning_rate": 0.0,
1256
+ "loss": 1.9169,
1257
+ "step": 208
1258
+ }
1259
+ ],
1260
+ "logging_steps": 1,
1261
+ "max_steps": 208,
1262
+ "num_input_tokens_seen": 0,
1263
+ "num_train_epochs": 2,
1264
+ "save_steps": 500,
1265
+ "total_flos": 8.124538453921628e+17,
1266
+ "train_batch_size": 2,
1267
+ "trial_name": null,
1268
+ "trial_params": null
1269
+ }
checkpoint-208/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2fe1f38496165c805c67e7b363ce3147bcdfdf536b5617c1b660339807243a9
3
+ size 4731
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "tavtav/Rose-20B",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 5120,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 13824,
14
+ "max_position_embeddings": 4096,
15
+ "model_type": "llama",
16
+ "num_attention_heads": 40,
17
+ "num_hidden_layers": 62,
18
+ "num_key_value_heads": 40,
19
+ "pad_token_id": 0,
20
+ "pretraining_tp": 1,
21
+ "quantization_config": {
22
+ "bnb_4bit_compute_dtype": "bfloat16",
23
+ "bnb_4bit_quant_type": "nf4",
24
+ "bnb_4bit_use_double_quant": true,
25
+ "llm_int8_enable_fp32_cpu_offload": false,
26
+ "llm_int8_has_fp16_weight": false,
27
+ "llm_int8_skip_modules": null,
28
+ "llm_int8_threshold": 6.0,
29
+ "load_in_4bit": true,
30
+ "load_in_8bit": false,
31
+ "quant_method": "bitsandbytes"
32
+ },
33
+ "rms_norm_eps": 1e-05,
34
+ "rope_scaling": null,
35
+ "rope_theta": 10000.0,
36
+ "tie_word_embeddings": false,
37
+ "torch_dtype": "float16",
38
+ "transformers_version": "4.36.0.dev0",
39
+ "use_cache": false,
40
+ "vocab_size": 32001
41
+ }
runs/Dec11_06-12-11_92e131aa371d/events.out.tfevents.1702275131.92e131aa371d.683.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b49e20db18772e37c6dd235f803a297da79c226c1099045e2fe7cac17e3525da
3
+ size 6030
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32000": {
30
+ "content": "[PAD]",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ }
37
+ },
38
+ "bos_token": "<s>",
39
+ "clean_up_tokenization_spaces": false,
40
+ "eos_token": "</s>",
41
+ "legacy": true,
42
+ "model_max_length": 2048,
43
+ "pad_token": "[PAD]",
44
+ "padding_side": "left",
45
+ "sp_model_kwargs": {},
46
+ "spaces_between_special_tokens": false,
47
+ "tokenizer_class": "LlamaTokenizer",
48
+ "trust_remote_code": false,
49
+ "unk_token": "<unk>",
50
+ "use_default_system_prompt": false,
51
+ "use_fast": true
52
+ }