Training in progress, step 180, checkpoint
Browse files- checkpoint-180/README.md +202 -0
- checkpoint-180/adapter_config.json +29 -0
- checkpoint-180/adapter_model.safetensors +3 -0
- checkpoint-180/optimizer.pt +3 -0
- checkpoint-180/rng_state_0.pth +3 -0
- checkpoint-180/rng_state_1.pth +3 -0
- checkpoint-180/scheduler.pt +3 -0
- checkpoint-180/special_tokens_map.json +24 -0
- checkpoint-180/tokenizer.json +0 -0
- checkpoint-180/tokenizer.model +3 -0
- checkpoint-180/tokenizer_config.json +49 -0
- checkpoint-180/trainer_state.json +387 -0
- checkpoint-180/training_args.bin +3 -0
checkpoint-180/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: Weni/WeniGPT-Agents-Mistral-1.0.6-SFT-merged
|
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.10.0
|
checkpoint-180/adapter_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Weni/WeniGPT-Agents-Mistral-1.0.6-SFT-merged",
|
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.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"q_proj"
|
25 |
+
],
|
26 |
+
"task_type": "CAUSAL_LM",
|
27 |
+
"use_dora": false,
|
28 |
+
"use_rslora": false
|
29 |
+
}
|
checkpoint-180/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2bd4139b3051861c2a1bc72467085dfcd787e99bc1e34705d133263514e98dd
|
3 |
+
size 13648432
|
checkpoint-180/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:617069dbb147c2caab01cf2c2c76491cc22174be372633ab118552b80982745a
|
3 |
+
size 27370618
|
checkpoint-180/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91bd7f619e4cd37883f469c08e90105c4d218fd82ffc43ae58fa9fdbcc37fce5
|
3 |
+
size 14512
|
checkpoint-180/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b0a7593f9ab52bf47328c6d50954dce1fcd69866aa6f5f35851aef7f7af3899
|
3 |
+
size 14512
|
checkpoint-180/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6c89e2b8e91208c9c5739a20aa5ea980d7980da9d42da64acf407a941483641
|
3 |
+
size 1064
|
checkpoint-180/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<unk>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
checkpoint-180/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-180/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
checkpoint-180/tokenizer_config.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"additional_special_tokens": [],
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'user' %}{{ bos_token + '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'system' %}{{ '<<SYS>>\\n' + message['content'] + '\\n<</SYS>>\\n\\n' }}{% elif message['role'] == 'assistant' %}{{ ' ' + message['content'] + ' ' + eos_token }}{% endif %}{% endfor %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"max_lenght": 8192,
|
37 |
+
"max_length": 8192,
|
38 |
+
"model_max_length": 1000000000000000019884624838656,
|
39 |
+
"pad_token": "<unk>",
|
40 |
+
"padding": true,
|
41 |
+
"sp_model_kwargs": {},
|
42 |
+
"spaces_between_special_tokens": false,
|
43 |
+
"stride": 0,
|
44 |
+
"tokenizer_class": "LlamaTokenizer",
|
45 |
+
"truncation_side": "right",
|
46 |
+
"truncation_strategy": "longest_first",
|
47 |
+
"unk_token": "<unk>",
|
48 |
+
"use_default_system_prompt": false
|
49 |
+
}
|
checkpoint-180/trainer_state.json
ADDED
@@ -0,0 +1,387 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.3402670919895172,
|
3 |
+
"best_model_checkpoint": "./mistral/21-04-24-Weni-WeniGPT-Agents-Mistral-1.0.6-SFT-1.0.11-DPO_Experiment on DPO with other hyperparameters and best SFT model of WeniGPT-2_max_steps-366_batch_4_2024-04-21_ppid_9/checkpoint-180",
|
4 |
+
"epoch": 2.926829268292683,
|
5 |
+
"eval_steps": 30,
|
6 |
+
"global_step": 180,
|
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.16260162601626016,
|
13 |
+
"grad_norm": 11.074726104736328,
|
14 |
+
"learning_rate": 3.6363636363636366e-06,
|
15 |
+
"logits/chosen": -1.7639459371566772,
|
16 |
+
"logits/rejected": -1.8396574258804321,
|
17 |
+
"logps/chosen": -186.35623168945312,
|
18 |
+
"logps/rejected": -242.7454376220703,
|
19 |
+
"loss": 0.6923,
|
20 |
+
"rewards/accuracies": 0.550000011920929,
|
21 |
+
"rewards/chosen": 0.0025298120453953743,
|
22 |
+
"rewards/margins": 0.002917728153988719,
|
23 |
+
"rewards/rejected": -0.000387916574254632,
|
24 |
+
"step": 10
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.3252032520325203,
|
28 |
+
"grad_norm": 13.123202323913574,
|
29 |
+
"learning_rate": 4.9154929577464795e-06,
|
30 |
+
"logits/chosen": -1.8020210266113281,
|
31 |
+
"logits/rejected": -1.827330231666565,
|
32 |
+
"logps/chosen": -179.5525665283203,
|
33 |
+
"logps/rejected": -159.48426818847656,
|
34 |
+
"loss": 0.6821,
|
35 |
+
"rewards/accuracies": 1.0,
|
36 |
+
"rewards/chosen": 0.0269151721149683,
|
37 |
+
"rewards/margins": 0.020867865532636642,
|
38 |
+
"rewards/rejected": 0.00604730611667037,
|
39 |
+
"step": 20
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.4878048780487805,
|
43 |
+
"grad_norm": 14.401883125305176,
|
44 |
+
"learning_rate": 4.774647887323944e-06,
|
45 |
+
"logits/chosen": -1.7544463872909546,
|
46 |
+
"logits/rejected": -1.8119304180145264,
|
47 |
+
"logps/chosen": -131.93418884277344,
|
48 |
+
"logps/rejected": -186.62869262695312,
|
49 |
+
"loss": 0.6531,
|
50 |
+
"rewards/accuracies": 0.949999988079071,
|
51 |
+
"rewards/chosen": 0.0737195536494255,
|
52 |
+
"rewards/margins": 0.08270301669836044,
|
53 |
+
"rewards/rejected": -0.008983459323644638,
|
54 |
+
"step": 30
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.4878048780487805,
|
58 |
+
"eval_logits/chosen": -1.7289739847183228,
|
59 |
+
"eval_logits/rejected": -1.7717361450195312,
|
60 |
+
"eval_logps/chosen": -135.4998321533203,
|
61 |
+
"eval_logps/rejected": -185.3151397705078,
|
62 |
+
"eval_loss": 0.6393889784812927,
|
63 |
+
"eval_rewards/accuracies": 0.7857142686843872,
|
64 |
+
"eval_rewards/chosen": 0.12710317969322205,
|
65 |
+
"eval_rewards/margins": 0.1346290558576584,
|
66 |
+
"eval_rewards/rejected": -0.007525864988565445,
|
67 |
+
"eval_runtime": 17.3728,
|
68 |
+
"eval_samples_per_second": 1.612,
|
69 |
+
"eval_steps_per_second": 0.806,
|
70 |
+
"step": 30
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"epoch": 0.6504065040650406,
|
74 |
+
"grad_norm": 15.026944160461426,
|
75 |
+
"learning_rate": 4.647887323943662e-06,
|
76 |
+
"logits/chosen": -1.8521251678466797,
|
77 |
+
"logits/rejected": -1.9095609188079834,
|
78 |
+
"logps/chosen": -167.38348388671875,
|
79 |
+
"logps/rejected": -215.0012969970703,
|
80 |
+
"loss": 0.6343,
|
81 |
+
"rewards/accuracies": 0.800000011920929,
|
82 |
+
"rewards/chosen": 0.11476834118366241,
|
83 |
+
"rewards/margins": 0.10640791803598404,
|
84 |
+
"rewards/rejected": 0.008360415697097778,
|
85 |
+
"step": 40
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"epoch": 0.8130081300813008,
|
89 |
+
"grad_norm": 15.622106552124023,
|
90 |
+
"learning_rate": 4.507042253521127e-06,
|
91 |
+
"logits/chosen": -1.7336807250976562,
|
92 |
+
"logits/rejected": -1.7874727249145508,
|
93 |
+
"logps/chosen": -151.20423889160156,
|
94 |
+
"logps/rejected": -212.6553192138672,
|
95 |
+
"loss": 0.5966,
|
96 |
+
"rewards/accuracies": 0.949999988079071,
|
97 |
+
"rewards/chosen": 0.16852515935897827,
|
98 |
+
"rewards/margins": 0.19663922488689423,
|
99 |
+
"rewards/rejected": -0.0281140748411417,
|
100 |
+
"step": 50
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.975609756097561,
|
104 |
+
"grad_norm": 15.992025375366211,
|
105 |
+
"learning_rate": 4.3661971830985915e-06,
|
106 |
+
"logits/chosen": -1.8077377080917358,
|
107 |
+
"logits/rejected": -1.8177680969238281,
|
108 |
+
"logps/chosen": -166.0524139404297,
|
109 |
+
"logps/rejected": -166.77749633789062,
|
110 |
+
"loss": 0.5732,
|
111 |
+
"rewards/accuracies": 0.8999999761581421,
|
112 |
+
"rewards/chosen": 0.28099626302719116,
|
113 |
+
"rewards/margins": 0.25574439764022827,
|
114 |
+
"rewards/rejected": 0.0252518467605114,
|
115 |
+
"step": 60
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.975609756097561,
|
119 |
+
"eval_logits/chosen": -1.734244465827942,
|
120 |
+
"eval_logits/rejected": -1.7778174877166748,
|
121 |
+
"eval_logps/chosen": -133.12557983398438,
|
122 |
+
"eval_logps/rejected": -185.54177856445312,
|
123 |
+
"eval_loss": 0.5475863218307495,
|
124 |
+
"eval_rewards/accuracies": 0.7857142686843872,
|
125 |
+
"eval_rewards/chosen": 0.36452820897102356,
|
126 |
+
"eval_rewards/margins": 0.39471906423568726,
|
127 |
+
"eval_rewards/rejected": -0.030190791934728622,
|
128 |
+
"eval_runtime": 17.4075,
|
129 |
+
"eval_samples_per_second": 1.609,
|
130 |
+
"eval_steps_per_second": 0.804,
|
131 |
+
"step": 60
|
132 |
+
},
|
133 |
+
{
|
134 |
+
"epoch": 1.1382113821138211,
|
135 |
+
"grad_norm": 13.867135047912598,
|
136 |
+
"learning_rate": 4.225352112676057e-06,
|
137 |
+
"logits/chosen": -1.8027187585830688,
|
138 |
+
"logits/rejected": -1.882067084312439,
|
139 |
+
"logps/chosen": -174.7197723388672,
|
140 |
+
"logps/rejected": -223.87844848632812,
|
141 |
+
"loss": 0.5589,
|
142 |
+
"rewards/accuracies": 0.949999988079071,
|
143 |
+
"rewards/chosen": 0.2828216254711151,
|
144 |
+
"rewards/margins": 0.361534059047699,
|
145 |
+
"rewards/rejected": -0.07871242612600327,
|
146 |
+
"step": 70
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"epoch": 1.3008130081300813,
|
150 |
+
"grad_norm": 14.660954475402832,
|
151 |
+
"learning_rate": 4.0845070422535216e-06,
|
152 |
+
"logits/chosen": -1.8306058645248413,
|
153 |
+
"logits/rejected": -1.8653805255889893,
|
154 |
+
"logps/chosen": -170.78506469726562,
|
155 |
+
"logps/rejected": -210.1864013671875,
|
156 |
+
"loss": 0.4755,
|
157 |
+
"rewards/accuracies": 0.949999988079071,
|
158 |
+
"rewards/chosen": 0.4126508831977844,
|
159 |
+
"rewards/margins": 0.48294001817703247,
|
160 |
+
"rewards/rejected": -0.07028912007808685,
|
161 |
+
"step": 80
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 1.4634146341463414,
|
165 |
+
"grad_norm": 15.84911060333252,
|
166 |
+
"learning_rate": 3.943661971830986e-06,
|
167 |
+
"logits/chosen": -1.7707087993621826,
|
168 |
+
"logits/rejected": -1.81671142578125,
|
169 |
+
"logps/chosen": -143.22067260742188,
|
170 |
+
"logps/rejected": -205.97433471679688,
|
171 |
+
"loss": 0.5252,
|
172 |
+
"rewards/accuracies": 1.0,
|
173 |
+
"rewards/chosen": 0.4095473885536194,
|
174 |
+
"rewards/margins": 0.5323301553726196,
|
175 |
+
"rewards/rejected": -0.12278278172016144,
|
176 |
+
"step": 90
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"epoch": 1.4634146341463414,
|
180 |
+
"eval_logits/chosen": -1.74051034450531,
|
181 |
+
"eval_logits/rejected": -1.7852736711502075,
|
182 |
+
"eval_logps/chosen": -130.74990844726562,
|
183 |
+
"eval_logps/rejected": -186.0896759033203,
|
184 |
+
"eval_loss": 0.464372456073761,
|
185 |
+
"eval_rewards/accuracies": 0.7857142686843872,
|
186 |
+
"eval_rewards/chosen": 0.6020953059196472,
|
187 |
+
"eval_rewards/margins": 0.6870760321617126,
|
188 |
+
"eval_rewards/rejected": -0.08498072624206543,
|
189 |
+
"eval_runtime": 17.3793,
|
190 |
+
"eval_samples_per_second": 1.611,
|
191 |
+
"eval_steps_per_second": 0.806,
|
192 |
+
"step": 90
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 1.6260162601626016,
|
196 |
+
"grad_norm": 15.015800476074219,
|
197 |
+
"learning_rate": 3.8028169014084508e-06,
|
198 |
+
"logits/chosen": -1.795932412147522,
|
199 |
+
"logits/rejected": -1.8505065441131592,
|
200 |
+
"logps/chosen": -152.42788696289062,
|
201 |
+
"logps/rejected": -204.91549682617188,
|
202 |
+
"loss": 0.4682,
|
203 |
+
"rewards/accuracies": 0.8500000238418579,
|
204 |
+
"rewards/chosen": 0.4214203953742981,
|
205 |
+
"rewards/margins": 0.5449811816215515,
|
206 |
+
"rewards/rejected": -0.12356076389551163,
|
207 |
+
"step": 100
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 1.7886178861788617,
|
211 |
+
"grad_norm": 14.755510330200195,
|
212 |
+
"learning_rate": 3.6619718309859158e-06,
|
213 |
+
"logits/chosen": -1.7966296672821045,
|
214 |
+
"logits/rejected": -1.860388159751892,
|
215 |
+
"logps/chosen": -146.94325256347656,
|
216 |
+
"logps/rejected": -258.38568115234375,
|
217 |
+
"loss": 0.429,
|
218 |
+
"rewards/accuracies": 1.0,
|
219 |
+
"rewards/chosen": 0.4777925908565521,
|
220 |
+
"rewards/margins": 0.659986138343811,
|
221 |
+
"rewards/rejected": -0.18219345808029175,
|
222 |
+
"step": 110
|
223 |
+
},
|
224 |
+
{
|
225 |
+
"epoch": 1.951219512195122,
|
226 |
+
"grad_norm": 14.414965629577637,
|
227 |
+
"learning_rate": 3.5211267605633804e-06,
|
228 |
+
"logits/chosen": -1.7987533807754517,
|
229 |
+
"logits/rejected": -1.8348747491836548,
|
230 |
+
"logps/chosen": -159.26161193847656,
|
231 |
+
"logps/rejected": -196.20147705078125,
|
232 |
+
"loss": 0.4402,
|
233 |
+
"rewards/accuracies": 0.8500000238418579,
|
234 |
+
"rewards/chosen": 0.5999616384506226,
|
235 |
+
"rewards/margins": 0.764100193977356,
|
236 |
+
"rewards/rejected": -0.1641385406255722,
|
237 |
+
"step": 120
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 1.951219512195122,
|
241 |
+
"eval_logits/chosen": -1.7491638660430908,
|
242 |
+
"eval_logits/rejected": -1.794945478439331,
|
243 |
+
"eval_logps/chosen": -128.98277282714844,
|
244 |
+
"eval_logps/rejected": -186.99697875976562,
|
245 |
+
"eval_loss": 0.40887242555618286,
|
246 |
+
"eval_rewards/accuracies": 0.7857142686843872,
|
247 |
+
"eval_rewards/chosen": 0.7788085341453552,
|
248 |
+
"eval_rewards/margins": 0.9545186161994934,
|
249 |
+
"eval_rewards/rejected": -0.17571023106575012,
|
250 |
+
"eval_runtime": 17.373,
|
251 |
+
"eval_samples_per_second": 1.612,
|
252 |
+
"eval_steps_per_second": 0.806,
|
253 |
+
"step": 120
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"epoch": 2.113821138211382,
|
257 |
+
"grad_norm": 11.437810897827148,
|
258 |
+
"learning_rate": 3.3802816901408454e-06,
|
259 |
+
"logits/chosen": -1.7318217754364014,
|
260 |
+
"logits/rejected": -1.7831417322158813,
|
261 |
+
"logps/chosen": -181.61026000976562,
|
262 |
+
"logps/rejected": -181.42465209960938,
|
263 |
+
"loss": 0.3371,
|
264 |
+
"rewards/accuracies": 1.0,
|
265 |
+
"rewards/chosen": 0.925055205821991,
|
266 |
+
"rewards/margins": 1.1250288486480713,
|
267 |
+
"rewards/rejected": -0.19997362792491913,
|
268 |
+
"step": 130
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 2.2764227642276422,
|
272 |
+
"grad_norm": 9.344759941101074,
|
273 |
+
"learning_rate": 3.2394366197183104e-06,
|
274 |
+
"logits/chosen": -1.8318933248519897,
|
275 |
+
"logits/rejected": -1.8962070941925049,
|
276 |
+
"logps/chosen": -149.0543975830078,
|
277 |
+
"logps/rejected": -251.8573455810547,
|
278 |
+
"loss": 0.356,
|
279 |
+
"rewards/accuracies": 0.8500000238418579,
|
280 |
+
"rewards/chosen": 0.8429641723632812,
|
281 |
+
"rewards/margins": 0.9255543947219849,
|
282 |
+
"rewards/rejected": -0.08259038627147675,
|
283 |
+
"step": 140
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 2.4390243902439024,
|
287 |
+
"grad_norm": 13.787588119506836,
|
288 |
+
"learning_rate": 3.0985915492957746e-06,
|
289 |
+
"logits/chosen": -1.7744439840316772,
|
290 |
+
"logits/rejected": -1.814591646194458,
|
291 |
+
"logps/chosen": -148.4331512451172,
|
292 |
+
"logps/rejected": -177.21852111816406,
|
293 |
+
"loss": 0.4138,
|
294 |
+
"rewards/accuracies": 0.949999988079071,
|
295 |
+
"rewards/chosen": 0.8420242071151733,
|
296 |
+
"rewards/margins": 0.8596542477607727,
|
297 |
+
"rewards/rejected": -0.017630038782954216,
|
298 |
+
"step": 150
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 2.4390243902439024,
|
302 |
+
"eval_logits/chosen": -1.7541459798812866,
|
303 |
+
"eval_logits/rejected": -1.8013830184936523,
|
304 |
+
"eval_logps/chosen": -127.49993133544922,
|
305 |
+
"eval_logps/rejected": -188.32179260253906,
|
306 |
+
"eval_loss": 0.3651679456233978,
|
307 |
+
"eval_rewards/accuracies": 0.7857142686843872,
|
308 |
+
"eval_rewards/chosen": 0.9270926713943481,
|
309 |
+
"eval_rewards/margins": 1.2352840900421143,
|
310 |
+
"eval_rewards/rejected": -0.30819153785705566,
|
311 |
+
"eval_runtime": 17.3736,
|
312 |
+
"eval_samples_per_second": 1.612,
|
313 |
+
"eval_steps_per_second": 0.806,
|
314 |
+
"step": 150
|
315 |
+
},
|
316 |
+
{
|
317 |
+
"epoch": 2.6016260162601625,
|
318 |
+
"grad_norm": 6.115133762359619,
|
319 |
+
"learning_rate": 2.9577464788732396e-06,
|
320 |
+
"logits/chosen": -1.7456220388412476,
|
321 |
+
"logits/rejected": -1.834590196609497,
|
322 |
+
"logps/chosen": -118.06221008300781,
|
323 |
+
"logps/rejected": -232.33853149414062,
|
324 |
+
"loss": 0.325,
|
325 |
+
"rewards/accuracies": 1.0,
|
326 |
+
"rewards/chosen": 1.0931917428970337,
|
327 |
+
"rewards/margins": 1.5432584285736084,
|
328 |
+
"rewards/rejected": -0.4500666558742523,
|
329 |
+
"step": 160
|
330 |
+
},
|
331 |
+
{
|
332 |
+
"epoch": 2.7642276422764227,
|
333 |
+
"grad_norm": 18.476879119873047,
|
334 |
+
"learning_rate": 2.8169014084507046e-06,
|
335 |
+
"logits/chosen": -1.7815649509429932,
|
336 |
+
"logits/rejected": -1.8541799783706665,
|
337 |
+
"logps/chosen": -177.2996826171875,
|
338 |
+
"logps/rejected": -254.4600067138672,
|
339 |
+
"loss": 0.3698,
|
340 |
+
"rewards/accuracies": 0.949999988079071,
|
341 |
+
"rewards/chosen": 0.6835691928863525,
|
342 |
+
"rewards/margins": 1.2215800285339355,
|
343 |
+
"rewards/rejected": -0.5380108952522278,
|
344 |
+
"step": 170
|
345 |
+
},
|
346 |
+
{
|
347 |
+
"epoch": 2.926829268292683,
|
348 |
+
"grad_norm": 16.214574813842773,
|
349 |
+
"learning_rate": 2.676056338028169e-06,
|
350 |
+
"logits/chosen": -1.8389543294906616,
|
351 |
+
"logits/rejected": -1.853319525718689,
|
352 |
+
"logps/chosen": -160.57228088378906,
|
353 |
+
"logps/rejected": -136.90098571777344,
|
354 |
+
"loss": 0.3863,
|
355 |
+
"rewards/accuracies": 1.0,
|
356 |
+
"rewards/chosen": 0.666906476020813,
|
357 |
+
"rewards/margins": 0.767067015171051,
|
358 |
+
"rewards/rejected": -0.10016050189733505,
|
359 |
+
"step": 180
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 2.926829268292683,
|
363 |
+
"eval_logits/chosen": -1.7583568096160889,
|
364 |
+
"eval_logits/rejected": -1.8064650297164917,
|
365 |
+
"eval_logps/chosen": -126.48298645019531,
|
366 |
+
"eval_logps/rejected": -189.43382263183594,
|
367 |
+
"eval_loss": 0.3402670919895172,
|
368 |
+
"eval_rewards/accuracies": 0.7857142686843872,
|
369 |
+
"eval_rewards/chosen": 1.0287870168685913,
|
370 |
+
"eval_rewards/margins": 1.4481836557388306,
|
371 |
+
"eval_rewards/rejected": -0.4193967878818512,
|
372 |
+
"eval_runtime": 17.3755,
|
373 |
+
"eval_samples_per_second": 1.611,
|
374 |
+
"eval_steps_per_second": 0.806,
|
375 |
+
"step": 180
|
376 |
+
}
|
377 |
+
],
|
378 |
+
"logging_steps": 10,
|
379 |
+
"max_steps": 366,
|
380 |
+
"num_input_tokens_seen": 0,
|
381 |
+
"num_train_epochs": 6,
|
382 |
+
"save_steps": 90,
|
383 |
+
"total_flos": 0.0,
|
384 |
+
"train_batch_size": 1,
|
385 |
+
"trial_name": null,
|
386 |
+
"trial_params": null
|
387 |
+
}
|
checkpoint-180/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf8c76b4f04172f1a1c03f6305eb134da8232cf806bf7a1d6bdf346f63c45ce3
|
3 |
+
size 5432
|