yiran-wang3
commited on
Commit
•
2d9d8e6
1
Parent(s):
ff93b63
Model save
Browse files- README.md +85 -0
- all_results.json +9 -0
- generation_config.json +9 -0
- model-00001-of-00003.safetensors +3 -0
- model-00002-of-00003.safetensors +3 -0
- model-00003-of-00003.safetensors +3 -0
- model.safetensors.index.json +280 -0
- train_results.json +9 -0
- trainer_state.json +1494 -0
README.md
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
base_model: deepseek-ai/deepseek-llm-7b-chat
|
4 |
+
tags:
|
5 |
+
- trl
|
6 |
+
- dpo
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: ds_chat_sppo_hard_cosine_iter0_2024-09-16-15.36
|
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://ml.byteintl.net/experiment/tracking/detail?Id=project_20240915_20321b8f&selectedTrial=run_20240917_855ada33)
|
17 |
+
# ds_chat_sppo_hard_cosine_iter0_2024-09-16-15.36
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [deepseek-ai/deepseek-llm-7b-chat](https://huggingface.co/deepseek-ai/deepseek-llm-7b-chat) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 5015.1294
|
22 |
+
- Rewards/chosen: 0.0190
|
23 |
+
- Rewards/rejected: 0.0069
|
24 |
+
- Rewards/accuracies: 0.2763
|
25 |
+
- Rewards/margins: 0.0121
|
26 |
+
- Logps/rejected: -63.1963
|
27 |
+
- Logps/chosen: -121.2494
|
28 |
+
- Logits/rejected: 1.7270
|
29 |
+
- Logits/chosen: 1.6680
|
30 |
+
- Debug/policy Chosen Logits: 1.6680
|
31 |
+
- Debug/policy Rejected Logits: 1.7270
|
32 |
+
- Debug/policy Chosen Logps: -121.2494
|
33 |
+
- Debug/policy Rejected Logps: -63.1963
|
34 |
+
- Debug/reference Chosen Logps: -123.1481
|
35 |
+
- Debug/reference Rejected Logps: -63.8871
|
36 |
+
- Debug/sppo Chosen Reward In Loss: 1.8986
|
37 |
+
- Debug/sppo Rej Reward In Loss: 0.6908
|
38 |
+
- Debug/sppo Chosen Loss: 2390.2883
|
39 |
+
- Debug/sppo Reject Loss: 2606.5542
|
40 |
+
|
41 |
+
## Model description
|
42 |
+
|
43 |
+
More information needed
|
44 |
+
|
45 |
+
## Intended uses & limitations
|
46 |
+
|
47 |
+
More information needed
|
48 |
+
|
49 |
+
## Training and evaluation data
|
50 |
+
|
51 |
+
More information needed
|
52 |
+
|
53 |
+
## Training procedure
|
54 |
+
|
55 |
+
### Training hyperparameters
|
56 |
+
|
57 |
+
The following hyperparameters were used during training:
|
58 |
+
- learning_rate: 1e-07
|
59 |
+
- train_batch_size: 8
|
60 |
+
- eval_batch_size: 4
|
61 |
+
- seed: 42
|
62 |
+
- distributed_type: multi-GPU
|
63 |
+
- num_devices: 8
|
64 |
+
- total_train_batch_size: 64
|
65 |
+
- total_eval_batch_size: 32
|
66 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
67 |
+
- lr_scheduler_type: cosine
|
68 |
+
- lr_scheduler_warmup_ratio: 0.1
|
69 |
+
- lr_scheduler_warmup_steps: 100
|
70 |
+
- num_epochs: 1.0
|
71 |
+
|
72 |
+
### Training results
|
73 |
+
|
74 |
+
| Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen | Debug/policy Chosen Logits | Debug/policy Rejected Logits | Debug/policy Chosen Logps | Debug/policy Rejected Logps | Debug/reference Chosen Logps | Debug/reference Rejected Logps | Debug/sppo Chosen Reward In Loss | Debug/sppo Rej Reward In Loss | Debug/sppo Chosen Loss | Debug/sppo Reject Loss |
|
75 |
+
|:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|:--------------------------:|:----------------------------:|:-------------------------:|:---------------------------:|:----------------------------:|:------------------------------:|:--------------------------------:|:-----------------------------:|:----------------------:|:----------------------:|
|
76 |
+
| 4997.6852 | 0.3623 | 100 | 4986.5 | 0.0048 | 0.0025 | 0.3158 | 0.0023 | -63.6384 | -122.6674 | 1.7245 | 1.6633 | 1.6633 | 1.7245 | -122.6674 | -63.6384 | -123.1481 | -63.8871 | 0.4806 | 0.2486 | 2455.7412 | 2529.1592 |
|
77 |
+
| 5015.0652 | 0.7246 | 200 | 5015.1294 | 0.0190 | 0.0069 | 0.2763 | 0.0121 | -63.1963 | -121.2494 | 1.7270 | 1.6680 | 1.6680 | 1.7270 | -121.2494 | -63.1963 | -123.1481 | -63.8871 | 1.8986 | 0.6908 | 2390.2883 | 2606.5542 |
|
78 |
+
|
79 |
+
|
80 |
+
### Framework versions
|
81 |
+
|
82 |
+
- Transformers 4.42.0
|
83 |
+
- Pytorch 2.3.0+cu121
|
84 |
+
- Datasets 2.14.6
|
85 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"total_flos": 0.0,
|
4 |
+
"train_loss": 4999.9289533089905,
|
5 |
+
"train_runtime": 2038.5346,
|
6 |
+
"train_samples": 17626,
|
7 |
+
"train_samples_per_second": 8.646,
|
8 |
+
"train_steps_per_second": 0.135
|
9 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 100000,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 100001,
|
6 |
+
"temperature": 0.7,
|
7 |
+
"top_p": 0.95,
|
8 |
+
"transformers_version": "4.42.0"
|
9 |
+
}
|
model-00001-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1bff428dc525f75d47f9cf95dfde68743e37ad8c2f149b2a9a656b5af81aba0
|
3 |
+
size 4987202208
|
model-00002-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e9cc3ccaabb82c8557935e86dc33ac987c379e0048d864786d2947c21e692e6
|
3 |
+
size 4980945440
|
model-00003-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7ada590f05f19b5f29636768db7b0ca6fa3beea8e37655a54d3a65bf98f1031
|
3 |
+
size 3852615520
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,280 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 13820731392
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00003-of-00003.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00003.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
224 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
225 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
226 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
227 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
228 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
229 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
230 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
231 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
232 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
233 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
234 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
235 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
236 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
237 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
238 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
239 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
240 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
241 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
242 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
243 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
244 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
245 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
246 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
247 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
248 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
249 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
250 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
251 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
252 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
253 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
254 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
255 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
256 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
257 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
258 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
259 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
260 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
261 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
262 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
263 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
264 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
265 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
266 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
267 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
268 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
269 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
270 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
271 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
272 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
273 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
274 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
275 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
276 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
277 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
278 |
+
"model.norm.weight": "model-00003-of-00003.safetensors"
|
279 |
+
}
|
280 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"total_flos": 0.0,
|
4 |
+
"train_loss": 4999.9289533089905,
|
5 |
+
"train_runtime": 2038.5346,
|
6 |
+
"train_samples": 17626,
|
7 |
+
"train_samples_per_second": 8.646,
|
8 |
+
"train_steps_per_second": 0.135
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,1494 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 276,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"debug/policy_chosen_logits": 0.8079685568809509,
|
13 |
+
"debug/policy_chosen_logps": -5.034485816955566,
|
14 |
+
"debug/policy_rejected_logits": 0.6268295645713806,
|
15 |
+
"debug/policy_rejected_logps": -2.0584616661071777,
|
16 |
+
"debug/reference_chosen_logps": -5.034485816955566,
|
17 |
+
"debug/reference_rejected_logps": -2.0584616661071777,
|
18 |
+
"debug/sppo_chosen_loss": 2500.0,
|
19 |
+
"debug/sppo_chosen_reward_in_loss": 0.0,
|
20 |
+
"debug/sppo_rej_reward_in_loss": 0.0,
|
21 |
+
"debug/sppo_reject_loss": 2500.0,
|
22 |
+
"epoch": 0.0036231884057971015,
|
23 |
+
"grad_norm": 47836.56654178361,
|
24 |
+
"learning_rate": 1e-09,
|
25 |
+
"logits/chosen": 0.8079685568809509,
|
26 |
+
"logits/rejected": 0.6268295645713806,
|
27 |
+
"logps/chosen": -5.034485816955566,
|
28 |
+
"logps/rejected": -2.0584616661071777,
|
29 |
+
"loss": 5000.0,
|
30 |
+
"rewards/accuracies": 0.0,
|
31 |
+
"rewards/chosen": 0.0,
|
32 |
+
"rewards/margins": 0.0,
|
33 |
+
"rewards/rejected": 0.0,
|
34 |
+
"step": 1
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"debug/policy_chosen_logits": 1.1308157444000244,
|
38 |
+
"debug/policy_chosen_logps": -5.128948211669922,
|
39 |
+
"debug/policy_rejected_logits": 1.3690780401229858,
|
40 |
+
"debug/policy_rejected_logps": -47.817047119140625,
|
41 |
+
"debug/reference_chosen_logps": -5.141074180603027,
|
42 |
+
"debug/reference_rejected_logps": -47.71269607543945,
|
43 |
+
"debug/sppo_chosen_loss": 2498.794189453125,
|
44 |
+
"debug/sppo_chosen_reward_in_loss": 0.012125834822654724,
|
45 |
+
"debug/sppo_rej_reward_in_loss": -0.10434922575950623,
|
46 |
+
"debug/sppo_reject_loss": 2489.93359375,
|
47 |
+
"epoch": 0.018115942028985508,
|
48 |
+
"grad_norm": 83041.00650934623,
|
49 |
+
"learning_rate": 5e-09,
|
50 |
+
"logits/chosen": 1.1308157444000244,
|
51 |
+
"logits/rejected": 1.3690780401229858,
|
52 |
+
"logps/chosen": -5.128948211669922,
|
53 |
+
"logps/rejected": -47.817047119140625,
|
54 |
+
"loss": 4999.4365,
|
55 |
+
"rewards/accuracies": 0.15625,
|
56 |
+
"rewards/chosen": 0.00012125834473408759,
|
57 |
+
"rewards/margins": 0.0011647505452856421,
|
58 |
+
"rewards/rejected": -0.0010434923460707068,
|
59 |
+
"step": 5
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"debug/policy_chosen_logits": 1.3401418924331665,
|
63 |
+
"debug/policy_chosen_logps": -37.56370544433594,
|
64 |
+
"debug/policy_rejected_logits": 1.6091701984405518,
|
65 |
+
"debug/policy_rejected_logps": -8.9139404296875,
|
66 |
+
"debug/reference_chosen_logps": -37.657630920410156,
|
67 |
+
"debug/reference_rejected_logps": -8.866057395935059,
|
68 |
+
"debug/sppo_chosen_loss": 2490.720458984375,
|
69 |
+
"debug/sppo_chosen_reward_in_loss": 0.09392313659191132,
|
70 |
+
"debug/sppo_rej_reward_in_loss": -0.04788307100534439,
|
71 |
+
"debug/sppo_reject_loss": 2495.249755859375,
|
72 |
+
"epoch": 0.036231884057971016,
|
73 |
+
"grad_norm": 25854.702147472322,
|
74 |
+
"learning_rate": 1e-08,
|
75 |
+
"logits/chosen": 1.3401418924331665,
|
76 |
+
"logits/rejected": 1.6091701984405518,
|
77 |
+
"logps/chosen": -37.56370544433594,
|
78 |
+
"logps/rejected": -8.9139404296875,
|
79 |
+
"loss": 4998.7039,
|
80 |
+
"rewards/accuracies": 0.42500001192092896,
|
81 |
+
"rewards/chosen": 0.0009392313659191132,
|
82 |
+
"rewards/margins": 0.0014180620200932026,
|
83 |
+
"rewards/rejected": -0.00047883071238175035,
|
84 |
+
"step": 10
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"debug/policy_chosen_logits": 1.281254768371582,
|
88 |
+
"debug/policy_chosen_logps": -7.3922319412231445,
|
89 |
+
"debug/policy_rejected_logits": 1.6363356113433838,
|
90 |
+
"debug/policy_rejected_logps": -5.406702518463135,
|
91 |
+
"debug/reference_chosen_logps": -7.438336372375488,
|
92 |
+
"debug/reference_rejected_logps": -5.3998122215271,
|
93 |
+
"debug/sppo_chosen_loss": 2495.47998046875,
|
94 |
+
"debug/sppo_chosen_reward_in_loss": 0.046104758977890015,
|
95 |
+
"debug/sppo_rej_reward_in_loss": -0.006889957003295422,
|
96 |
+
"debug/sppo_reject_loss": 2499.34228515625,
|
97 |
+
"epoch": 0.05434782608695652,
|
98 |
+
"grad_norm": 52134.81661267604,
|
99 |
+
"learning_rate": 1.5e-08,
|
100 |
+
"logits/chosen": 1.281254768371582,
|
101 |
+
"logits/rejected": 1.6363356113433838,
|
102 |
+
"logps/chosen": -7.3922319412231445,
|
103 |
+
"logps/rejected": -5.406702518463135,
|
104 |
+
"loss": 4994.4305,
|
105 |
+
"rewards/accuracies": 0.2750000059604645,
|
106 |
+
"rewards/chosen": 0.0004610475734807551,
|
107 |
+
"rewards/margins": 0.0005299471667967737,
|
108 |
+
"rewards/rejected": -6.889957876410335e-05,
|
109 |
+
"step": 15
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"debug/policy_chosen_logits": 1.2531625032424927,
|
113 |
+
"debug/policy_chosen_logps": -4.177506446838379,
|
114 |
+
"debug/policy_rejected_logits": 1.600624680519104,
|
115 |
+
"debug/policy_rejected_logps": -88.92843627929688,
|
116 |
+
"debug/reference_chosen_logps": -4.198297023773193,
|
117 |
+
"debug/reference_rejected_logps": -88.761962890625,
|
118 |
+
"debug/sppo_chosen_loss": 2497.947021484375,
|
119 |
+
"debug/sppo_chosen_reward_in_loss": 0.020790796726942062,
|
120 |
+
"debug/sppo_rej_reward_in_loss": -0.16647538542747498,
|
121 |
+
"debug/sppo_reject_loss": 2484.888427734375,
|
122 |
+
"epoch": 0.07246376811594203,
|
123 |
+
"grad_norm": 21278.15413555925,
|
124 |
+
"learning_rate": 2e-08,
|
125 |
+
"logits/chosen": 1.2531625032424927,
|
126 |
+
"logits/rejected": 1.600624680519104,
|
127 |
+
"logps/chosen": -4.177506446838379,
|
128 |
+
"logps/rejected": -88.92843627929688,
|
129 |
+
"loss": 5001.0859,
|
130 |
+
"rewards/accuracies": 0.22499999403953552,
|
131 |
+
"rewards/chosen": 0.00020790801499970257,
|
132 |
+
"rewards/margins": 0.001872661872766912,
|
133 |
+
"rewards/rejected": -0.001664753770455718,
|
134 |
+
"step": 20
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"debug/policy_chosen_logits": 1.3284282684326172,
|
138 |
+
"debug/policy_chosen_logps": -209.1931610107422,
|
139 |
+
"debug/policy_rejected_logits": 1.7004191875457764,
|
140 |
+
"debug/policy_rejected_logps": -268.02142333984375,
|
141 |
+
"debug/reference_chosen_logps": -208.846923828125,
|
142 |
+
"debug/reference_rejected_logps": -267.5577697753906,
|
143 |
+
"debug/sppo_chosen_loss": 2539.96240234375,
|
144 |
+
"debug/sppo_chosen_reward_in_loss": -0.3462248742580414,
|
145 |
+
"debug/sppo_rej_reward_in_loss": -0.4636896550655365,
|
146 |
+
"debug/sppo_reject_loss": 2462.03173828125,
|
147 |
+
"epoch": 0.09057971014492754,
|
148 |
+
"grad_norm": 18939.799089042473,
|
149 |
+
"learning_rate": 2.5e-08,
|
150 |
+
"logits/chosen": 1.3284282684326172,
|
151 |
+
"logits/rejected": 1.7004191875457764,
|
152 |
+
"logps/chosen": -209.1931610107422,
|
153 |
+
"logps/rejected": -268.02142333984375,
|
154 |
+
"loss": 4993.6285,
|
155 |
+
"rewards/accuracies": 0.32499998807907104,
|
156 |
+
"rewards/chosen": -0.0034622489474713802,
|
157 |
+
"rewards/margins": 0.0011746471282094717,
|
158 |
+
"rewards/rejected": -0.004636895842850208,
|
159 |
+
"step": 25
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"debug/policy_chosen_logits": 1.4937888383865356,
|
163 |
+
"debug/policy_chosen_logps": -61.337852478027344,
|
164 |
+
"debug/policy_rejected_logits": 1.8404518365859985,
|
165 |
+
"debug/policy_rejected_logps": -5.3695268630981445,
|
166 |
+
"debug/reference_chosen_logps": -61.356834411621094,
|
167 |
+
"debug/reference_rejected_logps": -5.380406379699707,
|
168 |
+
"debug/sppo_chosen_loss": 2498.155517578125,
|
169 |
+
"debug/sppo_chosen_reward_in_loss": 0.01897408999502659,
|
170 |
+
"debug/sppo_rej_reward_in_loss": 0.010879549197852612,
|
171 |
+
"debug/sppo_reject_loss": 2501.10498046875,
|
172 |
+
"epoch": 0.10869565217391304,
|
173 |
+
"grad_norm": 37304.285865467384,
|
174 |
+
"learning_rate": 3e-08,
|
175 |
+
"logits/chosen": 1.4937888383865356,
|
176 |
+
"logits/rejected": 1.8404518365859985,
|
177 |
+
"logps/chosen": -61.337852478027344,
|
178 |
+
"logps/rejected": -5.3695268630981445,
|
179 |
+
"loss": 4995.4516,
|
180 |
+
"rewards/accuracies": 0.3499999940395355,
|
181 |
+
"rewards/chosen": 0.00018974088015966117,
|
182 |
+
"rewards/margins": 8.094539953162894e-05,
|
183 |
+
"rewards/rejected": 0.00010879549517994747,
|
184 |
+
"step": 30
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"debug/policy_chosen_logits": 1.5908656120300293,
|
188 |
+
"debug/policy_chosen_logps": -67.03999328613281,
|
189 |
+
"debug/policy_rejected_logits": 1.9137623310089111,
|
190 |
+
"debug/policy_rejected_logps": -7.439389228820801,
|
191 |
+
"debug/reference_chosen_logps": -67.15159606933594,
|
192 |
+
"debug/reference_rejected_logps": -7.461578369140625,
|
193 |
+
"debug/sppo_chosen_loss": 2489.117431640625,
|
194 |
+
"debug/sppo_chosen_reward_in_loss": 0.11160683631896973,
|
195 |
+
"debug/sppo_rej_reward_in_loss": 0.022188443690538406,
|
196 |
+
"debug/sppo_reject_loss": 2502.24462890625,
|
197 |
+
"epoch": 0.12681159420289856,
|
198 |
+
"grad_norm": 80189.68931153638,
|
199 |
+
"learning_rate": 3.4999999999999996e-08,
|
200 |
+
"logits/chosen": 1.5908656120300293,
|
201 |
+
"logits/rejected": 1.9137623310089111,
|
202 |
+
"logps/chosen": -67.03999328613281,
|
203 |
+
"logps/rejected": -7.439389228820801,
|
204 |
+
"loss": 4996.5711,
|
205 |
+
"rewards/accuracies": 0.3499999940395355,
|
206 |
+
"rewards/chosen": 0.0011160684516653419,
|
207 |
+
"rewards/margins": 0.0008941839332692325,
|
208 |
+
"rewards/rejected": 0.00022188443108461797,
|
209 |
+
"step": 35
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"debug/policy_chosen_logits": 1.4925166368484497,
|
213 |
+
"debug/policy_chosen_logps": -90.91502380371094,
|
214 |
+
"debug/policy_rejected_logits": 1.8190809488296509,
|
215 |
+
"debug/policy_rejected_logps": -80.93954467773438,
|
216 |
+
"debug/reference_chosen_logps": -90.82229614257812,
|
217 |
+
"debug/reference_rejected_logps": -81.13166809082031,
|
218 |
+
"debug/sppo_chosen_loss": 2509.4033203125,
|
219 |
+
"debug/sppo_chosen_reward_in_loss": -0.09272497892379761,
|
220 |
+
"debug/sppo_rej_reward_in_loss": 0.19212593138217926,
|
221 |
+
"debug/sppo_reject_loss": 2519.924560546875,
|
222 |
+
"epoch": 0.14492753623188406,
|
223 |
+
"grad_norm": 101789.85983014172,
|
224 |
+
"learning_rate": 4e-08,
|
225 |
+
"logits/chosen": 1.4925166368484497,
|
226 |
+
"logits/rejected": 1.8190809488296509,
|
227 |
+
"logps/chosen": -90.91502380371094,
|
228 |
+
"logps/rejected": -80.93954467773438,
|
229 |
+
"loss": 5008.0297,
|
230 |
+
"rewards/accuracies": 0.10000000149011612,
|
231 |
+
"rewards/chosen": -0.0009272497263737023,
|
232 |
+
"rewards/margins": -0.0028485090006142855,
|
233 |
+
"rewards/rejected": 0.0019212592160329223,
|
234 |
+
"step": 40
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"debug/policy_chosen_logits": 1.4444226026535034,
|
238 |
+
"debug/policy_chosen_logps": -43.32951736450195,
|
239 |
+
"debug/policy_rejected_logits": 1.6251853704452515,
|
240 |
+
"debug/policy_rejected_logps": -7.5910234451293945,
|
241 |
+
"debug/reference_chosen_logps": -43.420326232910156,
|
242 |
+
"debug/reference_rejected_logps": -7.612727165222168,
|
243 |
+
"debug/sppo_chosen_loss": 2491.11474609375,
|
244 |
+
"debug/sppo_chosen_reward_in_loss": 0.09080849587917328,
|
245 |
+
"debug/sppo_rej_reward_in_loss": 0.021703582257032394,
|
246 |
+
"debug/sppo_reject_loss": 2502.208251953125,
|
247 |
+
"epoch": 0.16304347826086957,
|
248 |
+
"grad_norm": 127325.37231669381,
|
249 |
+
"learning_rate": 4.5e-08,
|
250 |
+
"logits/chosen": 1.4444226026535034,
|
251 |
+
"logits/rejected": 1.6251853704452515,
|
252 |
+
"logps/chosen": -43.32951736450195,
|
253 |
+
"logps/rejected": -7.5910234451293945,
|
254 |
+
"loss": 4992.1121,
|
255 |
+
"rewards/accuracies": 0.2750000059604645,
|
256 |
+
"rewards/chosen": 0.0009080851450562477,
|
257 |
+
"rewards/margins": 0.0006910492666065693,
|
258 |
+
"rewards/rejected": 0.00021703580569010228,
|
259 |
+
"step": 45
|
260 |
+
},
|
261 |
+
{
|
262 |
+
"debug/policy_chosen_logits": 1.3567314147949219,
|
263 |
+
"debug/policy_chosen_logps": -88.03765869140625,
|
264 |
+
"debug/policy_rejected_logits": 1.7951405048370361,
|
265 |
+
"debug/policy_rejected_logps": -3.4048943519592285,
|
266 |
+
"debug/reference_chosen_logps": -88.64862823486328,
|
267 |
+
"debug/reference_rejected_logps": -3.3678181171417236,
|
268 |
+
"debug/sppo_chosen_loss": 2454.765380859375,
|
269 |
+
"debug/sppo_chosen_reward_in_loss": 0.6109756231307983,
|
270 |
+
"debug/sppo_rej_reward_in_loss": -0.03707638382911682,
|
271 |
+
"debug/sppo_reject_loss": 2496.30859375,
|
272 |
+
"epoch": 0.18115942028985507,
|
273 |
+
"grad_norm": 58358.722910061,
|
274 |
+
"learning_rate": 5e-08,
|
275 |
+
"logits/chosen": 1.3567314147949219,
|
276 |
+
"logits/rejected": 1.7951405048370361,
|
277 |
+
"logps/chosen": -88.03765869140625,
|
278 |
+
"logps/rejected": -3.4048943519592285,
|
279 |
+
"loss": 4992.9215,
|
280 |
+
"rewards/accuracies": 0.25,
|
281 |
+
"rewards/chosen": 0.006109756417572498,
|
282 |
+
"rewards/margins": 0.006480520125478506,
|
283 |
+
"rewards/rejected": -0.00037076379521749914,
|
284 |
+
"step": 50
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"debug/policy_chosen_logits": 1.3366315364837646,
|
288 |
+
"debug/policy_chosen_logps": -11.845144271850586,
|
289 |
+
"debug/policy_rejected_logits": 1.8784109354019165,
|
290 |
+
"debug/policy_rejected_logps": -3.4788289070129395,
|
291 |
+
"debug/reference_chosen_logps": -11.87784194946289,
|
292 |
+
"debug/reference_rejected_logps": -3.4915835857391357,
|
293 |
+
"debug/sppo_chosen_loss": 2496.794677734375,
|
294 |
+
"debug/sppo_chosen_reward_in_loss": 0.03269771859049797,
|
295 |
+
"debug/sppo_rej_reward_in_loss": 0.012755215167999268,
|
296 |
+
"debug/sppo_reject_loss": 2501.293212890625,
|
297 |
+
"epoch": 0.19927536231884058,
|
298 |
+
"grad_norm": 60865.57057492795,
|
299 |
+
"learning_rate": 5.5e-08,
|
300 |
+
"logits/chosen": 1.3366315364837646,
|
301 |
+
"logits/rejected": 1.8784109354019165,
|
302 |
+
"logps/chosen": -11.845144271850586,
|
303 |
+
"logps/rejected": -3.4788289070129395,
|
304 |
+
"loss": 4988.9117,
|
305 |
+
"rewards/accuracies": 0.30000001192092896,
|
306 |
+
"rewards/chosen": 0.0003269771987106651,
|
307 |
+
"rewards/margins": 0.00019942503422498703,
|
308 |
+
"rewards/rejected": 0.00012755214993376285,
|
309 |
+
"step": 55
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"debug/policy_chosen_logits": 1.532639741897583,
|
313 |
+
"debug/policy_chosen_logps": -4.54892635345459,
|
314 |
+
"debug/policy_rejected_logits": 1.8314745426177979,
|
315 |
+
"debug/policy_rejected_logps": -8.05273151397705,
|
316 |
+
"debug/reference_chosen_logps": -4.53155517578125,
|
317 |
+
"debug/reference_rejected_logps": -8.040096282958984,
|
318 |
+
"debug/sppo_chosen_loss": 2501.75537109375,
|
319 |
+
"debug/sppo_chosen_reward_in_loss": -0.017371535301208496,
|
320 |
+
"debug/sppo_rej_reward_in_loss": -0.01263415813446045,
|
321 |
+
"debug/sppo_reject_loss": 2498.755126953125,
|
322 |
+
"epoch": 0.21739130434782608,
|
323 |
+
"grad_norm": 81182.53900123628,
|
324 |
+
"learning_rate": 6e-08,
|
325 |
+
"logits/chosen": 1.532639741897583,
|
326 |
+
"logits/rejected": 1.8314745426177979,
|
327 |
+
"logps/chosen": -4.54892635345459,
|
328 |
+
"logps/rejected": -8.05273151397705,
|
329 |
+
"loss": 5001.6219,
|
330 |
+
"rewards/accuracies": 0.2750000059604645,
|
331 |
+
"rewards/chosen": -0.00017371535068377852,
|
332 |
+
"rewards/margins": -4.7373774577863514e-05,
|
333 |
+
"rewards/rejected": -0.000126341576105915,
|
334 |
+
"step": 60
|
335 |
+
},
|
336 |
+
{
|
337 |
+
"debug/policy_chosen_logits": 1.488297939300537,
|
338 |
+
"debug/policy_chosen_logps": -133.06114196777344,
|
339 |
+
"debug/policy_rejected_logits": 1.8658514022827148,
|
340 |
+
"debug/policy_rejected_logps": -12.593046188354492,
|
341 |
+
"debug/reference_chosen_logps": -133.0397491455078,
|
342 |
+
"debug/reference_rejected_logps": -12.575475692749023,
|
343 |
+
"debug/sppo_chosen_loss": 2502.216552734375,
|
344 |
+
"debug/sppo_chosen_reward_in_loss": -0.0213775634765625,
|
345 |
+
"debug/sppo_rej_reward_in_loss": -0.017570963129401207,
|
346 |
+
"debug/sppo_reject_loss": 2498.254638671875,
|
347 |
+
"epoch": 0.23550724637681159,
|
348 |
+
"grad_norm": 17622.6879814254,
|
349 |
+
"learning_rate": 6.5e-08,
|
350 |
+
"logits/chosen": 1.488297939300537,
|
351 |
+
"logits/rejected": 1.8658514022827148,
|
352 |
+
"logps/chosen": -133.06114196777344,
|
353 |
+
"logps/rejected": -12.593046188354492,
|
354 |
+
"loss": 4999.2039,
|
355 |
+
"rewards/accuracies": 0.3499999940395355,
|
356 |
+
"rewards/chosen": -0.00021377562370616943,
|
357 |
+
"rewards/margins": -3.806598761002533e-05,
|
358 |
+
"rewards/rejected": -0.0001757096324581653,
|
359 |
+
"step": 65
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"debug/policy_chosen_logits": 1.6522119045257568,
|
363 |
+
"debug/policy_chosen_logps": -7.065809726715088,
|
364 |
+
"debug/policy_rejected_logits": 1.638129472732544,
|
365 |
+
"debug/policy_rejected_logps": -95.52651977539062,
|
366 |
+
"debug/reference_chosen_logps": -7.0487470626831055,
|
367 |
+
"debug/reference_rejected_logps": -95.66188049316406,
|
368 |
+
"debug/sppo_chosen_loss": 2501.720947265625,
|
369 |
+
"debug/sppo_chosen_reward_in_loss": -0.01706244982779026,
|
370 |
+
"debug/sppo_rej_reward_in_loss": 0.135361909866333,
|
371 |
+
"debug/sppo_reject_loss": 2514.490966796875,
|
372 |
+
"epoch": 0.2536231884057971,
|
373 |
+
"grad_norm": 69921.87787045751,
|
374 |
+
"learning_rate": 6.999999999999999e-08,
|
375 |
+
"logits/chosen": 1.6522119045257568,
|
376 |
+
"logits/rejected": 1.638129472732544,
|
377 |
+
"logps/chosen": -7.065809726715088,
|
378 |
+
"logps/rejected": -95.52651977539062,
|
379 |
+
"loss": 4999.0477,
|
380 |
+
"rewards/accuracies": 0.20000000298023224,
|
381 |
+
"rewards/chosen": -0.0001706244656816125,
|
382 |
+
"rewards/margins": -0.0015242435038089752,
|
383 |
+
"rewards/rejected": 0.0013536190381273627,
|
384 |
+
"step": 70
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"debug/policy_chosen_logits": 1.4129836559295654,
|
388 |
+
"debug/policy_chosen_logps": -122.12205505371094,
|
389 |
+
"debug/policy_rejected_logits": 1.7989412546157837,
|
390 |
+
"debug/policy_rejected_logps": -41.31743621826172,
|
391 |
+
"debug/reference_chosen_logps": -122.72642517089844,
|
392 |
+
"debug/reference_rejected_logps": -41.365840911865234,
|
393 |
+
"debug/sppo_chosen_loss": 2452.815673828125,
|
394 |
+
"debug/sppo_chosen_reward_in_loss": 0.6043859720230103,
|
395 |
+
"debug/sppo_rej_reward_in_loss": 0.04840099439024925,
|
396 |
+
"debug/sppo_reject_loss": 2504.8818359375,
|
397 |
+
"epoch": 0.2717391304347826,
|
398 |
+
"grad_norm": 264335.1107357926,
|
399 |
+
"learning_rate": 7.5e-08,
|
400 |
+
"logits/chosen": 1.4129836559295654,
|
401 |
+
"logits/rejected": 1.7989412546157837,
|
402 |
+
"logps/chosen": -122.12205505371094,
|
403 |
+
"logps/rejected": -41.31743621826172,
|
404 |
+
"loss": 5007.7828,
|
405 |
+
"rewards/accuracies": 0.3499999940395355,
|
406 |
+
"rewards/chosen": 0.006043859291821718,
|
407 |
+
"rewards/margins": 0.005559849552810192,
|
408 |
+
"rewards/rejected": 0.00048400991363450885,
|
409 |
+
"step": 75
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"debug/policy_chosen_logits": 1.3792654275894165,
|
413 |
+
"debug/policy_chosen_logps": -5.836012840270996,
|
414 |
+
"debug/policy_rejected_logits": 1.7591722011566162,
|
415 |
+
"debug/policy_rejected_logps": -4.791333198547363,
|
416 |
+
"debug/reference_chosen_logps": -5.829151630401611,
|
417 |
+
"debug/reference_rejected_logps": -4.762129306793213,
|
418 |
+
"debug/sppo_chosen_loss": 2500.70458984375,
|
419 |
+
"debug/sppo_chosen_reward_in_loss": -0.006861341651529074,
|
420 |
+
"debug/sppo_rej_reward_in_loss": -0.02920418418943882,
|
421 |
+
"debug/sppo_reject_loss": 2497.136962890625,
|
422 |
+
"epoch": 0.2898550724637681,
|
423 |
+
"grad_norm": 15656.535742450906,
|
424 |
+
"learning_rate": 8e-08,
|
425 |
+
"logits/chosen": 1.3792654275894165,
|
426 |
+
"logits/rejected": 1.7591722011566162,
|
427 |
+
"logps/chosen": -5.836012840270996,
|
428 |
+
"logps/rejected": -4.791333198547363,
|
429 |
+
"loss": 4993.7707,
|
430 |
+
"rewards/accuracies": 0.20000000298023224,
|
431 |
+
"rewards/chosen": -6.861341535113752e-05,
|
432 |
+
"rewards/margins": 0.00022342840384226292,
|
433 |
+
"rewards/rejected": -0.0002920418046414852,
|
434 |
+
"step": 80
|
435 |
+
},
|
436 |
+
{
|
437 |
+
"debug/policy_chosen_logits": 1.5190160274505615,
|
438 |
+
"debug/policy_chosen_logps": -64.62407684326172,
|
439 |
+
"debug/policy_rejected_logits": 2.1376373767852783,
|
440 |
+
"debug/policy_rejected_logps": -7.913151741027832,
|
441 |
+
"debug/reference_chosen_logps": -64.85469055175781,
|
442 |
+
"debug/reference_rejected_logps": -7.927921295166016,
|
443 |
+
"debug/sppo_chosen_loss": 2478.92041015625,
|
444 |
+
"debug/sppo_chosen_reward_in_loss": 0.23062074184417725,
|
445 |
+
"debug/sppo_rej_reward_in_loss": 0.014769583940505981,
|
446 |
+
"debug/sppo_reject_loss": 2501.4853515625,
|
447 |
+
"epoch": 0.3079710144927536,
|
448 |
+
"grad_norm": 51152.42234215201,
|
449 |
+
"learning_rate": 8.5e-08,
|
450 |
+
"logits/chosen": 1.5190160274505615,
|
451 |
+
"logits/rejected": 2.1376373767852783,
|
452 |
+
"logps/chosen": -64.62407684326172,
|
453 |
+
"logps/rejected": -7.913151741027832,
|
454 |
+
"loss": 4991.4711,
|
455 |
+
"rewards/accuracies": 0.2750000059604645,
|
456 |
+
"rewards/chosen": 0.0023062073159962893,
|
457 |
+
"rewards/margins": 0.002158511197194457,
|
458 |
+
"rewards/rejected": 0.00014769584231544286,
|
459 |
+
"step": 85
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"debug/policy_chosen_logits": 1.2532832622528076,
|
463 |
+
"debug/policy_chosen_logps": -122.0447769165039,
|
464 |
+
"debug/policy_rejected_logits": 1.4385173320770264,
|
465 |
+
"debug/policy_rejected_logps": -7.544157981872559,
|
466 |
+
"debug/reference_chosen_logps": -122.35246276855469,
|
467 |
+
"debug/reference_rejected_logps": -7.5182623863220215,
|
468 |
+
"debug/sppo_chosen_loss": 2472.504150390625,
|
469 |
+
"debug/sppo_chosen_reward_in_loss": 0.3076968491077423,
|
470 |
+
"debug/sppo_rej_reward_in_loss": -0.025895338505506516,
|
471 |
+
"debug/sppo_reject_loss": 2497.43994140625,
|
472 |
+
"epoch": 0.32608695652173914,
|
473 |
+
"grad_norm": 15987.307319112604,
|
474 |
+
"learning_rate": 9e-08,
|
475 |
+
"logits/chosen": 1.2532832622528076,
|
476 |
+
"logits/rejected": 1.4385173320770264,
|
477 |
+
"logps/chosen": -122.0447769165039,
|
478 |
+
"logps/rejected": -7.544157981872559,
|
479 |
+
"loss": 4997.1215,
|
480 |
+
"rewards/accuracies": 0.42500001192092896,
|
481 |
+
"rewards/chosen": 0.0030769682489335537,
|
482 |
+
"rewards/margins": 0.0033359217923134565,
|
483 |
+
"rewards/rejected": -0.0002589533687569201,
|
484 |
+
"step": 90
|
485 |
+
},
|
486 |
+
{
|
487 |
+
"debug/policy_chosen_logits": 1.44913911819458,
|
488 |
+
"debug/policy_chosen_logps": -149.0557098388672,
|
489 |
+
"debug/policy_rejected_logits": 1.7728023529052734,
|
490 |
+
"debug/policy_rejected_logps": -8.200785636901855,
|
491 |
+
"debug/reference_chosen_logps": -149.43124389648438,
|
492 |
+
"debug/reference_rejected_logps": -8.184698104858398,
|
493 |
+
"debug/sppo_chosen_loss": 2464.93408203125,
|
494 |
+
"debug/sppo_chosen_reward_in_loss": 0.3755301237106323,
|
495 |
+
"debug/sppo_rej_reward_in_loss": -0.016088182106614113,
|
496 |
+
"debug/sppo_reject_loss": 2498.406982421875,
|
497 |
+
"epoch": 0.3442028985507246,
|
498 |
+
"grad_norm": 13150.098708323369,
|
499 |
+
"learning_rate": 9.499999999999999e-08,
|
500 |
+
"logits/chosen": 1.44913911819458,
|
501 |
+
"logits/rejected": 1.7728023529052734,
|
502 |
+
"logps/chosen": -149.0557098388672,
|
503 |
+
"logps/rejected": -8.200785636901855,
|
504 |
+
"loss": 4994.3016,
|
505 |
+
"rewards/accuracies": 0.4000000059604645,
|
506 |
+
"rewards/chosen": 0.0037553017027676105,
|
507 |
+
"rewards/margins": 0.003916183020919561,
|
508 |
+
"rewards/rejected": -0.00016088179836515337,
|
509 |
+
"step": 95
|
510 |
+
},
|
511 |
+
{
|
512 |
+
"debug/policy_chosen_logits": 1.2099888324737549,
|
513 |
+
"debug/policy_chosen_logps": -6.501370906829834,
|
514 |
+
"debug/policy_rejected_logits": 1.892987847328186,
|
515 |
+
"debug/policy_rejected_logps": -1.8146244287490845,
|
516 |
+
"debug/reference_chosen_logps": -6.515327453613281,
|
517 |
+
"debug/reference_rejected_logps": -1.8118356466293335,
|
518 |
+
"debug/sppo_chosen_loss": 2498.66552734375,
|
519 |
+
"debug/sppo_chosen_reward_in_loss": 0.013957425951957703,
|
520 |
+
"debug/sppo_rej_reward_in_loss": -0.002788883401080966,
|
521 |
+
"debug/sppo_reject_loss": 2499.729736328125,
|
522 |
+
"epoch": 0.36231884057971014,
|
523 |
+
"grad_norm": 48606.634339351476,
|
524 |
+
"learning_rate": 1e-07,
|
525 |
+
"logits/chosen": 1.2099888324737549,
|
526 |
+
"logits/rejected": 1.892987847328186,
|
527 |
+
"logps/chosen": -6.501370906829834,
|
528 |
+
"logps/rejected": -1.8146244287490845,
|
529 |
+
"loss": 4997.6852,
|
530 |
+
"rewards/accuracies": 0.25,
|
531 |
+
"rewards/chosen": 0.0001395742583554238,
|
532 |
+
"rewards/margins": 0.00016746309120208025,
|
533 |
+
"rewards/rejected": -2.788883284665644e-05,
|
534 |
+
"step": 100
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.36231884057971014,
|
538 |
+
"eval_debug/policy_chosen_logits": 1.6633050441741943,
|
539 |
+
"eval_debug/policy_chosen_logps": -122.66744232177734,
|
540 |
+
"eval_debug/policy_rejected_logits": 1.7245433330535889,
|
541 |
+
"eval_debug/policy_rejected_logps": -63.6384391784668,
|
542 |
+
"eval_debug/reference_chosen_logps": -123.14806365966797,
|
543 |
+
"eval_debug/reference_rejected_logps": -63.887054443359375,
|
544 |
+
"eval_debug/sppo_chosen_loss": 2455.7412109375,
|
545 |
+
"eval_debug/sppo_chosen_reward_in_loss": 0.4806005656719208,
|
546 |
+
"eval_debug/sppo_rej_reward_in_loss": 0.24862028658390045,
|
547 |
+
"eval_debug/sppo_reject_loss": 2529.1591796875,
|
548 |
+
"eval_logits/chosen": 1.6633050441741943,
|
549 |
+
"eval_logits/rejected": 1.7245433330535889,
|
550 |
+
"eval_logps/chosen": -122.66744232177734,
|
551 |
+
"eval_logps/rejected": -63.6384391784668,
|
552 |
+
"eval_loss": 4986.5,
|
553 |
+
"eval_rewards/accuracies": 0.31578946113586426,
|
554 |
+
"eval_rewards/chosen": 0.004806005861610174,
|
555 |
+
"eval_rewards/margins": 0.0023198029957711697,
|
556 |
+
"eval_rewards/rejected": 0.002486202633008361,
|
557 |
+
"eval_runtime": 29.2776,
|
558 |
+
"eval_samples_per_second": 20.494,
|
559 |
+
"eval_steps_per_second": 0.649,
|
560 |
+
"step": 100
|
561 |
+
},
|
562 |
+
{
|
563 |
+
"debug/policy_chosen_logits": 1.1337151527404785,
|
564 |
+
"debug/policy_chosen_logps": -5.464511871337891,
|
565 |
+
"debug/policy_rejected_logits": 1.2518866062164307,
|
566 |
+
"debug/policy_rejected_logps": -100.66749572753906,
|
567 |
+
"debug/reference_chosen_logps": -5.478997230529785,
|
568 |
+
"debug/reference_rejected_logps": -100.13005828857422,
|
569 |
+
"debug/sppo_chosen_loss": 2498.566650390625,
|
570 |
+
"debug/sppo_chosen_reward_in_loss": 0.014485633000731468,
|
571 |
+
"debug/sppo_rej_reward_in_loss": -0.5374492406845093,
|
572 |
+
"debug/sppo_reject_loss": 2460.12158203125,
|
573 |
+
"epoch": 0.3804347826086957,
|
574 |
+
"grad_norm": 233662.76041400852,
|
575 |
+
"learning_rate": 9.98009940204023e-08,
|
576 |
+
"logits/chosen": 1.1337151527404785,
|
577 |
+
"logits/rejected": 1.2518866062164307,
|
578 |
+
"logps/chosen": -5.464511871337891,
|
579 |
+
"logps/rejected": -100.66749572753906,
|
580 |
+
"loss": 5023.0688,
|
581 |
+
"rewards/accuracies": 0.25,
|
582 |
+
"rewards/chosen": 0.00014485632709693164,
|
583 |
+
"rewards/margins": 0.0055193486623466015,
|
584 |
+
"rewards/rejected": -0.005374492146074772,
|
585 |
+
"step": 105
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"debug/policy_chosen_logits": 1.2909049987792969,
|
589 |
+
"debug/policy_chosen_logps": -69.8453598022461,
|
590 |
+
"debug/policy_rejected_logits": 1.5784929990768433,
|
591 |
+
"debug/policy_rejected_logps": -6.722166538238525,
|
592 |
+
"debug/reference_chosen_logps": -70.15248107910156,
|
593 |
+
"debug/reference_rejected_logps": -6.677098274230957,
|
594 |
+
"debug/sppo_chosen_loss": 2473.166015625,
|
595 |
+
"debug/sppo_chosen_reward_in_loss": 0.30711063742637634,
|
596 |
+
"debug/sppo_rej_reward_in_loss": -0.045068077743053436,
|
597 |
+
"debug/sppo_reject_loss": 2495.512451171875,
|
598 |
+
"epoch": 0.39855072463768115,
|
599 |
+
"grad_norm": 54187.6399779739,
|
600 |
+
"learning_rate": 9.92055602168058e-08,
|
601 |
+
"logits/chosen": 1.2909049987792969,
|
602 |
+
"logits/rejected": 1.5784929990768433,
|
603 |
+
"logps/chosen": -69.8453598022461,
|
604 |
+
"logps/rejected": -6.722166538238525,
|
605 |
+
"loss": 4988.0766,
|
606 |
+
"rewards/accuracies": 0.375,
|
607 |
+
"rewards/chosen": 0.003071106504648924,
|
608 |
+
"rewards/margins": 0.003521787002682686,
|
609 |
+
"rewards/rejected": -0.00045068078907206655,
|
610 |
+
"step": 110
|
611 |
+
},
|
612 |
+
{
|
613 |
+
"debug/policy_chosen_logits": 1.5610486268997192,
|
614 |
+
"debug/policy_chosen_logps": -72.94502258300781,
|
615 |
+
"debug/policy_rejected_logits": 1.9416284561157227,
|
616 |
+
"debug/policy_rejected_logps": -17.85445213317871,
|
617 |
+
"debug/reference_chosen_logps": -73.14714050292969,
|
618 |
+
"debug/reference_rejected_logps": -17.959739685058594,
|
619 |
+
"debug/sppo_chosen_loss": 2480.93798828125,
|
620 |
+
"debug/sppo_chosen_reward_in_loss": 0.20211248099803925,
|
621 |
+
"debug/sppo_rej_reward_in_loss": 0.10528746992349625,
|
622 |
+
"debug/sppo_reject_loss": 2511.402587890625,
|
623 |
+
"epoch": 0.4166666666666667,
|
624 |
+
"grad_norm": 36462.2274872176,
|
625 |
+
"learning_rate": 9.821843838470533e-08,
|
626 |
+
"logits/chosen": 1.5610486268997192,
|
627 |
+
"logits/rejected": 1.9416284561157227,
|
628 |
+
"logps/chosen": -72.94502258300781,
|
629 |
+
"logps/rejected": -17.85445213317871,
|
630 |
+
"loss": 4989.1812,
|
631 |
+
"rewards/accuracies": 0.32499998807907104,
|
632 |
+
"rewards/chosen": 0.002021125052124262,
|
633 |
+
"rewards/margins": 0.0009682502713985741,
|
634 |
+
"rewards/rejected": 0.0010528747225180268,
|
635 |
+
"step": 115
|
636 |
+
},
|
637 |
+
{
|
638 |
+
"debug/policy_chosen_logits": 1.3458185195922852,
|
639 |
+
"debug/policy_chosen_logps": -47.522071838378906,
|
640 |
+
"debug/policy_rejected_logits": 1.701849341392517,
|
641 |
+
"debug/policy_rejected_logps": -2.4559662342071533,
|
642 |
+
"debug/reference_chosen_logps": -47.64037322998047,
|
643 |
+
"debug/reference_rejected_logps": -2.4745194911956787,
|
644 |
+
"debug/sppo_chosen_loss": 2488.593017578125,
|
645 |
+
"debug/sppo_chosen_reward_in_loss": 0.1182965412735939,
|
646 |
+
"debug/sppo_rej_reward_in_loss": 0.018553102388978004,
|
647 |
+
"debug/sppo_reject_loss": 2501.86083984375,
|
648 |
+
"epoch": 0.43478260869565216,
|
649 |
+
"grad_norm": 44388.4153538321,
|
650 |
+
"learning_rate": 9.684748624998809e-08,
|
651 |
+
"logits/chosen": 1.3458185195922852,
|
652 |
+
"logits/rejected": 1.701849341392517,
|
653 |
+
"logps/chosen": -47.522071838378906,
|
654 |
+
"logps/rejected": -2.4559662342071533,
|
655 |
+
"loss": 4995.3309,
|
656 |
+
"rewards/accuracies": 0.17499999701976776,
|
657 |
+
"rewards/chosen": 0.0011829653521999717,
|
658 |
+
"rewards/margins": 0.0009974343702197075,
|
659 |
+
"rewards/rejected": 0.00018553101108409464,
|
660 |
+
"step": 120
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"debug/policy_chosen_logits": 1.4266709089279175,
|
664 |
+
"debug/policy_chosen_logps": -6.328521251678467,
|
665 |
+
"debug/policy_rejected_logits": 1.6656681299209595,
|
666 |
+
"debug/policy_rejected_logps": -58.306007385253906,
|
667 |
+
"debug/reference_chosen_logps": -6.291218280792236,
|
668 |
+
"debug/reference_rejected_logps": -58.57655715942383,
|
669 |
+
"debug/sppo_chosen_loss": 2503.767333984375,
|
670 |
+
"debug/sppo_chosen_reward_in_loss": -0.037303246557712555,
|
671 |
+
"debug/sppo_rej_reward_in_loss": 0.27054446935653687,
|
672 |
+
"debug/sppo_reject_loss": 2530.11767578125,
|
673 |
+
"epoch": 0.4528985507246377,
|
674 |
+
"grad_norm": 35653.64462552226,
|
675 |
+
"learning_rate": 9.510361691955607e-08,
|
676 |
+
"logits/chosen": 1.4266709089279175,
|
677 |
+
"logits/rejected": 1.6656681299209595,
|
678 |
+
"logps/chosen": -6.328521251678467,
|
679 |
+
"logps/rejected": -58.306007385253906,
|
680 |
+
"loss": 4997.7953,
|
681 |
+
"rewards/accuracies": 0.25,
|
682 |
+
"rewards/chosen": -0.000373032467905432,
|
683 |
+
"rewards/margins": -0.0030784769915044308,
|
684 |
+
"rewards/rejected": 0.0027054445818066597,
|
685 |
+
"step": 125
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"debug/policy_chosen_logits": 1.2133262157440186,
|
689 |
+
"debug/policy_chosen_logps": -4.814808368682861,
|
690 |
+
"debug/policy_rejected_logits": 1.638085961341858,
|
691 |
+
"debug/policy_rejected_logps": -7.694342136383057,
|
692 |
+
"debug/reference_chosen_logps": -4.811456203460693,
|
693 |
+
"debug/reference_rejected_logps": -7.753373622894287,
|
694 |
+
"debug/sppo_chosen_loss": 2500.358154296875,
|
695 |
+
"debug/sppo_chosen_reward_in_loss": -0.003351741936057806,
|
696 |
+
"debug/sppo_rej_reward_in_loss": 0.059032391756772995,
|
697 |
+
"debug/sppo_reject_loss": 2506.000732421875,
|
698 |
+
"epoch": 0.47101449275362317,
|
699 |
+
"grad_norm": 56980.429768390655,
|
700 |
+
"learning_rate": 9.300071201038502e-08,
|
701 |
+
"logits/chosen": 1.2133262157440186,
|
702 |
+
"logits/rejected": 1.638085961341858,
|
703 |
+
"logps/chosen": -4.814808368682861,
|
704 |
+
"logps/rejected": -7.694342136383057,
|
705 |
+
"loss": 4970.8211,
|
706 |
+
"rewards/accuracies": 0.20000000298023224,
|
707 |
+
"rewards/chosen": -3.351741543156095e-05,
|
708 |
+
"rewards/margins": -0.0006238413043320179,
|
709 |
+
"rewards/rejected": 0.0005903238779865205,
|
710 |
+
"step": 130
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"debug/policy_chosen_logits": 1.3553920984268188,
|
714 |
+
"debug/policy_chosen_logps": -7.613694667816162,
|
715 |
+
"debug/policy_rejected_logits": 1.8132812976837158,
|
716 |
+
"debug/policy_rejected_logps": -45.774879455566406,
|
717 |
+
"debug/reference_chosen_logps": -7.610405921936035,
|
718 |
+
"debug/reference_rejected_logps": -46.041690826416016,
|
719 |
+
"debug/sppo_chosen_loss": 2500.42138671875,
|
720 |
+
"debug/sppo_chosen_reward_in_loss": -0.0032895803451538086,
|
721 |
+
"debug/sppo_rej_reward_in_loss": 0.2668178975582123,
|
722 |
+
"debug/sppo_reject_loss": 2528.033935546875,
|
723 |
+
"epoch": 0.4891304347826087,
|
724 |
+
"grad_norm": 22513.750392611728,
|
725 |
+
"learning_rate": 9.055551114853295e-08,
|
726 |
+
"logits/chosen": 1.3553920984268188,
|
727 |
+
"logits/rejected": 1.8132812976837158,
|
728 |
+
"logps/chosen": -7.613694667816162,
|
729 |
+
"logps/rejected": -45.774879455566406,
|
730 |
+
"loss": 5004.3156,
|
731 |
+
"rewards/accuracies": 0.22499999403953552,
|
732 |
+
"rewards/chosen": -3.289579035481438e-05,
|
733 |
+
"rewards/margins": -0.0027010745834559202,
|
734 |
+
"rewards/rejected": 0.0026681788731366396,
|
735 |
+
"step": 135
|
736 |
+
},
|
737 |
+
{
|
738 |
+
"debug/policy_chosen_logits": 1.7337901592254639,
|
739 |
+
"debug/policy_chosen_logps": -10.878243446350098,
|
740 |
+
"debug/policy_rejected_logits": 2.027592182159424,
|
741 |
+
"debug/policy_rejected_logps": -1.9502204656600952,
|
742 |
+
"debug/reference_chosen_logps": -10.920201301574707,
|
743 |
+
"debug/reference_rejected_logps": -1.9509022235870361,
|
744 |
+
"debug/sppo_chosen_loss": 2495.86865234375,
|
745 |
+
"debug/sppo_chosen_reward_in_loss": 0.04195826128125191,
|
746 |
+
"debug/sppo_rej_reward_in_loss": 0.0006817228859290481,
|
747 |
+
"debug/sppo_reject_loss": 2500.08251953125,
|
748 |
+
"epoch": 0.5072463768115942,
|
749 |
+
"grad_norm": 207027.63645308473,
|
750 |
+
"learning_rate": 8.778747871771291e-08,
|
751 |
+
"logits/chosen": 1.7337901592254639,
|
752 |
+
"logits/rejected": 2.027592182159424,
|
753 |
+
"logps/chosen": -10.878243446350098,
|
754 |
+
"logps/rejected": -1.9502204656600952,
|
755 |
+
"loss": 5006.7344,
|
756 |
+
"rewards/accuracies": 0.3499999940395355,
|
757 |
+
"rewards/chosen": 0.00041958261863328516,
|
758 |
+
"rewards/margins": 0.0004127653664909303,
|
759 |
+
"rewards/rejected": 6.817223038524389e-06,
|
760 |
+
"step": 140
|
761 |
+
},
|
762 |
+
{
|
763 |
+
"debug/policy_chosen_logits": 1.2483991384506226,
|
764 |
+
"debug/policy_chosen_logps": -226.301025390625,
|
765 |
+
"debug/policy_rejected_logits": 1.5713260173797607,
|
766 |
+
"debug/policy_rejected_logps": -5.900942802429199,
|
767 |
+
"debug/reference_chosen_logps": -228.1366729736328,
|
768 |
+
"debug/reference_rejected_logps": -5.889040946960449,
|
769 |
+
"debug/sppo_chosen_loss": 2360.619873046875,
|
770 |
+
"debug/sppo_chosen_reward_in_loss": 1.8356482982635498,
|
771 |
+
"debug/sppo_rej_reward_in_loss": -0.011901888065040112,
|
772 |
+
"debug/sppo_reject_loss": 2498.83056640625,
|
773 |
+
"epoch": 0.5253623188405797,
|
774 |
+
"grad_norm": 56481.61321339093,
|
775 |
+
"learning_rate": 8.471864891814303e-08,
|
776 |
+
"logits/chosen": 1.2483991384506226,
|
777 |
+
"logits/rejected": 1.5713260173797607,
|
778 |
+
"logps/chosen": -226.301025390625,
|
779 |
+
"logps/rejected": -5.900942802429199,
|
780 |
+
"loss": 4990.75,
|
781 |
+
"rewards/accuracies": 0.4000000059604645,
|
782 |
+
"rewards/chosen": 0.018356481567025185,
|
783 |
+
"rewards/margins": 0.018475499004125595,
|
784 |
+
"rewards/rejected": -0.00011901887774001807,
|
785 |
+
"step": 145
|
786 |
+
},
|
787 |
+
{
|
788 |
+
"debug/policy_chosen_logits": 1.6154155731201172,
|
789 |
+
"debug/policy_chosen_logps": -195.41567993164062,
|
790 |
+
"debug/policy_rejected_logits": 2.077685594558716,
|
791 |
+
"debug/policy_rejected_logps": -69.73979187011719,
|
792 |
+
"debug/reference_chosen_logps": -198.35165405273438,
|
793 |
+
"debug/reference_rejected_logps": -70.21018981933594,
|
794 |
+
"debug/sppo_chosen_loss": 2386.256103515625,
|
795 |
+
"debug/sppo_chosen_reward_in_loss": 2.9359681606292725,
|
796 |
+
"debug/sppo_rej_reward_in_loss": 0.47039833664894104,
|
797 |
+
"debug/sppo_reject_loss": 2554.950439453125,
|
798 |
+
"epoch": 0.5434782608695652,
|
799 |
+
"grad_norm": 23877.971889635744,
|
800 |
+
"learning_rate": 8.13734503690426e-08,
|
801 |
+
"logits/chosen": 1.6154155731201172,
|
802 |
+
"logits/rejected": 2.077685594558716,
|
803 |
+
"logps/chosen": -195.41567993164062,
|
804 |
+
"logps/rejected": -69.73979187011719,
|
805 |
+
"loss": 4975.2414,
|
806 |
+
"rewards/accuracies": 0.25,
|
807 |
+
"rewards/chosen": 0.02935967966914177,
|
808 |
+
"rewards/margins": 0.024655699729919434,
|
809 |
+
"rewards/rejected": 0.004703983664512634,
|
810 |
+
"step": 150
|
811 |
+
},
|
812 |
+
{
|
813 |
+
"debug/policy_chosen_logits": 1.3934733867645264,
|
814 |
+
"debug/policy_chosen_logps": -186.84793090820312,
|
815 |
+
"debug/policy_rejected_logits": 1.7428455352783203,
|
816 |
+
"debug/policy_rejected_logps": -11.295183181762695,
|
817 |
+
"debug/reference_chosen_logps": -188.67599487304688,
|
818 |
+
"debug/reference_rejected_logps": -11.309015274047852,
|
819 |
+
"debug/sppo_chosen_loss": 2406.025634765625,
|
820 |
+
"debug/sppo_chosen_reward_in_loss": 1.828051209449768,
|
821 |
+
"debug/sppo_rej_reward_in_loss": 0.013833016157150269,
|
822 |
+
"debug/sppo_reject_loss": 2501.45263671875,
|
823 |
+
"epoch": 0.5615942028985508,
|
824 |
+
"grad_norm": 49089.76331500084,
|
825 |
+
"learning_rate": 7.77785116509801e-08,
|
826 |
+
"logits/chosen": 1.3934733867645264,
|
827 |
+
"logits/rejected": 1.7428455352783203,
|
828 |
+
"logps/chosen": -186.84793090820312,
|
829 |
+
"logps/rejected": -11.295183181762695,
|
830 |
+
"loss": 4959.9672,
|
831 |
+
"rewards/accuracies": 0.32499998807907104,
|
832 |
+
"rewards/chosen": 0.0182805135846138,
|
833 |
+
"rewards/margins": 0.018142182379961014,
|
834 |
+
"rewards/rejected": 0.00013833014236297458,
|
835 |
+
"step": 155
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"debug/policy_chosen_logits": 1.1241214275360107,
|
839 |
+
"debug/policy_chosen_logps": -41.29949951171875,
|
840 |
+
"debug/policy_rejected_logits": 1.587595820426941,
|
841 |
+
"debug/policy_rejected_logps": -7.305385589599609,
|
842 |
+
"debug/reference_chosen_logps": -41.46500778198242,
|
843 |
+
"debug/reference_rejected_logps": -7.236231803894043,
|
844 |
+
"debug/sppo_chosen_loss": 2484.546875,
|
845 |
+
"debug/sppo_chosen_reward_in_loss": 0.16550657153129578,
|
846 |
+
"debug/sppo_rej_reward_in_loss": -0.06915402412414551,
|
847 |
+
"debug/sppo_reject_loss": 2493.12939453125,
|
848 |
+
"epoch": 0.5797101449275363,
|
849 |
+
"grad_norm": 14605.8114006113,
|
850 |
+
"learning_rate": 7.396244933600284e-08,
|
851 |
+
"logits/chosen": 1.1241214275360107,
|
852 |
+
"logits/rejected": 1.587595820426941,
|
853 |
+
"logps/chosen": -41.29949951171875,
|
854 |
+
"logps/rejected": -7.305385589599609,
|
855 |
+
"loss": 4964.507,
|
856 |
+
"rewards/accuracies": 0.3499999940395355,
|
857 |
+
"rewards/chosen": 0.0016550656873732805,
|
858 |
+
"rewards/margins": 0.002346605993807316,
|
859 |
+
"rewards/rejected": -0.0006915402482263744,
|
860 |
+
"step": 160
|
861 |
+
},
|
862 |
+
{
|
863 |
+
"debug/policy_chosen_logits": 1.6341183185577393,
|
864 |
+
"debug/policy_chosen_logps": -46.92511749267578,
|
865 |
+
"debug/policy_rejected_logits": 1.4523030519485474,
|
866 |
+
"debug/policy_rejected_logps": -26.32564926147461,
|
867 |
+
"debug/reference_chosen_logps": -47.207061767578125,
|
868 |
+
"debug/reference_rejected_logps": -26.676687240600586,
|
869 |
+
"debug/sppo_chosen_loss": 2474.646484375,
|
870 |
+
"debug/sppo_chosen_reward_in_loss": 0.28194811940193176,
|
871 |
+
"debug/sppo_rej_reward_in_loss": 0.35103607177734375,
|
872 |
+
"debug/sppo_reject_loss": 2538.4462890625,
|
873 |
+
"epoch": 0.5978260869565217,
|
874 |
+
"grad_norm": 36718.92822244079,
|
875 |
+
"learning_rate": 6.995564019287869e-08,
|
876 |
+
"logits/chosen": 1.6341183185577393,
|
877 |
+
"logits/rejected": 1.4523030519485474,
|
878 |
+
"logps/chosen": -46.92511749267578,
|
879 |
+
"logps/rejected": -26.32564926147461,
|
880 |
+
"loss": 5053.6191,
|
881 |
+
"rewards/accuracies": 0.125,
|
882 |
+
"rewards/chosen": 0.002819481072947383,
|
883 |
+
"rewards/margins": -0.0006908794166520238,
|
884 |
+
"rewards/rejected": 0.003510360838845372,
|
885 |
+
"step": 165
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"debug/policy_chosen_logits": 1.3338284492492676,
|
889 |
+
"debug/policy_chosen_logps": -49.61326599121094,
|
890 |
+
"debug/policy_rejected_logits": 1.6426509618759155,
|
891 |
+
"debug/policy_rejected_logps": -6.317404270172119,
|
892 |
+
"debug/reference_chosen_logps": -49.824684143066406,
|
893 |
+
"debug/reference_rejected_logps": -6.327885627746582,
|
894 |
+
"debug/sppo_chosen_loss": 2480.391845703125,
|
895 |
+
"debug/sppo_chosen_reward_in_loss": 0.2114112377166748,
|
896 |
+
"debug/sppo_rej_reward_in_loss": 0.010481464676558971,
|
897 |
+
"debug/sppo_reject_loss": 2501.14501953125,
|
898 |
+
"epoch": 0.6159420289855072,
|
899 |
+
"grad_norm": 44446.380970079495,
|
900 |
+
"learning_rate": 6.578997938075125e-08,
|
901 |
+
"logits/chosen": 1.3338284492492676,
|
902 |
+
"logits/rejected": 1.6426509618759155,
|
903 |
+
"logps/chosen": -49.61326599121094,
|
904 |
+
"logps/rejected": -6.317404270172119,
|
905 |
+
"loss": 4995.0012,
|
906 |
+
"rewards/accuracies": 0.25,
|
907 |
+
"rewards/chosen": 0.0021141120232641697,
|
908 |
+
"rewards/margins": 0.0020092972554266453,
|
909 |
+
"rewards/rejected": 0.00010481465142220259,
|
910 |
+
"step": 170
|
911 |
+
},
|
912 |
+
{
|
913 |
+
"debug/policy_chosen_logits": 1.471964716911316,
|
914 |
+
"debug/policy_chosen_logps": -11.514124870300293,
|
915 |
+
"debug/policy_rejected_logits": 1.9099857807159424,
|
916 |
+
"debug/policy_rejected_logps": -112.86039733886719,
|
917 |
+
"debug/reference_chosen_logps": -11.554305076599121,
|
918 |
+
"debug/reference_rejected_logps": -113.70204162597656,
|
919 |
+
"debug/sppo_chosen_loss": 2496.02197265625,
|
920 |
+
"debug/sppo_chosen_reward_in_loss": 0.04018024355173111,
|
921 |
+
"debug/sppo_rej_reward_in_loss": 0.8416390419006348,
|
922 |
+
"debug/sppo_reject_loss": 2610.68212890625,
|
923 |
+
"epoch": 0.6340579710144928,
|
924 |
+
"grad_norm": 135545.85245016703,
|
925 |
+
"learning_rate": 6.149862655604404e-08,
|
926 |
+
"logits/chosen": 1.471964716911316,
|
927 |
+
"logits/rejected": 1.9099857807159424,
|
928 |
+
"logps/chosen": -11.514124870300293,
|
929 |
+
"logps/rejected": -112.86039733886719,
|
930 |
+
"loss": 4998.809,
|
931 |
+
"rewards/accuracies": 0.375,
|
932 |
+
"rewards/chosen": 0.00040180241921916604,
|
933 |
+
"rewards/margins": -0.008014587685465813,
|
934 |
+
"rewards/rejected": 0.008416390046477318,
|
935 |
+
"step": 175
|
936 |
+
},
|
937 |
+
{
|
938 |
+
"debug/policy_chosen_logits": 1.2563765048980713,
|
939 |
+
"debug/policy_chosen_logps": -6.484707832336426,
|
940 |
+
"debug/policy_rejected_logits": 1.6219933032989502,
|
941 |
+
"debug/policy_rejected_logps": -11.174871444702148,
|
942 |
+
"debug/reference_chosen_logps": -6.455367088317871,
|
943 |
+
"debug/reference_rejected_logps": -11.164003372192383,
|
944 |
+
"debug/sppo_chosen_loss": 2502.980712890625,
|
945 |
+
"debug/sppo_chosen_reward_in_loss": -0.029340500012040138,
|
946 |
+
"debug/sppo_rej_reward_in_loss": -0.010869455523788929,
|
947 |
+
"debug/sppo_reject_loss": 2498.97802734375,
|
948 |
+
"epoch": 0.6521739130434783,
|
949 |
+
"grad_norm": 164996.56785625734,
|
950 |
+
"learning_rate": 5.711574191366426e-08,
|
951 |
+
"logits/chosen": 1.2563765048980713,
|
952 |
+
"logits/rejected": 1.6219933032989502,
|
953 |
+
"logps/chosen": -6.484707832336426,
|
954 |
+
"logps/rejected": -11.174871444702148,
|
955 |
+
"loss": 5019.5977,
|
956 |
+
"rewards/accuracies": 0.20000000298023224,
|
957 |
+
"rewards/chosen": -0.0002934050280600786,
|
958 |
+
"rewards/margins": -0.0001847104576881975,
|
959 |
+
"rewards/rejected": -0.00010869452671613544,
|
960 |
+
"step": 180
|
961 |
+
},
|
962 |
+
{
|
963 |
+
"debug/policy_chosen_logits": 1.2139984369277954,
|
964 |
+
"debug/policy_chosen_logps": -7.972718715667725,
|
965 |
+
"debug/policy_rejected_logits": 1.6660735607147217,
|
966 |
+
"debug/policy_rejected_logps": -15.723217964172363,
|
967 |
+
"debug/reference_chosen_logps": -7.793820858001709,
|
968 |
+
"debug/reference_rejected_logps": -15.452303886413574,
|
969 |
+
"debug/sppo_chosen_loss": 2518.21337890625,
|
970 |
+
"debug/sppo_chosen_reward_in_loss": -0.17889812588691711,
|
971 |
+
"debug/sppo_rej_reward_in_loss": -0.2709135413169861,
|
972 |
+
"debug/sppo_reject_loss": 2473.35009765625,
|
973 |
+
"epoch": 0.6702898550724637,
|
974 |
+
"grad_norm": 18624.21256617316,
|
975 |
+
"learning_rate": 5.267621426368075e-08,
|
976 |
+
"logits/chosen": 1.2139984369277954,
|
977 |
+
"logits/rejected": 1.6660735607147217,
|
978 |
+
"logps/chosen": -7.972718715667725,
|
979 |
+
"logps/rejected": -15.723217964172363,
|
980 |
+
"loss": 5039.2461,
|
981 |
+
"rewards/accuracies": 0.32499998807907104,
|
982 |
+
"rewards/chosen": -0.0017889812588691711,
|
983 |
+
"rewards/margins": 0.0009201543289236724,
|
984 |
+
"rewards/rejected": -0.002709135413169861,
|
985 |
+
"step": 185
|
986 |
+
},
|
987 |
+
{
|
988 |
+
"debug/policy_chosen_logits": 1.2351247072219849,
|
989 |
+
"debug/policy_chosen_logps": -55.260719299316406,
|
990 |
+
"debug/policy_rejected_logits": 1.3063384294509888,
|
991 |
+
"debug/policy_rejected_logps": -3.657384157180786,
|
992 |
+
"debug/reference_chosen_logps": -55.711204528808594,
|
993 |
+
"debug/reference_rejected_logps": -3.6667861938476562,
|
994 |
+
"debug/sppo_chosen_loss": 2464.06689453125,
|
995 |
+
"debug/sppo_chosen_reward_in_loss": 0.45049649477005005,
|
996 |
+
"debug/sppo_rej_reward_in_loss": 0.009402072057127953,
|
997 |
+
"debug/sppo_reject_loss": 2500.978271484375,
|
998 |
+
"epoch": 0.6884057971014492,
|
999 |
+
"grad_norm": 59339.47300560303,
|
1000 |
+
"learning_rate": 4.821538330805098e-08,
|
1001 |
+
"logits/chosen": 1.2351247072219849,
|
1002 |
+
"logits/rejected": 1.3063384294509888,
|
1003 |
+
"logps/chosen": -55.260719299316406,
|
1004 |
+
"logps/rejected": -3.657384157180786,
|
1005 |
+
"loss": 5023.3609,
|
1006 |
+
"rewards/accuracies": 0.25,
|
1007 |
+
"rewards/chosen": 0.004504963755607605,
|
1008 |
+
"rewards/margins": 0.004410943016409874,
|
1009 |
+
"rewards/rejected": 9.402072464581579e-05,
|
1010 |
+
"step": 190
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"debug/policy_chosen_logits": 1.796984076499939,
|
1014 |
+
"debug/policy_chosen_logps": -100.9161605834961,
|
1015 |
+
"debug/policy_rejected_logits": 2.164973020553589,
|
1016 |
+
"debug/policy_rejected_logps": -83.23567199707031,
|
1017 |
+
"debug/reference_chosen_logps": -101.08064270019531,
|
1018 |
+
"debug/reference_rejected_logps": -83.28086853027344,
|
1019 |
+
"debug/sppo_chosen_loss": 2484.186767578125,
|
1020 |
+
"debug/sppo_chosen_reward_in_loss": 0.164472296833992,
|
1021 |
+
"debug/sppo_rej_reward_in_loss": 0.04519999027252197,
|
1022 |
+
"debug/sppo_reject_loss": 2504.991943359375,
|
1023 |
+
"epoch": 0.7065217391304348,
|
1024 |
+
"grad_norm": 55163.46876155982,
|
1025 |
+
"learning_rate": 4.3768758328140705e-08,
|
1026 |
+
"logits/chosen": 1.796984076499939,
|
1027 |
+
"logits/rejected": 2.164973020553589,
|
1028 |
+
"logps/chosen": -100.9161605834961,
|
1029 |
+
"logps/rejected": -83.23567199707031,
|
1030 |
+
"loss": 4972.7703,
|
1031 |
+
"rewards/accuracies": 0.3499999940395355,
|
1032 |
+
"rewards/chosen": 0.0016447228845208883,
|
1033 |
+
"rewards/margins": 0.0011927229352295399,
|
1034 |
+
"rewards/rejected": 0.00045199989108368754,
|
1035 |
+
"step": 195
|
1036 |
+
},
|
1037 |
+
{
|
1038 |
+
"debug/policy_chosen_logits": 1.2561403512954712,
|
1039 |
+
"debug/policy_chosen_logps": -4.826408863067627,
|
1040 |
+
"debug/policy_rejected_logits": 1.572509765625,
|
1041 |
+
"debug/policy_rejected_logps": -52.822608947753906,
|
1042 |
+
"debug/reference_chosen_logps": -4.822422027587891,
|
1043 |
+
"debug/reference_rejected_logps": -53.10357666015625,
|
1044 |
+
"debug/sppo_chosen_loss": 2500.411865234375,
|
1045 |
+
"debug/sppo_chosen_reward_in_loss": -0.003986963536590338,
|
1046 |
+
"debug/sppo_rej_reward_in_loss": 0.28096264600753784,
|
1047 |
+
"debug/sppo_reject_loss": 2531.43603515625,
|
1048 |
+
"epoch": 0.7246376811594203,
|
1049 |
+
"grad_norm": 73770.12364262494,
|
1050 |
+
"learning_rate": 3.9371735522351165e-08,
|
1051 |
+
"logits/chosen": 1.2561403512954712,
|
1052 |
+
"logits/rejected": 1.572509765625,
|
1053 |
+
"logps/chosen": -4.826408863067627,
|
1054 |
+
"logps/rejected": -52.822608947753906,
|
1055 |
+
"loss": 5015.0652,
|
1056 |
+
"rewards/accuracies": 0.22499999403953552,
|
1057 |
+
"rewards/chosen": -3.986962838098407e-05,
|
1058 |
+
"rewards/margins": -0.0028494957368820906,
|
1059 |
+
"rewards/rejected": 0.002809626515954733,
|
1060 |
+
"step": 200
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 0.7246376811594203,
|
1064 |
+
"eval_debug/policy_chosen_logits": 1.6680212020874023,
|
1065 |
+
"eval_debug/policy_chosen_logps": -121.2494125366211,
|
1066 |
+
"eval_debug/policy_rejected_logits": 1.7270073890686035,
|
1067 |
+
"eval_debug/policy_rejected_logps": -63.196250915527344,
|
1068 |
+
"eval_debug/reference_chosen_logps": -123.14806365966797,
|
1069 |
+
"eval_debug/reference_rejected_logps": -63.887054443359375,
|
1070 |
+
"eval_debug/sppo_chosen_loss": 2390.288330078125,
|
1071 |
+
"eval_debug/sppo_chosen_reward_in_loss": 1.8986449241638184,
|
1072 |
+
"eval_debug/sppo_rej_reward_in_loss": 0.6908064484596252,
|
1073 |
+
"eval_debug/sppo_reject_loss": 2606.55419921875,
|
1074 |
+
"eval_logits/chosen": 1.6680212020874023,
|
1075 |
+
"eval_logits/rejected": 1.7270073890686035,
|
1076 |
+
"eval_logps/chosen": -121.2494125366211,
|
1077 |
+
"eval_logps/rejected": -63.196250915527344,
|
1078 |
+
"eval_loss": 5015.12939453125,
|
1079 |
+
"eval_rewards/accuracies": 0.2763157784938812,
|
1080 |
+
"eval_rewards/chosen": 0.018986448645591736,
|
1081 |
+
"eval_rewards/margins": 0.012078385800123215,
|
1082 |
+
"eval_rewards/rejected": 0.006908063776791096,
|
1083 |
+
"eval_runtime": 28.6889,
|
1084 |
+
"eval_samples_per_second": 20.914,
|
1085 |
+
"eval_steps_per_second": 0.662,
|
1086 |
+
"step": 200
|
1087 |
+
},
|
1088 |
+
{
|
1089 |
+
"debug/policy_chosen_logits": 1.3723523616790771,
|
1090 |
+
"debug/policy_chosen_logps": -4.869706153869629,
|
1091 |
+
"debug/policy_rejected_logits": 1.7145782709121704,
|
1092 |
+
"debug/policy_rejected_logps": -85.27532196044922,
|
1093 |
+
"debug/reference_chosen_logps": -4.833613872528076,
|
1094 |
+
"debug/reference_rejected_logps": -85.68836212158203,
|
1095 |
+
"debug/sppo_chosen_loss": 2503.64306640625,
|
1096 |
+
"debug/sppo_chosen_reward_in_loss": -0.03609180450439453,
|
1097 |
+
"debug/sppo_rej_reward_in_loss": 0.4130396842956543,
|
1098 |
+
"debug/sppo_reject_loss": 2549.91455078125,
|
1099 |
+
"epoch": 0.7427536231884058,
|
1100 |
+
"grad_norm": 167073.79540945674,
|
1101 |
+
"learning_rate": 3.505931624391355e-08,
|
1102 |
+
"logits/chosen": 1.3723523616790771,
|
1103 |
+
"logits/rejected": 1.7145782709121704,
|
1104 |
+
"logps/chosen": -4.869706153869629,
|
1105 |
+
"logps/rejected": -85.27532196044922,
|
1106 |
+
"loss": 5027.4824,
|
1107 |
+
"rewards/accuracies": 0.2750000059604645,
|
1108 |
+
"rewards/chosen": -0.0003609180566854775,
|
1109 |
+
"rewards/margins": -0.0044913142919540405,
|
1110 |
+
"rewards/rejected": 0.004130396526306868,
|
1111 |
+
"step": 205
|
1112 |
+
},
|
1113 |
+
{
|
1114 |
+
"debug/policy_chosen_logits": 1.2046802043914795,
|
1115 |
+
"debug/policy_chosen_logps": -63.47414016723633,
|
1116 |
+
"debug/policy_rejected_logits": 1.5040717124938965,
|
1117 |
+
"debug/policy_rejected_logps": -45.39781951904297,
|
1118 |
+
"debug/reference_chosen_logps": -63.378448486328125,
|
1119 |
+
"debug/reference_rejected_logps": -45.54474639892578,
|
1120 |
+
"debug/sppo_chosen_loss": 2509.64892578125,
|
1121 |
+
"debug/sppo_chosen_reward_in_loss": -0.0956823080778122,
|
1122 |
+
"debug/sppo_rej_reward_in_loss": 0.14692507684230804,
|
1123 |
+
"debug/sppo_reject_loss": 2515.404296875,
|
1124 |
+
"epoch": 0.7608695652173914,
|
1125 |
+
"grad_norm": 73818.32992301855,
|
1126 |
+
"learning_rate": 3.086582838174551e-08,
|
1127 |
+
"logits/chosen": 1.2046802043914795,
|
1128 |
+
"logits/rejected": 1.5040717124938965,
|
1129 |
+
"logps/chosen": -63.47414016723633,
|
1130 |
+
"logps/rejected": -45.39781951904297,
|
1131 |
+
"loss": 5026.3219,
|
1132 |
+
"rewards/accuracies": 0.07500000298023224,
|
1133 |
+
"rewards/chosen": -0.0009568231180310249,
|
1134 |
+
"rewards/margins": -0.0024260736536234617,
|
1135 |
+
"rewards/rejected": 0.0014692506520077586,
|
1136 |
+
"step": 210
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"debug/policy_chosen_logits": 1.4869812726974487,
|
1140 |
+
"debug/policy_chosen_logps": -46.38404083251953,
|
1141 |
+
"debug/policy_rejected_logits": 1.8799896240234375,
|
1142 |
+
"debug/policy_rejected_logps": -7.943442344665527,
|
1143 |
+
"debug/reference_chosen_logps": -46.571571350097656,
|
1144 |
+
"debug/reference_rejected_logps": -7.923023223876953,
|
1145 |
+
"debug/sppo_chosen_loss": 2482.71826171875,
|
1146 |
+
"debug/sppo_chosen_reward_in_loss": 0.18753060698509216,
|
1147 |
+
"debug/sppo_rej_reward_in_loss": -0.020419389009475708,
|
1148 |
+
"debug/sppo_reject_loss": 2498.00537109375,
|
1149 |
+
"epoch": 0.7789855072463768,
|
1150 |
+
"grad_norm": 30997.36116841476,
|
1151 |
+
"learning_rate": 2.6824653102244727e-08,
|
1152 |
+
"logits/chosen": 1.4869812726974487,
|
1153 |
+
"logits/rejected": 1.8799896240234375,
|
1154 |
+
"logps/chosen": -46.38404083251953,
|
1155 |
+
"logps/rejected": -7.943442344665527,
|
1156 |
+
"loss": 4958.6598,
|
1157 |
+
"rewards/accuracies": 0.32499998807907104,
|
1158 |
+
"rewards/chosen": 0.0018753058975562453,
|
1159 |
+
"rewards/margins": 0.002079499652609229,
|
1160 |
+
"rewards/rejected": -0.0002041938714683056,
|
1161 |
+
"step": 215
|
1162 |
+
},
|
1163 |
+
{
|
1164 |
+
"debug/policy_chosen_logits": 0.9879446029663086,
|
1165 |
+
"debug/policy_chosen_logps": -26.743267059326172,
|
1166 |
+
"debug/policy_rejected_logits": 1.3120319843292236,
|
1167 |
+
"debug/policy_rejected_logps": -10.141648292541504,
|
1168 |
+
"debug/reference_chosen_logps": -26.971553802490234,
|
1169 |
+
"debug/reference_rejected_logps": -10.127599716186523,
|
1170 |
+
"debug/sppo_chosen_loss": 2479.09375,
|
1171 |
+
"debug/sppo_chosen_reward_in_loss": 0.2282869815826416,
|
1172 |
+
"debug/sppo_rej_reward_in_loss": -0.01404793281108141,
|
1173 |
+
"debug/sppo_reject_loss": 2498.64404296875,
|
1174 |
+
"epoch": 0.7971014492753623,
|
1175 |
+
"grad_norm": 26802.126181328487,
|
1176 |
+
"learning_rate": 2.2967959127220138e-08,
|
1177 |
+
"logits/chosen": 0.9879446029663086,
|
1178 |
+
"logits/rejected": 1.3120319843292236,
|
1179 |
+
"logps/chosen": -26.743267059326172,
|
1180 |
+
"logps/rejected": -10.141648292541504,
|
1181 |
+
"loss": 5009.0125,
|
1182 |
+
"rewards/accuracies": 0.30000001192092896,
|
1183 |
+
"rewards/chosen": 0.0022828695364296436,
|
1184 |
+
"rewards/margins": 0.002423349069431424,
|
1185 |
+
"rewards/rejected": -0.00014047934382688254,
|
1186 |
+
"step": 220
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"debug/policy_chosen_logits": 1.3579328060150146,
|
1190 |
+
"debug/policy_chosen_logps": -7.486691474914551,
|
1191 |
+
"debug/policy_rejected_logits": 1.647939920425415,
|
1192 |
+
"debug/policy_rejected_logps": -117.33280181884766,
|
1193 |
+
"debug/reference_chosen_logps": -7.492678165435791,
|
1194 |
+
"debug/reference_rejected_logps": -117.96882629394531,
|
1195 |
+
"debug/sppo_chosen_loss": 2499.44482421875,
|
1196 |
+
"debug/sppo_chosen_reward_in_loss": 0.005986439995467663,
|
1197 |
+
"debug/sppo_rej_reward_in_loss": 0.6360327005386353,
|
1198 |
+
"debug/sppo_reject_loss": 2580.13330078125,
|
1199 |
+
"epoch": 0.8152173913043478,
|
1200 |
+
"grad_norm": 31288.105349492,
|
1201 |
+
"learning_rate": 1.9326446663172035e-08,
|
1202 |
+
"logits/chosen": 1.3579328060150146,
|
1203 |
+
"logits/rejected": 1.647939920425415,
|
1204 |
+
"logps/chosen": -7.486691474914551,
|
1205 |
+
"logps/rejected": -117.33280181884766,
|
1206 |
+
"loss": 5015.4312,
|
1207 |
+
"rewards/accuracies": 0.2750000059604645,
|
1208 |
+
"rewards/chosen": 5.9864407376153395e-05,
|
1209 |
+
"rewards/margins": -0.006300461478531361,
|
1210 |
+
"rewards/rejected": 0.006360325962305069,
|
1211 |
+
"step": 225
|
1212 |
+
},
|
1213 |
+
{
|
1214 |
+
"debug/policy_chosen_logits": 1.215022325515747,
|
1215 |
+
"debug/policy_chosen_logps": -44.3668327331543,
|
1216 |
+
"debug/policy_rejected_logits": 1.4289997816085815,
|
1217 |
+
"debug/policy_rejected_logps": -9.595197677612305,
|
1218 |
+
"debug/reference_chosen_logps": -44.462120056152344,
|
1219 |
+
"debug/reference_rejected_logps": -9.55119514465332,
|
1220 |
+
"debug/sppo_chosen_loss": 2491.029052734375,
|
1221 |
+
"debug/sppo_chosen_reward_in_loss": 0.09528430551290512,
|
1222 |
+
"debug/sppo_rej_reward_in_loss": -0.04400312155485153,
|
1223 |
+
"debug/sppo_reject_loss": 2495.680419921875,
|
1224 |
+
"epoch": 0.8333333333333334,
|
1225 |
+
"grad_norm": 116537.70488652344,
|
1226 |
+
"learning_rate": 1.592910302030544e-08,
|
1227 |
+
"logits/chosen": 1.215022325515747,
|
1228 |
+
"logits/rejected": 1.4289997816085815,
|
1229 |
+
"logps/chosen": -44.3668327331543,
|
1230 |
+
"logps/rejected": -9.595197677612305,
|
1231 |
+
"loss": 4982.9453,
|
1232 |
+
"rewards/accuracies": 0.32499998807907104,
|
1233 |
+
"rewards/chosen": 0.0009528429945930839,
|
1234 |
+
"rewards/margins": 0.0013928741682320833,
|
1235 |
+
"rewards/rejected": -0.0004400312027428299,
|
1236 |
+
"step": 230
|
1237 |
+
},
|
1238 |
+
{
|
1239 |
+
"debug/policy_chosen_logits": 1.398555040359497,
|
1240 |
+
"debug/policy_chosen_logps": -3.825951337814331,
|
1241 |
+
"debug/policy_rejected_logits": 1.5684314966201782,
|
1242 |
+
"debug/policy_rejected_logps": -11.321913719177246,
|
1243 |
+
"debug/reference_chosen_logps": -3.7865378856658936,
|
1244 |
+
"debug/reference_rejected_logps": -11.303999900817871,
|
1245 |
+
"debug/sppo_chosen_loss": 2503.960205078125,
|
1246 |
+
"debug/sppo_chosen_reward_in_loss": -0.039413463324308395,
|
1247 |
+
"debug/sppo_rej_reward_in_loss": -0.01791282929480076,
|
1248 |
+
"debug/sppo_reject_loss": 2498.244873046875,
|
1249 |
+
"epoch": 0.8514492753623188,
|
1250 |
+
"grad_norm": 118001.4885666594,
|
1251 |
+
"learning_rate": 1.2802971866607521e-08,
|
1252 |
+
"logits/chosen": 1.398555040359497,
|
1253 |
+
"logits/rejected": 1.5684314966201782,
|
1254 |
+
"logps/chosen": -3.825951337814331,
|
1255 |
+
"logps/rejected": -11.321913719177246,
|
1256 |
+
"loss": 4981.2648,
|
1257 |
+
"rewards/accuracies": 0.22499999403953552,
|
1258 |
+
"rewards/chosen": -0.0003941346367355436,
|
1259 |
+
"rewards/margins": -0.00021500633738469332,
|
1260 |
+
"rewards/rejected": -0.00017912828479893506,
|
1261 |
+
"step": 235
|
1262 |
+
},
|
1263 |
+
{
|
1264 |
+
"debug/policy_chosen_logits": 1.3944571018218994,
|
1265 |
+
"debug/policy_chosen_logps": -3.6208109855651855,
|
1266 |
+
"debug/policy_rejected_logits": 1.9865443706512451,
|
1267 |
+
"debug/policy_rejected_logps": -36.188865661621094,
|
1268 |
+
"debug/reference_chosen_logps": -3.5993995666503906,
|
1269 |
+
"debug/reference_rejected_logps": -36.39490509033203,
|
1270 |
+
"debug/sppo_chosen_loss": 2502.203857421875,
|
1271 |
+
"debug/sppo_chosen_reward_in_loss": -0.021411290392279625,
|
1272 |
+
"debug/sppo_rej_reward_in_loss": 0.20603516697883606,
|
1273 |
+
"debug/sppo_reject_loss": 2522.786376953125,
|
1274 |
+
"epoch": 0.8695652173913043,
|
1275 |
+
"grad_norm": 53766.29640847203,
|
1276 |
+
"learning_rate": 9.972937953781984e-09,
|
1277 |
+
"logits/chosen": 1.3944571018218994,
|
1278 |
+
"logits/rejected": 1.9865443706512451,
|
1279 |
+
"logps/chosen": -3.6208109855651855,
|
1280 |
+
"logps/rejected": -36.188865661621094,
|
1281 |
+
"loss": 5027.7012,
|
1282 |
+
"rewards/accuracies": 0.22499999403953552,
|
1283 |
+
"rewards/chosen": -0.00021411287889350206,
|
1284 |
+
"rewards/margins": -0.002274464350193739,
|
1285 |
+
"rewards/rejected": 0.002060351427644491,
|
1286 |
+
"step": 240
|
1287 |
+
},
|
1288 |
+
{
|
1289 |
+
"debug/policy_chosen_logits": 1.1183539628982544,
|
1290 |
+
"debug/policy_chosen_logps": -3.6978707313537598,
|
1291 |
+
"debug/policy_rejected_logits": 1.46969473361969,
|
1292 |
+
"debug/policy_rejected_logps": -170.7615203857422,
|
1293 |
+
"debug/reference_chosen_logps": -3.6889584064483643,
|
1294 |
+
"debug/reference_rejected_logps": -171.53671264648438,
|
1295 |
+
"debug/sppo_chosen_loss": 2500.911865234375,
|
1296 |
+
"debug/sppo_chosen_reward_in_loss": -0.008911940269172192,
|
1297 |
+
"debug/sppo_rej_reward_in_loss": 0.775180459022522,
|
1298 |
+
"debug/sppo_reject_loss": 2618.15576171875,
|
1299 |
+
"epoch": 0.8876811594202898,
|
1300 |
+
"grad_norm": 51804.200611742,
|
1301 |
+
"learning_rate": 7.461529028673463e-09,
|
1302 |
+
"logits/chosen": 1.1183539628982544,
|
1303 |
+
"logits/rejected": 1.46969473361969,
|
1304 |
+
"logps/chosen": -3.6978707313537598,
|
1305 |
+
"logps/rejected": -170.7615203857422,
|
1306 |
+
"loss": 5000.7332,
|
1307 |
+
"rewards/accuracies": 0.32499998807907104,
|
1308 |
+
"rewards/chosen": -8.911939949030057e-05,
|
1309 |
+
"rewards/margins": -0.007840922102332115,
|
1310 |
+
"rewards/rejected": 0.00775180384516716,
|
1311 |
+
"step": 245
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"debug/policy_chosen_logits": 1.2443785667419434,
|
1315 |
+
"debug/policy_chosen_logps": -5.438248157501221,
|
1316 |
+
"debug/policy_rejected_logits": 1.60662043094635,
|
1317 |
+
"debug/policy_rejected_logps": -4.876561641693115,
|
1318 |
+
"debug/reference_chosen_logps": -5.442919731140137,
|
1319 |
+
"debug/reference_rejected_logps": -4.868186950683594,
|
1320 |
+
"debug/sppo_chosen_loss": 2499.578857421875,
|
1321 |
+
"debug/sppo_chosen_reward_in_loss": 0.004670926835387945,
|
1322 |
+
"debug/sppo_rej_reward_in_loss": -0.008374800905585289,
|
1323 |
+
"debug/sppo_reject_loss": 2499.17724609375,
|
1324 |
+
"epoch": 0.9057971014492754,
|
1325 |
+
"grad_norm": 64595.0866483288,
|
1326 |
+
"learning_rate": 5.288736507014435e-09,
|
1327 |
+
"logits/chosen": 1.2443785667419434,
|
1328 |
+
"logits/rejected": 1.60662043094635,
|
1329 |
+
"logps/chosen": -5.438248157501221,
|
1330 |
+
"logps/rejected": -4.876561641693115,
|
1331 |
+
"loss": 5046.0918,
|
1332 |
+
"rewards/accuracies": 0.22499999403953552,
|
1333 |
+
"rewards/chosen": 4.6709272282896563e-05,
|
1334 |
+
"rewards/margins": 0.00013045726518612355,
|
1335 |
+
"rewards/rejected": -8.374801836907864e-05,
|
1336 |
+
"step": 250
|
1337 |
+
},
|
1338 |
+
{
|
1339 |
+
"debug/policy_chosen_logits": 1.4383130073547363,
|
1340 |
+
"debug/policy_chosen_logps": -6.456732273101807,
|
1341 |
+
"debug/policy_rejected_logits": 1.6063964366912842,
|
1342 |
+
"debug/policy_rejected_logps": -2.8695645332336426,
|
1343 |
+
"debug/reference_chosen_logps": -6.483206748962402,
|
1344 |
+
"debug/reference_rejected_logps": -2.824536085128784,
|
1345 |
+
"debug/sppo_chosen_loss": 2497.39501953125,
|
1346 |
+
"debug/sppo_chosen_reward_in_loss": 0.026474904268980026,
|
1347 |
+
"debug/sppo_rej_reward_in_loss": -0.045027971267700195,
|
1348 |
+
"debug/sppo_reject_loss": 2495.526611328125,
|
1349 |
+
"epoch": 0.9239130434782609,
|
1350 |
+
"grad_norm": 93120.71264243545,
|
1351 |
+
"learning_rate": 3.4718563369743213e-09,
|
1352 |
+
"logits/chosen": 1.4383130073547363,
|
1353 |
+
"logits/rejected": 1.6063964366912842,
|
1354 |
+
"logps/chosen": -6.456732273101807,
|
1355 |
+
"logps/rejected": -2.8695645332336426,
|
1356 |
+
"loss": 5003.5242,
|
1357 |
+
"rewards/accuracies": 0.30000001192092896,
|
1358 |
+
"rewards/chosen": 0.00026474904734641314,
|
1359 |
+
"rewards/margins": 0.0007150286692194641,
|
1360 |
+
"rewards/rejected": -0.0004502796509768814,
|
1361 |
+
"step": 255
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"debug/policy_chosen_logits": 1.3548212051391602,
|
1365 |
+
"debug/policy_chosen_logps": -67.59104919433594,
|
1366 |
+
"debug/policy_rejected_logits": 1.9228832721710205,
|
1367 |
+
"debug/policy_rejected_logps": -47.09478759765625,
|
1368 |
+
"debug/reference_chosen_logps": -67.80909729003906,
|
1369 |
+
"debug/reference_rejected_logps": -47.41716384887695,
|
1370 |
+
"debug/sppo_chosen_loss": 2479.32470703125,
|
1371 |
+
"debug/sppo_chosen_reward_in_loss": 0.21804814040660858,
|
1372 |
+
"debug/sppo_rej_reward_in_loss": 0.32237640023231506,
|
1373 |
+
"debug/sppo_reject_loss": 2537.328369140625,
|
1374 |
+
"epoch": 0.9420289855072463,
|
1375 |
+
"grad_norm": 235843.0142935536,
|
1376 |
+
"learning_rate": 2.025351319275137e-09,
|
1377 |
+
"logits/chosen": 1.3548212051391602,
|
1378 |
+
"logits/rejected": 1.9228832721710205,
|
1379 |
+
"logps/chosen": -67.59104919433594,
|
1380 |
+
"logps/rejected": -47.09478759765625,
|
1381 |
+
"loss": 4997.7383,
|
1382 |
+
"rewards/accuracies": 0.3499999940395355,
|
1383 |
+
"rewards/chosen": 0.0021804815623909235,
|
1384 |
+
"rewards/margins": -0.0010432822164148092,
|
1385 |
+
"rewards/rejected": 0.0032237637788057327,
|
1386 |
+
"step": 260
|
1387 |
+
},
|
1388 |
+
{
|
1389 |
+
"debug/policy_chosen_logits": 1.5696322917938232,
|
1390 |
+
"debug/policy_chosen_logps": -38.5196647644043,
|
1391 |
+
"debug/policy_rejected_logits": 1.7193692922592163,
|
1392 |
+
"debug/policy_rejected_logps": -131.51307678222656,
|
1393 |
+
"debug/reference_chosen_logps": -38.708030700683594,
|
1394 |
+
"debug/reference_rejected_logps": -132.49644470214844,
|
1395 |
+
"debug/sppo_chosen_loss": 2481.755859375,
|
1396 |
+
"debug/sppo_chosen_reward_in_loss": 0.18836654722690582,
|
1397 |
+
"debug/sppo_rej_reward_in_loss": 0.9833652377128601,
|
1398 |
+
"debug/sppo_reject_loss": 2613.89111328125,
|
1399 |
+
"epoch": 0.9601449275362319,
|
1400 |
+
"grad_norm": 42745.49236462931,
|
1401 |
+
"learning_rate": 9.607359798384785e-10,
|
1402 |
+
"logits/chosen": 1.5696322917938232,
|
1403 |
+
"logits/rejected": 1.7193692922592163,
|
1404 |
+
"logps/chosen": -38.5196647644043,
|
1405 |
+
"logps/rejected": -131.51307678222656,
|
1406 |
+
"loss": 4985.8559,
|
1407 |
+
"rewards/accuracies": 0.30000001192092896,
|
1408 |
+
"rewards/chosen": 0.001883665332570672,
|
1409 |
+
"rewards/margins": -0.00794998649507761,
|
1410 |
+
"rewards/rejected": 0.009833652526140213,
|
1411 |
+
"step": 265
|
1412 |
+
},
|
1413 |
+
{
|
1414 |
+
"debug/policy_chosen_logits": 1.5161726474761963,
|
1415 |
+
"debug/policy_chosen_logps": -5.8967390060424805,
|
1416 |
+
"debug/policy_rejected_logits": 2.0397534370422363,
|
1417 |
+
"debug/policy_rejected_logps": -3.5706443786621094,
|
1418 |
+
"debug/reference_chosen_logps": -5.859536170959473,
|
1419 |
+
"debug/reference_rejected_logps": -3.5223605632781982,
|
1420 |
+
"debug/sppo_chosen_loss": 2503.755859375,
|
1421 |
+
"debug/sppo_chosen_reward_in_loss": -0.03720256686210632,
|
1422 |
+
"debug/sppo_rej_reward_in_loss": -0.04828394576907158,
|
1423 |
+
"debug/sppo_reject_loss": 2495.21142578125,
|
1424 |
+
"epoch": 0.9782608695652174,
|
1425 |
+
"grad_norm": 38783.68553474358,
|
1426 |
+
"learning_rate": 2.8648491140513267e-10,
|
1427 |
+
"logits/chosen": 1.5161726474761963,
|
1428 |
+
"logits/rejected": 2.0397534370422363,
|
1429 |
+
"logps/chosen": -5.8967390060424805,
|
1430 |
+
"logps/rejected": -3.5706443786621094,
|
1431 |
+
"loss": 4985.3109,
|
1432 |
+
"rewards/accuracies": 0.30000001192092896,
|
1433 |
+
"rewards/chosen": -0.00037202564999461174,
|
1434 |
+
"rewards/margins": 0.00011081376578658819,
|
1435 |
+
"rewards/rejected": -0.0004828394448850304,
|
1436 |
+
"step": 270
|
1437 |
+
},
|
1438 |
+
{
|
1439 |
+
"debug/policy_chosen_logits": 1.1615492105484009,
|
1440 |
+
"debug/policy_chosen_logps": -4.200676918029785,
|
1441 |
+
"debug/policy_rejected_logits": 1.4300708770751953,
|
1442 |
+
"debug/policy_rejected_logps": -11.9641752243042,
|
1443 |
+
"debug/reference_chosen_logps": -4.2250447273254395,
|
1444 |
+
"debug/reference_rejected_logps": -11.967859268188477,
|
1445 |
+
"debug/sppo_chosen_loss": 2497.57421875,
|
1446 |
+
"debug/sppo_chosen_reward_in_loss": 0.024368364363908768,
|
1447 |
+
"debug/sppo_rej_reward_in_loss": 0.003684788942337036,
|
1448 |
+
"debug/sppo_reject_loss": 2500.45068359375,
|
1449 |
+
"epoch": 0.9963768115942029,
|
1450 |
+
"grad_norm": 117686.2605109664,
|
1451 |
+
"learning_rate": 7.965313749835889e-12,
|
1452 |
+
"logits/chosen": 1.1615492105484009,
|
1453 |
+
"logits/rejected": 1.4300708770751953,
|
1454 |
+
"logps/chosen": -4.200676918029785,
|
1455 |
+
"logps/rejected": -11.9641752243042,
|
1456 |
+
"loss": 5020.2773,
|
1457 |
+
"rewards/accuracies": 0.30000001192092896,
|
1458 |
+
"rewards/chosen": 0.00024368362210225314,
|
1459 |
+
"rewards/margins": 0.00020683575712610036,
|
1460 |
+
"rewards/rejected": 3.6847894079983234e-05,
|
1461 |
+
"step": 275
|
1462 |
+
},
|
1463 |
+
{
|
1464 |
+
"epoch": 1.0,
|
1465 |
+
"step": 276,
|
1466 |
+
"total_flos": 0.0,
|
1467 |
+
"train_loss": 4999.9289533089905,
|
1468 |
+
"train_runtime": 2038.5346,
|
1469 |
+
"train_samples_per_second": 8.646,
|
1470 |
+
"train_steps_per_second": 0.135
|
1471 |
+
}
|
1472 |
+
],
|
1473 |
+
"logging_steps": 5,
|
1474 |
+
"max_steps": 276,
|
1475 |
+
"num_input_tokens_seen": 0,
|
1476 |
+
"num_train_epochs": 1,
|
1477 |
+
"save_steps": 500,
|
1478 |
+
"stateful_callbacks": {
|
1479 |
+
"TrainerControl": {
|
1480 |
+
"args": {
|
1481 |
+
"should_epoch_stop": false,
|
1482 |
+
"should_evaluate": false,
|
1483 |
+
"should_log": false,
|
1484 |
+
"should_save": true,
|
1485 |
+
"should_training_stop": true
|
1486 |
+
},
|
1487 |
+
"attributes": {}
|
1488 |
+
}
|
1489 |
+
},
|
1490 |
+
"total_flos": 0.0,
|
1491 |
+
"train_batch_size": 8,
|
1492 |
+
"trial_name": null,
|
1493 |
+
"trial_params": null
|
1494 |
+
}
|