Upload folder using huggingface_hub
Browse files- README.md +202 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +13 -0
- all_results.json +7 -0
- checkpoint-100/README.md +202 -0
- checkpoint-100/adapter_config.json +34 -0
- checkpoint-100/adapter_model.safetensors +3 -0
- checkpoint-100/added_tokens.json +13 -0
- checkpoint-100/optimizer.pt +3 -0
- checkpoint-100/rng_state.pth +3 -0
- checkpoint-100/scheduler.pt +3 -0
- checkpoint-100/special_tokens_map.json +24 -0
- checkpoint-100/tokenizer.json +0 -0
- checkpoint-100/tokenizer.model +3 -0
- checkpoint-100/tokenizer_config.json +130 -0
- checkpoint-100/trainer_state.json +349 -0
- checkpoint-100/training_args.bin +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +130 -0
- train_results.json +7 -0
- trainer_state.json +643 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: unsloth/Phi-3-mini-4k-instruct-bnb-4bit
|
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.11.1
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/Phi-3-mini-4k-instruct-bnb-4bit",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": "unsloth",
|
22 |
+
"target_modules": [
|
23 |
+
"gate_proj",
|
24 |
+
"down_proj",
|
25 |
+
"up_proj",
|
26 |
+
"k_proj",
|
27 |
+
"v_proj",
|
28 |
+
"o_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": true
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96f7761186ce9f4ca3f7708bd15ab4c53686f57f77e1f50af6c1df038088a04d
|
3 |
+
size 119597408
|
added_tokens.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|assistant|>": 32001,
|
3 |
+
"<|endoftext|>": 32000,
|
4 |
+
"<|end|>": 32007,
|
5 |
+
"<|placeholder1|>": 32002,
|
6 |
+
"<|placeholder2|>": 32003,
|
7 |
+
"<|placeholder3|>": 32004,
|
8 |
+
"<|placeholder4|>": 32005,
|
9 |
+
"<|placeholder5|>": 32008,
|
10 |
+
"<|placeholder6|>": 32009,
|
11 |
+
"<|system|>": 32006,
|
12 |
+
"<|user|>": 32010
|
13 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 0.7032270744593456,
|
4 |
+
"train_runtime": 3353.7827,
|
5 |
+
"train_samples_per_second": 0.943,
|
6 |
+
"train_steps_per_second": 0.059
|
7 |
+
}
|
checkpoint-100/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: unsloth/Phi-3-mini-4k-instruct-bnb-4bit
|
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.11.1
|
checkpoint-100/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/Phi-3-mini-4k-instruct-bnb-4bit",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": "unsloth",
|
22 |
+
"target_modules": [
|
23 |
+
"gate_proj",
|
24 |
+
"down_proj",
|
25 |
+
"up_proj",
|
26 |
+
"k_proj",
|
27 |
+
"v_proj",
|
28 |
+
"o_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": true
|
34 |
+
}
|
checkpoint-100/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47df72b2586dcbb6a3eb3ec0d79d41d99e8e052b716b948fcf5845e5d37b7935
|
3 |
+
size 239135488
|
checkpoint-100/added_tokens.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|assistant|>": 32001,
|
3 |
+
"<|endoftext|>": 32000,
|
4 |
+
"<|end|>": 32007,
|
5 |
+
"<|placeholder1|>": 32002,
|
6 |
+
"<|placeholder2|>": 32003,
|
7 |
+
"<|placeholder3|>": 32004,
|
8 |
+
"<|placeholder4|>": 32005,
|
9 |
+
"<|placeholder5|>": 32008,
|
10 |
+
"<|placeholder6|>": 32009,
|
11 |
+
"<|system|>": 32006,
|
12 |
+
"<|user|>": 32010
|
13 |
+
}
|
checkpoint-100/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2e16d65739aeeba809b3f811da3a367e1e8b1d5f1530a202b3980e0870e8429
|
3 |
+
size 120296276
|
checkpoint-100/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f9f1f3defe7d022b6fe26129c6021d1cffdc5913e9ce09542ec72062cd96625
|
3 |
+
size 14244
|
checkpoint-100/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59ee17e529c59c2cbfc96d2d16f83a4d9fc68a5d0d3c14fd406142978bb2f936
|
3 |
+
size 1064
|
checkpoint-100/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|endoftext|>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
checkpoint-100/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-100/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
checkpoint-100/tokenizer_config.json
ADDED
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": true,
|
26 |
+
"single_word": false,
|
27 |
+
"special": false
|
28 |
+
},
|
29 |
+
"32000": {
|
30 |
+
"content": "<|endoftext|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"32001": {
|
38 |
+
"content": "<|assistant|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": true,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"32002": {
|
46 |
+
"content": "<|placeholder1|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": true,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"32003": {
|
54 |
+
"content": "<|placeholder2|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": true,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"32004": {
|
62 |
+
"content": "<|placeholder3|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": true,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"32005": {
|
70 |
+
"content": "<|placeholder4|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": true,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"32006": {
|
78 |
+
"content": "<|system|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": true,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"32007": {
|
86 |
+
"content": "<|end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": true,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"32008": {
|
94 |
+
"content": "<|placeholder5|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": true,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"32009": {
|
102 |
+
"content": "<|placeholder6|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": true,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"32010": {
|
110 |
+
"content": "<|user|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": true,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
}
|
117 |
+
},
|
118 |
+
"bos_token": "<s>",
|
119 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
|
120 |
+
"clean_up_tokenization_spaces": false,
|
121 |
+
"eos_token": "<|endoftext|>",
|
122 |
+
"legacy": false,
|
123 |
+
"model_max_length": 4096,
|
124 |
+
"pad_token": "<|endoftext|>",
|
125 |
+
"padding_side": "right",
|
126 |
+
"sp_model_kwargs": {},
|
127 |
+
"tokenizer_class": "LlamaTokenizer",
|
128 |
+
"unk_token": "<unk>",
|
129 |
+
"use_default_system_prompt": false
|
130 |
+
}
|
checkpoint-100/trainer_state.json
ADDED
@@ -0,0 +1,349 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.7562676668167114,
|
3 |
+
"best_model_checkpoint": "./output/checkpoints/2024-05-27_09-00-27/checkpoint-100",
|
4 |
+
"epoch": 0.5050505050505051,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 100,
|
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.025252525252525252,
|
13 |
+
"grad_norm": 31.540218353271484,
|
14 |
+
"learning_rate": 6e-06,
|
15 |
+
"logits/chosen": 0.14386241137981415,
|
16 |
+
"logits/rejected": -0.5877799391746521,
|
17 |
+
"logps/chosen": -220.9837646484375,
|
18 |
+
"logps/rejected": -171.7880096435547,
|
19 |
+
"loss": 0.6932,
|
20 |
+
"rewards/accuracies": 0.11249999701976776,
|
21 |
+
"rewards/chosen": 0.004091186448931694,
|
22 |
+
"rewards/margins": -7.568336877739057e-05,
|
23 |
+
"rewards/rejected": 0.004166870377957821,
|
24 |
+
"step": 5
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.050505050505050504,
|
28 |
+
"grad_norm": 23.380859375,
|
29 |
+
"learning_rate": 1.6000000000000003e-05,
|
30 |
+
"logits/chosen": -0.10832454264163971,
|
31 |
+
"logits/rejected": -0.4757871627807617,
|
32 |
+
"logps/chosen": -196.83120727539062,
|
33 |
+
"logps/rejected": -171.42141723632812,
|
34 |
+
"loss": 0.6684,
|
35 |
+
"rewards/accuracies": 0.675000011920929,
|
36 |
+
"rewards/chosen": 0.33129221200942993,
|
37 |
+
"rewards/margins": 0.08790162205696106,
|
38 |
+
"rewards/rejected": 0.24339056015014648,
|
39 |
+
"step": 10
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.07575757575757576,
|
43 |
+
"grad_norm": 23.615068435668945,
|
44 |
+
"learning_rate": 2.6000000000000002e-05,
|
45 |
+
"logits/chosen": -0.2714936137199402,
|
46 |
+
"logits/rejected": -0.6976348161697388,
|
47 |
+
"logps/chosen": -209.19827270507812,
|
48 |
+
"logps/rejected": -173.0024871826172,
|
49 |
+
"loss": 0.6943,
|
50 |
+
"rewards/accuracies": 0.675000011920929,
|
51 |
+
"rewards/chosen": 1.1716283559799194,
|
52 |
+
"rewards/margins": 0.2701141834259033,
|
53 |
+
"rewards/rejected": 0.9015142321586609,
|
54 |
+
"step": 15
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.10101010101010101,
|
58 |
+
"grad_norm": 23.117158889770508,
|
59 |
+
"learning_rate": 3.6e-05,
|
60 |
+
"logits/chosen": -0.4857279658317566,
|
61 |
+
"logits/rejected": -0.9330118298530579,
|
62 |
+
"logps/chosen": -202.5274200439453,
|
63 |
+
"logps/rejected": -176.1457977294922,
|
64 |
+
"loss": 0.6632,
|
65 |
+
"rewards/accuracies": 0.675000011920929,
|
66 |
+
"rewards/chosen": 1.3160903453826904,
|
67 |
+
"rewards/margins": 0.552257239818573,
|
68 |
+
"rewards/rejected": 0.7638329863548279,
|
69 |
+
"step": 20
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.12626262626262627,
|
73 |
+
"grad_norm": 31.966520309448242,
|
74 |
+
"learning_rate": 3.997197144003557e-05,
|
75 |
+
"logits/chosen": 0.038466982543468475,
|
76 |
+
"logits/rejected": -0.503484845161438,
|
77 |
+
"logps/chosen": -225.3045196533203,
|
78 |
+
"logps/rejected": -201.3688201904297,
|
79 |
+
"loss": 0.6399,
|
80 |
+
"rewards/accuracies": 0.637499988079071,
|
81 |
+
"rewards/chosen": 0.8800640106201172,
|
82 |
+
"rewards/margins": 0.41275835037231445,
|
83 |
+
"rewards/rejected": 0.46730566024780273,
|
84 |
+
"step": 25
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.15151515151515152,
|
88 |
+
"grad_norm": 33.95348358154297,
|
89 |
+
"learning_rate": 3.980097021028909e-05,
|
90 |
+
"logits/chosen": -0.036555200815200806,
|
91 |
+
"logits/rejected": -0.4494614005088806,
|
92 |
+
"logps/chosen": -230.3584747314453,
|
93 |
+
"logps/rejected": -197.8057098388672,
|
94 |
+
"loss": 0.7822,
|
95 |
+
"rewards/accuracies": 0.6625000238418579,
|
96 |
+
"rewards/chosen": 0.15881267189979553,
|
97 |
+
"rewards/margins": 0.23805825412273407,
|
98 |
+
"rewards/rejected": -0.07924561202526093,
|
99 |
+
"step": 30
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.17676767676767677,
|
103 |
+
"grad_norm": 30.72279930114746,
|
104 |
+
"learning_rate": 3.947586836927601e-05,
|
105 |
+
"logits/chosen": -0.24093489348888397,
|
106 |
+
"logits/rejected": -0.8071072697639465,
|
107 |
+
"logps/chosen": -206.206787109375,
|
108 |
+
"logps/rejected": -173.3004608154297,
|
109 |
+
"loss": 0.6694,
|
110 |
+
"rewards/accuracies": 0.6499999761581421,
|
111 |
+
"rewards/chosen": 0.3433918356895447,
|
112 |
+
"rewards/margins": 0.5247436761856079,
|
113 |
+
"rewards/rejected": -0.18135181069374084,
|
114 |
+
"step": 35
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.20202020202020202,
|
118 |
+
"grad_norm": 29.44301986694336,
|
119 |
+
"learning_rate": 3.899919601485982e-05,
|
120 |
+
"logits/chosen": -0.5006700754165649,
|
121 |
+
"logits/rejected": -1.0141886472702026,
|
122 |
+
"logps/chosen": -211.9564666748047,
|
123 |
+
"logps/rejected": -185.8589630126953,
|
124 |
+
"loss": 0.6946,
|
125 |
+
"rewards/accuracies": 0.5874999761581421,
|
126 |
+
"rewards/chosen": 0.9416486620903015,
|
127 |
+
"rewards/margins": 0.5160013437271118,
|
128 |
+
"rewards/rejected": 0.4256472587585449,
|
129 |
+
"step": 40
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.22727272727272727,
|
133 |
+
"grad_norm": 21.33418083190918,
|
134 |
+
"learning_rate": 3.837466283906112e-05,
|
135 |
+
"logits/chosen": -0.37220650911331177,
|
136 |
+
"logits/rejected": -1.1134871244430542,
|
137 |
+
"logps/chosen": -203.7546844482422,
|
138 |
+
"logps/rejected": -160.15695190429688,
|
139 |
+
"loss": 0.7258,
|
140 |
+
"rewards/accuracies": 0.6499999761581421,
|
141 |
+
"rewards/chosen": 1.9558101892471313,
|
142 |
+
"rewards/margins": 0.6899305582046509,
|
143 |
+
"rewards/rejected": 1.2658796310424805,
|
144 |
+
"step": 45
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.25252525252525254,
|
148 |
+
"grad_norm": 29.768083572387695,
|
149 |
+
"learning_rate": 3.760712925746183e-05,
|
150 |
+
"logits/chosen": -0.40102189779281616,
|
151 |
+
"logits/rejected": -0.8553081750869751,
|
152 |
+
"logps/chosen": -213.06222534179688,
|
153 |
+
"logps/rejected": -184.9990997314453,
|
154 |
+
"loss": 0.7829,
|
155 |
+
"rewards/accuracies": 0.7124999761581421,
|
156 |
+
"rewards/chosen": 2.8542065620422363,
|
157 |
+
"rewards/margins": 1.1129443645477295,
|
158 |
+
"rewards/rejected": 1.7412618398666382,
|
159 |
+
"step": 50
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.2777777777777778,
|
163 |
+
"grad_norm": 21.650400161743164,
|
164 |
+
"learning_rate": 3.6702568583128715e-05,
|
165 |
+
"logits/chosen": -0.5856252908706665,
|
166 |
+
"logits/rejected": -1.2530784606933594,
|
167 |
+
"logps/chosen": -204.8536834716797,
|
168 |
+
"logps/rejected": -151.60122680664062,
|
169 |
+
"loss": 0.6457,
|
170 |
+
"rewards/accuracies": 0.6625000238418579,
|
171 |
+
"rewards/chosen": 1.6728694438934326,
|
172 |
+
"rewards/margins": 1.0119760036468506,
|
173 |
+
"rewards/rejected": 0.6608934998512268,
|
174 |
+
"step": 55
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 0.30303030303030304,
|
178 |
+
"grad_norm": 25.246517181396484,
|
179 |
+
"learning_rate": 3.566802053943705e-05,
|
180 |
+
"logits/chosen": -0.56941157579422,
|
181 |
+
"logits/rejected": -1.02021062374115,
|
182 |
+
"logps/chosen": -209.837158203125,
|
183 |
+
"logps/rejected": -172.53732299804688,
|
184 |
+
"loss": 0.763,
|
185 |
+
"rewards/accuracies": 0.6499999761581421,
|
186 |
+
"rewards/chosen": 1.4966418743133545,
|
187 |
+
"rewards/margins": 0.739094078540802,
|
188 |
+
"rewards/rejected": 0.7575478553771973,
|
189 |
+
"step": 60
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.3282828282828283,
|
193 |
+
"grad_norm": 17.691490173339844,
|
194 |
+
"learning_rate": 3.451153647357965e-05,
|
195 |
+
"logits/chosen": -0.05042291432619095,
|
196 |
+
"logits/rejected": -0.6024894118309021,
|
197 |
+
"logps/chosen": -234.263427734375,
|
198 |
+
"logps/rejected": -189.74607849121094,
|
199 |
+
"loss": 0.7844,
|
200 |
+
"rewards/accuracies": 0.5874999761581421,
|
201 |
+
"rewards/chosen": 1.7601999044418335,
|
202 |
+
"rewards/margins": 0.520693302154541,
|
203 |
+
"rewards/rejected": 1.2395066022872925,
|
204 |
+
"step": 65
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.35353535353535354,
|
208 |
+
"grad_norm": 26.0878849029541,
|
209 |
+
"learning_rate": 3.3242116697136015e-05,
|
210 |
+
"logits/chosen": -0.10399909317493439,
|
211 |
+
"logits/rejected": -0.5000227093696594,
|
212 |
+
"logps/chosen": -210.8389434814453,
|
213 |
+
"logps/rejected": -188.54824829101562,
|
214 |
+
"loss": 0.7101,
|
215 |
+
"rewards/accuracies": 0.675000011920929,
|
216 |
+
"rewards/chosen": 1.1393743753433228,
|
217 |
+
"rewards/margins": 0.3506864905357361,
|
218 |
+
"rewards/rejected": 0.7886878848075867,
|
219 |
+
"step": 70
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.3787878787878788,
|
223 |
+
"grad_norm": 24.767913818359375,
|
224 |
+
"learning_rate": 3.186964044134713e-05,
|
225 |
+
"logits/chosen": -0.6071327328681946,
|
226 |
+
"logits/rejected": -0.8622013926506042,
|
227 |
+
"logps/chosen": -188.81149291992188,
|
228 |
+
"logps/rejected": -173.66650390625,
|
229 |
+
"loss": 0.769,
|
230 |
+
"rewards/accuracies": 0.637499988079071,
|
231 |
+
"rewards/chosen": 0.9471501111984253,
|
232 |
+
"rewards/margins": 0.3631848394870758,
|
233 |
+
"rewards/rejected": 0.5839653611183167,
|
234 |
+
"step": 75
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.40404040404040403,
|
238 |
+
"grad_norm": 27.299219131469727,
|
239 |
+
"learning_rate": 3.0404788972217645e-05,
|
240 |
+
"logits/chosen": -0.47333812713623047,
|
241 |
+
"logits/rejected": -0.855948805809021,
|
242 |
+
"logps/chosen": -232.19448852539062,
|
243 |
+
"logps/rejected": -185.18539428710938,
|
244 |
+
"loss": 0.7493,
|
245 |
+
"rewards/accuracies": 0.612500011920929,
|
246 |
+
"rewards/chosen": 1.0035685300827026,
|
247 |
+
"rewards/margins": 0.4641413688659668,
|
248 |
+
"rewards/rejected": 0.5394272208213806,
|
249 |
+
"step": 80
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.4292929292929293,
|
253 |
+
"grad_norm": 11.157441139221191,
|
254 |
+
"learning_rate": 2.8858962463800163e-05,
|
255 |
+
"logits/chosen": -0.3463514745235443,
|
256 |
+
"logits/rejected": -1.0284178256988525,
|
257 |
+
"logps/chosen": -227.76937866210938,
|
258 |
+
"logps/rejected": -173.3926239013672,
|
259 |
+
"loss": 0.7012,
|
260 |
+
"rewards/accuracies": 0.7250000238418579,
|
261 |
+
"rewards/chosen": 1.2513014078140259,
|
262 |
+
"rewards/margins": 0.724143922328949,
|
263 |
+
"rewards/rejected": 0.5271574854850769,
|
264 |
+
"step": 85
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.45454545454545453,
|
268 |
+
"grad_norm": 21.36394500732422,
|
269 |
+
"learning_rate": 2.7244191276593653e-05,
|
270 |
+
"logits/chosen": -0.396036297082901,
|
271 |
+
"logits/rejected": -0.6990352272987366,
|
272 |
+
"logps/chosen": -198.6284942626953,
|
273 |
+
"logps/rejected": -180.7591094970703,
|
274 |
+
"loss": 0.7398,
|
275 |
+
"rewards/accuracies": 0.5625,
|
276 |
+
"rewards/chosen": 1.1550531387329102,
|
277 |
+
"rewards/margins": 0.42906150221824646,
|
278 |
+
"rewards/rejected": 0.7259916067123413,
|
279 |
+
"step": 90
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.4797979797979798,
|
283 |
+
"grad_norm": 21.15500831604004,
|
284 |
+
"learning_rate": 2.5573042331529846e-05,
|
285 |
+
"logits/chosen": -0.5320285558700562,
|
286 |
+
"logits/rejected": -0.9789053797721863,
|
287 |
+
"logps/chosen": -216.59359741210938,
|
288 |
+
"logps/rejected": -175.47976684570312,
|
289 |
+
"loss": 0.7284,
|
290 |
+
"rewards/accuracies": 0.637499988079071,
|
291 |
+
"rewards/chosen": 1.1451869010925293,
|
292 |
+
"rewards/margins": 0.508368968963623,
|
293 |
+
"rewards/rejected": 0.6368179321289062,
|
294 |
+
"step": 95
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 0.5050505050505051,
|
298 |
+
"grad_norm": 25.441944122314453,
|
299 |
+
"learning_rate": 2.385852130818994e-05,
|
300 |
+
"logits/chosen": -0.38838592171669006,
|
301 |
+
"logits/rejected": -0.7203149795532227,
|
302 |
+
"logps/chosen": -212.9621124267578,
|
303 |
+
"logps/rejected": -187.50942993164062,
|
304 |
+
"loss": 0.7677,
|
305 |
+
"rewards/accuracies": 0.612500011920929,
|
306 |
+
"rewards/chosen": 1.5237963199615479,
|
307 |
+
"rewards/margins": 0.5711702108383179,
|
308 |
+
"rewards/rejected": 0.95262610912323,
|
309 |
+
"step": 100
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.5050505050505051,
|
313 |
+
"eval_logits/chosen": 1.4398491382598877,
|
314 |
+
"eval_logits/rejected": 1.2089641094207764,
|
315 |
+
"eval_logps/chosen": -209.8059844970703,
|
316 |
+
"eval_logps/rejected": -178.4928741455078,
|
317 |
+
"eval_loss": 0.7562676668167114,
|
318 |
+
"eval_rewards/accuracies": 0.59375,
|
319 |
+
"eval_rewards/chosen": 1.1455074548721313,
|
320 |
+
"eval_rewards/margins": 0.41021832823753357,
|
321 |
+
"eval_rewards/rejected": 0.7352891564369202,
|
322 |
+
"eval_runtime": 274.7063,
|
323 |
+
"eval_samples_per_second": 2.33,
|
324 |
+
"eval_steps_per_second": 0.146,
|
325 |
+
"step": 100
|
326 |
+
}
|
327 |
+
],
|
328 |
+
"logging_steps": 5,
|
329 |
+
"max_steps": 198,
|
330 |
+
"num_input_tokens_seen": 0,
|
331 |
+
"num_train_epochs": 1,
|
332 |
+
"save_steps": 10,
|
333 |
+
"stateful_callbacks": {
|
334 |
+
"TrainerControl": {
|
335 |
+
"args": {
|
336 |
+
"should_epoch_stop": false,
|
337 |
+
"should_evaluate": false,
|
338 |
+
"should_log": false,
|
339 |
+
"should_save": true,
|
340 |
+
"should_training_stop": false
|
341 |
+
},
|
342 |
+
"attributes": {}
|
343 |
+
}
|
344 |
+
},
|
345 |
+
"total_flos": 0.0,
|
346 |
+
"train_batch_size": 16,
|
347 |
+
"trial_name": null,
|
348 |
+
"trial_params": null
|
349 |
+
}
|
checkpoint-100/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e8df987ab1a6815bd6946e06268269b8f689faea05ae14e140fda0e9c54e30d
|
3 |
+
size 5688
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|endoftext|>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
ADDED
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": true,
|
26 |
+
"single_word": false,
|
27 |
+
"special": false
|
28 |
+
},
|
29 |
+
"32000": {
|
30 |
+
"content": "<|endoftext|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"32001": {
|
38 |
+
"content": "<|assistant|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": true,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"32002": {
|
46 |
+
"content": "<|placeholder1|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": true,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"32003": {
|
54 |
+
"content": "<|placeholder2|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": true,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"32004": {
|
62 |
+
"content": "<|placeholder3|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": true,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"32005": {
|
70 |
+
"content": "<|placeholder4|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": true,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"32006": {
|
78 |
+
"content": "<|system|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": true,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"32007": {
|
86 |
+
"content": "<|end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": true,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"32008": {
|
94 |
+
"content": "<|placeholder5|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": true,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"32009": {
|
102 |
+
"content": "<|placeholder6|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": true,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"32010": {
|
110 |
+
"content": "<|user|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": true,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
}
|
117 |
+
},
|
118 |
+
"bos_token": "<s>",
|
119 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
|
120 |
+
"clean_up_tokenization_spaces": false,
|
121 |
+
"eos_token": "<|endoftext|>",
|
122 |
+
"legacy": false,
|
123 |
+
"model_max_length": 4096,
|
124 |
+
"pad_token": "<|endoftext|>",
|
125 |
+
"padding_side": "right",
|
126 |
+
"sp_model_kwargs": {},
|
127 |
+
"tokenizer_class": "LlamaTokenizer",
|
128 |
+
"unk_token": "<unk>",
|
129 |
+
"use_default_system_prompt": false
|
130 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 0.7032270744593456,
|
4 |
+
"train_runtime": 3353.7827,
|
5 |
+
"train_samples_per_second": 0.943,
|
6 |
+
"train_steps_per_second": 0.059
|
7 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,643 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.7562676668167114,
|
3 |
+
"best_model_checkpoint": "./output/checkpoints/2024-05-27_09-00-27/checkpoint-100",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 198,
|
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.025252525252525252,
|
13 |
+
"grad_norm": 31.540218353271484,
|
14 |
+
"learning_rate": 6e-06,
|
15 |
+
"logits/chosen": 0.14386241137981415,
|
16 |
+
"logits/rejected": -0.5877799391746521,
|
17 |
+
"logps/chosen": -220.9837646484375,
|
18 |
+
"logps/rejected": -171.7880096435547,
|
19 |
+
"loss": 0.6932,
|
20 |
+
"rewards/accuracies": 0.11249999701976776,
|
21 |
+
"rewards/chosen": 0.004091186448931694,
|
22 |
+
"rewards/margins": -7.568336877739057e-05,
|
23 |
+
"rewards/rejected": 0.004166870377957821,
|
24 |
+
"step": 5
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.050505050505050504,
|
28 |
+
"grad_norm": 23.380859375,
|
29 |
+
"learning_rate": 1.6000000000000003e-05,
|
30 |
+
"logits/chosen": -0.10832454264163971,
|
31 |
+
"logits/rejected": -0.4757871627807617,
|
32 |
+
"logps/chosen": -196.83120727539062,
|
33 |
+
"logps/rejected": -171.42141723632812,
|
34 |
+
"loss": 0.6684,
|
35 |
+
"rewards/accuracies": 0.675000011920929,
|
36 |
+
"rewards/chosen": 0.33129221200942993,
|
37 |
+
"rewards/margins": 0.08790162205696106,
|
38 |
+
"rewards/rejected": 0.24339056015014648,
|
39 |
+
"step": 10
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.07575757575757576,
|
43 |
+
"grad_norm": 23.615068435668945,
|
44 |
+
"learning_rate": 2.6000000000000002e-05,
|
45 |
+
"logits/chosen": -0.2714936137199402,
|
46 |
+
"logits/rejected": -0.6976348161697388,
|
47 |
+
"logps/chosen": -209.19827270507812,
|
48 |
+
"logps/rejected": -173.0024871826172,
|
49 |
+
"loss": 0.6943,
|
50 |
+
"rewards/accuracies": 0.675000011920929,
|
51 |
+
"rewards/chosen": 1.1716283559799194,
|
52 |
+
"rewards/margins": 0.2701141834259033,
|
53 |
+
"rewards/rejected": 0.9015142321586609,
|
54 |
+
"step": 15
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.10101010101010101,
|
58 |
+
"grad_norm": 23.117158889770508,
|
59 |
+
"learning_rate": 3.6e-05,
|
60 |
+
"logits/chosen": -0.4857279658317566,
|
61 |
+
"logits/rejected": -0.9330118298530579,
|
62 |
+
"logps/chosen": -202.5274200439453,
|
63 |
+
"logps/rejected": -176.1457977294922,
|
64 |
+
"loss": 0.6632,
|
65 |
+
"rewards/accuracies": 0.675000011920929,
|
66 |
+
"rewards/chosen": 1.3160903453826904,
|
67 |
+
"rewards/margins": 0.552257239818573,
|
68 |
+
"rewards/rejected": 0.7638329863548279,
|
69 |
+
"step": 20
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.12626262626262627,
|
73 |
+
"grad_norm": 31.966520309448242,
|
74 |
+
"learning_rate": 3.997197144003557e-05,
|
75 |
+
"logits/chosen": 0.038466982543468475,
|
76 |
+
"logits/rejected": -0.503484845161438,
|
77 |
+
"logps/chosen": -225.3045196533203,
|
78 |
+
"logps/rejected": -201.3688201904297,
|
79 |
+
"loss": 0.6399,
|
80 |
+
"rewards/accuracies": 0.637499988079071,
|
81 |
+
"rewards/chosen": 0.8800640106201172,
|
82 |
+
"rewards/margins": 0.41275835037231445,
|
83 |
+
"rewards/rejected": 0.46730566024780273,
|
84 |
+
"step": 25
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.15151515151515152,
|
88 |
+
"grad_norm": 33.95348358154297,
|
89 |
+
"learning_rate": 3.980097021028909e-05,
|
90 |
+
"logits/chosen": -0.036555200815200806,
|
91 |
+
"logits/rejected": -0.4494614005088806,
|
92 |
+
"logps/chosen": -230.3584747314453,
|
93 |
+
"logps/rejected": -197.8057098388672,
|
94 |
+
"loss": 0.7822,
|
95 |
+
"rewards/accuracies": 0.6625000238418579,
|
96 |
+
"rewards/chosen": 0.15881267189979553,
|
97 |
+
"rewards/margins": 0.23805825412273407,
|
98 |
+
"rewards/rejected": -0.07924561202526093,
|
99 |
+
"step": 30
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.17676767676767677,
|
103 |
+
"grad_norm": 30.72279930114746,
|
104 |
+
"learning_rate": 3.947586836927601e-05,
|
105 |
+
"logits/chosen": -0.24093489348888397,
|
106 |
+
"logits/rejected": -0.8071072697639465,
|
107 |
+
"logps/chosen": -206.206787109375,
|
108 |
+
"logps/rejected": -173.3004608154297,
|
109 |
+
"loss": 0.6694,
|
110 |
+
"rewards/accuracies": 0.6499999761581421,
|
111 |
+
"rewards/chosen": 0.3433918356895447,
|
112 |
+
"rewards/margins": 0.5247436761856079,
|
113 |
+
"rewards/rejected": -0.18135181069374084,
|
114 |
+
"step": 35
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.20202020202020202,
|
118 |
+
"grad_norm": 29.44301986694336,
|
119 |
+
"learning_rate": 3.899919601485982e-05,
|
120 |
+
"logits/chosen": -0.5006700754165649,
|
121 |
+
"logits/rejected": -1.0141886472702026,
|
122 |
+
"logps/chosen": -211.9564666748047,
|
123 |
+
"logps/rejected": -185.8589630126953,
|
124 |
+
"loss": 0.6946,
|
125 |
+
"rewards/accuracies": 0.5874999761581421,
|
126 |
+
"rewards/chosen": 0.9416486620903015,
|
127 |
+
"rewards/margins": 0.5160013437271118,
|
128 |
+
"rewards/rejected": 0.4256472587585449,
|
129 |
+
"step": 40
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.22727272727272727,
|
133 |
+
"grad_norm": 21.33418083190918,
|
134 |
+
"learning_rate": 3.837466283906112e-05,
|
135 |
+
"logits/chosen": -0.37220650911331177,
|
136 |
+
"logits/rejected": -1.1134871244430542,
|
137 |
+
"logps/chosen": -203.7546844482422,
|
138 |
+
"logps/rejected": -160.15695190429688,
|
139 |
+
"loss": 0.7258,
|
140 |
+
"rewards/accuracies": 0.6499999761581421,
|
141 |
+
"rewards/chosen": 1.9558101892471313,
|
142 |
+
"rewards/margins": 0.6899305582046509,
|
143 |
+
"rewards/rejected": 1.2658796310424805,
|
144 |
+
"step": 45
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.25252525252525254,
|
148 |
+
"grad_norm": 29.768083572387695,
|
149 |
+
"learning_rate": 3.760712925746183e-05,
|
150 |
+
"logits/chosen": -0.40102189779281616,
|
151 |
+
"logits/rejected": -0.8553081750869751,
|
152 |
+
"logps/chosen": -213.06222534179688,
|
153 |
+
"logps/rejected": -184.9990997314453,
|
154 |
+
"loss": 0.7829,
|
155 |
+
"rewards/accuracies": 0.7124999761581421,
|
156 |
+
"rewards/chosen": 2.8542065620422363,
|
157 |
+
"rewards/margins": 1.1129443645477295,
|
158 |
+
"rewards/rejected": 1.7412618398666382,
|
159 |
+
"step": 50
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.2777777777777778,
|
163 |
+
"grad_norm": 21.650400161743164,
|
164 |
+
"learning_rate": 3.6702568583128715e-05,
|
165 |
+
"logits/chosen": -0.5856252908706665,
|
166 |
+
"logits/rejected": -1.2530784606933594,
|
167 |
+
"logps/chosen": -204.8536834716797,
|
168 |
+
"logps/rejected": -151.60122680664062,
|
169 |
+
"loss": 0.6457,
|
170 |
+
"rewards/accuracies": 0.6625000238418579,
|
171 |
+
"rewards/chosen": 1.6728694438934326,
|
172 |
+
"rewards/margins": 1.0119760036468506,
|
173 |
+
"rewards/rejected": 0.6608934998512268,
|
174 |
+
"step": 55
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 0.30303030303030304,
|
178 |
+
"grad_norm": 25.246517181396484,
|
179 |
+
"learning_rate": 3.566802053943705e-05,
|
180 |
+
"logits/chosen": -0.56941157579422,
|
181 |
+
"logits/rejected": -1.02021062374115,
|
182 |
+
"logps/chosen": -209.837158203125,
|
183 |
+
"logps/rejected": -172.53732299804688,
|
184 |
+
"loss": 0.763,
|
185 |
+
"rewards/accuracies": 0.6499999761581421,
|
186 |
+
"rewards/chosen": 1.4966418743133545,
|
187 |
+
"rewards/margins": 0.739094078540802,
|
188 |
+
"rewards/rejected": 0.7575478553771973,
|
189 |
+
"step": 60
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.3282828282828283,
|
193 |
+
"grad_norm": 17.691490173339844,
|
194 |
+
"learning_rate": 3.451153647357965e-05,
|
195 |
+
"logits/chosen": -0.05042291432619095,
|
196 |
+
"logits/rejected": -0.6024894118309021,
|
197 |
+
"logps/chosen": -234.263427734375,
|
198 |
+
"logps/rejected": -189.74607849121094,
|
199 |
+
"loss": 0.7844,
|
200 |
+
"rewards/accuracies": 0.5874999761581421,
|
201 |
+
"rewards/chosen": 1.7601999044418335,
|
202 |
+
"rewards/margins": 0.520693302154541,
|
203 |
+
"rewards/rejected": 1.2395066022872925,
|
204 |
+
"step": 65
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.35353535353535354,
|
208 |
+
"grad_norm": 26.0878849029541,
|
209 |
+
"learning_rate": 3.3242116697136015e-05,
|
210 |
+
"logits/chosen": -0.10399909317493439,
|
211 |
+
"logits/rejected": -0.5000227093696594,
|
212 |
+
"logps/chosen": -210.8389434814453,
|
213 |
+
"logps/rejected": -188.54824829101562,
|
214 |
+
"loss": 0.7101,
|
215 |
+
"rewards/accuracies": 0.675000011920929,
|
216 |
+
"rewards/chosen": 1.1393743753433228,
|
217 |
+
"rewards/margins": 0.3506864905357361,
|
218 |
+
"rewards/rejected": 0.7886878848075867,
|
219 |
+
"step": 70
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.3787878787878788,
|
223 |
+
"grad_norm": 24.767913818359375,
|
224 |
+
"learning_rate": 3.186964044134713e-05,
|
225 |
+
"logits/chosen": -0.6071327328681946,
|
226 |
+
"logits/rejected": -0.8622013926506042,
|
227 |
+
"logps/chosen": -188.81149291992188,
|
228 |
+
"logps/rejected": -173.66650390625,
|
229 |
+
"loss": 0.769,
|
230 |
+
"rewards/accuracies": 0.637499988079071,
|
231 |
+
"rewards/chosen": 0.9471501111984253,
|
232 |
+
"rewards/margins": 0.3631848394870758,
|
233 |
+
"rewards/rejected": 0.5839653611183167,
|
234 |
+
"step": 75
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.40404040404040403,
|
238 |
+
"grad_norm": 27.299219131469727,
|
239 |
+
"learning_rate": 3.0404788972217645e-05,
|
240 |
+
"logits/chosen": -0.47333812713623047,
|
241 |
+
"logits/rejected": -0.855948805809021,
|
242 |
+
"logps/chosen": -232.19448852539062,
|
243 |
+
"logps/rejected": -185.18539428710938,
|
244 |
+
"loss": 0.7493,
|
245 |
+
"rewards/accuracies": 0.612500011920929,
|
246 |
+
"rewards/chosen": 1.0035685300827026,
|
247 |
+
"rewards/margins": 0.4641413688659668,
|
248 |
+
"rewards/rejected": 0.5394272208213806,
|
249 |
+
"step": 80
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.4292929292929293,
|
253 |
+
"grad_norm": 11.157441139221191,
|
254 |
+
"learning_rate": 2.8858962463800163e-05,
|
255 |
+
"logits/chosen": -0.3463514745235443,
|
256 |
+
"logits/rejected": -1.0284178256988525,
|
257 |
+
"logps/chosen": -227.76937866210938,
|
258 |
+
"logps/rejected": -173.3926239013672,
|
259 |
+
"loss": 0.7012,
|
260 |
+
"rewards/accuracies": 0.7250000238418579,
|
261 |
+
"rewards/chosen": 1.2513014078140259,
|
262 |
+
"rewards/margins": 0.724143922328949,
|
263 |
+
"rewards/rejected": 0.5271574854850769,
|
264 |
+
"step": 85
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.45454545454545453,
|
268 |
+
"grad_norm": 21.36394500732422,
|
269 |
+
"learning_rate": 2.7244191276593653e-05,
|
270 |
+
"logits/chosen": -0.396036297082901,
|
271 |
+
"logits/rejected": -0.6990352272987366,
|
272 |
+
"logps/chosen": -198.6284942626953,
|
273 |
+
"logps/rejected": -180.7591094970703,
|
274 |
+
"loss": 0.7398,
|
275 |
+
"rewards/accuracies": 0.5625,
|
276 |
+
"rewards/chosen": 1.1550531387329102,
|
277 |
+
"rewards/margins": 0.42906150221824646,
|
278 |
+
"rewards/rejected": 0.7259916067123413,
|
279 |
+
"step": 90
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.4797979797979798,
|
283 |
+
"grad_norm": 21.15500831604004,
|
284 |
+
"learning_rate": 2.5573042331529846e-05,
|
285 |
+
"logits/chosen": -0.5320285558700562,
|
286 |
+
"logits/rejected": -0.9789053797721863,
|
287 |
+
"logps/chosen": -216.59359741210938,
|
288 |
+
"logps/rejected": -175.47976684570312,
|
289 |
+
"loss": 0.7284,
|
290 |
+
"rewards/accuracies": 0.637499988079071,
|
291 |
+
"rewards/chosen": 1.1451869010925293,
|
292 |
+
"rewards/margins": 0.508368968963623,
|
293 |
+
"rewards/rejected": 0.6368179321289062,
|
294 |
+
"step": 95
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 0.5050505050505051,
|
298 |
+
"grad_norm": 25.441944122314453,
|
299 |
+
"learning_rate": 2.385852130818994e-05,
|
300 |
+
"logits/chosen": -0.38838592171669006,
|
301 |
+
"logits/rejected": -0.7203149795532227,
|
302 |
+
"logps/chosen": -212.9621124267578,
|
303 |
+
"logps/rejected": -187.50942993164062,
|
304 |
+
"loss": 0.7677,
|
305 |
+
"rewards/accuracies": 0.612500011920929,
|
306 |
+
"rewards/chosen": 1.5237963199615479,
|
307 |
+
"rewards/margins": 0.5711702108383179,
|
308 |
+
"rewards/rejected": 0.95262610912323,
|
309 |
+
"step": 100
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.5050505050505051,
|
313 |
+
"eval_logits/chosen": 1.4398491382598877,
|
314 |
+
"eval_logits/rejected": 1.2089641094207764,
|
315 |
+
"eval_logps/chosen": -209.8059844970703,
|
316 |
+
"eval_logps/rejected": -178.4928741455078,
|
317 |
+
"eval_loss": 0.7562676668167114,
|
318 |
+
"eval_rewards/accuracies": 0.59375,
|
319 |
+
"eval_rewards/chosen": 1.1455074548721313,
|
320 |
+
"eval_rewards/margins": 0.41021832823753357,
|
321 |
+
"eval_rewards/rejected": 0.7352891564369202,
|
322 |
+
"eval_runtime": 274.7063,
|
323 |
+
"eval_samples_per_second": 2.33,
|
324 |
+
"eval_steps_per_second": 0.146,
|
325 |
+
"step": 100
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.5303030303030303,
|
329 |
+
"grad_norm": 18.52869415283203,
|
330 |
+
"learning_rate": 2.2113971428391862e-05,
|
331 |
+
"logits/chosen": -0.5178086757659912,
|
332 |
+
"logits/rejected": -1.0226086378097534,
|
333 |
+
"logps/chosen": -208.1871795654297,
|
334 |
+
"logps/rejected": -171.2388458251953,
|
335 |
+
"loss": 0.7824,
|
336 |
+
"rewards/accuracies": 0.6000000238418579,
|
337 |
+
"rewards/chosen": 0.9819921255111694,
|
338 |
+
"rewards/margins": 0.44732803106307983,
|
339 |
+
"rewards/rejected": 0.5346641540527344,
|
340 |
+
"step": 105
|
341 |
+
},
|
342 |
+
{
|
343 |
+
"epoch": 0.5555555555555556,
|
344 |
+
"grad_norm": 18.219402313232422,
|
345 |
+
"learning_rate": 2.0352969612862576e-05,
|
346 |
+
"logits/chosen": -0.5200484395027161,
|
347 |
+
"logits/rejected": -0.8673607707023621,
|
348 |
+
"logps/chosen": -207.2660369873047,
|
349 |
+
"logps/rejected": -179.528564453125,
|
350 |
+
"loss": 0.6481,
|
351 |
+
"rewards/accuracies": 0.637499988079071,
|
352 |
+
"rewards/chosen": 0.8134071230888367,
|
353 |
+
"rewards/margins": 0.5864471197128296,
|
354 |
+
"rewards/rejected": 0.2269599884748459,
|
355 |
+
"step": 110
|
356 |
+
},
|
357 |
+
{
|
358 |
+
"epoch": 0.5808080808080808,
|
359 |
+
"grad_norm": 22.682283401489258,
|
360 |
+
"learning_rate": 1.858922081915378e-05,
|
361 |
+
"logits/chosen": -0.3367950916290283,
|
362 |
+
"logits/rejected": -0.7870457768440247,
|
363 |
+
"logps/chosen": -187.28225708007812,
|
364 |
+
"logps/rejected": -167.66563415527344,
|
365 |
+
"loss": 0.6859,
|
366 |
+
"rewards/accuracies": 0.6625000238418579,
|
367 |
+
"rewards/chosen": 1.0122456550598145,
|
368 |
+
"rewards/margins": 0.42765671014785767,
|
369 |
+
"rewards/rejected": 0.5845889449119568,
|
370 |
+
"step": 115
|
371 |
+
},
|
372 |
+
{
|
373 |
+
"epoch": 0.6060606060606061,
|
374 |
+
"grad_norm": 21.8991756439209,
|
375 |
+
"learning_rate": 1.6836451383113923e-05,
|
376 |
+
"logits/chosen": -0.6206024885177612,
|
377 |
+
"logits/rejected": -1.1339770555496216,
|
378 |
+
"logps/chosen": -216.4201202392578,
|
379 |
+
"logps/rejected": -181.8843536376953,
|
380 |
+
"loss": 0.7218,
|
381 |
+
"rewards/accuracies": 0.6875,
|
382 |
+
"rewards/chosen": 1.1707611083984375,
|
383 |
+
"rewards/margins": 0.4338921010494232,
|
384 |
+
"rewards/rejected": 0.7368690371513367,
|
385 |
+
"step": 120
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"epoch": 0.6313131313131313,
|
389 |
+
"grad_norm": 26.37303352355957,
|
390 |
+
"learning_rate": 1.5108302193984004e-05,
|
391 |
+
"logits/chosen": -0.3522421717643738,
|
392 |
+
"logits/rejected": -1.013496994972229,
|
393 |
+
"logps/chosen": -231.60025024414062,
|
394 |
+
"logps/rejected": -174.62521362304688,
|
395 |
+
"loss": 0.631,
|
396 |
+
"rewards/accuracies": 0.6499999761581421,
|
397 |
+
"rewards/chosen": 1.5266729593276978,
|
398 |
+
"rewards/margins": 0.6238378286361694,
|
399 |
+
"rewards/rejected": 0.9028350710868835,
|
400 |
+
"step": 125
|
401 |
+
},
|
402 |
+
{
|
403 |
+
"epoch": 0.6565656565656566,
|
404 |
+
"grad_norm": 19.788497924804688,
|
405 |
+
"learning_rate": 1.3752556459724117e-05,
|
406 |
+
"logits/chosen": -0.44988712668418884,
|
407 |
+
"logits/rejected": -0.899565577507019,
|
408 |
+
"logps/chosen": -206.1852264404297,
|
409 |
+
"logps/rejected": -188.783447265625,
|
410 |
+
"loss": 0.685,
|
411 |
+
"rewards/accuracies": 0.7124999761581421,
|
412 |
+
"rewards/chosen": 1.4883193969726562,
|
413 |
+
"rewards/margins": 0.6105667352676392,
|
414 |
+
"rewards/rejected": 0.8777526021003723,
|
415 |
+
"step": 130
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.6818181818181818,
|
419 |
+
"grad_norm": 17.837421417236328,
|
420 |
+
"learning_rate": 1.2102420272588178e-05,
|
421 |
+
"logits/chosen": -0.269491583108902,
|
422 |
+
"logits/rejected": -0.7996856570243835,
|
423 |
+
"logps/chosen": -219.24240112304688,
|
424 |
+
"logps/rejected": -178.4714813232422,
|
425 |
+
"loss": 0.6356,
|
426 |
+
"rewards/accuracies": 0.6875,
|
427 |
+
"rewards/chosen": 1.4494140148162842,
|
428 |
+
"rewards/margins": 0.8258872032165527,
|
429 |
+
"rewards/rejected": 0.6235266923904419,
|
430 |
+
"step": 135
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.7070707070707071,
|
434 |
+
"grad_norm": 30.42537498474121,
|
435 |
+
"learning_rate": 1.0513746824428951e-05,
|
436 |
+
"logits/chosen": -0.6660299897193909,
|
437 |
+
"logits/rejected": -1.161827564239502,
|
438 |
+
"logps/chosen": -225.38668823242188,
|
439 |
+
"logps/rejected": -188.2053985595703,
|
440 |
+
"loss": 0.7771,
|
441 |
+
"rewards/accuracies": 0.574999988079071,
|
442 |
+
"rewards/chosen": 0.9760153889656067,
|
443 |
+
"rewards/margins": 0.37082913517951965,
|
444 |
+
"rewards/rejected": 0.6051862239837646,
|
445 |
+
"step": 140
|
446 |
+
},
|
447 |
+
{
|
448 |
+
"epoch": 0.7323232323232324,
|
449 |
+
"grad_norm": 21.641803741455078,
|
450 |
+
"learning_rate": 8.998899931103173e-06,
|
451 |
+
"logits/chosen": -0.6154942512512207,
|
452 |
+
"logits/rejected": -1.150761365890503,
|
453 |
+
"logps/chosen": -205.3412628173828,
|
454 |
+
"logps/rejected": -176.29917907714844,
|
455 |
+
"loss": 0.6959,
|
456 |
+
"rewards/accuracies": 0.612500011920929,
|
457 |
+
"rewards/chosen": 0.9418373107910156,
|
458 |
+
"rewards/margins": 0.5389925241470337,
|
459 |
+
"rewards/rejected": 0.40284472703933716,
|
460 |
+
"step": 145
|
461 |
+
},
|
462 |
+
{
|
463 |
+
"epoch": 0.7575757575757576,
|
464 |
+
"grad_norm": 17.89181137084961,
|
465 |
+
"learning_rate": 7.569668854942815e-06,
|
466 |
+
"logits/chosen": -0.2999069094657898,
|
467 |
+
"logits/rejected": -0.8618285059928894,
|
468 |
+
"logps/chosen": -208.3065948486328,
|
469 |
+
"logps/rejected": -163.25619506835938,
|
470 |
+
"loss": 0.6386,
|
471 |
+
"rewards/accuracies": 0.6875,
|
472 |
+
"rewards/chosen": 0.9588847160339355,
|
473 |
+
"rewards/margins": 0.6155614256858826,
|
474 |
+
"rewards/rejected": 0.343323290348053,
|
475 |
+
"step": 150
|
476 |
+
},
|
477 |
+
{
|
478 |
+
"epoch": 0.7828282828282829,
|
479 |
+
"grad_norm": 20.726341247558594,
|
480 |
+
"learning_rate": 6.237176555082625e-06,
|
481 |
+
"logits/chosen": -0.09209189563989639,
|
482 |
+
"logits/rejected": -0.40321072936058044,
|
483 |
+
"logps/chosen": -221.6671905517578,
|
484 |
+
"logps/rejected": -206.04989624023438,
|
485 |
+
"loss": 0.7131,
|
486 |
+
"rewards/accuracies": 0.625,
|
487 |
+
"rewards/chosen": 0.885414719581604,
|
488 |
+
"rewards/margins": 0.5608201622962952,
|
489 |
+
"rewards/rejected": 0.32459449768066406,
|
490 |
+
"step": 155
|
491 |
+
},
|
492 |
+
{
|
493 |
+
"epoch": 0.8080808080808081,
|
494 |
+
"grad_norm": 16.55711555480957,
|
495 |
+
"learning_rate": 5.0117931232775e-06,
|
496 |
+
"logits/chosen": -0.19318969547748566,
|
497 |
+
"logits/rejected": -0.7406075596809387,
|
498 |
+
"logps/chosen": -207.5948944091797,
|
499 |
+
"logps/rejected": -176.14010620117188,
|
500 |
+
"loss": 0.6493,
|
501 |
+
"rewards/accuracies": 0.675000011920929,
|
502 |
+
"rewards/chosen": 0.8107932209968567,
|
503 |
+
"rewards/margins": 0.5306531190872192,
|
504 |
+
"rewards/rejected": 0.28014007210731506,
|
505 |
+
"step": 160
|
506 |
+
},
|
507 |
+
{
|
508 |
+
"epoch": 0.8333333333333334,
|
509 |
+
"grad_norm": 17.550378799438477,
|
510 |
+
"learning_rate": 3.903055078893489e-06,
|
511 |
+
"logits/chosen": -0.05737120658159256,
|
512 |
+
"logits/rejected": -0.6579563617706299,
|
513 |
+
"logps/chosen": -220.5160675048828,
|
514 |
+
"logps/rejected": -174.6505584716797,
|
515 |
+
"loss": 0.7329,
|
516 |
+
"rewards/accuracies": 0.625,
|
517 |
+
"rewards/chosen": 0.9277563095092773,
|
518 |
+
"rewards/margins": 0.7453610301017761,
|
519 |
+
"rewards/rejected": 0.18239526450634003,
|
520 |
+
"step": 165
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.8585858585858586,
|
524 |
+
"grad_norm": 33.4338493347168,
|
525 |
+
"learning_rate": 2.919591151157475e-06,
|
526 |
+
"logits/chosen": -0.6612521409988403,
|
527 |
+
"logits/rejected": -1.0171642303466797,
|
528 |
+
"logps/chosen": -191.87083435058594,
|
529 |
+
"logps/rejected": -168.1193084716797,
|
530 |
+
"loss": 0.7216,
|
531 |
+
"rewards/accuracies": 0.637499988079071,
|
532 |
+
"rewards/chosen": 0.65160071849823,
|
533 |
+
"rewards/margins": 0.4179254472255707,
|
534 |
+
"rewards/rejected": 0.2336752861738205,
|
535 |
+
"step": 170
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.8838383838383839,
|
539 |
+
"grad_norm": 18.22390365600586,
|
540 |
+
"learning_rate": 2.069055126263433e-06,
|
541 |
+
"logits/chosen": -0.7078531384468079,
|
542 |
+
"logits/rejected": -0.9975414276123047,
|
543 |
+
"logps/chosen": -177.2061004638672,
|
544 |
+
"logps/rejected": -164.01715087890625,
|
545 |
+
"loss": 0.7113,
|
546 |
+
"rewards/accuracies": 0.6000000238418579,
|
547 |
+
"rewards/chosen": 0.7737497091293335,
|
548 |
+
"rewards/margins": 0.5676254034042358,
|
549 |
+
"rewards/rejected": 0.20612427592277527,
|
550 |
+
"step": 175
|
551 |
+
},
|
552 |
+
{
|
553 |
+
"epoch": 0.9090909090909091,
|
554 |
+
"grad_norm": 17.45758056640625,
|
555 |
+
"learning_rate": 1.3580662819512093e-06,
|
556 |
+
"logits/chosen": -0.49047690629959106,
|
557 |
+
"logits/rejected": -0.9685350656509399,
|
558 |
+
"logps/chosen": -211.9286346435547,
|
559 |
+
"logps/rejected": -177.24661254882812,
|
560 |
+
"loss": 0.6725,
|
561 |
+
"rewards/accuracies": 0.625,
|
562 |
+
"rewards/chosen": 0.8009859323501587,
|
563 |
+
"rewards/margins": 0.5601747632026672,
|
564 |
+
"rewards/rejected": 0.24081113934516907,
|
565 |
+
"step": 180
|
566 |
+
},
|
567 |
+
{
|
568 |
+
"epoch": 0.9343434343434344,
|
569 |
+
"grad_norm": 24.04217529296875,
|
570 |
+
"learning_rate": 7.92157873124415e-07,
|
571 |
+
"logits/chosen": -0.42594170570373535,
|
572 |
+
"logits/rejected": -1.1140912771224976,
|
573 |
+
"logps/chosen": -225.57559204101562,
|
574 |
+
"logps/rejected": -178.7427520751953,
|
575 |
+
"loss": 0.645,
|
576 |
+
"rewards/accuracies": 0.699999988079071,
|
577 |
+
"rewards/chosen": 1.0804827213287354,
|
578 |
+
"rewards/margins": 0.6804853081703186,
|
579 |
+
"rewards/rejected": 0.39999738335609436,
|
580 |
+
"step": 185
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 0.9595959595959596,
|
584 |
+
"grad_norm": 30.535690307617188,
|
585 |
+
"learning_rate": 3.757340694169109e-07,
|
586 |
+
"logits/chosen": -0.4965648651123047,
|
587 |
+
"logits/rejected": -0.7092806696891785,
|
588 |
+
"logps/chosen": -183.77874755859375,
|
589 |
+
"logps/rejected": -176.67739868164062,
|
590 |
+
"loss": 0.7775,
|
591 |
+
"rewards/accuracies": 0.574999988079071,
|
592 |
+
"rewards/chosen": 0.7033542394638062,
|
593 |
+
"rewards/margins": 0.2690446078777313,
|
594 |
+
"rewards/rejected": 0.4343096613883972,
|
595 |
+
"step": 190
|
596 |
+
},
|
597 |
+
{
|
598 |
+
"epoch": 0.9848484848484849,
|
599 |
+
"grad_norm": 17.108673095703125,
|
600 |
+
"learning_rate": 1.1203567984036101e-07,
|
601 |
+
"logits/chosen": -0.38576817512512207,
|
602 |
+
"logits/rejected": -1.0843629837036133,
|
603 |
+
"logps/chosen": -222.65896606445312,
|
604 |
+
"logps/rejected": -185.77786254882812,
|
605 |
+
"loss": 0.5822,
|
606 |
+
"rewards/accuracies": 0.7875000238418579,
|
607 |
+
"rewards/chosen": 0.9926906824111938,
|
608 |
+
"rewards/margins": 0.9567824602127075,
|
609 |
+
"rewards/rejected": 0.03590827062726021,
|
610 |
+
"step": 195
|
611 |
+
},
|
612 |
+
{
|
613 |
+
"epoch": 1.0,
|
614 |
+
"step": 198,
|
615 |
+
"total_flos": 0.0,
|
616 |
+
"train_loss": 0.7032270744593456,
|
617 |
+
"train_runtime": 3353.7827,
|
618 |
+
"train_samples_per_second": 0.943,
|
619 |
+
"train_steps_per_second": 0.059
|
620 |
+
}
|
621 |
+
],
|
622 |
+
"logging_steps": 5,
|
623 |
+
"max_steps": 198,
|
624 |
+
"num_input_tokens_seen": 0,
|
625 |
+
"num_train_epochs": 1,
|
626 |
+
"save_steps": 10,
|
627 |
+
"stateful_callbacks": {
|
628 |
+
"TrainerControl": {
|
629 |
+
"args": {
|
630 |
+
"should_epoch_stop": false,
|
631 |
+
"should_evaluate": false,
|
632 |
+
"should_log": false,
|
633 |
+
"should_save": true,
|
634 |
+
"should_training_stop": false
|
635 |
+
},
|
636 |
+
"attributes": {}
|
637 |
+
}
|
638 |
+
},
|
639 |
+
"total_flos": 0.0,
|
640 |
+
"train_batch_size": 16,
|
641 |
+
"trial_name": null,
|
642 |
+
"trial_params": null
|
643 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e8df987ab1a6815bd6946e06268269b8f689faea05ae14e140fda0e9c54e30d
|
3 |
+
size 5688
|