Howard881010 commited on
Commit
e3ee6c8
1 Parent(s): 730353c

Upload LoRA adapter

Browse files
adapter_config.json CHANGED
@@ -23,10 +23,10 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "k_proj",
27
  "v_proj",
28
- "o_proj",
29
- "q_proj"
30
  ],
31
  "task_type": null,
32
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "q_proj",
27
  "v_proj",
28
+ "k_proj",
29
+ "o_proj"
30
  ],
31
  "task_type": null,
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e064b92015dfb763f9b640d8f4daec91f028e5db15f295cac826ccdc7b55c5e8
3
  size 39364256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f79b13154564b4b4e3647087ee6551f3f9617db2efe599a58c6125cb1d4c2a46
3
  size 39364256
checkpoint-25/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-Nemo-Instruct-2407
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
checkpoint-25/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "MistralForCausalLM",
5
+ "parent_library": "transformers.models.mistral.modeling_mistral"
6
+ },
7
+ "base_model_name_or_path": "mistralai/Mistral-Nemo-Instruct-2407",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "q_proj",
27
+ "v_proj",
28
+ "k_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": null,
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-25/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f79b13154564b4b4e3647087ee6551f3f9617db2efe599a58c6125cb1d4c2a46
3
+ size 39364256
checkpoint-25/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c71f820d8e28ecbd128e13f51deac86bdecc3f136daabe27a5a66f543a82e62
3
+ size 78911674
checkpoint-25/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ce498d3141fef6ce4d3e66f036aca00f916e19d55fde98a399e42f2c07c9e58
3
+ size 14244
checkpoint-25/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4677d15317405bcdd600dfdae9d04715d81517a0dbc7789a073149e371184d8c
3
+ size 1064
checkpoint-25/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-25/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b683455b72e91976efe257b30522811edd3c926bb4302846670897ba1e57fe45
3
+ size 17078556
checkpoint-25/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-25/trainer_state.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 25.0,
5
+ "eval_steps": 500,
6
+ "global_step": 25,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "grad_norm": 1.4377137422561646,
14
+ "learning_rate": 9.6e-05,
15
+ "loss": 1.3893,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 2.0,
20
+ "grad_norm": 1.0715755224227905,
21
+ "learning_rate": 9.200000000000001e-05,
22
+ "loss": 1.3208,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 3.0,
27
+ "grad_norm": 1.3223804235458374,
28
+ "learning_rate": 8.800000000000001e-05,
29
+ "loss": 1.2325,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 4.0,
34
+ "grad_norm": 1.0086308717727661,
35
+ "learning_rate": 8.4e-05,
36
+ "loss": 1.1514,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 5.0,
41
+ "grad_norm": 0.9249104261398315,
42
+ "learning_rate": 8e-05,
43
+ "loss": 1.0826,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 6.0,
48
+ "grad_norm": 0.9513036012649536,
49
+ "learning_rate": 7.6e-05,
50
+ "loss": 1.02,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 7.0,
55
+ "grad_norm": 1.0480144023895264,
56
+ "learning_rate": 7.2e-05,
57
+ "loss": 0.9592,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 8.0,
62
+ "grad_norm": 1.1185643672943115,
63
+ "learning_rate": 6.800000000000001e-05,
64
+ "loss": 0.8972,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 9.0,
69
+ "grad_norm": 1.1805726289749146,
70
+ "learning_rate": 6.400000000000001e-05,
71
+ "loss": 0.8332,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 10.0,
76
+ "grad_norm": 1.2669492959976196,
77
+ "learning_rate": 6e-05,
78
+ "loss": 0.7677,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 11.0,
83
+ "grad_norm": 1.3598390817642212,
84
+ "learning_rate": 5.6000000000000006e-05,
85
+ "loss": 0.7044,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 12.0,
90
+ "grad_norm": 1.8499770164489746,
91
+ "learning_rate": 5.2000000000000004e-05,
92
+ "loss": 0.6446,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 13.0,
97
+ "grad_norm": 1.916239857673645,
98
+ "learning_rate": 4.8e-05,
99
+ "loss": 0.5817,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 14.0,
104
+ "grad_norm": 1.4864529371261597,
105
+ "learning_rate": 4.4000000000000006e-05,
106
+ "loss": 0.5206,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 15.0,
111
+ "grad_norm": 1.3958476781845093,
112
+ "learning_rate": 4e-05,
113
+ "loss": 0.469,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 16.0,
118
+ "grad_norm": 1.4041638374328613,
119
+ "learning_rate": 3.6e-05,
120
+ "loss": 0.4259,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 17.0,
125
+ "grad_norm": 1.3738752603530884,
126
+ "learning_rate": 3.2000000000000005e-05,
127
+ "loss": 0.3871,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 18.0,
132
+ "grad_norm": 1.2662386894226074,
133
+ "learning_rate": 2.8000000000000003e-05,
134
+ "loss": 0.353,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 19.0,
139
+ "grad_norm": 1.2382030487060547,
140
+ "learning_rate": 2.4e-05,
141
+ "loss": 0.325,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 20.0,
146
+ "grad_norm": 1.215654969215393,
147
+ "learning_rate": 2e-05,
148
+ "loss": 0.302,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 21.0,
153
+ "grad_norm": 1.1050209999084473,
154
+ "learning_rate": 1.6000000000000003e-05,
155
+ "loss": 0.2824,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 22.0,
160
+ "grad_norm": 1.004746675491333,
161
+ "learning_rate": 1.2e-05,
162
+ "loss": 0.2666,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 23.0,
167
+ "grad_norm": 0.944015622138977,
168
+ "learning_rate": 8.000000000000001e-06,
169
+ "loss": 0.2544,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 24.0,
174
+ "grad_norm": 0.8987796902656555,
175
+ "learning_rate": 4.000000000000001e-06,
176
+ "loss": 0.2456,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 25.0,
181
+ "grad_norm": 0.8577855825424194,
182
+ "learning_rate": 0.0,
183
+ "loss": 0.2397,
184
+ "step": 25
185
+ }
186
+ ],
187
+ "logging_steps": 1,
188
+ "max_steps": 25,
189
+ "num_input_tokens_seen": 0,
190
+ "num_train_epochs": 25,
191
+ "save_steps": 500,
192
+ "stateful_callbacks": {
193
+ "TrainerControl": {
194
+ "args": {
195
+ "should_epoch_stop": false,
196
+ "should_evaluate": false,
197
+ "should_log": false,
198
+ "should_save": true,
199
+ "should_training_stop": true
200
+ },
201
+ "attributes": {}
202
+ }
203
+ },
204
+ "total_flos": 7.57758680064e+16,
205
+ "train_batch_size": 100,
206
+ "trial_name": null,
207
+ "trial_params": null
208
+ }
checkpoint-25/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b85e37b4ffa98e7848d7fca9828e9a2fe7231e25a7885525f80ed04a61307fbf
3
+ size 5496
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea180ad24740a4771e5d3378f01b69357b1576ad4d4379c5fc6a684073de531a
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b85e37b4ffa98e7848d7fca9828e9a2fe7231e25a7885525f80ed04a61307fbf
3
  size 5496