Yhhhhhhhhh
commited on
Commit
•
151bc49
1
Parent(s):
79a7c4c
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +202 -0
- adapter_config.json +32 -0
- adapter_model.safetensors +3 -0
- checkpoint-1000/README.md +202 -0
- checkpoint-1000/adapter_config.json +32 -0
- checkpoint-1000/adapter_model.safetensors +3 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/rng_state.pth +3 -0
- checkpoint-1000/scheduler.pt +3 -0
- checkpoint-1000/trainer_state.json +47 -0
- checkpoint-1000/training_args.bin +3 -0
- checkpoint-10000/README.md +202 -0
- checkpoint-10000/adapter_config.json +32 -0
- checkpoint-10000/adapter_model.safetensors +3 -0
- checkpoint-10000/optimizer.pt +3 -0
- checkpoint-10000/rng_state.pth +3 -0
- checkpoint-10000/scheduler.pt +3 -0
- checkpoint-10000/trainer_state.json +208 -0
- checkpoint-10000/training_args.bin +3 -0
- checkpoint-10500/README.md +202 -0
- checkpoint-10500/adapter_config.json +32 -0
- checkpoint-10500/adapter_model.safetensors +3 -0
- checkpoint-10500/optimizer.pt +3 -0
- checkpoint-10500/rng_state.pth +3 -0
- checkpoint-10500/scheduler.pt +3 -0
- checkpoint-10500/trainer_state.json +215 -0
- checkpoint-10500/training_args.bin +3 -0
- checkpoint-11000/README.md +202 -0
- checkpoint-11000/adapter_config.json +32 -0
- checkpoint-11000/adapter_model.safetensors +3 -0
- checkpoint-11000/optimizer.pt +3 -0
- checkpoint-11000/rng_state.pth +3 -0
- checkpoint-11000/scheduler.pt +3 -0
- checkpoint-11000/trainer_state.json +229 -0
- checkpoint-11000/training_args.bin +3 -0
- checkpoint-11500/README.md +202 -0
- checkpoint-11500/adapter_config.json +32 -0
- checkpoint-11500/adapter_model.safetensors +3 -0
- checkpoint-11500/optimizer.pt +3 -0
- checkpoint-11500/rng_state.pth +3 -0
- checkpoint-11500/scheduler.pt +3 -0
- checkpoint-11500/trainer_state.json +236 -0
- checkpoint-11500/training_args.bin +3 -0
- checkpoint-12000/README.md +202 -0
- checkpoint-12000/adapter_config.json +32 -0
- checkpoint-12000/adapter_model.safetensors +3 -0
- checkpoint-12000/optimizer.pt +3 -0
- checkpoint-12000/rng_state.pth +3 -0
- checkpoint-12000/scheduler.pt +3 -0
- checkpoint-12000/trainer_state.json +243 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: codellama/CodeLlama-7b-hf
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "LlamaForCausalLM",
|
5 |
+
"parent_library": "transformers.models.llama.modeling_llama"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "codellama/CodeLlama-7b-hf",
|
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": 16,
|
17 |
+
"lora_dropout": 0.1,
|
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 |
+
],
|
29 |
+
"task_type": null,
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccca061bd114518e1a8f182569be014ed4b4267a070052c3c000b717ede804b7
|
3 |
+
size 16794200
|
checkpoint-1000/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: codellama/CodeLlama-7b-hf
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
checkpoint-1000/adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "LlamaForCausalLM",
|
5 |
+
"parent_library": "transformers.models.llama.modeling_llama"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "codellama/CodeLlama-7b-hf",
|
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": 16,
|
17 |
+
"lora_dropout": 0.1,
|
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 |
+
],
|
29 |
+
"task_type": null,
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
checkpoint-1000/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e200b49690395af5ee62153e6b0b1450c90a8bb6ca4b89e5459dab92e46b2fa9
|
3 |
+
size 16794200
|
checkpoint-1000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55ca15a13c5b40858fac8d3be5f07726474a1aab1c0a2cbc048f38d58d6e31fc
|
3 |
+
size 33662074
|
checkpoint-1000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d09ff03042982aea80f7e20f116b97746a576cecd947e25a1c3561157fa5ca0f
|
3 |
+
size 14244
|
checkpoint-1000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b41cf88433f2fea33043085b13a0363ec6ade172f4db5bdd0edba839edaab990
|
3 |
+
size 1064
|
checkpoint-1000/trainer_state.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.5672149744753261,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1000,
|
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.28360748723766305,
|
13 |
+
"grad_norm": 4.999021530151367,
|
14 |
+
"learning_rate": 1.971639251276234e-05,
|
15 |
+
"loss": 6.7525,
|
16 |
+
"step": 500
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.5672149744753261,
|
20 |
+
"grad_norm": 8.877035140991211,
|
21 |
+
"learning_rate": 1.9432785025524678e-05,
|
22 |
+
"loss": 4.8633,
|
23 |
+
"step": 1000
|
24 |
+
}
|
25 |
+
],
|
26 |
+
"logging_steps": 500,
|
27 |
+
"max_steps": 35260,
|
28 |
+
"num_input_tokens_seen": 0,
|
29 |
+
"num_train_epochs": 20,
|
30 |
+
"save_steps": 500,
|
31 |
+
"stateful_callbacks": {
|
32 |
+
"TrainerControl": {
|
33 |
+
"args": {
|
34 |
+
"should_epoch_stop": false,
|
35 |
+
"should_evaluate": false,
|
36 |
+
"should_log": false,
|
37 |
+
"should_save": true,
|
38 |
+
"should_training_stop": false
|
39 |
+
},
|
40 |
+
"attributes": {}
|
41 |
+
}
|
42 |
+
},
|
43 |
+
"total_flos": 2.0310845816832e+16,
|
44 |
+
"train_batch_size": 1,
|
45 |
+
"trial_name": null,
|
46 |
+
"trial_params": null
|
47 |
+
}
|
checkpoint-1000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3789b318f40dfa7f9a1fc05afbdd0003486e5b1d49a3242703f9f2bdb21b8096
|
3 |
+
size 5176
|
checkpoint-10000/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: codellama/CodeLlama-7b-hf
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
checkpoint-10000/adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "LlamaForCausalLM",
|
5 |
+
"parent_library": "transformers.models.llama.modeling_llama"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "codellama/CodeLlama-7b-hf",
|
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": 16,
|
17 |
+
"lora_dropout": 0.1,
|
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 |
+
],
|
29 |
+
"task_type": null,
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
checkpoint-10000/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c21dd8a25a4e558bd0690410a0abdeabab93f0933a6ae606a8020438c09cf9b0
|
3 |
+
size 16794200
|
checkpoint-10000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff2548a57907fc17412953c03fcd1d79555ae92edc4730ebfdbc163e73bc418c
|
3 |
+
size 33662074
|
checkpoint-10000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76a6922ad272c9c3e87998f5fd280808087677a4bf0197200288343e3d415ace
|
3 |
+
size 14244
|
checkpoint-10000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11c40d97c35894be5ee205855dc85fb740dded7e72d6c07de91b4496061e1ec9
|
3 |
+
size 1064
|
checkpoint-10000/trainer_state.json
ADDED
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 5.672149744753262,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 10000,
|
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.28360748723766305,
|
13 |
+
"grad_norm": 4.999021530151367,
|
14 |
+
"learning_rate": 1.971639251276234e-05,
|
15 |
+
"loss": 6.7525,
|
16 |
+
"step": 500
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.5672149744753261,
|
20 |
+
"grad_norm": 8.877035140991211,
|
21 |
+
"learning_rate": 1.9432785025524678e-05,
|
22 |
+
"loss": 4.8633,
|
23 |
+
"step": 1000
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.8508224617129893,
|
27 |
+
"grad_norm": 5.504563808441162,
|
28 |
+
"learning_rate": 1.9149177538287012e-05,
|
29 |
+
"loss": 4.7848,
|
30 |
+
"step": 1500
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 1.0,
|
34 |
+
"eval_runtime": 39.1159,
|
35 |
+
"eval_samples_per_second": 5.011,
|
36 |
+
"eval_steps_per_second": 5.011,
|
37 |
+
"step": 1763
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 1.1344299489506522,
|
41 |
+
"grad_norm": 4.3093953132629395,
|
42 |
+
"learning_rate": 1.886557005104935e-05,
|
43 |
+
"loss": 4.7304,
|
44 |
+
"step": 2000
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 1.4180374361883152,
|
48 |
+
"grad_norm": 8.88564395904541,
|
49 |
+
"learning_rate": 1.8581962563811688e-05,
|
50 |
+
"loss": 4.7621,
|
51 |
+
"step": 2500
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 1.7016449234259783,
|
55 |
+
"grad_norm": 4.924105644226074,
|
56 |
+
"learning_rate": 1.8298355076574022e-05,
|
57 |
+
"loss": 4.7163,
|
58 |
+
"step": 3000
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 1.9852524106636416,
|
62 |
+
"grad_norm": 5.222480773925781,
|
63 |
+
"learning_rate": 1.801474758933636e-05,
|
64 |
+
"loss": 4.6234,
|
65 |
+
"step": 3500
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 2.0,
|
69 |
+
"eval_runtime": 40.3571,
|
70 |
+
"eval_samples_per_second": 4.857,
|
71 |
+
"eval_steps_per_second": 4.857,
|
72 |
+
"step": 3526
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 2.2688598979013044,
|
76 |
+
"grad_norm": 4.8733978271484375,
|
77 |
+
"learning_rate": 1.7731140102098695e-05,
|
78 |
+
"loss": 4.7049,
|
79 |
+
"step": 4000
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 2.552467385138968,
|
83 |
+
"grad_norm": 5.571890830993652,
|
84 |
+
"learning_rate": 1.7447532614861033e-05,
|
85 |
+
"loss": 4.5987,
|
86 |
+
"step": 4500
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 2.8360748723766305,
|
90 |
+
"grad_norm": 5.371450424194336,
|
91 |
+
"learning_rate": 1.716392512762337e-05,
|
92 |
+
"loss": 4.6503,
|
93 |
+
"step": 5000
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 3.0,
|
97 |
+
"eval_runtime": 36.7471,
|
98 |
+
"eval_samples_per_second": 5.334,
|
99 |
+
"eval_steps_per_second": 5.334,
|
100 |
+
"step": 5289
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 3.119682359614294,
|
104 |
+
"grad_norm": 6.941244602203369,
|
105 |
+
"learning_rate": 1.688031764038571e-05,
|
106 |
+
"loss": 4.7147,
|
107 |
+
"step": 5500
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 3.403289846851957,
|
111 |
+
"grad_norm": 7.103884220123291,
|
112 |
+
"learning_rate": 1.6596710153148043e-05,
|
113 |
+
"loss": 4.6078,
|
114 |
+
"step": 6000
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 3.68689733408962,
|
118 |
+
"grad_norm": 6.286114692687988,
|
119 |
+
"learning_rate": 1.631310266591038e-05,
|
120 |
+
"loss": 4.6098,
|
121 |
+
"step": 6500
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 3.970504821327283,
|
125 |
+
"grad_norm": 11.397751808166504,
|
126 |
+
"learning_rate": 1.602949517867272e-05,
|
127 |
+
"loss": 4.583,
|
128 |
+
"step": 7000
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 4.0,
|
132 |
+
"eval_runtime": 39.4552,
|
133 |
+
"eval_samples_per_second": 4.968,
|
134 |
+
"eval_steps_per_second": 4.968,
|
135 |
+
"step": 7052
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 4.254112308564946,
|
139 |
+
"grad_norm": 6.588546276092529,
|
140 |
+
"learning_rate": 1.5745887691435057e-05,
|
141 |
+
"loss": 4.6439,
|
142 |
+
"step": 7500
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 4.537719795802609,
|
146 |
+
"grad_norm": 6.508044719696045,
|
147 |
+
"learning_rate": 1.546228020419739e-05,
|
148 |
+
"loss": 4.5772,
|
149 |
+
"step": 8000
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 4.821327283040272,
|
153 |
+
"grad_norm": 13.856376647949219,
|
154 |
+
"learning_rate": 1.5178672716959728e-05,
|
155 |
+
"loss": 4.5647,
|
156 |
+
"step": 8500
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 5.0,
|
160 |
+
"eval_runtime": 37.0746,
|
161 |
+
"eval_samples_per_second": 5.287,
|
162 |
+
"eval_steps_per_second": 5.287,
|
163 |
+
"step": 8815
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 5.104934770277936,
|
167 |
+
"grad_norm": 11.172317504882812,
|
168 |
+
"learning_rate": 1.4895065229722066e-05,
|
169 |
+
"loss": 4.6058,
|
170 |
+
"step": 9000
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 5.388542257515598,
|
174 |
+
"grad_norm": 9.843143463134766,
|
175 |
+
"learning_rate": 1.4611457742484402e-05,
|
176 |
+
"loss": 4.5818,
|
177 |
+
"step": 9500
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 5.672149744753262,
|
181 |
+
"grad_norm": 6.524191856384277,
|
182 |
+
"learning_rate": 1.432785025524674e-05,
|
183 |
+
"loss": 4.5783,
|
184 |
+
"step": 10000
|
185 |
+
}
|
186 |
+
],
|
187 |
+
"logging_steps": 500,
|
188 |
+
"max_steps": 35260,
|
189 |
+
"num_input_tokens_seen": 0,
|
190 |
+
"num_train_epochs": 20,
|
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": false
|
200 |
+
},
|
201 |
+
"attributes": {}
|
202 |
+
}
|
203 |
+
},
|
204 |
+
"total_flos": 2.0310845816832e+17,
|
205 |
+
"train_batch_size": 1,
|
206 |
+
"trial_name": null,
|
207 |
+
"trial_params": null
|
208 |
+
}
|
checkpoint-10000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3789b318f40dfa7f9a1fc05afbdd0003486e5b1d49a3242703f9f2bdb21b8096
|
3 |
+
size 5176
|
checkpoint-10500/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: codellama/CodeLlama-7b-hf
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
checkpoint-10500/adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "LlamaForCausalLM",
|
5 |
+
"parent_library": "transformers.models.llama.modeling_llama"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "codellama/CodeLlama-7b-hf",
|
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": 16,
|
17 |
+
"lora_dropout": 0.1,
|
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 |
+
],
|
29 |
+
"task_type": null,
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
checkpoint-10500/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4eb2156db60832e51b20247a51384594c0a6a2387aac5dbd0a9b442d62ad695a
|
3 |
+
size 16794200
|
checkpoint-10500/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d447784d58d691c36328ca08af39301d752a458284b80277ce143a300f845d99
|
3 |
+
size 33662074
|
checkpoint-10500/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc1aedcbe14a42b78225e281ec17b35b88c5f7f7ca5238318c9a24f91c160c95
|
3 |
+
size 14244
|
checkpoint-10500/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f603e6436ba1985320d536ec3b140f958ec8917f9f93e809a4ad82d90adc094
|
3 |
+
size 1064
|
checkpoint-10500/trainer_state.json
ADDED
@@ -0,0 +1,215 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 5.955757231990924,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 10500,
|
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.28360748723766305,
|
13 |
+
"grad_norm": 4.999021530151367,
|
14 |
+
"learning_rate": 1.971639251276234e-05,
|
15 |
+
"loss": 6.7525,
|
16 |
+
"step": 500
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.5672149744753261,
|
20 |
+
"grad_norm": 8.877035140991211,
|
21 |
+
"learning_rate": 1.9432785025524678e-05,
|
22 |
+
"loss": 4.8633,
|
23 |
+
"step": 1000
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.8508224617129893,
|
27 |
+
"grad_norm": 5.504563808441162,
|
28 |
+
"learning_rate": 1.9149177538287012e-05,
|
29 |
+
"loss": 4.7848,
|
30 |
+
"step": 1500
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 1.0,
|
34 |
+
"eval_runtime": 39.1159,
|
35 |
+
"eval_samples_per_second": 5.011,
|
36 |
+
"eval_steps_per_second": 5.011,
|
37 |
+
"step": 1763
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 1.1344299489506522,
|
41 |
+
"grad_norm": 4.3093953132629395,
|
42 |
+
"learning_rate": 1.886557005104935e-05,
|
43 |
+
"loss": 4.7304,
|
44 |
+
"step": 2000
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 1.4180374361883152,
|
48 |
+
"grad_norm": 8.88564395904541,
|
49 |
+
"learning_rate": 1.8581962563811688e-05,
|
50 |
+
"loss": 4.7621,
|
51 |
+
"step": 2500
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 1.7016449234259783,
|
55 |
+
"grad_norm": 4.924105644226074,
|
56 |
+
"learning_rate": 1.8298355076574022e-05,
|
57 |
+
"loss": 4.7163,
|
58 |
+
"step": 3000
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 1.9852524106636416,
|
62 |
+
"grad_norm": 5.222480773925781,
|
63 |
+
"learning_rate": 1.801474758933636e-05,
|
64 |
+
"loss": 4.6234,
|
65 |
+
"step": 3500
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 2.0,
|
69 |
+
"eval_runtime": 40.3571,
|
70 |
+
"eval_samples_per_second": 4.857,
|
71 |
+
"eval_steps_per_second": 4.857,
|
72 |
+
"step": 3526
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 2.2688598979013044,
|
76 |
+
"grad_norm": 4.8733978271484375,
|
77 |
+
"learning_rate": 1.7731140102098695e-05,
|
78 |
+
"loss": 4.7049,
|
79 |
+
"step": 4000
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 2.552467385138968,
|
83 |
+
"grad_norm": 5.571890830993652,
|
84 |
+
"learning_rate": 1.7447532614861033e-05,
|
85 |
+
"loss": 4.5987,
|
86 |
+
"step": 4500
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 2.8360748723766305,
|
90 |
+
"grad_norm": 5.371450424194336,
|
91 |
+
"learning_rate": 1.716392512762337e-05,
|
92 |
+
"loss": 4.6503,
|
93 |
+
"step": 5000
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 3.0,
|
97 |
+
"eval_runtime": 36.7471,
|
98 |
+
"eval_samples_per_second": 5.334,
|
99 |
+
"eval_steps_per_second": 5.334,
|
100 |
+
"step": 5289
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 3.119682359614294,
|
104 |
+
"grad_norm": 6.941244602203369,
|
105 |
+
"learning_rate": 1.688031764038571e-05,
|
106 |
+
"loss": 4.7147,
|
107 |
+
"step": 5500
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 3.403289846851957,
|
111 |
+
"grad_norm": 7.103884220123291,
|
112 |
+
"learning_rate": 1.6596710153148043e-05,
|
113 |
+
"loss": 4.6078,
|
114 |
+
"step": 6000
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 3.68689733408962,
|
118 |
+
"grad_norm": 6.286114692687988,
|
119 |
+
"learning_rate": 1.631310266591038e-05,
|
120 |
+
"loss": 4.6098,
|
121 |
+
"step": 6500
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 3.970504821327283,
|
125 |
+
"grad_norm": 11.397751808166504,
|
126 |
+
"learning_rate": 1.602949517867272e-05,
|
127 |
+
"loss": 4.583,
|
128 |
+
"step": 7000
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 4.0,
|
132 |
+
"eval_runtime": 39.4552,
|
133 |
+
"eval_samples_per_second": 4.968,
|
134 |
+
"eval_steps_per_second": 4.968,
|
135 |
+
"step": 7052
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 4.254112308564946,
|
139 |
+
"grad_norm": 6.588546276092529,
|
140 |
+
"learning_rate": 1.5745887691435057e-05,
|
141 |
+
"loss": 4.6439,
|
142 |
+
"step": 7500
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 4.537719795802609,
|
146 |
+
"grad_norm": 6.508044719696045,
|
147 |
+
"learning_rate": 1.546228020419739e-05,
|
148 |
+
"loss": 4.5772,
|
149 |
+
"step": 8000
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 4.821327283040272,
|
153 |
+
"grad_norm": 13.856376647949219,
|
154 |
+
"learning_rate": 1.5178672716959728e-05,
|
155 |
+
"loss": 4.5647,
|
156 |
+
"step": 8500
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 5.0,
|
160 |
+
"eval_runtime": 37.0746,
|
161 |
+
"eval_samples_per_second": 5.287,
|
162 |
+
"eval_steps_per_second": 5.287,
|
163 |
+
"step": 8815
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 5.104934770277936,
|
167 |
+
"grad_norm": 11.172317504882812,
|
168 |
+
"learning_rate": 1.4895065229722066e-05,
|
169 |
+
"loss": 4.6058,
|
170 |
+
"step": 9000
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 5.388542257515598,
|
174 |
+
"grad_norm": 9.843143463134766,
|
175 |
+
"learning_rate": 1.4611457742484402e-05,
|
176 |
+
"loss": 4.5818,
|
177 |
+
"step": 9500
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 5.672149744753262,
|
181 |
+
"grad_norm": 6.524191856384277,
|
182 |
+
"learning_rate": 1.432785025524674e-05,
|
183 |
+
"loss": 4.5783,
|
184 |
+
"step": 10000
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 5.955757231990924,
|
188 |
+
"grad_norm": 13.230880737304688,
|
189 |
+
"learning_rate": 1.4044242768009078e-05,
|
190 |
+
"loss": 4.527,
|
191 |
+
"step": 10500
|
192 |
+
}
|
193 |
+
],
|
194 |
+
"logging_steps": 500,
|
195 |
+
"max_steps": 35260,
|
196 |
+
"num_input_tokens_seen": 0,
|
197 |
+
"num_train_epochs": 20,
|
198 |
+
"save_steps": 500,
|
199 |
+
"stateful_callbacks": {
|
200 |
+
"TrainerControl": {
|
201 |
+
"args": {
|
202 |
+
"should_epoch_stop": false,
|
203 |
+
"should_evaluate": false,
|
204 |
+
"should_log": false,
|
205 |
+
"should_save": true,
|
206 |
+
"should_training_stop": false
|
207 |
+
},
|
208 |
+
"attributes": {}
|
209 |
+
}
|
210 |
+
},
|
211 |
+
"total_flos": 2.13263881076736e+17,
|
212 |
+
"train_batch_size": 1,
|
213 |
+
"trial_name": null,
|
214 |
+
"trial_params": null
|
215 |
+
}
|
checkpoint-10500/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3789b318f40dfa7f9a1fc05afbdd0003486e5b1d49a3242703f9f2bdb21b8096
|
3 |
+
size 5176
|
checkpoint-11000/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: codellama/CodeLlama-7b-hf
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
checkpoint-11000/adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "LlamaForCausalLM",
|
5 |
+
"parent_library": "transformers.models.llama.modeling_llama"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "codellama/CodeLlama-7b-hf",
|
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": 16,
|
17 |
+
"lora_dropout": 0.1,
|
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 |
+
],
|
29 |
+
"task_type": null,
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
checkpoint-11000/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12972d57ce6c36662330c4c8676cb00619a31a76093d7695ed7daf92d718838b
|
3 |
+
size 16794200
|
checkpoint-11000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef6f932c2352758b889341fc61f633bc563c8010c57ff06f1d767f2ec4b499c2
|
3 |
+
size 33662074
|
checkpoint-11000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:701be98aa899d1b9173027c3fd3f9dd1d4203c8babdde78cb12db0f2f043da10
|
3 |
+
size 14244
|
checkpoint-11000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d34f212e747cd3ebe5691dd48bd445c1c164ea4f78eb301d42582cfafc329626
|
3 |
+
size 1064
|
checkpoint-11000/trainer_state.json
ADDED
@@ -0,0 +1,229 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 6.239364719228588,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 11000,
|
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.28360748723766305,
|
13 |
+
"grad_norm": 4.999021530151367,
|
14 |
+
"learning_rate": 1.971639251276234e-05,
|
15 |
+
"loss": 6.7525,
|
16 |
+
"step": 500
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.5672149744753261,
|
20 |
+
"grad_norm": 8.877035140991211,
|
21 |
+
"learning_rate": 1.9432785025524678e-05,
|
22 |
+
"loss": 4.8633,
|
23 |
+
"step": 1000
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.8508224617129893,
|
27 |
+
"grad_norm": 5.504563808441162,
|
28 |
+
"learning_rate": 1.9149177538287012e-05,
|
29 |
+
"loss": 4.7848,
|
30 |
+
"step": 1500
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 1.0,
|
34 |
+
"eval_runtime": 39.1159,
|
35 |
+
"eval_samples_per_second": 5.011,
|
36 |
+
"eval_steps_per_second": 5.011,
|
37 |
+
"step": 1763
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 1.1344299489506522,
|
41 |
+
"grad_norm": 4.3093953132629395,
|
42 |
+
"learning_rate": 1.886557005104935e-05,
|
43 |
+
"loss": 4.7304,
|
44 |
+
"step": 2000
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 1.4180374361883152,
|
48 |
+
"grad_norm": 8.88564395904541,
|
49 |
+
"learning_rate": 1.8581962563811688e-05,
|
50 |
+
"loss": 4.7621,
|
51 |
+
"step": 2500
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 1.7016449234259783,
|
55 |
+
"grad_norm": 4.924105644226074,
|
56 |
+
"learning_rate": 1.8298355076574022e-05,
|
57 |
+
"loss": 4.7163,
|
58 |
+
"step": 3000
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 1.9852524106636416,
|
62 |
+
"grad_norm": 5.222480773925781,
|
63 |
+
"learning_rate": 1.801474758933636e-05,
|
64 |
+
"loss": 4.6234,
|
65 |
+
"step": 3500
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 2.0,
|
69 |
+
"eval_runtime": 40.3571,
|
70 |
+
"eval_samples_per_second": 4.857,
|
71 |
+
"eval_steps_per_second": 4.857,
|
72 |
+
"step": 3526
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 2.2688598979013044,
|
76 |
+
"grad_norm": 4.8733978271484375,
|
77 |
+
"learning_rate": 1.7731140102098695e-05,
|
78 |
+
"loss": 4.7049,
|
79 |
+
"step": 4000
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 2.552467385138968,
|
83 |
+
"grad_norm": 5.571890830993652,
|
84 |
+
"learning_rate": 1.7447532614861033e-05,
|
85 |
+
"loss": 4.5987,
|
86 |
+
"step": 4500
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 2.8360748723766305,
|
90 |
+
"grad_norm": 5.371450424194336,
|
91 |
+
"learning_rate": 1.716392512762337e-05,
|
92 |
+
"loss": 4.6503,
|
93 |
+
"step": 5000
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 3.0,
|
97 |
+
"eval_runtime": 36.7471,
|
98 |
+
"eval_samples_per_second": 5.334,
|
99 |
+
"eval_steps_per_second": 5.334,
|
100 |
+
"step": 5289
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 3.119682359614294,
|
104 |
+
"grad_norm": 6.941244602203369,
|
105 |
+
"learning_rate": 1.688031764038571e-05,
|
106 |
+
"loss": 4.7147,
|
107 |
+
"step": 5500
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 3.403289846851957,
|
111 |
+
"grad_norm": 7.103884220123291,
|
112 |
+
"learning_rate": 1.6596710153148043e-05,
|
113 |
+
"loss": 4.6078,
|
114 |
+
"step": 6000
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 3.68689733408962,
|
118 |
+
"grad_norm": 6.286114692687988,
|
119 |
+
"learning_rate": 1.631310266591038e-05,
|
120 |
+
"loss": 4.6098,
|
121 |
+
"step": 6500
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 3.970504821327283,
|
125 |
+
"grad_norm": 11.397751808166504,
|
126 |
+
"learning_rate": 1.602949517867272e-05,
|
127 |
+
"loss": 4.583,
|
128 |
+
"step": 7000
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 4.0,
|
132 |
+
"eval_runtime": 39.4552,
|
133 |
+
"eval_samples_per_second": 4.968,
|
134 |
+
"eval_steps_per_second": 4.968,
|
135 |
+
"step": 7052
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 4.254112308564946,
|
139 |
+
"grad_norm": 6.588546276092529,
|
140 |
+
"learning_rate": 1.5745887691435057e-05,
|
141 |
+
"loss": 4.6439,
|
142 |
+
"step": 7500
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 4.537719795802609,
|
146 |
+
"grad_norm": 6.508044719696045,
|
147 |
+
"learning_rate": 1.546228020419739e-05,
|
148 |
+
"loss": 4.5772,
|
149 |
+
"step": 8000
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 4.821327283040272,
|
153 |
+
"grad_norm": 13.856376647949219,
|
154 |
+
"learning_rate": 1.5178672716959728e-05,
|
155 |
+
"loss": 4.5647,
|
156 |
+
"step": 8500
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 5.0,
|
160 |
+
"eval_runtime": 37.0746,
|
161 |
+
"eval_samples_per_second": 5.287,
|
162 |
+
"eval_steps_per_second": 5.287,
|
163 |
+
"step": 8815
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 5.104934770277936,
|
167 |
+
"grad_norm": 11.172317504882812,
|
168 |
+
"learning_rate": 1.4895065229722066e-05,
|
169 |
+
"loss": 4.6058,
|
170 |
+
"step": 9000
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 5.388542257515598,
|
174 |
+
"grad_norm": 9.843143463134766,
|
175 |
+
"learning_rate": 1.4611457742484402e-05,
|
176 |
+
"loss": 4.5818,
|
177 |
+
"step": 9500
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 5.672149744753262,
|
181 |
+
"grad_norm": 6.524191856384277,
|
182 |
+
"learning_rate": 1.432785025524674e-05,
|
183 |
+
"loss": 4.5783,
|
184 |
+
"step": 10000
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 5.955757231990924,
|
188 |
+
"grad_norm": 13.230880737304688,
|
189 |
+
"learning_rate": 1.4044242768009078e-05,
|
190 |
+
"loss": 4.527,
|
191 |
+
"step": 10500
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 6.0,
|
195 |
+
"eval_runtime": 39.9935,
|
196 |
+
"eval_samples_per_second": 4.901,
|
197 |
+
"eval_steps_per_second": 4.901,
|
198 |
+
"step": 10578
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 6.239364719228588,
|
202 |
+
"grad_norm": 10.95142936706543,
|
203 |
+
"learning_rate": 1.3760635280771412e-05,
|
204 |
+
"loss": 4.5873,
|
205 |
+
"step": 11000
|
206 |
+
}
|
207 |
+
],
|
208 |
+
"logging_steps": 500,
|
209 |
+
"max_steps": 35260,
|
210 |
+
"num_input_tokens_seen": 0,
|
211 |
+
"num_train_epochs": 20,
|
212 |
+
"save_steps": 500,
|
213 |
+
"stateful_callbacks": {
|
214 |
+
"TrainerControl": {
|
215 |
+
"args": {
|
216 |
+
"should_epoch_stop": false,
|
217 |
+
"should_evaluate": false,
|
218 |
+
"should_log": false,
|
219 |
+
"should_save": true,
|
220 |
+
"should_training_stop": false
|
221 |
+
},
|
222 |
+
"attributes": {}
|
223 |
+
}
|
224 |
+
},
|
225 |
+
"total_flos": 2.23419303985152e+17,
|
226 |
+
"train_batch_size": 1,
|
227 |
+
"trial_name": null,
|
228 |
+
"trial_params": null
|
229 |
+
}
|
checkpoint-11000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3789b318f40dfa7f9a1fc05afbdd0003486e5b1d49a3242703f9f2bdb21b8096
|
3 |
+
size 5176
|
checkpoint-11500/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: codellama/CodeLlama-7b-hf
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
checkpoint-11500/adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "LlamaForCausalLM",
|
5 |
+
"parent_library": "transformers.models.llama.modeling_llama"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "codellama/CodeLlama-7b-hf",
|
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": 16,
|
17 |
+
"lora_dropout": 0.1,
|
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 |
+
],
|
29 |
+
"task_type": null,
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
checkpoint-11500/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26838025cf3be9511050367dd536884786bc251c74f29b9ded17e989b87011d1
|
3 |
+
size 16794200
|
checkpoint-11500/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:948781a316f99da7f20c47d84bdc8ff7b9904aa91c9a6d458c597061da1c6ecc
|
3 |
+
size 33662074
|
checkpoint-11500/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3425a26a349430bb738957e12f775529d4a9ae778807a2ff099078a4197c4d0d
|
3 |
+
size 14244
|
checkpoint-11500/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57c480ac40d7c2edf34d2df6667a3fd5142d5b90d3cbc2d8db53117b08bcdf35
|
3 |
+
size 1064
|
checkpoint-11500/trainer_state.json
ADDED
@@ -0,0 +1,236 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 6.5229722064662505,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 11500,
|
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.28360748723766305,
|
13 |
+
"grad_norm": 4.999021530151367,
|
14 |
+
"learning_rate": 1.971639251276234e-05,
|
15 |
+
"loss": 6.7525,
|
16 |
+
"step": 500
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.5672149744753261,
|
20 |
+
"grad_norm": 8.877035140991211,
|
21 |
+
"learning_rate": 1.9432785025524678e-05,
|
22 |
+
"loss": 4.8633,
|
23 |
+
"step": 1000
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.8508224617129893,
|
27 |
+
"grad_norm": 5.504563808441162,
|
28 |
+
"learning_rate": 1.9149177538287012e-05,
|
29 |
+
"loss": 4.7848,
|
30 |
+
"step": 1500
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 1.0,
|
34 |
+
"eval_runtime": 39.1159,
|
35 |
+
"eval_samples_per_second": 5.011,
|
36 |
+
"eval_steps_per_second": 5.011,
|
37 |
+
"step": 1763
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 1.1344299489506522,
|
41 |
+
"grad_norm": 4.3093953132629395,
|
42 |
+
"learning_rate": 1.886557005104935e-05,
|
43 |
+
"loss": 4.7304,
|
44 |
+
"step": 2000
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 1.4180374361883152,
|
48 |
+
"grad_norm": 8.88564395904541,
|
49 |
+
"learning_rate": 1.8581962563811688e-05,
|
50 |
+
"loss": 4.7621,
|
51 |
+
"step": 2500
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 1.7016449234259783,
|
55 |
+
"grad_norm": 4.924105644226074,
|
56 |
+
"learning_rate": 1.8298355076574022e-05,
|
57 |
+
"loss": 4.7163,
|
58 |
+
"step": 3000
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 1.9852524106636416,
|
62 |
+
"grad_norm": 5.222480773925781,
|
63 |
+
"learning_rate": 1.801474758933636e-05,
|
64 |
+
"loss": 4.6234,
|
65 |
+
"step": 3500
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 2.0,
|
69 |
+
"eval_runtime": 40.3571,
|
70 |
+
"eval_samples_per_second": 4.857,
|
71 |
+
"eval_steps_per_second": 4.857,
|
72 |
+
"step": 3526
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 2.2688598979013044,
|
76 |
+
"grad_norm": 4.8733978271484375,
|
77 |
+
"learning_rate": 1.7731140102098695e-05,
|
78 |
+
"loss": 4.7049,
|
79 |
+
"step": 4000
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 2.552467385138968,
|
83 |
+
"grad_norm": 5.571890830993652,
|
84 |
+
"learning_rate": 1.7447532614861033e-05,
|
85 |
+
"loss": 4.5987,
|
86 |
+
"step": 4500
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 2.8360748723766305,
|
90 |
+
"grad_norm": 5.371450424194336,
|
91 |
+
"learning_rate": 1.716392512762337e-05,
|
92 |
+
"loss": 4.6503,
|
93 |
+
"step": 5000
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 3.0,
|
97 |
+
"eval_runtime": 36.7471,
|
98 |
+
"eval_samples_per_second": 5.334,
|
99 |
+
"eval_steps_per_second": 5.334,
|
100 |
+
"step": 5289
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 3.119682359614294,
|
104 |
+
"grad_norm": 6.941244602203369,
|
105 |
+
"learning_rate": 1.688031764038571e-05,
|
106 |
+
"loss": 4.7147,
|
107 |
+
"step": 5500
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 3.403289846851957,
|
111 |
+
"grad_norm": 7.103884220123291,
|
112 |
+
"learning_rate": 1.6596710153148043e-05,
|
113 |
+
"loss": 4.6078,
|
114 |
+
"step": 6000
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 3.68689733408962,
|
118 |
+
"grad_norm": 6.286114692687988,
|
119 |
+
"learning_rate": 1.631310266591038e-05,
|
120 |
+
"loss": 4.6098,
|
121 |
+
"step": 6500
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 3.970504821327283,
|
125 |
+
"grad_norm": 11.397751808166504,
|
126 |
+
"learning_rate": 1.602949517867272e-05,
|
127 |
+
"loss": 4.583,
|
128 |
+
"step": 7000
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 4.0,
|
132 |
+
"eval_runtime": 39.4552,
|
133 |
+
"eval_samples_per_second": 4.968,
|
134 |
+
"eval_steps_per_second": 4.968,
|
135 |
+
"step": 7052
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 4.254112308564946,
|
139 |
+
"grad_norm": 6.588546276092529,
|
140 |
+
"learning_rate": 1.5745887691435057e-05,
|
141 |
+
"loss": 4.6439,
|
142 |
+
"step": 7500
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 4.537719795802609,
|
146 |
+
"grad_norm": 6.508044719696045,
|
147 |
+
"learning_rate": 1.546228020419739e-05,
|
148 |
+
"loss": 4.5772,
|
149 |
+
"step": 8000
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 4.821327283040272,
|
153 |
+
"grad_norm": 13.856376647949219,
|
154 |
+
"learning_rate": 1.5178672716959728e-05,
|
155 |
+
"loss": 4.5647,
|
156 |
+
"step": 8500
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 5.0,
|
160 |
+
"eval_runtime": 37.0746,
|
161 |
+
"eval_samples_per_second": 5.287,
|
162 |
+
"eval_steps_per_second": 5.287,
|
163 |
+
"step": 8815
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 5.104934770277936,
|
167 |
+
"grad_norm": 11.172317504882812,
|
168 |
+
"learning_rate": 1.4895065229722066e-05,
|
169 |
+
"loss": 4.6058,
|
170 |
+
"step": 9000
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 5.388542257515598,
|
174 |
+
"grad_norm": 9.843143463134766,
|
175 |
+
"learning_rate": 1.4611457742484402e-05,
|
176 |
+
"loss": 4.5818,
|
177 |
+
"step": 9500
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 5.672149744753262,
|
181 |
+
"grad_norm": 6.524191856384277,
|
182 |
+
"learning_rate": 1.432785025524674e-05,
|
183 |
+
"loss": 4.5783,
|
184 |
+
"step": 10000
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 5.955757231990924,
|
188 |
+
"grad_norm": 13.230880737304688,
|
189 |
+
"learning_rate": 1.4044242768009078e-05,
|
190 |
+
"loss": 4.527,
|
191 |
+
"step": 10500
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 6.0,
|
195 |
+
"eval_runtime": 39.9935,
|
196 |
+
"eval_samples_per_second": 4.901,
|
197 |
+
"eval_steps_per_second": 4.901,
|
198 |
+
"step": 10578
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 6.239364719228588,
|
202 |
+
"grad_norm": 10.95142936706543,
|
203 |
+
"learning_rate": 1.3760635280771412e-05,
|
204 |
+
"loss": 4.5873,
|
205 |
+
"step": 11000
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 6.5229722064662505,
|
209 |
+
"grad_norm": 7.862865924835205,
|
210 |
+
"learning_rate": 1.347702779353375e-05,
|
211 |
+
"loss": 4.5154,
|
212 |
+
"step": 11500
|
213 |
+
}
|
214 |
+
],
|
215 |
+
"logging_steps": 500,
|
216 |
+
"max_steps": 35260,
|
217 |
+
"num_input_tokens_seen": 0,
|
218 |
+
"num_train_epochs": 20,
|
219 |
+
"save_steps": 500,
|
220 |
+
"stateful_callbacks": {
|
221 |
+
"TrainerControl": {
|
222 |
+
"args": {
|
223 |
+
"should_epoch_stop": false,
|
224 |
+
"should_evaluate": false,
|
225 |
+
"should_log": false,
|
226 |
+
"should_save": true,
|
227 |
+
"should_training_stop": false
|
228 |
+
},
|
229 |
+
"attributes": {}
|
230 |
+
}
|
231 |
+
},
|
232 |
+
"total_flos": 2.33574726893568e+17,
|
233 |
+
"train_batch_size": 1,
|
234 |
+
"trial_name": null,
|
235 |
+
"trial_params": null
|
236 |
+
}
|
checkpoint-11500/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3789b318f40dfa7f9a1fc05afbdd0003486e5b1d49a3242703f9f2bdb21b8096
|
3 |
+
size 5176
|
checkpoint-12000/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: codellama/CodeLlama-7b-hf
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
checkpoint-12000/adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "LlamaForCausalLM",
|
5 |
+
"parent_library": "transformers.models.llama.modeling_llama"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "codellama/CodeLlama-7b-hf",
|
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": 16,
|
17 |
+
"lora_dropout": 0.1,
|
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 |
+
],
|
29 |
+
"task_type": null,
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
checkpoint-12000/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3a41a59ab50cb8ed304ae82dc44be9462ba931417b9f247bc3240633fbb35f5
|
3 |
+
size 16794200
|
checkpoint-12000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4789f3eb8af811c7d6c8fc76c8a6d64ffa47673352bec6b325e6d6a751776a5f
|
3 |
+
size 33662074
|
checkpoint-12000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d519a1f9e5ea8873bb4a0d8138e5ad2ae66691ac61c92600005521890f2ced74
|
3 |
+
size 14244
|
checkpoint-12000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5261930b35fb973d1f4ccf9b289b04b84ef65620cd2f317ae71e01e1c31e8bb
|
3 |
+
size 1064
|
checkpoint-12000/trainer_state.json
ADDED
@@ -0,0 +1,243 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 6.806579693703914,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 12000,
|
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.28360748723766305,
|
13 |
+
"grad_norm": 4.999021530151367,
|
14 |
+
"learning_rate": 1.971639251276234e-05,
|
15 |
+
"loss": 6.7525,
|
16 |
+
"step": 500
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.5672149744753261,
|
20 |
+
"grad_norm": 8.877035140991211,
|
21 |
+
"learning_rate": 1.9432785025524678e-05,
|
22 |
+
"loss": 4.8633,
|
23 |
+
"step": 1000
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.8508224617129893,
|
27 |
+
"grad_norm": 5.504563808441162,
|
28 |
+
"learning_rate": 1.9149177538287012e-05,
|
29 |
+
"loss": 4.7848,
|
30 |
+
"step": 1500
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 1.0,
|
34 |
+
"eval_runtime": 39.1159,
|
35 |
+
"eval_samples_per_second": 5.011,
|
36 |
+
"eval_steps_per_second": 5.011,
|
37 |
+
"step": 1763
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 1.1344299489506522,
|
41 |
+
"grad_norm": 4.3093953132629395,
|
42 |
+
"learning_rate": 1.886557005104935e-05,
|
43 |
+
"loss": 4.7304,
|
44 |
+
"step": 2000
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 1.4180374361883152,
|
48 |
+
"grad_norm": 8.88564395904541,
|
49 |
+
"learning_rate": 1.8581962563811688e-05,
|
50 |
+
"loss": 4.7621,
|
51 |
+
"step": 2500
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 1.7016449234259783,
|
55 |
+
"grad_norm": 4.924105644226074,
|
56 |
+
"learning_rate": 1.8298355076574022e-05,
|
57 |
+
"loss": 4.7163,
|
58 |
+
"step": 3000
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 1.9852524106636416,
|
62 |
+
"grad_norm": 5.222480773925781,
|
63 |
+
"learning_rate": 1.801474758933636e-05,
|
64 |
+
"loss": 4.6234,
|
65 |
+
"step": 3500
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 2.0,
|
69 |
+
"eval_runtime": 40.3571,
|
70 |
+
"eval_samples_per_second": 4.857,
|
71 |
+
"eval_steps_per_second": 4.857,
|
72 |
+
"step": 3526
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 2.2688598979013044,
|
76 |
+
"grad_norm": 4.8733978271484375,
|
77 |
+
"learning_rate": 1.7731140102098695e-05,
|
78 |
+
"loss": 4.7049,
|
79 |
+
"step": 4000
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 2.552467385138968,
|
83 |
+
"grad_norm": 5.571890830993652,
|
84 |
+
"learning_rate": 1.7447532614861033e-05,
|
85 |
+
"loss": 4.5987,
|
86 |
+
"step": 4500
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 2.8360748723766305,
|
90 |
+
"grad_norm": 5.371450424194336,
|
91 |
+
"learning_rate": 1.716392512762337e-05,
|
92 |
+
"loss": 4.6503,
|
93 |
+
"step": 5000
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 3.0,
|
97 |
+
"eval_runtime": 36.7471,
|
98 |
+
"eval_samples_per_second": 5.334,
|
99 |
+
"eval_steps_per_second": 5.334,
|
100 |
+
"step": 5289
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 3.119682359614294,
|
104 |
+
"grad_norm": 6.941244602203369,
|
105 |
+
"learning_rate": 1.688031764038571e-05,
|
106 |
+
"loss": 4.7147,
|
107 |
+
"step": 5500
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 3.403289846851957,
|
111 |
+
"grad_norm": 7.103884220123291,
|
112 |
+
"learning_rate": 1.6596710153148043e-05,
|
113 |
+
"loss": 4.6078,
|
114 |
+
"step": 6000
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 3.68689733408962,
|
118 |
+
"grad_norm": 6.286114692687988,
|
119 |
+
"learning_rate": 1.631310266591038e-05,
|
120 |
+
"loss": 4.6098,
|
121 |
+
"step": 6500
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 3.970504821327283,
|
125 |
+
"grad_norm": 11.397751808166504,
|
126 |
+
"learning_rate": 1.602949517867272e-05,
|
127 |
+
"loss": 4.583,
|
128 |
+
"step": 7000
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 4.0,
|
132 |
+
"eval_runtime": 39.4552,
|
133 |
+
"eval_samples_per_second": 4.968,
|
134 |
+
"eval_steps_per_second": 4.968,
|
135 |
+
"step": 7052
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 4.254112308564946,
|
139 |
+
"grad_norm": 6.588546276092529,
|
140 |
+
"learning_rate": 1.5745887691435057e-05,
|
141 |
+
"loss": 4.6439,
|
142 |
+
"step": 7500
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 4.537719795802609,
|
146 |
+
"grad_norm": 6.508044719696045,
|
147 |
+
"learning_rate": 1.546228020419739e-05,
|
148 |
+
"loss": 4.5772,
|
149 |
+
"step": 8000
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 4.821327283040272,
|
153 |
+
"grad_norm": 13.856376647949219,
|
154 |
+
"learning_rate": 1.5178672716959728e-05,
|
155 |
+
"loss": 4.5647,
|
156 |
+
"step": 8500
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 5.0,
|
160 |
+
"eval_runtime": 37.0746,
|
161 |
+
"eval_samples_per_second": 5.287,
|
162 |
+
"eval_steps_per_second": 5.287,
|
163 |
+
"step": 8815
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 5.104934770277936,
|
167 |
+
"grad_norm": 11.172317504882812,
|
168 |
+
"learning_rate": 1.4895065229722066e-05,
|
169 |
+
"loss": 4.6058,
|
170 |
+
"step": 9000
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 5.388542257515598,
|
174 |
+
"grad_norm": 9.843143463134766,
|
175 |
+
"learning_rate": 1.4611457742484402e-05,
|
176 |
+
"loss": 4.5818,
|
177 |
+
"step": 9500
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 5.672149744753262,
|
181 |
+
"grad_norm": 6.524191856384277,
|
182 |
+
"learning_rate": 1.432785025524674e-05,
|
183 |
+
"loss": 4.5783,
|
184 |
+
"step": 10000
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 5.955757231990924,
|
188 |
+
"grad_norm": 13.230880737304688,
|
189 |
+
"learning_rate": 1.4044242768009078e-05,
|
190 |
+
"loss": 4.527,
|
191 |
+
"step": 10500
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 6.0,
|
195 |
+
"eval_runtime": 39.9935,
|
196 |
+
"eval_samples_per_second": 4.901,
|
197 |
+
"eval_steps_per_second": 4.901,
|
198 |
+
"step": 10578
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 6.239364719228588,
|
202 |
+
"grad_norm": 10.95142936706543,
|
203 |
+
"learning_rate": 1.3760635280771412e-05,
|
204 |
+
"loss": 4.5873,
|
205 |
+
"step": 11000
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 6.5229722064662505,
|
209 |
+
"grad_norm": 7.862865924835205,
|
210 |
+
"learning_rate": 1.347702779353375e-05,
|
211 |
+
"loss": 4.5154,
|
212 |
+
"step": 11500
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 6.806579693703914,
|
216 |
+
"grad_norm": 7.10567045211792,
|
217 |
+
"learning_rate": 1.3193420306296087e-05,
|
218 |
+
"loss": 4.5425,
|
219 |
+
"step": 12000
|
220 |
+
}
|
221 |
+
],
|
222 |
+
"logging_steps": 500,
|
223 |
+
"max_steps": 35260,
|
224 |
+
"num_input_tokens_seen": 0,
|
225 |
+
"num_train_epochs": 20,
|
226 |
+
"save_steps": 500,
|
227 |
+
"stateful_callbacks": {
|
228 |
+
"TrainerControl": {
|
229 |
+
"args": {
|
230 |
+
"should_epoch_stop": false,
|
231 |
+
"should_evaluate": false,
|
232 |
+
"should_log": false,
|
233 |
+
"should_save": true,
|
234 |
+
"should_training_stop": false
|
235 |
+
},
|
236 |
+
"attributes": {}
|
237 |
+
}
|
238 |
+
},
|
239 |
+
"total_flos": 2.43730149801984e+17,
|
240 |
+
"train_batch_size": 1,
|
241 |
+
"trial_name": null,
|
242 |
+
"trial_params": null
|
243 |
+
}
|