Model save
Browse files- README.md +60 -0
- all_results.json +8 -0
- generation_config.json +6 -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 +298 -0
- train_results.json +8 -0
- trainer_state.json +542 -0
README.md
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model: HuggingFaceH4/mistral-7b-sft-beta
|
| 4 |
+
tags:
|
| 5 |
+
- trl
|
| 6 |
+
- dpo
|
| 7 |
+
- generated_from_trainer
|
| 8 |
+
model-index:
|
| 9 |
+
- name: 0.001_idpo_same_scratch_iter_2
|
| 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 |
+
# 0.001_idpo_same_scratch_iter_2
|
| 17 |
+
|
| 18 |
+
This model is a fine-tuned version of [HuggingFaceH4/mistral-7b-sft-beta](https://huggingface.co/HuggingFaceH4/mistral-7b-sft-beta) on the None dataset.
|
| 19 |
+
|
| 20 |
+
## Model description
|
| 21 |
+
|
| 22 |
+
More information needed
|
| 23 |
+
|
| 24 |
+
## Intended uses & limitations
|
| 25 |
+
|
| 26 |
+
More information needed
|
| 27 |
+
|
| 28 |
+
## Training and evaluation data
|
| 29 |
+
|
| 30 |
+
More information needed
|
| 31 |
+
|
| 32 |
+
## Training procedure
|
| 33 |
+
|
| 34 |
+
### Training hyperparameters
|
| 35 |
+
|
| 36 |
+
The following hyperparameters were used during training:
|
| 37 |
+
- learning_rate: 5e-07
|
| 38 |
+
- train_batch_size: 8
|
| 39 |
+
- eval_batch_size: 8
|
| 40 |
+
- seed: 42
|
| 41 |
+
- distributed_type: multi-GPU
|
| 42 |
+
- num_devices: 8
|
| 43 |
+
- gradient_accumulation_steps: 2
|
| 44 |
+
- total_train_batch_size: 128
|
| 45 |
+
- total_eval_batch_size: 64
|
| 46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 47 |
+
- lr_scheduler_type: cosine
|
| 48 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 49 |
+
- num_epochs: 1
|
| 50 |
+
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
### Framework versions
|
| 56 |
+
|
| 57 |
+
- Transformers 4.36.2
|
| 58 |
+
- Pytorch 2.1.2+cu121
|
| 59 |
+
- Datasets 2.14.6
|
| 60 |
+
- Tokenizers 0.15.2
|
all_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1.0,
|
| 3 |
+
"train_loss": 0.5994115610542537,
|
| 4 |
+
"train_runtime": 8245.2497,
|
| 5 |
+
"train_samples": 40756,
|
| 6 |
+
"train_samples_per_second": 4.943,
|
| 7 |
+
"train_steps_per_second": 0.039
|
| 8 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": 2,
|
| 5 |
+
"transformers_version": "4.36.2"
|
| 6 |
+
}
|
model-00001-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc0e27d5aaf8da4a95f4dc290a3ee6f9b5ce09f577300da1851163df13cc624a
|
| 3 |
+
size 4943162336
|
model-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce5555662492ee502280d8086b9fc25076610c0f346e51e82e0a12f646b43731
|
| 3 |
+
size 4999819336
|
model-00003-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:327f86e9c42bd97034a88b9ab32c1d7d2e43657f9b929738c5603be4468645bf
|
| 3 |
+
size 4540516344
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 14483464192
|
| 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-00001-of-00003.safetensors",
|
| 29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-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-00001-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-00003-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.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 233 |
+
"model.layers.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 251 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 260 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 269 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 278 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 287 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 296 |
+
"model.norm.weight": "model-00003-of-00003.safetensors"
|
| 297 |
+
}
|
| 298 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1.0,
|
| 3 |
+
"train_loss": 0.5994115610542537,
|
| 4 |
+
"train_runtime": 8245.2497,
|
| 5 |
+
"train_samples": 40756,
|
| 6 |
+
"train_samples_per_second": 4.943,
|
| 7 |
+
"train_steps_per_second": 0.039
|
| 8 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,542 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.9984301412872841,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 318,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.0,
|
| 13 |
+
"learning_rate": 1.5625e-08,
|
| 14 |
+
"logits/chosen": -2.8509469032287598,
|
| 15 |
+
"logits/rejected": -2.833181858062744,
|
| 16 |
+
"logps/chosen": -133.73171997070312,
|
| 17 |
+
"logps/pi_response": -47.9057502746582,
|
| 18 |
+
"logps/ref_response": -47.9057502746582,
|
| 19 |
+
"logps/rejected": -197.21273803710938,
|
| 20 |
+
"loss": 0.6931,
|
| 21 |
+
"rewards/accuracies": 0.0,
|
| 22 |
+
"rewards/chosen": 0.0,
|
| 23 |
+
"rewards/margins": 0.0,
|
| 24 |
+
"rewards/rejected": 0.0,
|
| 25 |
+
"step": 1
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"epoch": 0.03,
|
| 29 |
+
"learning_rate": 1.5624999999999999e-07,
|
| 30 |
+
"logits/chosen": -2.82759690284729,
|
| 31 |
+
"logits/rejected": -2.798935890197754,
|
| 32 |
+
"logps/chosen": -253.7941131591797,
|
| 33 |
+
"logps/pi_response": -71.65193939208984,
|
| 34 |
+
"logps/ref_response": -71.66093444824219,
|
| 35 |
+
"logps/rejected": -215.510009765625,
|
| 36 |
+
"loss": 0.693,
|
| 37 |
+
"rewards/accuracies": 0.4166666567325592,
|
| 38 |
+
"rewards/chosen": 2.8001426471746527e-05,
|
| 39 |
+
"rewards/margins": -0.00033620299655012786,
|
| 40 |
+
"rewards/rejected": 0.0003642044321168214,
|
| 41 |
+
"step": 10
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"epoch": 0.06,
|
| 45 |
+
"learning_rate": 3.1249999999999997e-07,
|
| 46 |
+
"logits/chosen": -2.7570412158966064,
|
| 47 |
+
"logits/rejected": -2.760845422744751,
|
| 48 |
+
"logps/chosen": -217.1673126220703,
|
| 49 |
+
"logps/pi_response": -74.27923583984375,
|
| 50 |
+
"logps/ref_response": -74.31416320800781,
|
| 51 |
+
"logps/rejected": -202.97946166992188,
|
| 52 |
+
"loss": 0.6917,
|
| 53 |
+
"rewards/accuracies": 0.574999988079071,
|
| 54 |
+
"rewards/chosen": 0.005049519240856171,
|
| 55 |
+
"rewards/margins": 0.0024197015445679426,
|
| 56 |
+
"rewards/rejected": 0.0026298172306269407,
|
| 57 |
+
"step": 20
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"epoch": 0.09,
|
| 61 |
+
"learning_rate": 4.6874999999999996e-07,
|
| 62 |
+
"logits/chosen": -2.7637505531311035,
|
| 63 |
+
"logits/rejected": -2.7554142475128174,
|
| 64 |
+
"logps/chosen": -234.3155059814453,
|
| 65 |
+
"logps/pi_response": -68.43399047851562,
|
| 66 |
+
"logps/ref_response": -68.40460205078125,
|
| 67 |
+
"logps/rejected": -203.23374938964844,
|
| 68 |
+
"loss": 0.6859,
|
| 69 |
+
"rewards/accuracies": 0.65625,
|
| 70 |
+
"rewards/chosen": 0.028325339779257774,
|
| 71 |
+
"rewards/margins": 0.01702897995710373,
|
| 72 |
+
"rewards/rejected": 0.01129635889083147,
|
| 73 |
+
"step": 30
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.13,
|
| 77 |
+
"learning_rate": 4.990353313429303e-07,
|
| 78 |
+
"logits/chosen": -2.8049890995025635,
|
| 79 |
+
"logits/rejected": -2.780224084854126,
|
| 80 |
+
"logps/chosen": -207.7467041015625,
|
| 81 |
+
"logps/pi_response": -68.51658630371094,
|
| 82 |
+
"logps/ref_response": -64.04513549804688,
|
| 83 |
+
"logps/rejected": -203.04983520507812,
|
| 84 |
+
"loss": 0.6743,
|
| 85 |
+
"rewards/accuracies": 0.637499988079071,
|
| 86 |
+
"rewards/chosen": 0.04143567755818367,
|
| 87 |
+
"rewards/margins": 0.02963915839791298,
|
| 88 |
+
"rewards/rejected": 0.011796516366302967,
|
| 89 |
+
"step": 40
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 0.16,
|
| 93 |
+
"learning_rate": 4.951291206355559e-07,
|
| 94 |
+
"logits/chosen": -2.7561471462249756,
|
| 95 |
+
"logits/rejected": -2.7407054901123047,
|
| 96 |
+
"logps/chosen": -256.8748474121094,
|
| 97 |
+
"logps/pi_response": -92.87406921386719,
|
| 98 |
+
"logps/ref_response": -74.82122039794922,
|
| 99 |
+
"logps/rejected": -236.1123504638672,
|
| 100 |
+
"loss": 0.6633,
|
| 101 |
+
"rewards/accuracies": 0.574999988079071,
|
| 102 |
+
"rewards/chosen": 0.0026867527049034834,
|
| 103 |
+
"rewards/margins": 0.06110120937228203,
|
| 104 |
+
"rewards/rejected": -0.05841444805264473,
|
| 105 |
+
"step": 50
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 0.19,
|
| 109 |
+
"learning_rate": 4.882681251368548e-07,
|
| 110 |
+
"logits/chosen": -2.679486036300659,
|
| 111 |
+
"logits/rejected": -2.681763172149658,
|
| 112 |
+
"logps/chosen": -266.70977783203125,
|
| 113 |
+
"logps/pi_response": -106.77949523925781,
|
| 114 |
+
"logps/ref_response": -76.94175720214844,
|
| 115 |
+
"logps/rejected": -241.783447265625,
|
| 116 |
+
"loss": 0.6503,
|
| 117 |
+
"rewards/accuracies": 0.5874999761581421,
|
| 118 |
+
"rewards/chosen": -0.05337841436266899,
|
| 119 |
+
"rewards/margins": 0.11435987800359726,
|
| 120 |
+
"rewards/rejected": -0.16773828864097595,
|
| 121 |
+
"step": 60
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.22,
|
| 125 |
+
"learning_rate": 4.785350472409791e-07,
|
| 126 |
+
"logits/chosen": -2.6562085151672363,
|
| 127 |
+
"logits/rejected": -2.638962984085083,
|
| 128 |
+
"logps/chosen": -262.48358154296875,
|
| 129 |
+
"logps/pi_response": -129.61695861816406,
|
| 130 |
+
"logps/ref_response": -82.19517517089844,
|
| 131 |
+
"logps/rejected": -264.07568359375,
|
| 132 |
+
"loss": 0.6444,
|
| 133 |
+
"rewards/accuracies": 0.5687500238418579,
|
| 134 |
+
"rewards/chosen": -0.20274746417999268,
|
| 135 |
+
"rewards/margins": 0.09253005683422089,
|
| 136 |
+
"rewards/rejected": -0.29527753591537476,
|
| 137 |
+
"step": 70
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 0.25,
|
| 141 |
+
"learning_rate": 4.6604720940421207e-07,
|
| 142 |
+
"logits/chosen": -2.6726343631744385,
|
| 143 |
+
"logits/rejected": -2.667086601257324,
|
| 144 |
+
"logps/chosen": -273.891845703125,
|
| 145 |
+
"logps/pi_response": -138.45387268066406,
|
| 146 |
+
"logps/ref_response": -72.91886901855469,
|
| 147 |
+
"logps/rejected": -269.2601318359375,
|
| 148 |
+
"loss": 0.6287,
|
| 149 |
+
"rewards/accuracies": 0.581250011920929,
|
| 150 |
+
"rewards/chosen": -0.2682049870491028,
|
| 151 |
+
"rewards/margins": 0.1169251948595047,
|
| 152 |
+
"rewards/rejected": -0.3851301670074463,
|
| 153 |
+
"step": 80
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.28,
|
| 157 |
+
"learning_rate": 4.5095513994085974e-07,
|
| 158 |
+
"logits/chosen": -2.535644292831421,
|
| 159 |
+
"logits/rejected": -2.532330274581909,
|
| 160 |
+
"logps/chosen": -239.97012329101562,
|
| 161 |
+
"logps/pi_response": -127.95100402832031,
|
| 162 |
+
"logps/ref_response": -69.45870208740234,
|
| 163 |
+
"logps/rejected": -257.403564453125,
|
| 164 |
+
"loss": 0.6109,
|
| 165 |
+
"rewards/accuracies": 0.6812499761581421,
|
| 166 |
+
"rewards/chosen": -0.14788806438446045,
|
| 167 |
+
"rewards/margins": 0.2313682734966278,
|
| 168 |
+
"rewards/rejected": -0.37925636768341064,
|
| 169 |
+
"step": 90
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"epoch": 0.31,
|
| 173 |
+
"learning_rate": 4.3344075855595097e-07,
|
| 174 |
+
"logits/chosen": -2.5136990547180176,
|
| 175 |
+
"logits/rejected": -2.509000062942505,
|
| 176 |
+
"logps/chosen": -240.0645294189453,
|
| 177 |
+
"logps/pi_response": -125.2841796875,
|
| 178 |
+
"logps/ref_response": -70.416259765625,
|
| 179 |
+
"logps/rejected": -254.03012084960938,
|
| 180 |
+
"loss": 0.607,
|
| 181 |
+
"rewards/accuracies": 0.625,
|
| 182 |
+
"rewards/chosen": -0.2124701738357544,
|
| 183 |
+
"rewards/margins": 0.27277401089668274,
|
| 184 |
+
"rewards/rejected": -0.4852442145347595,
|
| 185 |
+
"step": 100
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.35,
|
| 189 |
+
"learning_rate": 4.137151834863213e-07,
|
| 190 |
+
"logits/chosen": -2.480569362640381,
|
| 191 |
+
"logits/rejected": -2.443432331085205,
|
| 192 |
+
"logps/chosen": -275.77630615234375,
|
| 193 |
+
"logps/pi_response": -136.15298461914062,
|
| 194 |
+
"logps/ref_response": -71.45120239257812,
|
| 195 |
+
"logps/rejected": -269.72015380859375,
|
| 196 |
+
"loss": 0.6071,
|
| 197 |
+
"rewards/accuracies": 0.574999988079071,
|
| 198 |
+
"rewards/chosen": -0.2312408983707428,
|
| 199 |
+
"rewards/margins": 0.23492033779621124,
|
| 200 |
+
"rewards/rejected": -0.46616125106811523,
|
| 201 |
+
"step": 110
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 0.38,
|
| 205 |
+
"learning_rate": 3.920161866827889e-07,
|
| 206 |
+
"logits/chosen": -2.439021348953247,
|
| 207 |
+
"logits/rejected": -2.4340755939483643,
|
| 208 |
+
"logps/chosen": -268.33770751953125,
|
| 209 |
+
"logps/pi_response": -167.921630859375,
|
| 210 |
+
"logps/ref_response": -77.01984405517578,
|
| 211 |
+
"logps/rejected": -322.13433837890625,
|
| 212 |
+
"loss": 0.5893,
|
| 213 |
+
"rewards/accuracies": 0.6937500238418579,
|
| 214 |
+
"rewards/chosen": -0.35008108615875244,
|
| 215 |
+
"rewards/margins": 0.42321157455444336,
|
| 216 |
+
"rewards/rejected": -0.7732926607131958,
|
| 217 |
+
"step": 120
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"epoch": 0.41,
|
| 221 |
+
"learning_rate": 3.6860532770864005e-07,
|
| 222 |
+
"logits/chosen": -2.347311496734619,
|
| 223 |
+
"logits/rejected": -2.335073947906494,
|
| 224 |
+
"logps/chosen": -315.92718505859375,
|
| 225 |
+
"logps/pi_response": -209.3319091796875,
|
| 226 |
+
"logps/ref_response": -67.93054962158203,
|
| 227 |
+
"logps/rejected": -312.83465576171875,
|
| 228 |
+
"loss": 0.5915,
|
| 229 |
+
"rewards/accuracies": 0.6937500238418579,
|
| 230 |
+
"rewards/chosen": -0.7186356782913208,
|
| 231 |
+
"rewards/margins": 0.3434630036354065,
|
| 232 |
+
"rewards/rejected": -1.062098741531372,
|
| 233 |
+
"step": 130
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.44,
|
| 237 |
+
"learning_rate": 3.4376480090239047e-07,
|
| 238 |
+
"logits/chosen": -2.2413113117218018,
|
| 239 |
+
"logits/rejected": -2.211487293243408,
|
| 240 |
+
"logps/chosen": -371.6416931152344,
|
| 241 |
+
"logps/pi_response": -265.18096923828125,
|
| 242 |
+
"logps/ref_response": -74.56938171386719,
|
| 243 |
+
"logps/rejected": -376.59466552734375,
|
| 244 |
+
"loss": 0.6044,
|
| 245 |
+
"rewards/accuracies": 0.675000011920929,
|
| 246 |
+
"rewards/chosen": -1.1778886318206787,
|
| 247 |
+
"rewards/margins": 0.32092222571372986,
|
| 248 |
+
"rewards/rejected": -1.4988110065460205,
|
| 249 |
+
"step": 140
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.47,
|
| 253 |
+
"learning_rate": 3.1779403380910425e-07,
|
| 254 |
+
"logits/chosen": -2.240055561065674,
|
| 255 |
+
"logits/rejected": -2.1979031562805176,
|
| 256 |
+
"logps/chosen": -307.1637878417969,
|
| 257 |
+
"logps/pi_response": -187.8131866455078,
|
| 258 |
+
"logps/ref_response": -69.4150390625,
|
| 259 |
+
"logps/rejected": -316.88873291015625,
|
| 260 |
+
"loss": 0.5816,
|
| 261 |
+
"rewards/accuracies": 0.706250011920929,
|
| 262 |
+
"rewards/chosen": -0.5614252090454102,
|
| 263 |
+
"rewards/margins": 0.41102123260498047,
|
| 264 |
+
"rewards/rejected": -0.9724465608596802,
|
| 265 |
+
"step": 150
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"epoch": 0.5,
|
| 269 |
+
"learning_rate": 2.910060778827554e-07,
|
| 270 |
+
"logits/chosen": -2.2194037437438965,
|
| 271 |
+
"logits/rejected": -2.2016549110412598,
|
| 272 |
+
"logps/chosen": -308.1712646484375,
|
| 273 |
+
"logps/pi_response": -226.4488983154297,
|
| 274 |
+
"logps/ref_response": -81.69718933105469,
|
| 275 |
+
"logps/rejected": -343.4349365234375,
|
| 276 |
+
"loss": 0.5699,
|
| 277 |
+
"rewards/accuracies": 0.6875,
|
| 278 |
+
"rewards/chosen": -0.6651563048362732,
|
| 279 |
+
"rewards/margins": 0.4220353662967682,
|
| 280 |
+
"rewards/rejected": -1.0871917009353638,
|
| 281 |
+
"step": 160
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"epoch": 0.53,
|
| 285 |
+
"learning_rate": 2.6372383496608186e-07,
|
| 286 |
+
"logits/chosen": -2.233020305633545,
|
| 287 |
+
"logits/rejected": -2.1675045490264893,
|
| 288 |
+
"logps/chosen": -348.2539978027344,
|
| 289 |
+
"logps/pi_response": -231.01455688476562,
|
| 290 |
+
"logps/ref_response": -75.20973205566406,
|
| 291 |
+
"logps/rejected": -334.9202880859375,
|
| 292 |
+
"loss": 0.6045,
|
| 293 |
+
"rewards/accuracies": 0.6499999761581421,
|
| 294 |
+
"rewards/chosen": -0.6902152895927429,
|
| 295 |
+
"rewards/margins": 0.4886610507965088,
|
| 296 |
+
"rewards/rejected": -1.1788761615753174,
|
| 297 |
+
"step": 170
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.57,
|
| 301 |
+
"learning_rate": 2.3627616503391812e-07,
|
| 302 |
+
"logits/chosen": -2.137673854827881,
|
| 303 |
+
"logits/rejected": -2.0975818634033203,
|
| 304 |
+
"logps/chosen": -286.08172607421875,
|
| 305 |
+
"logps/pi_response": -202.77284240722656,
|
| 306 |
+
"logps/ref_response": -60.3970947265625,
|
| 307 |
+
"logps/rejected": -297.22442626953125,
|
| 308 |
+
"loss": 0.5776,
|
| 309 |
+
"rewards/accuracies": 0.71875,
|
| 310 |
+
"rewards/chosen": -0.6755498051643372,
|
| 311 |
+
"rewards/margins": 0.44268402457237244,
|
| 312 |
+
"rewards/rejected": -1.1182337999343872,
|
| 313 |
+
"step": 180
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"epoch": 0.6,
|
| 317 |
+
"learning_rate": 2.089939221172446e-07,
|
| 318 |
+
"logits/chosen": -2.1633880138397217,
|
| 319 |
+
"logits/rejected": -2.1441142559051514,
|
| 320 |
+
"logps/chosen": -301.385498046875,
|
| 321 |
+
"logps/pi_response": -249.9862060546875,
|
| 322 |
+
"logps/ref_response": -72.61909484863281,
|
| 323 |
+
"logps/rejected": -376.3998718261719,
|
| 324 |
+
"loss": 0.5583,
|
| 325 |
+
"rewards/accuracies": 0.762499988079071,
|
| 326 |
+
"rewards/chosen": -0.8089518547058105,
|
| 327 |
+
"rewards/margins": 0.643667995929718,
|
| 328 |
+
"rewards/rejected": -1.4526197910308838,
|
| 329 |
+
"step": 190
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"epoch": 0.63,
|
| 333 |
+
"learning_rate": 1.8220596619089573e-07,
|
| 334 |
+
"logits/chosen": -2.21587872505188,
|
| 335 |
+
"logits/rejected": -2.1797242164611816,
|
| 336 |
+
"logps/chosen": -383.5548400878906,
|
| 337 |
+
"logps/pi_response": -243.202880859375,
|
| 338 |
+
"logps/ref_response": -76.12086486816406,
|
| 339 |
+
"logps/rejected": -376.36138916015625,
|
| 340 |
+
"loss": 0.5584,
|
| 341 |
+
"rewards/accuracies": 0.6625000238418579,
|
| 342 |
+
"rewards/chosen": -0.7832227349281311,
|
| 343 |
+
"rewards/margins": 0.4175417423248291,
|
| 344 |
+
"rewards/rejected": -1.2007642984390259,
|
| 345 |
+
"step": 200
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 0.66,
|
| 349 |
+
"learning_rate": 1.562351990976095e-07,
|
| 350 |
+
"logits/chosen": -2.150066614151001,
|
| 351 |
+
"logits/rejected": -2.121753692626953,
|
| 352 |
+
"logps/chosen": -293.81488037109375,
|
| 353 |
+
"logps/pi_response": -219.0130157470703,
|
| 354 |
+
"logps/ref_response": -72.12835693359375,
|
| 355 |
+
"logps/rejected": -308.10919189453125,
|
| 356 |
+
"loss": 0.575,
|
| 357 |
+
"rewards/accuracies": 0.6875,
|
| 358 |
+
"rewards/chosen": -0.8007175326347351,
|
| 359 |
+
"rewards/margins": 0.48071402311325073,
|
| 360 |
+
"rewards/rejected": -1.2814315557479858,
|
| 361 |
+
"step": 210
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"epoch": 0.69,
|
| 365 |
+
"learning_rate": 1.3139467229135998e-07,
|
| 366 |
+
"logits/chosen": -2.182744026184082,
|
| 367 |
+
"logits/rejected": -2.1633565425872803,
|
| 368 |
+
"logps/chosen": -320.0791931152344,
|
| 369 |
+
"logps/pi_response": -229.01052856445312,
|
| 370 |
+
"logps/ref_response": -76.02903747558594,
|
| 371 |
+
"logps/rejected": -319.9397277832031,
|
| 372 |
+
"loss": 0.5582,
|
| 373 |
+
"rewards/accuracies": 0.706250011920929,
|
| 374 |
+
"rewards/chosen": -0.7191491723060608,
|
| 375 |
+
"rewards/margins": 0.45336204767227173,
|
| 376 |
+
"rewards/rejected": -1.172511339187622,
|
| 377 |
+
"step": 220
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"epoch": 0.72,
|
| 381 |
+
"learning_rate": 1.0798381331721107e-07,
|
| 382 |
+
"logits/chosen": -2.094500780105591,
|
| 383 |
+
"logits/rejected": -2.094238758087158,
|
| 384 |
+
"logps/chosen": -340.3441467285156,
|
| 385 |
+
"logps/pi_response": -242.52029418945312,
|
| 386 |
+
"logps/ref_response": -78.22608184814453,
|
| 387 |
+
"logps/rejected": -359.96136474609375,
|
| 388 |
+
"loss": 0.5815,
|
| 389 |
+
"rewards/accuracies": 0.637499988079071,
|
| 390 |
+
"rewards/chosen": -0.8624930381774902,
|
| 391 |
+
"rewards/margins": 0.3955257534980774,
|
| 392 |
+
"rewards/rejected": -1.2580187320709229,
|
| 393 |
+
"step": 230
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"epoch": 0.75,
|
| 397 |
+
"learning_rate": 8.628481651367875e-08,
|
| 398 |
+
"logits/chosen": -2.1416382789611816,
|
| 399 |
+
"logits/rejected": -2.107877254486084,
|
| 400 |
+
"logps/chosen": -334.34051513671875,
|
| 401 |
+
"logps/pi_response": -253.45559692382812,
|
| 402 |
+
"logps/ref_response": -71.44368743896484,
|
| 403 |
+
"logps/rejected": -343.25750732421875,
|
| 404 |
+
"loss": 0.567,
|
| 405 |
+
"rewards/accuracies": 0.6937500238418579,
|
| 406 |
+
"rewards/chosen": -0.9990061521530151,
|
| 407 |
+
"rewards/margins": 0.39658617973327637,
|
| 408 |
+
"rewards/rejected": -1.3955923318862915,
|
| 409 |
+
"step": 240
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.78,
|
| 413 |
+
"learning_rate": 6.655924144404906e-08,
|
| 414 |
+
"logits/chosen": -2.109405279159546,
|
| 415 |
+
"logits/rejected": -2.070265769958496,
|
| 416 |
+
"logps/chosen": -366.1980285644531,
|
| 417 |
+
"logps/pi_response": -274.1239318847656,
|
| 418 |
+
"logps/ref_response": -80.24897003173828,
|
| 419 |
+
"logps/rejected": -391.06976318359375,
|
| 420 |
+
"loss": 0.5633,
|
| 421 |
+
"rewards/accuracies": 0.71875,
|
| 422 |
+
"rewards/chosen": -1.0960283279418945,
|
| 423 |
+
"rewards/margins": 0.4408624768257141,
|
| 424 |
+
"rewards/rejected": -1.5368907451629639,
|
| 425 |
+
"step": 250
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"epoch": 0.82,
|
| 429 |
+
"learning_rate": 4.904486005914027e-08,
|
| 430 |
+
"logits/chosen": -2.1373915672302246,
|
| 431 |
+
"logits/rejected": -2.050778865814209,
|
| 432 |
+
"logps/chosen": -357.5392150878906,
|
| 433 |
+
"logps/pi_response": -278.73681640625,
|
| 434 |
+
"logps/ref_response": -74.540283203125,
|
| 435 |
+
"logps/rejected": -366.91839599609375,
|
| 436 |
+
"loss": 0.5474,
|
| 437 |
+
"rewards/accuracies": 0.7875000238418579,
|
| 438 |
+
"rewards/chosen": -1.0771440267562866,
|
| 439 |
+
"rewards/margins": 0.7008964419364929,
|
| 440 |
+
"rewards/rejected": -1.7780405282974243,
|
| 441 |
+
"step": 260
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"epoch": 0.85,
|
| 445 |
+
"learning_rate": 3.3952790595787986e-08,
|
| 446 |
+
"logits/chosen": -2.031721353530884,
|
| 447 |
+
"logits/rejected": -2.014037609100342,
|
| 448 |
+
"logps/chosen": -339.314453125,
|
| 449 |
+
"logps/pi_response": -293.8365783691406,
|
| 450 |
+
"logps/ref_response": -78.09291076660156,
|
| 451 |
+
"logps/rejected": -406.5647888183594,
|
| 452 |
+
"loss": 0.5568,
|
| 453 |
+
"rewards/accuracies": 0.699999988079071,
|
| 454 |
+
"rewards/chosen": -1.1859939098358154,
|
| 455 |
+
"rewards/margins": 0.4465731084346771,
|
| 456 |
+
"rewards/rejected": -1.6325668096542358,
|
| 457 |
+
"step": 270
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 0.88,
|
| 461 |
+
"learning_rate": 2.1464952759020856e-08,
|
| 462 |
+
"logits/chosen": -2.1228859424591064,
|
| 463 |
+
"logits/rejected": -2.0986340045928955,
|
| 464 |
+
"logps/chosen": -329.19244384765625,
|
| 465 |
+
"logps/pi_response": -264.7164306640625,
|
| 466 |
+
"logps/ref_response": -76.1480712890625,
|
| 467 |
+
"logps/rejected": -405.26287841796875,
|
| 468 |
+
"loss": 0.5487,
|
| 469 |
+
"rewards/accuracies": 0.71875,
|
| 470 |
+
"rewards/chosen": -1.001992106437683,
|
| 471 |
+
"rewards/margins": 0.5500288009643555,
|
| 472 |
+
"rewards/rejected": -1.552020788192749,
|
| 473 |
+
"step": 280
|
| 474 |
+
},
|
| 475 |
+
{
|
| 476 |
+
"epoch": 0.91,
|
| 477 |
+
"learning_rate": 1.1731874863145142e-08,
|
| 478 |
+
"logits/chosen": -2.1019539833068848,
|
| 479 |
+
"logits/rejected": -2.051776885986328,
|
| 480 |
+
"logps/chosen": -354.9820861816406,
|
| 481 |
+
"logps/pi_response": -268.553466796875,
|
| 482 |
+
"logps/ref_response": -72.30916595458984,
|
| 483 |
+
"logps/rejected": -364.39324951171875,
|
| 484 |
+
"loss": 0.5676,
|
| 485 |
+
"rewards/accuracies": 0.7875000238418579,
|
| 486 |
+
"rewards/chosen": -0.99445641040802,
|
| 487 |
+
"rewards/margins": 0.649712324142456,
|
| 488 |
+
"rewards/rejected": -1.6441688537597656,
|
| 489 |
+
"step": 290
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"epoch": 0.94,
|
| 493 |
+
"learning_rate": 4.8708793644441086e-09,
|
| 494 |
+
"logits/chosen": -2.1944591999053955,
|
| 495 |
+
"logits/rejected": -2.160240650177002,
|
| 496 |
+
"logps/chosen": -352.7145080566406,
|
| 497 |
+
"logps/pi_response": -258.2195129394531,
|
| 498 |
+
"logps/ref_response": -73.66411590576172,
|
| 499 |
+
"logps/rejected": -385.5911865234375,
|
| 500 |
+
"loss": 0.5459,
|
| 501 |
+
"rewards/accuracies": 0.7124999761581421,
|
| 502 |
+
"rewards/chosen": -0.9718688726425171,
|
| 503 |
+
"rewards/margins": 0.5499030351638794,
|
| 504 |
+
"rewards/rejected": -1.521772027015686,
|
| 505 |
+
"step": 300
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"epoch": 0.97,
|
| 509 |
+
"learning_rate": 9.64668657069706e-10,
|
| 510 |
+
"logits/chosen": -2.138836622238159,
|
| 511 |
+
"logits/rejected": -2.0898382663726807,
|
| 512 |
+
"logps/chosen": -320.83782958984375,
|
| 513 |
+
"logps/pi_response": -251.64108276367188,
|
| 514 |
+
"logps/ref_response": -73.73819732666016,
|
| 515 |
+
"logps/rejected": -360.6897277832031,
|
| 516 |
+
"loss": 0.5544,
|
| 517 |
+
"rewards/accuracies": 0.6875,
|
| 518 |
+
"rewards/chosen": -0.9648464322090149,
|
| 519 |
+
"rewards/margins": 0.5148458480834961,
|
| 520 |
+
"rewards/rejected": -1.4796922206878662,
|
| 521 |
+
"step": 310
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 1.0,
|
| 525 |
+
"step": 318,
|
| 526 |
+
"total_flos": 0.0,
|
| 527 |
+
"train_loss": 0.5994115610542537,
|
| 528 |
+
"train_runtime": 8245.2497,
|
| 529 |
+
"train_samples_per_second": 4.943,
|
| 530 |
+
"train_steps_per_second": 0.039
|
| 531 |
+
}
|
| 532 |
+
],
|
| 533 |
+
"logging_steps": 10,
|
| 534 |
+
"max_steps": 318,
|
| 535 |
+
"num_input_tokens_seen": 0,
|
| 536 |
+
"num_train_epochs": 1,
|
| 537 |
+
"save_steps": 100,
|
| 538 |
+
"total_flos": 0.0,
|
| 539 |
+
"train_batch_size": 8,
|
| 540 |
+
"trial_name": null,
|
| 541 |
+
"trial_params": null
|
| 542 |
+
}
|