erjui commited on
Commit
c09d710
·
verified ·
1 Parent(s): 95f9bc2

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-7B-v0.1
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:mistralai/Mistral-7B-v0.1
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.0
adapter_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.1,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 8,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "v_proj",
33
+ "q_proj"
34
+ ],
35
+ "target_parameters": null,
36
+ "task_type": "CAUSAL_LM",
37
+ "trainable_token_indices": null,
38
+ "use_dora": false,
39
+ "use_qalora": false,
40
+ "use_rslora": false
41
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:398c96d782c28c185530fd6594ef96ecdb72cebc15e366df927f3af8b3380cd1
3
+ size 13648432
checkpoint-280/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-7B-v0.1
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:mistralai/Mistral-7B-v0.1
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.0
checkpoint-280/adapter_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.1,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 8,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "v_proj",
33
+ "q_proj"
34
+ ],
35
+ "target_parameters": null,
36
+ "task_type": "CAUSAL_LM",
37
+ "trainable_token_indices": null,
38
+ "use_dora": false,
39
+ "use_qalora": false,
40
+ "use_rslora": false
41
+ }
checkpoint-280/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fd159ab57e929c37f36a08f1254582ff51e940308e7d21de8610c695b12c2e0
3
+ size 13648432
checkpoint-280/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e43273ee5f1718a41c5ef6637ec938f02ce8e091c83f3debcd48809031a8e67
3
+ size 27372875
checkpoint-280/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08123db8130752ee421491201124edec6d90fe81740e1308aa8de60febcb4de1
3
+ size 14645
checkpoint-280/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70bd66c5b07f27e5fdc00d7c0ab3d7ae867c161ad41b6a94df873706670b145c
3
+ size 1383
checkpoint-280/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:869aaf4dd89e2b1166c853de26cd1912a1c9aee4874713d888dddc8483861854
3
+ size 1465
checkpoint-280/trainer_state.json ADDED
@@ -0,0 +1,230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 4.0,
6
+ "eval_steps": 500,
7
+ "global_step": 280,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.14285714285714285,
14
+ "grad_norm": 1.0640236139297485,
15
+ "learning_rate": 7.714285714285713e-05,
16
+ "loss": 5.2288,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.2857142857142857,
21
+ "grad_norm": 0.8555219769477844,
22
+ "learning_rate": 0.00016285714285714284,
23
+ "loss": 5.2677,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.42857142857142855,
28
+ "grad_norm": 0.5933736562728882,
29
+ "learning_rate": 0.00024857142857142857,
30
+ "loss": 5.1633,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.5714285714285714,
35
+ "grad_norm": 0.8707918524742126,
36
+ "learning_rate": 0.00029619047619047615,
37
+ "loss": 5.204,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.7142857142857143,
42
+ "grad_norm": 0.6754307746887207,
43
+ "learning_rate": 0.0002866666666666667,
44
+ "loss": 4.9108,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.8571428571428571,
49
+ "grad_norm": 0.6422407627105713,
50
+ "learning_rate": 0.00027714285714285715,
51
+ "loss": 5.0247,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 1.0,
56
+ "grad_norm": 0.5896824598312378,
57
+ "learning_rate": 0.0002676190476190476,
58
+ "loss": 5.08,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 1.1428571428571428,
63
+ "grad_norm": 0.7121039628982544,
64
+ "learning_rate": 0.0002580952380952381,
65
+ "loss": 4.9658,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 1.2857142857142856,
70
+ "grad_norm": 0.5864871740341187,
71
+ "learning_rate": 0.00024857142857142857,
72
+ "loss": 5.1101,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 1.4285714285714286,
77
+ "grad_norm": 0.7108164429664612,
78
+ "learning_rate": 0.000239047619047619,
79
+ "loss": 4.9746,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 1.5714285714285714,
84
+ "grad_norm": 0.7295660376548767,
85
+ "learning_rate": 0.00022952380952380948,
86
+ "loss": 4.9954,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 1.7142857142857144,
91
+ "grad_norm": 0.7328065633773804,
92
+ "learning_rate": 0.00021999999999999995,
93
+ "loss": 4.9883,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 1.8571428571428572,
98
+ "grad_norm": 0.5924595594406128,
99
+ "learning_rate": 0.00021047619047619045,
100
+ "loss": 5.015,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 2.0,
105
+ "grad_norm": 0.7102551460266113,
106
+ "learning_rate": 0.00020095238095238092,
107
+ "loss": 5.234,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 2.142857142857143,
112
+ "grad_norm": 0.7643699645996094,
113
+ "learning_rate": 0.0001914285714285714,
114
+ "loss": 4.6638,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 2.2857142857142856,
119
+ "grad_norm": 0.9339743852615356,
120
+ "learning_rate": 0.00018190476190476187,
121
+ "loss": 5.1556,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 2.4285714285714284,
126
+ "grad_norm": 5.603686332702637,
127
+ "learning_rate": 0.00017238095238095234,
128
+ "loss": 4.9549,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 2.571428571428571,
133
+ "grad_norm": 0.9364807605743408,
134
+ "learning_rate": 0.00016285714285714284,
135
+ "loss": 4.8296,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 2.7142857142857144,
140
+ "grad_norm": 0.9004333019256592,
141
+ "learning_rate": 0.0001533333333333333,
142
+ "loss": 4.9859,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 2.857142857142857,
147
+ "grad_norm": 0.9698410034179688,
148
+ "learning_rate": 0.0001438095238095238,
149
+ "loss": 5.1211,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 3.0,
154
+ "grad_norm": 0.7776105999946594,
155
+ "learning_rate": 0.00013428571428571428,
156
+ "loss": 5.1118,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 3.142857142857143,
161
+ "grad_norm": 1.1164783239364624,
162
+ "learning_rate": 0.00012476190476190475,
163
+ "loss": 5.114,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 3.2857142857142856,
168
+ "grad_norm": 1.2529207468032837,
169
+ "learning_rate": 0.00011523809523809524,
170
+ "loss": 4.8061,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 3.4285714285714284,
175
+ "grad_norm": 1.016081690788269,
176
+ "learning_rate": 0.00010571428571428571,
177
+ "loss": 4.9263,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 3.571428571428571,
182
+ "grad_norm": 1.0960956811904907,
183
+ "learning_rate": 9.61904761904762e-05,
184
+ "loss": 4.9537,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 3.7142857142857144,
189
+ "grad_norm": 1.140113353729248,
190
+ "learning_rate": 8.666666666666665e-05,
191
+ "loss": 4.9409,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 3.857142857142857,
196
+ "grad_norm": 1.1304645538330078,
197
+ "learning_rate": 7.714285714285713e-05,
198
+ "loss": 4.9235,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 4.0,
203
+ "grad_norm": 1.1090046167373657,
204
+ "learning_rate": 6.761904761904761e-05,
205
+ "loss": 4.7038,
206
+ "step": 280
207
+ }
208
+ ],
209
+ "logging_steps": 10,
210
+ "max_steps": 350,
211
+ "num_input_tokens_seen": 0,
212
+ "num_train_epochs": 5,
213
+ "save_steps": 500,
214
+ "stateful_callbacks": {
215
+ "TrainerControl": {
216
+ "args": {
217
+ "should_epoch_stop": false,
218
+ "should_evaluate": false,
219
+ "should_log": false,
220
+ "should_save": true,
221
+ "should_training_stop": false
222
+ },
223
+ "attributes": {}
224
+ }
225
+ },
226
+ "total_flos": 4.891018479324365e+16,
227
+ "train_batch_size": 4,
228
+ "trial_name": null,
229
+ "trial_params": null
230
+ }
checkpoint-280/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b24afda93e4e710f127bbe58876ec444f3aab9815a86b8ed4adaaea5f43195c
3
+ size 5841
checkpoint-350/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-7B-v0.1
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:mistralai/Mistral-7B-v0.1
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.0
checkpoint-350/adapter_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.1,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 8,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "v_proj",
33
+ "q_proj"
34
+ ],
35
+ "target_parameters": null,
36
+ "task_type": "CAUSAL_LM",
37
+ "trainable_token_indices": null,
38
+ "use_dora": false,
39
+ "use_qalora": false,
40
+ "use_rslora": false
41
+ }
checkpoint-350/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:398c96d782c28c185530fd6594ef96ecdb72cebc15e366df927f3af8b3380cd1
3
+ size 13648432
checkpoint-350/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:224740fdd6ad4699a3c5076ffdfaaa45888c1da223b65bb6e20e526c79fc8b35
3
+ size 27372875
checkpoint-350/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f7bd502cd3826f125a763a527deff95d974e41014bc6cb11143a5e3beb7cc43
3
+ size 14645
checkpoint-350/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d86b69d1fbba78938b84aa8cfaad376b8f1d072cda79280b10cc848524de8f36
3
+ size 1383
checkpoint-350/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7158ddae4b548880fb00c95dcbdad5c142a1e17febae10f69c44e9da2e50fb8
3
+ size 1465
checkpoint-350/trainer_state.json ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 5.0,
6
+ "eval_steps": 500,
7
+ "global_step": 350,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.14285714285714285,
14
+ "grad_norm": 1.0640236139297485,
15
+ "learning_rate": 7.714285714285713e-05,
16
+ "loss": 5.2288,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.2857142857142857,
21
+ "grad_norm": 0.8555219769477844,
22
+ "learning_rate": 0.00016285714285714284,
23
+ "loss": 5.2677,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.42857142857142855,
28
+ "grad_norm": 0.5933736562728882,
29
+ "learning_rate": 0.00024857142857142857,
30
+ "loss": 5.1633,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.5714285714285714,
35
+ "grad_norm": 0.8707918524742126,
36
+ "learning_rate": 0.00029619047619047615,
37
+ "loss": 5.204,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.7142857142857143,
42
+ "grad_norm": 0.6754307746887207,
43
+ "learning_rate": 0.0002866666666666667,
44
+ "loss": 4.9108,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.8571428571428571,
49
+ "grad_norm": 0.6422407627105713,
50
+ "learning_rate": 0.00027714285714285715,
51
+ "loss": 5.0247,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 1.0,
56
+ "grad_norm": 0.5896824598312378,
57
+ "learning_rate": 0.0002676190476190476,
58
+ "loss": 5.08,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 1.1428571428571428,
63
+ "grad_norm": 0.7121039628982544,
64
+ "learning_rate": 0.0002580952380952381,
65
+ "loss": 4.9658,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 1.2857142857142856,
70
+ "grad_norm": 0.5864871740341187,
71
+ "learning_rate": 0.00024857142857142857,
72
+ "loss": 5.1101,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 1.4285714285714286,
77
+ "grad_norm": 0.7108164429664612,
78
+ "learning_rate": 0.000239047619047619,
79
+ "loss": 4.9746,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 1.5714285714285714,
84
+ "grad_norm": 0.7295660376548767,
85
+ "learning_rate": 0.00022952380952380948,
86
+ "loss": 4.9954,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 1.7142857142857144,
91
+ "grad_norm": 0.7328065633773804,
92
+ "learning_rate": 0.00021999999999999995,
93
+ "loss": 4.9883,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 1.8571428571428572,
98
+ "grad_norm": 0.5924595594406128,
99
+ "learning_rate": 0.00021047619047619045,
100
+ "loss": 5.015,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 2.0,
105
+ "grad_norm": 0.7102551460266113,
106
+ "learning_rate": 0.00020095238095238092,
107
+ "loss": 5.234,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 2.142857142857143,
112
+ "grad_norm": 0.7643699645996094,
113
+ "learning_rate": 0.0001914285714285714,
114
+ "loss": 4.6638,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 2.2857142857142856,
119
+ "grad_norm": 0.9339743852615356,
120
+ "learning_rate": 0.00018190476190476187,
121
+ "loss": 5.1556,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 2.4285714285714284,
126
+ "grad_norm": 5.603686332702637,
127
+ "learning_rate": 0.00017238095238095234,
128
+ "loss": 4.9549,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 2.571428571428571,
133
+ "grad_norm": 0.9364807605743408,
134
+ "learning_rate": 0.00016285714285714284,
135
+ "loss": 4.8296,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 2.7142857142857144,
140
+ "grad_norm": 0.9004333019256592,
141
+ "learning_rate": 0.0001533333333333333,
142
+ "loss": 4.9859,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 2.857142857142857,
147
+ "grad_norm": 0.9698410034179688,
148
+ "learning_rate": 0.0001438095238095238,
149
+ "loss": 5.1211,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 3.0,
154
+ "grad_norm": 0.7776105999946594,
155
+ "learning_rate": 0.00013428571428571428,
156
+ "loss": 5.1118,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 3.142857142857143,
161
+ "grad_norm": 1.1164783239364624,
162
+ "learning_rate": 0.00012476190476190475,
163
+ "loss": 5.114,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 3.2857142857142856,
168
+ "grad_norm": 1.2529207468032837,
169
+ "learning_rate": 0.00011523809523809524,
170
+ "loss": 4.8061,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 3.4285714285714284,
175
+ "grad_norm": 1.016081690788269,
176
+ "learning_rate": 0.00010571428571428571,
177
+ "loss": 4.9263,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 3.571428571428571,
182
+ "grad_norm": 1.0960956811904907,
183
+ "learning_rate": 9.61904761904762e-05,
184
+ "loss": 4.9537,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 3.7142857142857144,
189
+ "grad_norm": 1.140113353729248,
190
+ "learning_rate": 8.666666666666665e-05,
191
+ "loss": 4.9409,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 3.857142857142857,
196
+ "grad_norm": 1.1304645538330078,
197
+ "learning_rate": 7.714285714285713e-05,
198
+ "loss": 4.9235,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 4.0,
203
+ "grad_norm": 1.1090046167373657,
204
+ "learning_rate": 6.761904761904761e-05,
205
+ "loss": 4.7038,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 4.142857142857143,
210
+ "grad_norm": 1.6535636186599731,
211
+ "learning_rate": 5.809523809523809e-05,
212
+ "loss": 5.0023,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 4.285714285714286,
217
+ "grad_norm": 1.379711627960205,
218
+ "learning_rate": 4.857142857142857e-05,
219
+ "loss": 4.7972,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 4.428571428571429,
224
+ "grad_norm": 1.4854538440704346,
225
+ "learning_rate": 3.904761904761905e-05,
226
+ "loss": 4.7301,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 4.571428571428571,
231
+ "grad_norm": 1.2845839262008667,
232
+ "learning_rate": 2.952380952380952e-05,
233
+ "loss": 4.8406,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 4.714285714285714,
238
+ "grad_norm": 1.410081386566162,
239
+ "learning_rate": 1.9999999999999998e-05,
240
+ "loss": 4.7386,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 4.857142857142857,
245
+ "grad_norm": 1.364894151687622,
246
+ "learning_rate": 1.0476190476190475e-05,
247
+ "loss": 4.9646,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 5.0,
252
+ "grad_norm": 1.2417771816253662,
253
+ "learning_rate": 9.523809523809523e-07,
254
+ "loss": 4.86,
255
+ "step": 350
256
+ }
257
+ ],
258
+ "logging_steps": 10,
259
+ "max_steps": 350,
260
+ "num_input_tokens_seen": 0,
261
+ "num_train_epochs": 5,
262
+ "save_steps": 500,
263
+ "stateful_callbacks": {
264
+ "TrainerControl": {
265
+ "args": {
266
+ "should_epoch_stop": false,
267
+ "should_evaluate": false,
268
+ "should_log": false,
269
+ "should_save": true,
270
+ "should_training_stop": true
271
+ },
272
+ "attributes": {}
273
+ }
274
+ },
275
+ "total_flos": 6.113773099155456e+16,
276
+ "train_batch_size": 4,
277
+ "trial_name": null,
278
+ "trial_params": null
279
+ }
checkpoint-350/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b24afda93e4e710f127bbe58876ec444f3aab9815a86b8ed4adaaea5f43195c
3
+ size 5841
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
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "additional_special_tokens": [],
32
+ "bos_token": "<s>",
33
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "extra_special_tokens": {},
36
+ "legacy": false,
37
+ "model_max_length": 1000000000000000019884624838656,
38
+ "pad_token": "</s>",
39
+ "sp_model_kwargs": {},
40
+ "spaces_between_special_tokens": false,
41
+ "tokenizer_class": "LlamaTokenizer",
42
+ "unk_token": "<unk>",
43
+ "use_default_system_prompt": false
44
+ }