Model save
Browse files- README.md +80 -0
- added_tokens.json +24 -0
- all_results.json +9 -0
- config.json +30 -0
- generation_config.json +7 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- special_tokens_map.json +27 -0
- tokenizer.json +0 -0
- tokenizer_config.json +196 -0
- train_results.json +9 -0
- trainer_state.json +1219 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: hZzy/qwen2.5-0.5b-sft-news-IFT
|
4 |
+
tags:
|
5 |
+
- trl
|
6 |
+
- expo
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: qwen2.5-0.5b-expo-DPO-EXPERIMENT-0.1-5e6
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/zhiyuzha-university-of-florida/huggingface/runs/aifgjuia)
|
17 |
+
# qwen2.5-0.5b-expo-DPO-EXPERIMENT-0.1-5e6
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [hZzy/qwen2.5-0.5b-sft-news-IFT](https://huggingface.co/hZzy/qwen2.5-0.5b-sft-news-IFT) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.7556
|
22 |
+
- Logps: -120.0429
|
23 |
+
- Logits: -1.9737
|
24 |
+
- Objective: 0.7840
|
25 |
+
- Dpo Loss: 0.7840
|
26 |
+
- Regularize: 0.7840
|
27 |
+
- Ranking Simple: 0.5403
|
28 |
+
- Ranking Idealized: 0.5888
|
29 |
+
- Ranking Idealized Expo: 0.5103
|
30 |
+
|
31 |
+
## Model description
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Intended uses & limitations
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training and evaluation data
|
40 |
+
|
41 |
+
More information needed
|
42 |
+
|
43 |
+
## Training procedure
|
44 |
+
|
45 |
+
### Training hyperparameters
|
46 |
+
|
47 |
+
The following hyperparameters were used during training:
|
48 |
+
- learning_rate: 5e-06
|
49 |
+
- train_batch_size: 4
|
50 |
+
- eval_batch_size: 4
|
51 |
+
- seed: 42
|
52 |
+
- distributed_type: multi-GPU
|
53 |
+
- num_devices: 6
|
54 |
+
- gradient_accumulation_steps: 12
|
55 |
+
- total_train_batch_size: 288
|
56 |
+
- total_eval_batch_size: 24
|
57 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
+
- lr_scheduler_type: cosine
|
59 |
+
- lr_scheduler_warmup_ratio: 0.1
|
60 |
+
- num_epochs: 2
|
61 |
+
|
62 |
+
### Training results
|
63 |
+
|
64 |
+
| Training Loss | Epoch | Step | Validation Loss | Logps | Logits | Objective | Dpo Loss | Regularize | Ranking Simple | Ranking Idealized | Ranking Idealized Expo |
|
65 |
+
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|:---------:|:--------:|:----------:|:--------------:|:-----------------:|:----------------------:|
|
66 |
+
| 0.5807 | 0.2834 | 50 | 0.6822 | -101.8611 | -1.8709 | 0.7088 | 0.7088 | 0.7088 | 0.5196 | 0.5888 | 0.5103 |
|
67 |
+
| 0.4908 | 0.5668 | 100 | 0.6802 | -105.0768 | -1.8507 | 0.6854 | 0.6854 | 0.6854 | 0.5300 | 0.5888 | 0.5103 |
|
68 |
+
| 0.4191 | 0.8503 | 150 | 0.6960 | -108.5704 | -2.1205 | 0.7127 | 0.7127 | 0.7127 | 0.5403 | 0.5888 | 0.5103 |
|
69 |
+
| 0.2287 | 1.1337 | 200 | 0.7276 | -115.4432 | -2.0764 | 0.7403 | 0.7403 | 0.7403 | 0.5362 | 0.5888 | 0.5103 |
|
70 |
+
| 0.2329 | 1.4171 | 250 | 0.7454 | -118.2405 | -2.0640 | 0.7706 | 0.7706 | 0.7706 | 0.5351 | 0.5888 | 0.5103 |
|
71 |
+
| 0.2036 | 1.7005 | 300 | 0.7574 | -120.7682 | -1.9746 | 0.7851 | 0.7851 | 0.7851 | 0.5434 | 0.5888 | 0.5103 |
|
72 |
+
| 0.2102 | 1.9839 | 350 | 0.7556 | -120.0429 | -1.9737 | 0.7840 | 0.7840 | 0.7840 | 0.5403 | 0.5888 | 0.5103 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- Transformers 4.42.0
|
78 |
+
- Pytorch 2.3.0+cu121
|
79 |
+
- Datasets 2.19.1
|
80 |
+
- Tokenizers 0.19.1
|
added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|box_end|>": 151649,
|
5 |
+
"<|box_start|>": 151648,
|
6 |
+
"<|endoftext|>": 151643,
|
7 |
+
"<|file_sep|>": 151664,
|
8 |
+
"<|fim_middle|>": 151660,
|
9 |
+
"<|fim_pad|>": 151662,
|
10 |
+
"<|fim_prefix|>": 151659,
|
11 |
+
"<|fim_suffix|>": 151661,
|
12 |
+
"<|im_end|>": 151645,
|
13 |
+
"<|im_start|>": 151644,
|
14 |
+
"<|image_pad|>": 151655,
|
15 |
+
"<|object_ref_end|>": 151647,
|
16 |
+
"<|object_ref_start|>": 151646,
|
17 |
+
"<|quad_end|>": 151651,
|
18 |
+
"<|quad_start|>": 151650,
|
19 |
+
"<|repo_name|>": 151663,
|
20 |
+
"<|video_pad|>": 151656,
|
21 |
+
"<|vision_end|>": 151653,
|
22 |
+
"<|vision_pad|>": 151654,
|
23 |
+
"<|vision_start|>": 151652
|
24 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.995276334435522,
|
3 |
+
"total_flos": 0.0,
|
4 |
+
"train_loss": 0.36798647613349283,
|
5 |
+
"train_runtime": 14198.7063,
|
6 |
+
"train_samples": 50802,
|
7 |
+
"train_samples_per_second": 7.156,
|
8 |
+
"train_steps_per_second": 0.025
|
9 |
+
}
|
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "hZzy/qwen2.5-0.5b-sft-news-IFT",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151644,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 896,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 4864,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 24,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 14,
|
17 |
+
"num_hidden_layers": 24,
|
18 |
+
"num_key_value_heads": 2,
|
19 |
+
"pad_token_id": 151645,
|
20 |
+
"rms_norm_eps": 1e-06,
|
21 |
+
"rope_theta": 1000000.0,
|
22 |
+
"sliding_window": 32768,
|
23 |
+
"tie_word_embeddings": true,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.42.0",
|
26 |
+
"use_cache": false,
|
27 |
+
"use_mrope": false,
|
28 |
+
"use_sliding_window": false,
|
29 |
+
"vocab_size": 151665
|
30 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151644,
|
3 |
+
"eos_token_id": 151645,
|
4 |
+
"max_new_tokens": 2048,
|
5 |
+
"pad_token_id": 151645,
|
6 |
+
"transformers_version": "4.42.0"
|
7 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46f1024eeaccdc13838e42d11bffa39c711199540901490cda4e46471a48a614
|
3 |
+
size 1975192208
|
special_tokens_map.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
+
"bos_token": {
|
7 |
+
"content": "<|im_start|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"eos_token": {
|
14 |
+
"content": "<|im_end|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
},
|
20 |
+
"pad_token": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false
|
26 |
+
}
|
27 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,196 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>"
|
185 |
+
],
|
186 |
+
"bos_token": "<|im_start|>",
|
187 |
+
"chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
|
188 |
+
"clean_up_tokenization_spaces": false,
|
189 |
+
"eos_token": "<|im_end|>",
|
190 |
+
"errors": "replace",
|
191 |
+
"model_max_length": 2048,
|
192 |
+
"pad_token": "<|im_end|>",
|
193 |
+
"split_special_tokens": false,
|
194 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
195 |
+
"unk_token": null
|
196 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.995276334435522,
|
3 |
+
"total_flos": 0.0,
|
4 |
+
"train_loss": 0.36798647613349283,
|
5 |
+
"train_runtime": 14198.7063,
|
6 |
+
"train_samples": 50802,
|
7 |
+
"train_samples_per_second": 7.156,
|
8 |
+
"train_steps_per_second": 0.025
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,1219 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.995276334435522,
|
5 |
+
"eval_steps": 50,
|
6 |
+
"global_step": 352,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"dpo_loss": 0.6931471824645996,
|
13 |
+
"epoch": 0.005668398677373642,
|
14 |
+
"grad_norm": 13.413641782833313,
|
15 |
+
"learning_rate": 1.3888888888888888e-07,
|
16 |
+
"logits": -1.3147305250167847,
|
17 |
+
"logps": -88.0877456665039,
|
18 |
+
"loss": 0.6931,
|
19 |
+
"objective": 0.6931471824645996,
|
20 |
+
"ranking_idealized": 0.625,
|
21 |
+
"ranking_idealized_expo": 0.5208333134651184,
|
22 |
+
"ranking_simple": 0.5208333134651184,
|
23 |
+
"regularize": 0.6931471824645996,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"dpo_loss": 0.6931948065757751,
|
28 |
+
"epoch": 0.02834199338686821,
|
29 |
+
"grad_norm": 13.69587680989851,
|
30 |
+
"learning_rate": 6.944444444444446e-07,
|
31 |
+
"logits": -1.3683627843856812,
|
32 |
+
"logps": -83.96967315673828,
|
33 |
+
"loss": 0.693,
|
34 |
+
"objective": 0.6931948065757751,
|
35 |
+
"ranking_idealized": 0.6145833134651184,
|
36 |
+
"ranking_idealized_expo": 0.546875,
|
37 |
+
"ranking_simple": 0.546875,
|
38 |
+
"regularize": 0.6931948065757751,
|
39 |
+
"step": 5
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"dpo_loss": 0.6823691129684448,
|
43 |
+
"epoch": 0.05668398677373642,
|
44 |
+
"grad_norm": 12.80657019274692,
|
45 |
+
"learning_rate": 1.3888888888888892e-06,
|
46 |
+
"logits": -1.4495999813079834,
|
47 |
+
"logps": -81.29175567626953,
|
48 |
+
"loss": 0.688,
|
49 |
+
"objective": 0.6823691129684448,
|
50 |
+
"ranking_idealized": 0.6000000238418579,
|
51 |
+
"ranking_idealized_expo": 0.512499988079071,
|
52 |
+
"ranking_simple": 0.5208333134651184,
|
53 |
+
"regularize": 0.6823691129684448,
|
54 |
+
"step": 10
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"dpo_loss": 0.6785086989402771,
|
58 |
+
"epoch": 0.08502598016060463,
|
59 |
+
"grad_norm": 12.407233192434104,
|
60 |
+
"learning_rate": 2.0833333333333334e-06,
|
61 |
+
"logits": -1.4651646614074707,
|
62 |
+
"logps": -80.61344909667969,
|
63 |
+
"loss": 0.6772,
|
64 |
+
"objective": 0.6785086989402771,
|
65 |
+
"ranking_idealized": 0.5833333134651184,
|
66 |
+
"ranking_idealized_expo": 0.5041666626930237,
|
67 |
+
"ranking_simple": 0.5166666507720947,
|
68 |
+
"regularize": 0.6785086989402771,
|
69 |
+
"step": 15
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"dpo_loss": 0.6960199475288391,
|
73 |
+
"epoch": 0.11336797354747284,
|
74 |
+
"grad_norm": 14.590968333806934,
|
75 |
+
"learning_rate": 2.7777777777777783e-06,
|
76 |
+
"logits": -1.5296542644500732,
|
77 |
+
"logps": -82.23778533935547,
|
78 |
+
"loss": 0.6632,
|
79 |
+
"objective": 0.6960199475288391,
|
80 |
+
"ranking_idealized": 0.625,
|
81 |
+
"ranking_idealized_expo": 0.5375000238418579,
|
82 |
+
"ranking_simple": 0.5416666865348816,
|
83 |
+
"regularize": 0.6960199475288391,
|
84 |
+
"step": 20
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"dpo_loss": 0.6467238068580627,
|
88 |
+
"epoch": 0.14170996693434104,
|
89 |
+
"grad_norm": 12.356578847477945,
|
90 |
+
"learning_rate": 3.4722222222222224e-06,
|
91 |
+
"logits": -1.6228190660476685,
|
92 |
+
"logps": -81.19103240966797,
|
93 |
+
"loss": 0.651,
|
94 |
+
"objective": 0.6467238068580627,
|
95 |
+
"ranking_idealized": 0.5958333611488342,
|
96 |
+
"ranking_idealized_expo": 0.4958333373069763,
|
97 |
+
"ranking_simple": 0.5375000238418579,
|
98 |
+
"regularize": 0.6467238068580627,
|
99 |
+
"step": 25
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"dpo_loss": 0.6353517174720764,
|
103 |
+
"epoch": 0.17005196032120926,
|
104 |
+
"grad_norm": 11.773480191521392,
|
105 |
+
"learning_rate": 4.166666666666667e-06,
|
106 |
+
"logits": -1.6215683221817017,
|
107 |
+
"logps": -84.20466613769531,
|
108 |
+
"loss": 0.6315,
|
109 |
+
"objective": 0.6353517174720764,
|
110 |
+
"ranking_idealized": 0.6041666865348816,
|
111 |
+
"ranking_idealized_expo": 0.5416666865348816,
|
112 |
+
"ranking_simple": 0.5625,
|
113 |
+
"regularize": 0.6353517174720764,
|
114 |
+
"step": 30
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"dpo_loss": 0.6039083003997803,
|
118 |
+
"epoch": 0.19839395370807747,
|
119 |
+
"grad_norm": 13.700920213341456,
|
120 |
+
"learning_rate": 4.861111111111111e-06,
|
121 |
+
"logits": -1.6290026903152466,
|
122 |
+
"logps": -88.07846069335938,
|
123 |
+
"loss": 0.5989,
|
124 |
+
"objective": 0.6039083003997803,
|
125 |
+
"ranking_idealized": 0.6166666746139526,
|
126 |
+
"ranking_idealized_expo": 0.5041666626930237,
|
127 |
+
"ranking_simple": 0.574999988079071,
|
128 |
+
"regularize": 0.6039083003997803,
|
129 |
+
"step": 35
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"dpo_loss": 0.5691289901733398,
|
133 |
+
"epoch": 0.22673594709494568,
|
134 |
+
"grad_norm": 15.376644512330481,
|
135 |
+
"learning_rate": 4.998023493068255e-06,
|
136 |
+
"logits": -1.660142183303833,
|
137 |
+
"logps": -92.43869018554688,
|
138 |
+
"loss": 0.5901,
|
139 |
+
"objective": 0.5691289901733398,
|
140 |
+
"ranking_idealized": 0.6000000238418579,
|
141 |
+
"ranking_idealized_expo": 0.5208333134651184,
|
142 |
+
"ranking_simple": 0.5916666388511658,
|
143 |
+
"regularize": 0.5691289901733398,
|
144 |
+
"step": 40
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"dpo_loss": 0.54946368932724,
|
148 |
+
"epoch": 0.25507794048181387,
|
149 |
+
"grad_norm": 13.285916184549091,
|
150 |
+
"learning_rate": 4.989999289644993e-06,
|
151 |
+
"logits": -1.8279616832733154,
|
152 |
+
"logps": -92.55197143554688,
|
153 |
+
"loss": 0.5808,
|
154 |
+
"objective": 0.54946368932724,
|
155 |
+
"ranking_idealized": 0.6208333373069763,
|
156 |
+
"ranking_idealized_expo": 0.5375000238418579,
|
157 |
+
"ranking_simple": 0.6000000238418579,
|
158 |
+
"regularize": 0.54946368932724,
|
159 |
+
"step": 45
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"dpo_loss": 0.5661661028862,
|
163 |
+
"epoch": 0.2834199338686821,
|
164 |
+
"grad_norm": 12.64511853627035,
|
165 |
+
"learning_rate": 4.975823666181256e-06,
|
166 |
+
"logits": -1.8111599683761597,
|
167 |
+
"logps": -91.70741271972656,
|
168 |
+
"loss": 0.5807,
|
169 |
+
"objective": 0.5661661028862,
|
170 |
+
"ranking_idealized": 0.5416666865348816,
|
171 |
+
"ranking_idealized_expo": 0.42500001192092896,
|
172 |
+
"ranking_simple": 0.5833333134651184,
|
173 |
+
"regularize": 0.5661661028862,
|
174 |
+
"step": 50
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 0.2834199338686821,
|
178 |
+
"eval_dpo_loss": 0.7087637782096863,
|
179 |
+
"eval_logits": -1.8708840608596802,
|
180 |
+
"eval_logps": -101.86113739013672,
|
181 |
+
"eval_loss": 0.6822364926338196,
|
182 |
+
"eval_objective": 0.7087637782096863,
|
183 |
+
"eval_ranking_idealized": 0.5888429880142212,
|
184 |
+
"eval_ranking_idealized_expo": 0.5103305578231812,
|
185 |
+
"eval_ranking_simple": 0.51962810754776,
|
186 |
+
"eval_regularize": 0.7087637782096863,
|
187 |
+
"eval_runtime": 260.7452,
|
188 |
+
"eval_samples_per_second": 22.206,
|
189 |
+
"eval_steps_per_second": 0.928,
|
190 |
+
"step": 50
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"dpo_loss": 0.5751214623451233,
|
194 |
+
"epoch": 0.3117619272555503,
|
195 |
+
"grad_norm": 13.121793817706566,
|
196 |
+
"learning_rate": 4.955531642853404e-06,
|
197 |
+
"logits": -1.8980281352996826,
|
198 |
+
"logps": -95.49773406982422,
|
199 |
+
"loss": 0.5587,
|
200 |
+
"objective": 0.5751214623451233,
|
201 |
+
"ranking_idealized": 0.625,
|
202 |
+
"ranking_idealized_expo": 0.5416666865348816,
|
203 |
+
"ranking_simple": 0.6000000238418579,
|
204 |
+
"regularize": 0.5751214623451233,
|
205 |
+
"step": 55
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"dpo_loss": 0.5370620489120483,
|
209 |
+
"epoch": 0.3401039206424185,
|
210 |
+
"grad_norm": 14.066207842989309,
|
211 |
+
"learning_rate": 4.929173350101025e-06,
|
212 |
+
"logits": -1.8723183870315552,
|
213 |
+
"logps": -95.54426574707031,
|
214 |
+
"loss": 0.5636,
|
215 |
+
"objective": 0.5370620489120483,
|
216 |
+
"ranking_idealized": 0.637499988079071,
|
217 |
+
"ranking_idealized_expo": 0.512499988079071,
|
218 |
+
"ranking_simple": 0.612500011920929,
|
219 |
+
"regularize": 0.5370620489120483,
|
220 |
+
"step": 60
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"dpo_loss": 0.518057644367218,
|
224 |
+
"epoch": 0.3684459140292867,
|
225 |
+
"grad_norm": 11.034128756662287,
|
226 |
+
"learning_rate": 4.896813904782162e-06,
|
227 |
+
"logits": -1.8221579790115356,
|
228 |
+
"logps": -94.84842681884766,
|
229 |
+
"loss": 0.5446,
|
230 |
+
"objective": 0.518057644367218,
|
231 |
+
"ranking_idealized": 0.5708333253860474,
|
232 |
+
"ranking_idealized_expo": 0.5083333253860474,
|
233 |
+
"ranking_simple": 0.6333333253860474,
|
234 |
+
"regularize": 0.518057644367218,
|
235 |
+
"step": 65
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"dpo_loss": 0.5486761331558228,
|
239 |
+
"epoch": 0.39678790741615494,
|
240 |
+
"grad_norm": 13.022002107607332,
|
241 |
+
"learning_rate": 4.858533249305337e-06,
|
242 |
+
"logits": -1.8116071224212646,
|
243 |
+
"logps": -95.58805847167969,
|
244 |
+
"loss": 0.5527,
|
245 |
+
"objective": 0.5486761331558228,
|
246 |
+
"ranking_idealized": 0.6000000238418579,
|
247 |
+
"ranking_idealized_expo": 0.5166666507720947,
|
248 |
+
"ranking_simple": 0.6041666865348816,
|
249 |
+
"regularize": 0.5486761331558228,
|
250 |
+
"step": 70
|
251 |
+
},
|
252 |
+
{
|
253 |
+
"dpo_loss": 0.5020822286605835,
|
254 |
+
"epoch": 0.42512990080302315,
|
255 |
+
"grad_norm": 13.443795403497152,
|
256 |
+
"learning_rate": 4.814425954135786e-06,
|
257 |
+
"logits": -1.8384398221969604,
|
258 |
+
"logps": -95.35403442382812,
|
259 |
+
"loss": 0.506,
|
260 |
+
"objective": 0.5020822286605835,
|
261 |
+
"ranking_idealized": 0.6291666626930237,
|
262 |
+
"ranking_idealized_expo": 0.5458333492279053,
|
263 |
+
"ranking_simple": 0.6583333611488342,
|
264 |
+
"regularize": 0.5020822286605835,
|
265 |
+
"step": 75
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"dpo_loss": 0.5126288533210754,
|
269 |
+
"epoch": 0.45347189418989137,
|
270 |
+
"grad_norm": 14.542906941369981,
|
271 |
+
"learning_rate": 4.764600984163809e-06,
|
272 |
+
"logits": -1.8958051204681396,
|
273 |
+
"logps": -94.8360824584961,
|
274 |
+
"loss": 0.5222,
|
275 |
+
"objective": 0.5126288533210754,
|
276 |
+
"ranking_idealized": 0.5833333134651184,
|
277 |
+
"ranking_idealized_expo": 0.5166666507720947,
|
278 |
+
"ranking_simple": 0.675000011920929,
|
279 |
+
"regularize": 0.5126288533210754,
|
280 |
+
"step": 80
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"dpo_loss": 0.4901658594608307,
|
284 |
+
"epoch": 0.4818138875767596,
|
285 |
+
"grad_norm": 12.218149677924327,
|
286 |
+
"learning_rate": 4.709181429512391e-06,
|
287 |
+
"logits": -1.8605338335037231,
|
288 |
+
"logps": -91.9226303100586,
|
289 |
+
"loss": 0.5101,
|
290 |
+
"objective": 0.4901658594608307,
|
291 |
+
"ranking_idealized": 0.6000000238418579,
|
292 |
+
"ranking_idealized_expo": 0.5249999761581421,
|
293 |
+
"ranking_simple": 0.6333333253860474,
|
294 |
+
"regularize": 0.4901658594608307,
|
295 |
+
"step": 85
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"dpo_loss": 0.5431678891181946,
|
299 |
+
"epoch": 0.5101558809636277,
|
300 |
+
"grad_norm": 12.479759342264707,
|
301 |
+
"learning_rate": 4.648304201449153e-06,
|
302 |
+
"logits": -1.6652709245681763,
|
303 |
+
"logps": -94.42205047607422,
|
304 |
+
"loss": 0.4784,
|
305 |
+
"objective": 0.5431678891181946,
|
306 |
+
"ranking_idealized": 0.550000011920929,
|
307 |
+
"ranking_idealized_expo": 0.4791666567325592,
|
308 |
+
"ranking_simple": 0.5833333134651184,
|
309 |
+
"regularize": 0.5431678891181946,
|
310 |
+
"step": 90
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"dpo_loss": 0.45254868268966675,
|
314 |
+
"epoch": 0.538497874350496,
|
315 |
+
"grad_norm": 13.513215812074137,
|
316 |
+
"learning_rate": 4.582119694153834e-06,
|
317 |
+
"logits": -1.7359992265701294,
|
318 |
+
"logps": -94.93058013916016,
|
319 |
+
"loss": 0.4763,
|
320 |
+
"objective": 0.45254868268966675,
|
321 |
+
"ranking_idealized": 0.625,
|
322 |
+
"ranking_idealized_expo": 0.5416666865348816,
|
323 |
+
"ranking_simple": 0.6833333373069763,
|
324 |
+
"regularize": 0.45254868268966675,
|
325 |
+
"step": 95
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"dpo_loss": 0.4402621388435364,
|
329 |
+
"epoch": 0.5668398677373642,
|
330 |
+
"grad_norm": 13.595765492893772,
|
331 |
+
"learning_rate": 4.510791413176912e-06,
|
332 |
+
"logits": -1.849007248878479,
|
333 |
+
"logps": -101.81654357910156,
|
334 |
+
"loss": 0.4908,
|
335 |
+
"objective": 0.4402621388435364,
|
336 |
+
"ranking_idealized": 0.612500011920929,
|
337 |
+
"ranking_idealized_expo": 0.5416666865348816,
|
338 |
+
"ranking_simple": 0.7041666507720947,
|
339 |
+
"regularize": 0.4402621388435364,
|
340 |
+
"step": 100
|
341 |
+
},
|
342 |
+
{
|
343 |
+
"epoch": 0.5668398677373642,
|
344 |
+
"eval_dpo_loss": 0.6854463219642639,
|
345 |
+
"eval_logits": -1.8507442474365234,
|
346 |
+
"eval_logps": -105.0768051147461,
|
347 |
+
"eval_loss": 0.6801603436470032,
|
348 |
+
"eval_objective": 0.6854463219642639,
|
349 |
+
"eval_ranking_idealized": 0.5888429880142212,
|
350 |
+
"eval_ranking_idealized_expo": 0.5103305578231812,
|
351 |
+
"eval_ranking_simple": 0.5299586653709412,
|
352 |
+
"eval_regularize": 0.6854463219642639,
|
353 |
+
"eval_runtime": 259.5573,
|
354 |
+
"eval_samples_per_second": 22.307,
|
355 |
+
"eval_steps_per_second": 0.932,
|
356 |
+
"step": 100
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"dpo_loss": 0.43196719884872437,
|
360 |
+
"epoch": 0.5951818611242324,
|
361 |
+
"grad_norm": 11.229649770242489,
|
362 |
+
"learning_rate": 4.4344955715072344e-06,
|
363 |
+
"logits": -1.6958547830581665,
|
364 |
+
"logps": -102.08232879638672,
|
365 |
+
"loss": 0.4538,
|
366 |
+
"objective": 0.43196719884872437,
|
367 |
+
"ranking_idealized": 0.6208333373069763,
|
368 |
+
"ranking_idealized_expo": 0.5333333611488342,
|
369 |
+
"ranking_simple": 0.675000011920929,
|
370 |
+
"regularize": 0.43196719884872437,
|
371 |
+
"step": 105
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"dpo_loss": 0.4712914526462555,
|
375 |
+
"epoch": 0.6235238545111006,
|
376 |
+
"grad_norm": 12.961407259435642,
|
377 |
+
"learning_rate": 4.353420654246546e-06,
|
378 |
+
"logits": -1.8904917240142822,
|
379 |
+
"logps": -100.97926330566406,
|
380 |
+
"loss": 0.4539,
|
381 |
+
"objective": 0.4712914526462555,
|
382 |
+
"ranking_idealized": 0.5708333253860474,
|
383 |
+
"ranking_idealized_expo": 0.4541666805744171,
|
384 |
+
"ranking_simple": 0.6666666865348816,
|
385 |
+
"regularize": 0.4712914526462555,
|
386 |
+
"step": 110
|
387 |
+
},
|
388 |
+
{
|
389 |
+
"dpo_loss": 0.45986562967300415,
|
390 |
+
"epoch": 0.6518658478979689,
|
391 |
+
"grad_norm": 12.814230479704358,
|
392 |
+
"learning_rate": 4.267766952966369e-06,
|
393 |
+
"logits": -1.8556350469589233,
|
394 |
+
"logps": -102.53894805908203,
|
395 |
+
"loss": 0.4603,
|
396 |
+
"objective": 0.45986562967300415,
|
397 |
+
"ranking_idealized": 0.574999988079071,
|
398 |
+
"ranking_idealized_expo": 0.4833333194255829,
|
399 |
+
"ranking_simple": 0.6208333373069763,
|
400 |
+
"regularize": 0.45986562967300415,
|
401 |
+
"step": 115
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"dpo_loss": 0.4761102795600891,
|
405 |
+
"epoch": 0.680207841284837,
|
406 |
+
"grad_norm": 12.618691610478947,
|
407 |
+
"learning_rate": 4.177746070897593e-06,
|
408 |
+
"logits": -1.7863221168518066,
|
409 |
+
"logps": -104.2935791015625,
|
410 |
+
"loss": 0.4497,
|
411 |
+
"objective": 0.4761102795600891,
|
412 |
+
"ranking_idealized": 0.5874999761581421,
|
413 |
+
"ranking_idealized_expo": 0.5333333611488342,
|
414 |
+
"ranking_simple": 0.6583333611488342,
|
415 |
+
"regularize": 0.4761102795600891,
|
416 |
+
"step": 120
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"dpo_loss": 0.4552411735057831,
|
420 |
+
"epoch": 0.7085498346717053,
|
421 |
+
"grad_norm": 11.61517994185661,
|
422 |
+
"learning_rate": 4.083580400175153e-06,
|
423 |
+
"logits": -1.7287298440933228,
|
424 |
+
"logps": -104.63223266601562,
|
425 |
+
"loss": 0.4684,
|
426 |
+
"objective": 0.4552411735057831,
|
427 |
+
"ranking_idealized": 0.6291666626930237,
|
428 |
+
"ranking_idealized_expo": 0.550000011920929,
|
429 |
+
"ranking_simple": 0.6958333253860474,
|
430 |
+
"regularize": 0.4552411735057831,
|
431 |
+
"step": 125
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"dpo_loss": 0.4498961567878723,
|
435 |
+
"epoch": 0.7368918280585735,
|
436 |
+
"grad_norm": 12.014560354642498,
|
437 |
+
"learning_rate": 3.985502572429277e-06,
|
438 |
+
"logits": -1.8877291679382324,
|
439 |
+
"logps": -98.7514877319336,
|
440 |
+
"loss": 0.4427,
|
441 |
+
"objective": 0.4498961567878723,
|
442 |
+
"ranking_idealized": 0.5416666865348816,
|
443 |
+
"ranking_idealized_expo": 0.44999998807907104,
|
444 |
+
"ranking_simple": 0.6499999761581421,
|
445 |
+
"regularize": 0.4498961567878723,
|
446 |
+
"step": 130
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"dpo_loss": 0.5134549140930176,
|
450 |
+
"epoch": 0.7652338214454416,
|
451 |
+
"grad_norm": 13.034967407252013,
|
452 |
+
"learning_rate": 3.8837548840805395e-06,
|
453 |
+
"logits": -1.9060827493667603,
|
454 |
+
"logps": -102.064697265625,
|
455 |
+
"loss": 0.4396,
|
456 |
+
"objective": 0.5134549140930176,
|
457 |
+
"ranking_idealized": 0.5833333134651184,
|
458 |
+
"ranking_idealized_expo": 0.5291666388511658,
|
459 |
+
"ranking_simple": 0.6666666865348816,
|
460 |
+
"regularize": 0.5134549140930176,
|
461 |
+
"step": 135
|
462 |
+
},
|
463 |
+
{
|
464 |
+
"dpo_loss": 0.4010888636112213,
|
465 |
+
"epoch": 0.7935758148323099,
|
466 |
+
"grad_norm": 11.920508064913742,
|
467 |
+
"learning_rate": 3.7785886977585562e-06,
|
468 |
+
"logits": -1.866942048072815,
|
469 |
+
"logps": -102.13489532470703,
|
470 |
+
"loss": 0.4133,
|
471 |
+
"objective": 0.4010888636112213,
|
472 |
+
"ranking_idealized": 0.5791666507720947,
|
473 |
+
"ranking_idealized_expo": 0.5041666626930237,
|
474 |
+
"ranking_simple": 0.6875,
|
475 |
+
"regularize": 0.4010888636112213,
|
476 |
+
"step": 140
|
477 |
+
},
|
478 |
+
{
|
479 |
+
"dpo_loss": 0.3797028958797455,
|
480 |
+
"epoch": 0.821917808219178,
|
481 |
+
"grad_norm": 13.093355264813445,
|
482 |
+
"learning_rate": 3.6702638213230344e-06,
|
483 |
+
"logits": -1.9820648431777954,
|
484 |
+
"logps": -102.35152435302734,
|
485 |
+
"loss": 0.4038,
|
486 |
+
"objective": 0.3797028958797455,
|
487 |
+
"ranking_idealized": 0.5791666507720947,
|
488 |
+
"ranking_idealized_expo": 0.4833333194255829,
|
489 |
+
"ranking_simple": 0.7250000238418579,
|
490 |
+
"regularize": 0.3797028958797455,
|
491 |
+
"step": 145
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"dpo_loss": 0.4191714823246002,
|
495 |
+
"epoch": 0.8502598016060463,
|
496 |
+
"grad_norm": 11.55897727937339,
|
497 |
+
"learning_rate": 3.5590478660213214e-06,
|
498 |
+
"logits": -2.00236439704895,
|
499 |
+
"logps": -100.3611831665039,
|
500 |
+
"loss": 0.4191,
|
501 |
+
"objective": 0.4191714823246002,
|
502 |
+
"ranking_idealized": 0.6166666746139526,
|
503 |
+
"ranking_idealized_expo": 0.5416666865348816,
|
504 |
+
"ranking_simple": 0.7208333611488342,
|
505 |
+
"regularize": 0.4191714823246002,
|
506 |
+
"step": 150
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.8502598016060463,
|
510 |
+
"eval_dpo_loss": 0.7127470374107361,
|
511 |
+
"eval_logits": -2.1205222606658936,
|
512 |
+
"eval_logps": -108.57035827636719,
|
513 |
+
"eval_loss": 0.695988655090332,
|
514 |
+
"eval_objective": 0.7127470374107361,
|
515 |
+
"eval_ranking_idealized": 0.5888429880142212,
|
516 |
+
"eval_ranking_idealized_expo": 0.5103305578231812,
|
517 |
+
"eval_ranking_simple": 0.5402892827987671,
|
518 |
+
"eval_regularize": 0.7127470374107361,
|
519 |
+
"eval_runtime": 259.6667,
|
520 |
+
"eval_samples_per_second": 22.298,
|
521 |
+
"eval_steps_per_second": 0.932,
|
522 |
+
"step": 150
|
523 |
+
},
|
524 |
+
{
|
525 |
+
"dpo_loss": 0.394189715385437,
|
526 |
+
"epoch": 0.8786017949929145,
|
527 |
+
"grad_norm": 13.2018803660899,
|
528 |
+
"learning_rate": 3.4452155853680457e-06,
|
529 |
+
"logits": -2.0352015495300293,
|
530 |
+
"logps": -101.7432632446289,
|
531 |
+
"loss": 0.387,
|
532 |
+
"objective": 0.394189715385437,
|
533 |
+
"ranking_idealized": 0.6166666746139526,
|
534 |
+
"ranking_idealized_expo": 0.512499988079071,
|
535 |
+
"ranking_simple": 0.7166666388511658,
|
536 |
+
"regularize": 0.394189715385437,
|
537 |
+
"step": 155
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"dpo_loss": 0.41441217064857483,
|
541 |
+
"epoch": 0.9069437883797827,
|
542 |
+
"grad_norm": 13.589086232542883,
|
543 |
+
"learning_rate": 3.32904819638017e-06,
|
544 |
+
"logits": -1.929869532585144,
|
545 |
+
"logps": -104.0088119506836,
|
546 |
+
"loss": 0.4188,
|
547 |
+
"objective": 0.41441217064857483,
|
548 |
+
"ranking_idealized": 0.5708333253860474,
|
549 |
+
"ranking_idealized_expo": 0.4958333373069763,
|
550 |
+
"ranking_simple": 0.699999988079071,
|
551 |
+
"regularize": 0.41441217064857483,
|
552 |
+
"step": 160
|
553 |
+
},
|
554 |
+
{
|
555 |
+
"dpo_loss": 0.4174909293651581,
|
556 |
+
"epoch": 0.9352857817666509,
|
557 |
+
"grad_norm": 12.769842629759419,
|
558 |
+
"learning_rate": 3.2108326848442507e-06,
|
559 |
+
"logits": -1.9259008169174194,
|
560 |
+
"logps": -102.89508819580078,
|
561 |
+
"loss": 0.3934,
|
562 |
+
"objective": 0.4174909293651581,
|
563 |
+
"ranking_idealized": 0.6041666865348816,
|
564 |
+
"ranking_idealized_expo": 0.5208333134651184,
|
565 |
+
"ranking_simple": 0.7083333134651184,
|
566 |
+
"regularize": 0.4174909293651581,
|
567 |
+
"step": 165
|
568 |
+
},
|
569 |
+
{
|
570 |
+
"dpo_loss": 0.3482740819454193,
|
571 |
+
"epoch": 0.9636277751535192,
|
572 |
+
"grad_norm": 12.654714223723412,
|
573 |
+
"learning_rate": 3.090861096332263e-06,
|
574 |
+
"logits": -1.8867944478988647,
|
575 |
+
"logps": -103.65254974365234,
|
576 |
+
"loss": 0.385,
|
577 |
+
"objective": 0.3482740819454193,
|
578 |
+
"ranking_idealized": 0.5791666507720947,
|
579 |
+
"ranking_idealized_expo": 0.512499988079071,
|
580 |
+
"ranking_simple": 0.7333333492279053,
|
581 |
+
"regularize": 0.3482740819454193,
|
582 |
+
"step": 170
|
583 |
+
},
|
584 |
+
{
|
585 |
+
"dpo_loss": 0.3600638806819916,
|
586 |
+
"epoch": 0.9919697685403873,
|
587 |
+
"grad_norm": 12.227920456755363,
|
588 |
+
"learning_rate": 2.9694298147174566e-06,
|
589 |
+
"logits": -1.8309239149093628,
|
590 |
+
"logps": -104.46839141845703,
|
591 |
+
"loss": 0.3687,
|
592 |
+
"objective": 0.3600638806819916,
|
593 |
+
"ranking_idealized": 0.6541666388511658,
|
594 |
+
"ranking_idealized_expo": 0.574999988079071,
|
595 |
+
"ranking_simple": 0.7833333611488342,
|
596 |
+
"regularize": 0.3600638806819916,
|
597 |
+
"step": 175
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"dpo_loss": 0.2651214897632599,
|
601 |
+
"epoch": 1.0203117619272555,
|
602 |
+
"grad_norm": 9.967134017735377,
|
603 |
+
"learning_rate": 2.8468388299726714e-06,
|
604 |
+
"logits": -2.0111324787139893,
|
605 |
+
"logps": -106.2859115600586,
|
606 |
+
"loss": 0.2698,
|
607 |
+
"objective": 0.2651214897632599,
|
608 |
+
"ranking_idealized": 0.6166666746139526,
|
609 |
+
"ranking_idealized_expo": 0.5416666865348816,
|
610 |
+
"ranking_simple": 0.8083333373069763,
|
611 |
+
"regularize": 0.2651214897632599,
|
612 |
+
"step": 180
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"dpo_loss": 0.2080942541360855,
|
616 |
+
"epoch": 1.0486537553141237,
|
617 |
+
"grad_norm": 13.966930247511787,
|
618 |
+
"learning_rate": 2.723390997059943e-06,
|
619 |
+
"logits": -1.873337984085083,
|
620 |
+
"logps": -111.36536407470703,
|
621 |
+
"loss": 0.2277,
|
622 |
+
"objective": 0.2080942541360855,
|
623 |
+
"ranking_idealized": 0.5791666507720947,
|
624 |
+
"ranking_idealized_expo": 0.4833333194255829,
|
625 |
+
"ranking_simple": 0.8083333373069763,
|
626 |
+
"regularize": 0.2080942541360855,
|
627 |
+
"step": 185
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"dpo_loss": 0.23763832449913025,
|
631 |
+
"epoch": 1.076995748700992,
|
632 |
+
"grad_norm": 14.992011192414951,
|
633 |
+
"learning_rate": 2.599391287742315e-06,
|
634 |
+
"logits": -1.8715498447418213,
|
635 |
+
"logps": -118.10340118408203,
|
636 |
+
"loss": 0.2298,
|
637 |
+
"objective": 0.23763832449913025,
|
638 |
+
"ranking_idealized": 0.625,
|
639 |
+
"ranking_idealized_expo": 0.5541666746139526,
|
640 |
+
"ranking_simple": 0.8500000238418579,
|
641 |
+
"regularize": 0.23763832449913025,
|
642 |
+
"step": 190
|
643 |
+
},
|
644 |
+
{
|
645 |
+
"dpo_loss": 0.21301580965518951,
|
646 |
+
"epoch": 1.10533774208786,
|
647 |
+
"grad_norm": 10.744062848508776,
|
648 |
+
"learning_rate": 2.4751460371661763e-06,
|
649 |
+
"logits": -1.8871595859527588,
|
650 |
+
"logps": -113.93363952636719,
|
651 |
+
"loss": 0.2267,
|
652 |
+
"objective": 0.21301580965518951,
|
653 |
+
"ranking_idealized": 0.6333333253860474,
|
654 |
+
"ranking_idealized_expo": 0.5666666626930237,
|
655 |
+
"ranking_simple": 0.8333333134651184,
|
656 |
+
"regularize": 0.21301580965518951,
|
657 |
+
"step": 195
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"dpo_loss": 0.21621347963809967,
|
661 |
+
"epoch": 1.1336797354747283,
|
662 |
+
"grad_norm": 9.639805136359016,
|
663 |
+
"learning_rate": 2.3509621870754505e-06,
|
664 |
+
"logits": -2.02681303024292,
|
665 |
+
"logps": -110.0398941040039,
|
666 |
+
"loss": 0.2287,
|
667 |
+
"objective": 0.21621347963809967,
|
668 |
+
"ranking_idealized": 0.6000000238418579,
|
669 |
+
"ranking_idealized_expo": 0.5083333253860474,
|
670 |
+
"ranking_simple": 0.8583333492279053,
|
671 |
+
"regularize": 0.21621347963809967,
|
672 |
+
"step": 200
|
673 |
+
},
|
674 |
+
{
|
675 |
+
"epoch": 1.1336797354747283,
|
676 |
+
"eval_dpo_loss": 0.7402901649475098,
|
677 |
+
"eval_logits": -2.076362133026123,
|
678 |
+
"eval_logps": -115.44319915771484,
|
679 |
+
"eval_loss": 0.7275605797767639,
|
680 |
+
"eval_objective": 0.7402901649475098,
|
681 |
+
"eval_ranking_idealized": 0.5888429880142212,
|
682 |
+
"eval_ranking_idealized_expo": 0.5103305578231812,
|
683 |
+
"eval_ranking_simple": 0.5361570119857788,
|
684 |
+
"eval_regularize": 0.7402901649475098,
|
685 |
+
"eval_runtime": 259.9944,
|
686 |
+
"eval_samples_per_second": 22.27,
|
687 |
+
"eval_steps_per_second": 0.931,
|
688 |
+
"step": 200
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"dpo_loss": 0.23257608711719513,
|
692 |
+
"epoch": 1.1620217288615966,
|
693 |
+
"grad_norm": 10.185272365862717,
|
694 |
+
"learning_rate": 2.2271465275271985e-06,
|
695 |
+
"logits": -2.0131571292877197,
|
696 |
+
"logps": -111.7054214477539,
|
697 |
+
"loss": 0.2278,
|
698 |
+
"objective": 0.23257608711719513,
|
699 |
+
"ranking_idealized": 0.5708333253860474,
|
700 |
+
"ranking_idealized_expo": 0.48750001192092896,
|
701 |
+
"ranking_simple": 0.8208333253860474,
|
702 |
+
"regularize": 0.23257608711719513,
|
703 |
+
"step": 205
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"dpo_loss": 0.2272442728281021,
|
707 |
+
"epoch": 1.1903637222484649,
|
708 |
+
"grad_norm": 9.529035858141413,
|
709 |
+
"learning_rate": 2.1040049389819628e-06,
|
710 |
+
"logits": -1.9997531175613403,
|
711 |
+
"logps": -110.997314453125,
|
712 |
+
"loss": 0.2366,
|
713 |
+
"objective": 0.2272442728281021,
|
714 |
+
"ranking_idealized": 0.5874999761581421,
|
715 |
+
"ranking_idealized_expo": 0.5,
|
716 |
+
"ranking_simple": 0.7958333492279053,
|
717 |
+
"regularize": 0.2272442728281021,
|
718 |
+
"step": 210
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"dpo_loss": 0.2654048204421997,
|
722 |
+
"epoch": 1.2187057156353331,
|
723 |
+
"grad_norm": 11.812205063296917,
|
724 |
+
"learning_rate": 1.9818416366412277e-06,
|
725 |
+
"logits": -1.978461742401123,
|
726 |
+
"logps": -113.06928253173828,
|
727 |
+
"loss": 0.2372,
|
728 |
+
"objective": 0.2654048204421997,
|
729 |
+
"ranking_idealized": 0.5625,
|
730 |
+
"ranking_idealized_expo": 0.4833333194255829,
|
731 |
+
"ranking_simple": 0.800000011920929,
|
732 |
+
"regularize": 0.2654048204421997,
|
733 |
+
"step": 215
|
734 |
+
},
|
735 |
+
{
|
736 |
+
"dpo_loss": 0.2245999276638031,
|
737 |
+
"epoch": 1.2470477090222012,
|
738 |
+
"grad_norm": 12.627574377824557,
|
739 |
+
"learning_rate": 1.8609584188988135e-06,
|
740 |
+
"logits": -1.9322872161865234,
|
741 |
+
"logps": -112.9950942993164,
|
742 |
+
"loss": 0.2418,
|
743 |
+
"objective": 0.2245999276638031,
|
744 |
+
"ranking_idealized": 0.6541666388511658,
|
745 |
+
"ranking_idealized_expo": 0.6041666865348816,
|
746 |
+
"ranking_simple": 0.8583333492279053,
|
747 |
+
"regularize": 0.2245999276638031,
|
748 |
+
"step": 220
|
749 |
+
},
|
750 |
+
{
|
751 |
+
"dpo_loss": 0.21560445427894592,
|
752 |
+
"epoch": 1.2753897024090695,
|
753 |
+
"grad_norm": 10.156285420255232,
|
754 |
+
"learning_rate": 1.7416539217628792e-06,
|
755 |
+
"logits": -1.947004795074463,
|
756 |
+
"logps": -113.21937561035156,
|
757 |
+
"loss": 0.2349,
|
758 |
+
"objective": 0.21560445427894592,
|
759 |
+
"ranking_idealized": 0.612500011920929,
|
760 |
+
"ranking_idealized_expo": 0.5291666388511658,
|
761 |
+
"ranking_simple": 0.8416666388511658,
|
762 |
+
"regularize": 0.21560445427894592,
|
763 |
+
"step": 225
|
764 |
+
},
|
765 |
+
{
|
766 |
+
"dpo_loss": 0.25168582797050476,
|
767 |
+
"epoch": 1.3037316957959377,
|
768 |
+
"grad_norm": 9.19384725201928,
|
769 |
+
"learning_rate": 1.6242228810904393e-06,
|
770 |
+
"logits": -1.8978828191757202,
|
771 |
+
"logps": -114.50511932373047,
|
772 |
+
"loss": 0.2522,
|
773 |
+
"objective": 0.25168582797050476,
|
774 |
+
"ranking_idealized": 0.5833333134651184,
|
775 |
+
"ranking_idealized_expo": 0.5083333253860474,
|
776 |
+
"ranking_simple": 0.7958333492279053,
|
777 |
+
"regularize": 0.25168582797050476,
|
778 |
+
"step": 230
|
779 |
+
},
|
780 |
+
{
|
781 |
+
"dpo_loss": 0.20120379328727722,
|
782 |
+
"epoch": 1.3320736891828058,
|
783 |
+
"grad_norm": 9.731362112902348,
|
784 |
+
"learning_rate": 1.508955404457015e-06,
|
785 |
+
"logits": -2.018658399581909,
|
786 |
+
"logps": -108.0621109008789,
|
787 |
+
"loss": 0.2386,
|
788 |
+
"objective": 0.20120379328727722,
|
789 |
+
"ranking_idealized": 0.6041666865348816,
|
790 |
+
"ranking_idealized_expo": 0.4833333194255829,
|
791 |
+
"ranking_simple": 0.8583333492279053,
|
792 |
+
"regularize": 0.20120379328727722,
|
793 |
+
"step": 235
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"dpo_loss": 0.2090713083744049,
|
797 |
+
"epoch": 1.360415682569674,
|
798 |
+
"grad_norm": 11.056486327313111,
|
799 |
+
"learning_rate": 1.3961362544602215e-06,
|
800 |
+
"logits": -1.977256417274475,
|
801 |
+
"logps": -111.13236236572266,
|
802 |
+
"loss": 0.2297,
|
803 |
+
"objective": 0.2090713083744049,
|
804 |
+
"ranking_idealized": 0.5541666746139526,
|
805 |
+
"ranking_idealized_expo": 0.4791666567325592,
|
806 |
+
"ranking_simple": 0.8291666507720947,
|
807 |
+
"regularize": 0.2090713083744049,
|
808 |
+
"step": 240
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"dpo_loss": 0.2641766667366028,
|
812 |
+
"epoch": 1.3887576759565423,
|
813 |
+
"grad_norm": 10.388090633212887,
|
814 |
+
"learning_rate": 1.2860441452278578e-06,
|
815 |
+
"logits": -2.022833824157715,
|
816 |
+
"logps": -111.30134582519531,
|
817 |
+
"loss": 0.2375,
|
818 |
+
"objective": 0.2641766667366028,
|
819 |
+
"ranking_idealized": 0.5916666388511658,
|
820 |
+
"ranking_idealized_expo": 0.5208333134651184,
|
821 |
+
"ranking_simple": 0.824999988079071,
|
822 |
+
"regularize": 0.2641766667366028,
|
823 |
+
"step": 245
|
824 |
+
},
|
825 |
+
{
|
826 |
+
"dpo_loss": 0.21442964673042297,
|
827 |
+
"epoch": 1.4170996693434104,
|
828 |
+
"grad_norm": 12.097077417741462,
|
829 |
+
"learning_rate": 1.1789510538684524e-06,
|
830 |
+
"logits": -1.969295620918274,
|
831 |
+
"logps": -112.7668228149414,
|
832 |
+
"loss": 0.2329,
|
833 |
+
"objective": 0.21442964673042297,
|
834 |
+
"ranking_idealized": 0.574999988079071,
|
835 |
+
"ranking_idealized_expo": 0.47083333134651184,
|
836 |
+
"ranking_simple": 0.8374999761581421,
|
837 |
+
"regularize": 0.21442964673042297,
|
838 |
+
"step": 250
|
839 |
+
},
|
840 |
+
{
|
841 |
+
"epoch": 1.4170996693434104,
|
842 |
+
"eval_dpo_loss": 0.7705549597740173,
|
843 |
+
"eval_logits": -2.064002513885498,
|
844 |
+
"eval_logps": -118.24050903320312,
|
845 |
+
"eval_loss": 0.7454098463058472,
|
846 |
+
"eval_objective": 0.7705549597740173,
|
847 |
+
"eval_ranking_idealized": 0.5888429880142212,
|
848 |
+
"eval_ranking_idealized_expo": 0.5103305578231812,
|
849 |
+
"eval_ranking_simple": 0.5351239442825317,
|
850 |
+
"eval_regularize": 0.7705549597740173,
|
851 |
+
"eval_runtime": 259.7824,
|
852 |
+
"eval_samples_per_second": 22.288,
|
853 |
+
"eval_steps_per_second": 0.932,
|
854 |
+
"step": 250
|
855 |
+
},
|
856 |
+
{
|
857 |
+
"dpo_loss": 0.21537743508815765,
|
858 |
+
"epoch": 1.4454416627302786,
|
859 |
+
"grad_norm": 11.517471828255623,
|
860 |
+
"learning_rate": 1.0751215485652644e-06,
|
861 |
+
"logits": -1.9144450426101685,
|
862 |
+
"logps": -114.43687438964844,
|
863 |
+
"loss": 0.2261,
|
864 |
+
"objective": 0.21537743508815765,
|
865 |
+
"ranking_idealized": 0.6166666746139526,
|
866 |
+
"ranking_idealized_expo": 0.5458333492279053,
|
867 |
+
"ranking_simple": 0.8458333611488342,
|
868 |
+
"regularize": 0.21537743508815765,
|
869 |
+
"step": 255
|
870 |
+
},
|
871 |
+
{
|
872 |
+
"dpo_loss": 0.21364690363407135,
|
873 |
+
"epoch": 1.473783656117147,
|
874 |
+
"grad_norm": 10.723091996163696,
|
875 |
+
"learning_rate": 9.74812134973689e-07,
|
876 |
+
"logits": -1.9727046489715576,
|
877 |
+
"logps": -113.64453887939453,
|
878 |
+
"loss": 0.2051,
|
879 |
+
"objective": 0.21364690363407135,
|
880 |
+
"ranking_idealized": 0.5666666626930237,
|
881 |
+
"ranking_idealized_expo": 0.48750001192092896,
|
882 |
+
"ranking_simple": 0.8125,
|
883 |
+
"regularize": 0.21364690363407135,
|
884 |
+
"step": 260
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"dpo_loss": 0.2255079597234726,
|
888 |
+
"epoch": 1.5021256495040152,
|
889 |
+
"grad_norm": 11.69881544405136,
|
890 |
+
"learning_rate": 8.78270622536716e-07,
|
891 |
+
"logits": -1.9215840101242065,
|
892 |
+
"logps": -114.519287109375,
|
893 |
+
"loss": 0.2204,
|
894 |
+
"objective": 0.2255079597234726,
|
895 |
+
"ranking_idealized": 0.574999988079071,
|
896 |
+
"ranking_idealized_expo": 0.5041666626930237,
|
897 |
+
"ranking_simple": 0.8208333253860474,
|
898 |
+
"regularize": 0.2255079597234726,
|
899 |
+
"step": 265
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"dpo_loss": 0.25144073367118835,
|
903 |
+
"epoch": 1.5304676428908834,
|
904 |
+
"grad_norm": 12.543731702485788,
|
905 |
+
"learning_rate": 7.857355122839674e-07,
|
906 |
+
"logits": -1.909374713897705,
|
907 |
+
"logps": -116.20896911621094,
|
908 |
+
"loss": 0.2129,
|
909 |
+
"objective": 0.25144073367118835,
|
910 |
+
"ranking_idealized": 0.5791666507720947,
|
911 |
+
"ranking_idealized_expo": 0.5083333253860474,
|
912 |
+
"ranking_simple": 0.8083333373069763,
|
913 |
+
"regularize": 0.25144073367118835,
|
914 |
+
"step": 270
|
915 |
+
},
|
916 |
+
{
|
917 |
+
"dpo_loss": 0.20962868630886078,
|
918 |
+
"epoch": 1.5588096362777515,
|
919 |
+
"grad_norm": 9.738954761513112,
|
920 |
+
"learning_rate": 6.974354076267081e-07,
|
921 |
+
"logits": -1.9043574333190918,
|
922 |
+
"logps": -116.87390899658203,
|
923 |
+
"loss": 0.2209,
|
924 |
+
"objective": 0.20962868630886078,
|
925 |
+
"ranking_idealized": 0.6208333373069763,
|
926 |
+
"ranking_idealized_expo": 0.5249999761581421,
|
927 |
+
"ranking_simple": 0.8500000238418579,
|
928 |
+
"regularize": 0.20962868630886078,
|
929 |
+
"step": 275
|
930 |
+
},
|
931 |
+
{
|
932 |
+
"dpo_loss": 0.21624349057674408,
|
933 |
+
"epoch": 1.5871516296646198,
|
934 |
+
"grad_norm": 11.162245217664504,
|
935 |
+
"learning_rate": 6.135884496044245e-07,
|
936 |
+
"logits": -1.8271541595458984,
|
937 |
+
"logps": -115.82463073730469,
|
938 |
+
"loss": 0.2254,
|
939 |
+
"objective": 0.21624349057674408,
|
940 |
+
"ranking_idealized": 0.574999988079071,
|
941 |
+
"ranking_idealized_expo": 0.5041666626930237,
|
942 |
+
"ranking_simple": 0.8291666507720947,
|
943 |
+
"regularize": 0.21624349057674408,
|
944 |
+
"step": 280
|
945 |
+
},
|
946 |
+
{
|
947 |
+
"dpo_loss": 0.1944807916879654,
|
948 |
+
"epoch": 1.615493623051488,
|
949 |
+
"grad_norm": 10.89680213411274,
|
950 |
+
"learning_rate": 5.344017779781835e-07,
|
951 |
+
"logits": -1.915182113647461,
|
952 |
+
"logps": -117.32617950439453,
|
953 |
+
"loss": 0.2038,
|
954 |
+
"objective": 0.1944807916879654,
|
955 |
+
"ranking_idealized": 0.5874999761581421,
|
956 |
+
"ranking_idealized_expo": 0.5166666507720947,
|
957 |
+
"ranking_simple": 0.8416666388511658,
|
958 |
+
"regularize": 0.1944807916879654,
|
959 |
+
"step": 285
|
960 |
+
},
|
961 |
+
{
|
962 |
+
"dpo_loss": 0.2371363341808319,
|
963 |
+
"epoch": 1.643835616438356,
|
964 |
+
"grad_norm": 12.787089862396805,
|
965 |
+
"learning_rate": 4.6007101950209827e-07,
|
966 |
+
"logits": -1.949597716331482,
|
967 |
+
"logps": -114.35741424560547,
|
968 |
+
"loss": 0.2281,
|
969 |
+
"objective": 0.2371363341808319,
|
970 |
+
"ranking_idealized": 0.612500011920929,
|
971 |
+
"ranking_idealized_expo": 0.5625,
|
972 |
+
"ranking_simple": 0.8291666507720947,
|
973 |
+
"regularize": 0.2371363341808319,
|
974 |
+
"step": 290
|
975 |
+
},
|
976 |
+
{
|
977 |
+
"dpo_loss": 0.1856808066368103,
|
978 |
+
"epoch": 1.6721776098252243,
|
979 |
+
"grad_norm": 12.381384766536955,
|
980 |
+
"learning_rate": 3.907798046371139e-07,
|
981 |
+
"logits": -1.8460139036178589,
|
982 |
+
"logps": -113.36736297607422,
|
983 |
+
"loss": 0.2197,
|
984 |
+
"objective": 0.1856808066368103,
|
985 |
+
"ranking_idealized": 0.5791666507720947,
|
986 |
+
"ranking_idealized_expo": 0.4791666567325592,
|
987 |
+
"ranking_simple": 0.862500011920929,
|
988 |
+
"regularize": 0.1856808066368103,
|
989 |
+
"step": 295
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"dpo_loss": 0.18572762608528137,
|
993 |
+
"epoch": 1.7005196032120926,
|
994 |
+
"grad_norm": 11.1669814272154,
|
995 |
+
"learning_rate": 3.266993139010438e-07,
|
996 |
+
"logits": -1.8981417417526245,
|
997 |
+
"logps": -116.58564758300781,
|
998 |
+
"loss": 0.2036,
|
999 |
+
"objective": 0.18572762608528137,
|
1000 |
+
"ranking_idealized": 0.6583333611488342,
|
1001 |
+
"ranking_idealized_expo": 0.574999988079071,
|
1002 |
+
"ranking_simple": 0.8374999761581421,
|
1003 |
+
"regularize": 0.18572762608528137,
|
1004 |
+
"step": 300
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 1.7005196032120926,
|
1008 |
+
"eval_dpo_loss": 0.7850732803344727,
|
1009 |
+
"eval_logits": -1.9745572805404663,
|
1010 |
+
"eval_logps": -120.76824188232422,
|
1011 |
+
"eval_loss": 0.757438063621521,
|
1012 |
+
"eval_objective": 0.7850732803344727,
|
1013 |
+
"eval_ranking_idealized": 0.5888429880142212,
|
1014 |
+
"eval_ranking_idealized_expo": 0.5103305578231812,
|
1015 |
+
"eval_ranking_simple": 0.5433884263038635,
|
1016 |
+
"eval_regularize": 0.7850732803344727,
|
1017 |
+
"eval_runtime": 259.9996,
|
1018 |
+
"eval_samples_per_second": 22.269,
|
1019 |
+
"eval_steps_per_second": 0.931,
|
1020 |
+
"step": 300
|
1021 |
+
},
|
1022 |
+
{
|
1023 |
+
"dpo_loss": 0.2228098213672638,
|
1024 |
+
"epoch": 1.7288615965989607,
|
1025 |
+
"grad_norm": 12.534520545773153,
|
1026 |
+
"learning_rate": 2.6798785497556184e-07,
|
1027 |
+
"logits": -1.8615758419036865,
|
1028 |
+
"logps": -115.37549591064453,
|
1029 |
+
"loss": 0.2165,
|
1030 |
+
"objective": 0.2228098213672638,
|
1031 |
+
"ranking_idealized": 0.5625,
|
1032 |
+
"ranking_idealized_expo": 0.5083333253860474,
|
1033 |
+
"ranking_simple": 0.8083333373069763,
|
1034 |
+
"regularize": 0.2228098213672638,
|
1035 |
+
"step": 305
|
1036 |
+
},
|
1037 |
+
{
|
1038 |
+
"dpo_loss": 0.20340654253959656,
|
1039 |
+
"epoch": 1.7572035899858292,
|
1040 |
+
"grad_norm": 11.747155200770623,
|
1041 |
+
"learning_rate": 2.1479047161491351e-07,
|
1042 |
+
"logits": -1.9263988733291626,
|
1043 |
+
"logps": -112.0289535522461,
|
1044 |
+
"loss": 0.2213,
|
1045 |
+
"objective": 0.20340654253959656,
|
1046 |
+
"ranking_idealized": 0.6083333492279053,
|
1047 |
+
"ranking_idealized_expo": 0.5249999761581421,
|
1048 |
+
"ranking_simple": 0.8500000238418579,
|
1049 |
+
"regularize": 0.20340654253959656,
|
1050 |
+
"step": 310
|
1051 |
+
},
|
1052 |
+
{
|
1053 |
+
"dpo_loss": 0.2501530349254608,
|
1054 |
+
"epoch": 1.7855455833726972,
|
1055 |
+
"grad_norm": 11.283704550164217,
|
1056 |
+
"learning_rate": 1.6723858532249783e-07,
|
1057 |
+
"logits": -1.8143895864486694,
|
1058 |
+
"logps": -112.80689239501953,
|
1059 |
+
"loss": 0.2236,
|
1060 |
+
"objective": 0.2501530349254608,
|
1061 |
+
"ranking_idealized": 0.6041666865348816,
|
1062 |
+
"ranking_idealized_expo": 0.5083333253860474,
|
1063 |
+
"ranking_simple": 0.8125,
|
1064 |
+
"regularize": 0.2501530349254608,
|
1065 |
+
"step": 315
|
1066 |
+
},
|
1067 |
+
{
|
1068 |
+
"dpo_loss": 0.21945881843566895,
|
1069 |
+
"epoch": 1.8138875767595655,
|
1070 |
+
"grad_norm": 11.71850155399097,
|
1071 |
+
"learning_rate": 1.2544967068054332e-07,
|
1072 |
+
"logits": -1.8763319253921509,
|
1073 |
+
"logps": -117.6617202758789,
|
1074 |
+
"loss": 0.217,
|
1075 |
+
"objective": 0.21945881843566895,
|
1076 |
+
"ranking_idealized": 0.6000000238418579,
|
1077 |
+
"ranking_idealized_expo": 0.5041666626930237,
|
1078 |
+
"ranking_simple": 0.8208333253860474,
|
1079 |
+
"regularize": 0.21945881843566895,
|
1080 |
+
"step": 320
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"dpo_loss": 0.22155949473381042,
|
1084 |
+
"epoch": 1.8422295701464337,
|
1085 |
+
"grad_norm": 14.77256678289896,
|
1086 |
+
"learning_rate": 8.952696513496756e-08,
|
1087 |
+
"logits": -1.9358726739883423,
|
1088 |
+
"logps": -119.23826599121094,
|
1089 |
+
"loss": 0.2222,
|
1090 |
+
"objective": 0.22155949473381042,
|
1091 |
+
"ranking_idealized": 0.6333333253860474,
|
1092 |
+
"ranking_idealized_expo": 0.5166666507720947,
|
1093 |
+
"ranking_simple": 0.8666666746139526,
|
1094 |
+
"regularize": 0.22155949473381042,
|
1095 |
+
"step": 325
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"dpo_loss": 0.18552295863628387,
|
1099 |
+
"epoch": 1.8705715635333018,
|
1100 |
+
"grad_norm": 10.882571762322252,
|
1101 |
+
"learning_rate": 5.955921395237318e-08,
|
1102 |
+
"logits": -1.6932176351547241,
|
1103 |
+
"logps": -112.55815124511719,
|
1104 |
+
"loss": 0.2239,
|
1105 |
+
"objective": 0.18552295863628387,
|
1106 |
+
"ranking_idealized": 0.5708333253860474,
|
1107 |
+
"ranking_idealized_expo": 0.4749999940395355,
|
1108 |
+
"ranking_simple": 0.8333333134651184,
|
1109 |
+
"regularize": 0.18552295863628387,
|
1110 |
+
"step": 330
|
1111 |
+
},
|
1112 |
+
{
|
1113 |
+
"dpo_loss": 0.23661907017230988,
|
1114 |
+
"epoch": 1.89891355692017,
|
1115 |
+
"grad_norm": 10.436309183414208,
|
1116 |
+
"learning_rate": 3.5620450979259034e-08,
|
1117 |
+
"logits": -1.8299282789230347,
|
1118 |
+
"logps": -112.96961212158203,
|
1119 |
+
"loss": 0.2253,
|
1120 |
+
"objective": 0.23661907017230988,
|
1121 |
+
"ranking_idealized": 0.5916666388511658,
|
1122 |
+
"ranking_idealized_expo": 0.4958333373069763,
|
1123 |
+
"ranking_simple": 0.8208333253860474,
|
1124 |
+
"regularize": 0.23661907017230988,
|
1125 |
+
"step": 335
|
1126 |
+
},
|
1127 |
+
{
|
1128 |
+
"dpo_loss": 0.20749402046203613,
|
1129 |
+
"epoch": 1.9272555503070383,
|
1130 |
+
"grad_norm": 10.928827594051384,
|
1131 |
+
"learning_rate": 1.7769815745066476e-08,
|
1132 |
+
"logits": -1.8688191175460815,
|
1133 |
+
"logps": -116.0504379272461,
|
1134 |
+
"loss": 0.2215,
|
1135 |
+
"objective": 0.20749402046203613,
|
1136 |
+
"ranking_idealized": 0.6416666507720947,
|
1137 |
+
"ranking_idealized_expo": 0.5416666865348816,
|
1138 |
+
"ranking_simple": 0.862500011920929,
|
1139 |
+
"regularize": 0.20749402046203613,
|
1140 |
+
"step": 340
|
1141 |
+
},
|
1142 |
+
{
|
1143 |
+
"dpo_loss": 0.1883564591407776,
|
1144 |
+
"epoch": 1.9555975436939064,
|
1145 |
+
"grad_norm": 11.169724195510748,
|
1146 |
+
"learning_rate": 6.051407360895822e-09,
|
1147 |
+
"logits": -1.8896888494491577,
|
1148 |
+
"logps": -116.99043273925781,
|
1149 |
+
"loss": 0.2046,
|
1150 |
+
"objective": 0.1883564591407776,
|
1151 |
+
"ranking_idealized": 0.574999988079071,
|
1152 |
+
"ranking_idealized_expo": 0.5333333611488342,
|
1153 |
+
"ranking_simple": 0.8666666746139526,
|
1154 |
+
"regularize": 0.1883564591407776,
|
1155 |
+
"step": 345
|
1156 |
+
},
|
1157 |
+
{
|
1158 |
+
"dpo_loss": 0.22660525143146515,
|
1159 |
+
"epoch": 1.9839395370807746,
|
1160 |
+
"grad_norm": 11.129465757937865,
|
1161 |
+
"learning_rate": 4.941755748361088e-10,
|
1162 |
+
"logits": -1.7810313701629639,
|
1163 |
+
"logps": -115.8853530883789,
|
1164 |
+
"loss": 0.2102,
|
1165 |
+
"objective": 0.22660525143146515,
|
1166 |
+
"ranking_idealized": 0.574999988079071,
|
1167 |
+
"ranking_idealized_expo": 0.48750001192092896,
|
1168 |
+
"ranking_simple": 0.8291666507720947,
|
1169 |
+
"regularize": 0.22660525143146515,
|
1170 |
+
"step": 350
|
1171 |
+
},
|
1172 |
+
{
|
1173 |
+
"epoch": 1.9839395370807746,
|
1174 |
+
"eval_dpo_loss": 0.7840016484260559,
|
1175 |
+
"eval_logits": -1.973698377609253,
|
1176 |
+
"eval_logps": -120.04285430908203,
|
1177 |
+
"eval_loss": 0.7555912137031555,
|
1178 |
+
"eval_objective": 0.7840016484260559,
|
1179 |
+
"eval_ranking_idealized": 0.5888429880142212,
|
1180 |
+
"eval_ranking_idealized_expo": 0.5103305578231812,
|
1181 |
+
"eval_ranking_simple": 0.5402892827987671,
|
1182 |
+
"eval_regularize": 0.7840016484260559,
|
1183 |
+
"eval_runtime": 261.7375,
|
1184 |
+
"eval_samples_per_second": 22.121,
|
1185 |
+
"eval_steps_per_second": 0.925,
|
1186 |
+
"step": 350
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 1.995276334435522,
|
1190 |
+
"step": 352,
|
1191 |
+
"total_flos": 0.0,
|
1192 |
+
"train_loss": 0.36798647613349283,
|
1193 |
+
"train_runtime": 14198.7063,
|
1194 |
+
"train_samples_per_second": 7.156,
|
1195 |
+
"train_steps_per_second": 0.025
|
1196 |
+
}
|
1197 |
+
],
|
1198 |
+
"logging_steps": 5,
|
1199 |
+
"max_steps": 352,
|
1200 |
+
"num_input_tokens_seen": 0,
|
1201 |
+
"num_train_epochs": 2,
|
1202 |
+
"save_steps": 500,
|
1203 |
+
"stateful_callbacks": {
|
1204 |
+
"TrainerControl": {
|
1205 |
+
"args": {
|
1206 |
+
"should_epoch_stop": false,
|
1207 |
+
"should_evaluate": false,
|
1208 |
+
"should_log": false,
|
1209 |
+
"should_save": false,
|
1210 |
+
"should_training_stop": false
|
1211 |
+
},
|
1212 |
+
"attributes": {}
|
1213 |
+
}
|
1214 |
+
},
|
1215 |
+
"total_flos": 0.0,
|
1216 |
+
"train_batch_size": 4,
|
1217 |
+
"trial_name": null,
|
1218 |
+
"trial_params": null
|
1219 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fac51d9188e6911beb97a66bbe355150979c95ad9757ac9b032fce010c8a1d9a
|
3 |
+
size 8184
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|