Model save
Browse files- README.md +79 -0
- added_tokens.json +4 -0
- all_results.json +8 -0
- config.json +27 -0
- generation_config.json +7 -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
- runs/Mar27_08-37-28_alvarobartt-sharp-bobcat-1-0/events.out.tfevents.1711543163.alvarobartt-sharp-bobcat-1-0.498.0 +3 -0
- special_tokens_map.json +28 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +62 -0
- train_results.json +8 -0
- trainer_state.json +645 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: mistralai/Mistral-7B-v0.1
|
| 4 |
+
tags:
|
| 5 |
+
- trl
|
| 6 |
+
- orpo
|
| 7 |
+
- generated_from_trainer
|
| 8 |
+
model-index:
|
| 9 |
+
- name: mistral-7b-orpo-alignment-handbook
|
| 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 |
+
# mistral-7b-orpo-alignment-handbook
|
| 17 |
+
|
| 18 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the None dataset.
|
| 19 |
+
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.8562
|
| 21 |
+
- Rewards/chosen: -0.0394
|
| 22 |
+
- Rewards/rejected: -0.0485
|
| 23 |
+
- Rewards/accuracies: 0.6615
|
| 24 |
+
- Rewards/margins: 0.0091
|
| 25 |
+
- Logps/rejected: -0.9709
|
| 26 |
+
- Logps/chosen: -0.7880
|
| 27 |
+
- Logits/rejected: -2.9507
|
| 28 |
+
- Logits/chosen: -2.9399
|
| 29 |
+
- Nll Loss: 0.8317
|
| 30 |
+
- Log Odds Ratio: -0.6238
|
| 31 |
+
- Log Odds Chosen: 0.3606
|
| 32 |
+
|
| 33 |
+
## Model description
|
| 34 |
+
|
| 35 |
+
More information needed
|
| 36 |
+
|
| 37 |
+
## Intended uses & limitations
|
| 38 |
+
|
| 39 |
+
More information needed
|
| 40 |
+
|
| 41 |
+
## Training and evaluation data
|
| 42 |
+
|
| 43 |
+
More information needed
|
| 44 |
+
|
| 45 |
+
## Training procedure
|
| 46 |
+
|
| 47 |
+
### Training hyperparameters
|
| 48 |
+
|
| 49 |
+
The following hyperparameters were used during training:
|
| 50 |
+
- learning_rate: 5e-07
|
| 51 |
+
- train_batch_size: 8
|
| 52 |
+
- eval_batch_size: 8
|
| 53 |
+
- seed: 42
|
| 54 |
+
- distributed_type: multi-GPU
|
| 55 |
+
- num_devices: 4
|
| 56 |
+
- gradient_accumulation_steps: 2
|
| 57 |
+
- total_train_batch_size: 64
|
| 58 |
+
- total_eval_batch_size: 32
|
| 59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 60 |
+
- lr_scheduler_type: cosine
|
| 61 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 62 |
+
- lr_scheduler_warmup_steps: 100
|
| 63 |
+
- num_epochs: 3
|
| 64 |
+
|
| 65 |
+
### Training results
|
| 66 |
+
|
| 67 |
+
| Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen | Nll Loss | Log Odds Ratio | Log Odds Chosen |
|
| 68 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|:--------:|:--------------:|:---------------:|
|
| 69 |
+
| 0.9081 | 0.95 | 100 | 0.8756 | -0.0406 | -0.0483 | 0.625 | 0.0077 | -0.9657 | -0.8116 | -3.0351 | -3.0266 | 0.8517 | -0.6438 | 0.3078 |
|
| 70 |
+
| 0.8743 | 1.9 | 200 | 0.8544 | -0.0391 | -0.0474 | 0.6458 | 0.0083 | -0.9474 | -0.7823 | -2.9519 | -2.9423 | 0.8308 | -0.6319 | 0.3327 |
|
| 71 |
+
| 0.7952 | 2.84 | 300 | 0.8562 | -0.0394 | -0.0485 | 0.6615 | 0.0091 | -0.9709 | -0.7880 | -2.9507 | -2.9399 | 0.8317 | -0.6238 | 0.3606 |
|
| 72 |
+
|
| 73 |
+
|
| 74 |
+
### Framework versions
|
| 75 |
+
|
| 76 |
+
- Transformers 4.39.0.dev0
|
| 77 |
+
- Pytorch 2.2.1+cu121
|
| 78 |
+
- Datasets 2.14.6
|
| 79 |
+
- Tokenizers 0.15.2
|
added_tokens.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|im_end|>": 32001,
|
| 3 |
+
"<|im_start|>": 32000
|
| 4 |
+
}
|
all_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.99,
|
| 3 |
+
"train_loss": 0.8898289559379456,
|
| 4 |
+
"train_runtime": 3406.8155,
|
| 5 |
+
"train_samples": 6750,
|
| 6 |
+
"train_samples_per_second": 5.944,
|
| 7 |
+
"train_steps_per_second": 0.092
|
| 8 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "mistralai/Mistral-7B-v0.1",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"MistralForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 32000,
|
| 8 |
+
"eos_token_id": 32001,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 4096,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 14336,
|
| 13 |
+
"max_position_embeddings": 32768,
|
| 14 |
+
"model_type": "mistral",
|
| 15 |
+
"num_attention_heads": 32,
|
| 16 |
+
"num_hidden_layers": 32,
|
| 17 |
+
"num_key_value_heads": 8,
|
| 18 |
+
"pad_token_id": 32001,
|
| 19 |
+
"rms_norm_eps": 1e-05,
|
| 20 |
+
"rope_theta": 10000.0,
|
| 21 |
+
"sliding_window": 4096,
|
| 22 |
+
"tie_word_embeddings": false,
|
| 23 |
+
"torch_dtype": "bfloat16",
|
| 24 |
+
"transformers_version": "4.39.0.dev0",
|
| 25 |
+
"use_cache": false,
|
| 26 |
+
"vocab_size": 32002
|
| 27 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 32000,
|
| 4 |
+
"eos_token_id": 32001,
|
| 5 |
+
"pad_token_id": 32001,
|
| 6 |
+
"transformers_version": "4.39.0.dev0"
|
| 7 |
+
}
|
model-00001-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a341df9a54a42f1c330f1a3793a3e7096e098e4206381d159ee25cfb6b3b6f8c
|
| 3 |
+
size 4943178720
|
model-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf782ccdca3632bd96289ee50cd23d33e868ab33109c3bdaaee7be0a1f67f773
|
| 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:881edc1af6374c03e83b1a88dce2b1565f7871394a84e6b21986a4c48e364881
|
| 3 |
+
size 4540532728
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 14483496960
|
| 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 |
+
}
|
runs/Mar27_08-37-28_alvarobartt-sharp-bobcat-1-0/events.out.tfevents.1711543163.alvarobartt-sharp-bobcat-1-0.498.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59f80999120033b8aacb35fb4a2c843ee51b3d05244c38f32775cb061e276b57
|
| 3 |
+
size 34630
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<|im_start|>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"content": "<|im_end|>",
|
| 12 |
+
"lstrip": false,
|
| 13 |
+
"normalized": false,
|
| 14 |
+
"rstrip": false,
|
| 15 |
+
"single_word": false
|
| 16 |
+
}
|
| 17 |
+
],
|
| 18 |
+
"bos_token": "<|im_start|>",
|
| 19 |
+
"eos_token": "<|im_end|>",
|
| 20 |
+
"pad_token": "<|im_end|>",
|
| 21 |
+
"unk_token": {
|
| 22 |
+
"content": "<unk>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false
|
| 27 |
+
}
|
| 28 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
| 3 |
+
size 493443
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"0": {
|
| 6 |
+
"content": "<unk>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"1": {
|
| 14 |
+
"content": "<s>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"2": {
|
| 22 |
+
"content": "</s>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"32000": {
|
| 30 |
+
"content": "<|im_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"32001": {
|
| 38 |
+
"content": "<|im_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
}
|
| 45 |
+
},
|
| 46 |
+
"additional_special_tokens": [
|
| 47 |
+
"<|im_start|>",
|
| 48 |
+
"<|im_end|>"
|
| 49 |
+
],
|
| 50 |
+
"bos_token": "<|im_start|>",
|
| 51 |
+
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 52 |
+
"clean_up_tokenization_spaces": false,
|
| 53 |
+
"eos_token": "<|im_end|>",
|
| 54 |
+
"legacy": true,
|
| 55 |
+
"model_max_length": 2048,
|
| 56 |
+
"pad_token": "<|im_end|>",
|
| 57 |
+
"sp_model_kwargs": {},
|
| 58 |
+
"spaces_between_special_tokens": false,
|
| 59 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 60 |
+
"unk_token": "<unk>",
|
| 61 |
+
"use_default_system_prompt": false
|
| 62 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.99,
|
| 3 |
+
"train_loss": 0.8898289559379456,
|
| 4 |
+
"train_runtime": 3406.8155,
|
| 5 |
+
"train_samples": 6750,
|
| 6 |
+
"train_samples_per_second": 5.944,
|
| 7 |
+
"train_steps_per_second": 0.092
|
| 8 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,645 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 2.985781990521327,
|
| 5 |
+
"eval_steps": 100,
|
| 6 |
+
"global_step": 315,
|
| 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.09,
|
| 13 |
+
"grad_norm": 77.33639458677236,
|
| 14 |
+
"learning_rate": 5e-08,
|
| 15 |
+
"log_odds_chosen": 0.2618955969810486,
|
| 16 |
+
"log_odds_ratio": -0.777361273765564,
|
| 17 |
+
"logits/chosen": -2.8855865001678467,
|
| 18 |
+
"logits/rejected": -2.892557144165039,
|
| 19 |
+
"logps/chosen": -1.5272881984710693,
|
| 20 |
+
"logps/rejected": -1.7787439823150635,
|
| 21 |
+
"loss": 1.2832,
|
| 22 |
+
"nll_loss": 1.2394630908966064,
|
| 23 |
+
"rewards/accuracies": 0.5249999761581421,
|
| 24 |
+
"rewards/chosen": -0.0763644129037857,
|
| 25 |
+
"rewards/margins": 0.012572775594890118,
|
| 26 |
+
"rewards/rejected": -0.0889371931552887,
|
| 27 |
+
"step": 10
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"epoch": 0.19,
|
| 31 |
+
"grad_norm": 54.38141225395272,
|
| 32 |
+
"learning_rate": 1e-07,
|
| 33 |
+
"log_odds_chosen": -0.03225521370768547,
|
| 34 |
+
"log_odds_ratio": -0.8774896860122681,
|
| 35 |
+
"logits/chosen": -2.933506727218628,
|
| 36 |
+
"logits/rejected": -2.9356539249420166,
|
| 37 |
+
"logps/chosen": -1.5450432300567627,
|
| 38 |
+
"logps/rejected": -1.4802385568618774,
|
| 39 |
+
"loss": 1.2241,
|
| 40 |
+
"nll_loss": 1.1661609411239624,
|
| 41 |
+
"rewards/accuracies": 0.4937500059604645,
|
| 42 |
+
"rewards/chosen": -0.07725216448307037,
|
| 43 |
+
"rewards/margins": -0.0032402321230620146,
|
| 44 |
+
"rewards/rejected": -0.07401192933320999,
|
| 45 |
+
"step": 20
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.28,
|
| 49 |
+
"grad_norm": 23.013934951529215,
|
| 50 |
+
"learning_rate": 1.5e-07,
|
| 51 |
+
"log_odds_chosen": 0.3505951762199402,
|
| 52 |
+
"log_odds_ratio": -0.6906026601791382,
|
| 53 |
+
"logits/chosen": -2.9268429279327393,
|
| 54 |
+
"logits/rejected": -2.9279420375823975,
|
| 55 |
+
"logps/chosen": -1.233396291732788,
|
| 56 |
+
"logps/rejected": -1.5268161296844482,
|
| 57 |
+
"loss": 1.1005,
|
| 58 |
+
"nll_loss": 1.0289665460586548,
|
| 59 |
+
"rewards/accuracies": 0.550000011920929,
|
| 60 |
+
"rewards/chosen": -0.06166981905698776,
|
| 61 |
+
"rewards/margins": 0.014670980162918568,
|
| 62 |
+
"rewards/rejected": -0.07634080946445465,
|
| 63 |
+
"step": 30
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"epoch": 0.38,
|
| 67 |
+
"grad_norm": 19.881755252038474,
|
| 68 |
+
"learning_rate": 2e-07,
|
| 69 |
+
"log_odds_chosen": 0.05373505502939224,
|
| 70 |
+
"log_odds_ratio": -0.755977988243103,
|
| 71 |
+
"logits/chosen": -3.021728277206421,
|
| 72 |
+
"logits/rejected": -3.0213043689727783,
|
| 73 |
+
"logps/chosen": -1.0615440607070923,
|
| 74 |
+
"logps/rejected": -1.1156013011932373,
|
| 75 |
+
"loss": 1.0027,
|
| 76 |
+
"nll_loss": 0.9945588111877441,
|
| 77 |
+
"rewards/accuracies": 0.512499988079071,
|
| 78 |
+
"rewards/chosen": -0.053077198565006256,
|
| 79 |
+
"rewards/margins": 0.0027028678450733423,
|
| 80 |
+
"rewards/rejected": -0.0557800717651844,
|
| 81 |
+
"step": 40
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.47,
|
| 85 |
+
"grad_norm": 17.85460584897372,
|
| 86 |
+
"learning_rate": 2.5e-07,
|
| 87 |
+
"log_odds_chosen": 0.2669735252857208,
|
| 88 |
+
"log_odds_ratio": -0.6554110050201416,
|
| 89 |
+
"logits/chosen": -2.984776735305786,
|
| 90 |
+
"logits/rejected": -2.98599910736084,
|
| 91 |
+
"logps/chosen": -0.9630029797554016,
|
| 92 |
+
"logps/rejected": -1.140073299407959,
|
| 93 |
+
"loss": 0.9808,
|
| 94 |
+
"nll_loss": 0.9621084332466125,
|
| 95 |
+
"rewards/accuracies": 0.612500011920929,
|
| 96 |
+
"rewards/chosen": -0.04815014451742172,
|
| 97 |
+
"rewards/margins": 0.008853518404066563,
|
| 98 |
+
"rewards/rejected": -0.05700366571545601,
|
| 99 |
+
"step": 50
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.57,
|
| 103 |
+
"grad_norm": 10.727306830796762,
|
| 104 |
+
"learning_rate": 3e-07,
|
| 105 |
+
"log_odds_chosen": 0.24170732498168945,
|
| 106 |
+
"log_odds_ratio": -0.6548684239387512,
|
| 107 |
+
"logits/chosen": -2.933190107345581,
|
| 108 |
+
"logits/rejected": -2.919651746749878,
|
| 109 |
+
"logps/chosen": -0.8642565011978149,
|
| 110 |
+
"logps/rejected": -1.0084782838821411,
|
| 111 |
+
"loss": 0.9582,
|
| 112 |
+
"nll_loss": 0.8713911175727844,
|
| 113 |
+
"rewards/accuracies": 0.6187499761581421,
|
| 114 |
+
"rewards/chosen": -0.04321281984448433,
|
| 115 |
+
"rewards/margins": 0.00721109751611948,
|
| 116 |
+
"rewards/rejected": -0.05042392015457153,
|
| 117 |
+
"step": 60
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"epoch": 0.66,
|
| 121 |
+
"grad_norm": 7.901492264358037,
|
| 122 |
+
"learning_rate": 3.5e-07,
|
| 123 |
+
"log_odds_chosen": 0.2393842190504074,
|
| 124 |
+
"log_odds_ratio": -0.6571385264396667,
|
| 125 |
+
"logits/chosen": -2.9068989753723145,
|
| 126 |
+
"logits/rejected": -2.9116122722625732,
|
| 127 |
+
"logps/chosen": -0.8636172413825989,
|
| 128 |
+
"logps/rejected": -1.0111676454544067,
|
| 129 |
+
"loss": 0.9439,
|
| 130 |
+
"nll_loss": 0.8679887652397156,
|
| 131 |
+
"rewards/accuracies": 0.612500011920929,
|
| 132 |
+
"rewards/chosen": -0.043180860579013824,
|
| 133 |
+
"rewards/margins": 0.0073775192722678185,
|
| 134 |
+
"rewards/rejected": -0.05055838078260422,
|
| 135 |
+
"step": 70
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.76,
|
| 139 |
+
"grad_norm": 9.286628580140562,
|
| 140 |
+
"learning_rate": 4e-07,
|
| 141 |
+
"log_odds_chosen": 0.3271833658218384,
|
| 142 |
+
"log_odds_ratio": -0.6348003149032593,
|
| 143 |
+
"logits/chosen": -2.9881081581115723,
|
| 144 |
+
"logits/rejected": -2.9824562072753906,
|
| 145 |
+
"logps/chosen": -0.8416474461555481,
|
| 146 |
+
"logps/rejected": -1.044790267944336,
|
| 147 |
+
"loss": 0.891,
|
| 148 |
+
"nll_loss": 0.8611804842948914,
|
| 149 |
+
"rewards/accuracies": 0.59375,
|
| 150 |
+
"rewards/chosen": -0.042082373052835464,
|
| 151 |
+
"rewards/margins": 0.010157138109207153,
|
| 152 |
+
"rewards/rejected": -0.05223950743675232,
|
| 153 |
+
"step": 80
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.85,
|
| 157 |
+
"grad_norm": 14.185856511216093,
|
| 158 |
+
"learning_rate": 4.5e-07,
|
| 159 |
+
"log_odds_chosen": 0.09227167814970016,
|
| 160 |
+
"log_odds_ratio": -0.7197006344795227,
|
| 161 |
+
"logits/chosen": -3.0093541145324707,
|
| 162 |
+
"logits/rejected": -3.0240068435668945,
|
| 163 |
+
"logps/chosen": -0.8808207511901855,
|
| 164 |
+
"logps/rejected": -0.944561779499054,
|
| 165 |
+
"loss": 0.8948,
|
| 166 |
+
"nll_loss": 0.8881239891052246,
|
| 167 |
+
"rewards/accuracies": 0.512499988079071,
|
| 168 |
+
"rewards/chosen": -0.04404103755950928,
|
| 169 |
+
"rewards/margins": 0.003187048714607954,
|
| 170 |
+
"rewards/rejected": -0.04722809046506882,
|
| 171 |
+
"step": 90
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.95,
|
| 175 |
+
"grad_norm": 7.623951794451487,
|
| 176 |
+
"learning_rate": 5e-07,
|
| 177 |
+
"log_odds_chosen": 0.1973893940448761,
|
| 178 |
+
"log_odds_ratio": -0.6770023703575134,
|
| 179 |
+
"logits/chosen": -3.0369744300842285,
|
| 180 |
+
"logits/rejected": -3.0375945568084717,
|
| 181 |
+
"logps/chosen": -0.8410383462905884,
|
| 182 |
+
"logps/rejected": -0.9645870327949524,
|
| 183 |
+
"loss": 0.9081,
|
| 184 |
+
"nll_loss": 0.8671768307685852,
|
| 185 |
+
"rewards/accuracies": 0.606249988079071,
|
| 186 |
+
"rewards/chosen": -0.04205191880464554,
|
| 187 |
+
"rewards/margins": 0.0061774346977472305,
|
| 188 |
+
"rewards/rejected": -0.04822935536503792,
|
| 189 |
+
"step": 100
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.95,
|
| 193 |
+
"eval_log_odds_chosen": 0.30781975388526917,
|
| 194 |
+
"eval_log_odds_ratio": -0.6437683701515198,
|
| 195 |
+
"eval_logits/chosen": -3.026639223098755,
|
| 196 |
+
"eval_logits/rejected": -3.035104990005493,
|
| 197 |
+
"eval_logps/chosen": -0.8116251826286316,
|
| 198 |
+
"eval_logps/rejected": -0.9657273888587952,
|
| 199 |
+
"eval_loss": 0.8755595684051514,
|
| 200 |
+
"eval_nll_loss": 0.8516923785209656,
|
| 201 |
+
"eval_rewards/accuracies": 0.625,
|
| 202 |
+
"eval_rewards/chosen": -0.04058125242590904,
|
| 203 |
+
"eval_rewards/margins": 0.007705114781856537,
|
| 204 |
+
"eval_rewards/rejected": -0.048286378383636475,
|
| 205 |
+
"eval_runtime": 32.7393,
|
| 206 |
+
"eval_samples_per_second": 22.908,
|
| 207 |
+
"eval_steps_per_second": 0.733,
|
| 208 |
+
"step": 100
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 1.04,
|
| 212 |
+
"grad_norm": 8.31992434723541,
|
| 213 |
+
"learning_rate": 4.973358420187775e-07,
|
| 214 |
+
"log_odds_chosen": 0.2791669964790344,
|
| 215 |
+
"log_odds_ratio": -0.6692678332328796,
|
| 216 |
+
"logits/chosen": -3.0303468704223633,
|
| 217 |
+
"logits/rejected": -3.025372266769409,
|
| 218 |
+
"logps/chosen": -0.8586570620536804,
|
| 219 |
+
"logps/rejected": -1.0267794132232666,
|
| 220 |
+
"loss": 0.9228,
|
| 221 |
+
"nll_loss": 0.9038568735122681,
|
| 222 |
+
"rewards/accuracies": 0.574999988079071,
|
| 223 |
+
"rewards/chosen": -0.04293284937739372,
|
| 224 |
+
"rewards/margins": 0.008406125009059906,
|
| 225 |
+
"rewards/rejected": -0.05133897811174393,
|
| 226 |
+
"step": 110
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 1.14,
|
| 230 |
+
"grad_norm": 7.967670280486583,
|
| 231 |
+
"learning_rate": 4.894001499771015e-07,
|
| 232 |
+
"log_odds_chosen": 0.38782748579978943,
|
| 233 |
+
"log_odds_ratio": -0.6013778448104858,
|
| 234 |
+
"logits/chosen": -3.0236096382141113,
|
| 235 |
+
"logits/rejected": -3.0155141353607178,
|
| 236 |
+
"logps/chosen": -0.8168986439704895,
|
| 237 |
+
"logps/rejected": -1.0334148406982422,
|
| 238 |
+
"loss": 0.8715,
|
| 239 |
+
"nll_loss": 0.8525303602218628,
|
| 240 |
+
"rewards/accuracies": 0.668749988079071,
|
| 241 |
+
"rewards/chosen": -0.040844932198524475,
|
| 242 |
+
"rewards/margins": 0.010825812816619873,
|
| 243 |
+
"rewards/rejected": -0.05167074874043465,
|
| 244 |
+
"step": 120
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"epoch": 1.23,
|
| 248 |
+
"grad_norm": 8.352441708638352,
|
| 249 |
+
"learning_rate": 4.7636205937328664e-07,
|
| 250 |
+
"log_odds_chosen": 0.2141951024532318,
|
| 251 |
+
"log_odds_ratio": -0.6885079145431519,
|
| 252 |
+
"logits/chosen": -2.985905647277832,
|
| 253 |
+
"logits/rejected": -2.982698440551758,
|
| 254 |
+
"logps/chosen": -0.7959944605827332,
|
| 255 |
+
"logps/rejected": -0.9118129014968872,
|
| 256 |
+
"loss": 0.9124,
|
| 257 |
+
"nll_loss": 0.8475678563117981,
|
| 258 |
+
"rewards/accuracies": 0.574999988079071,
|
| 259 |
+
"rewards/chosen": -0.03979972377419472,
|
| 260 |
+
"rewards/margins": 0.005790921859443188,
|
| 261 |
+
"rewards/rejected": -0.04559064656496048,
|
| 262 |
+
"step": 130
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 1.33,
|
| 266 |
+
"grad_norm": 7.671580837241858,
|
| 267 |
+
"learning_rate": 4.584994544724695e-07,
|
| 268 |
+
"log_odds_chosen": 0.2413184642791748,
|
| 269 |
+
"log_odds_ratio": -0.6780685782432556,
|
| 270 |
+
"logits/chosen": -2.9718122482299805,
|
| 271 |
+
"logits/rejected": -2.9794762134552,
|
| 272 |
+
"logps/chosen": -0.7854965925216675,
|
| 273 |
+
"logps/rejected": -0.9058204889297485,
|
| 274 |
+
"loss": 0.8615,
|
| 275 |
+
"nll_loss": 0.8538535237312317,
|
| 276 |
+
"rewards/accuracies": 0.612500011920929,
|
| 277 |
+
"rewards/chosen": -0.039274830371141434,
|
| 278 |
+
"rewards/margins": 0.006016193423420191,
|
| 279 |
+
"rewards/rejected": -0.045291025191545486,
|
| 280 |
+
"step": 140
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"epoch": 1.42,
|
| 284 |
+
"grad_norm": 7.772020240967411,
|
| 285 |
+
"learning_rate": 4.3619304568594546e-07,
|
| 286 |
+
"log_odds_chosen": 0.35438692569732666,
|
| 287 |
+
"log_odds_ratio": -0.6226890683174133,
|
| 288 |
+
"logits/chosen": -2.9541661739349365,
|
| 289 |
+
"logits/rejected": -2.975813388824463,
|
| 290 |
+
"logps/chosen": -0.77320796251297,
|
| 291 |
+
"logps/rejected": -0.9510070085525513,
|
| 292 |
+
"loss": 0.8533,
|
| 293 |
+
"nll_loss": 0.8167142868041992,
|
| 294 |
+
"rewards/accuracies": 0.612500011920929,
|
| 295 |
+
"rewards/chosen": -0.03866039589047432,
|
| 296 |
+
"rewards/margins": 0.008889952674508095,
|
| 297 |
+
"rewards/rejected": -0.047550346702337265,
|
| 298 |
+
"step": 150
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 1.52,
|
| 302 |
+
"grad_norm": 7.766336059303151,
|
| 303 |
+
"learning_rate": 4.099182553897228e-07,
|
| 304 |
+
"log_odds_chosen": 0.41911888122558594,
|
| 305 |
+
"log_odds_ratio": -0.5898452997207642,
|
| 306 |
+
"logits/chosen": -2.93475079536438,
|
| 307 |
+
"logits/rejected": -2.9203600883483887,
|
| 308 |
+
"logps/chosen": -0.7571161389350891,
|
| 309 |
+
"logps/rejected": -1.0282914638519287,
|
| 310 |
+
"loss": 0.8498,
|
| 311 |
+
"nll_loss": 0.7975727915763855,
|
| 312 |
+
"rewards/accuracies": 0.668749988079071,
|
| 313 |
+
"rewards/chosen": -0.03785580396652222,
|
| 314 |
+
"rewards/margins": 0.013558770529925823,
|
| 315 |
+
"rewards/rejected": -0.05141457915306091,
|
| 316 |
+
"step": 160
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"epoch": 1.61,
|
| 320 |
+
"grad_norm": 6.962214901131027,
|
| 321 |
+
"learning_rate": 3.8023508512198257e-07,
|
| 322 |
+
"log_odds_chosen": 0.343596875667572,
|
| 323 |
+
"log_odds_ratio": -0.6280649900436401,
|
| 324 |
+
"logits/chosen": -2.953634262084961,
|
| 325 |
+
"logits/rejected": -2.9548466205596924,
|
| 326 |
+
"logps/chosen": -0.7480501532554626,
|
| 327 |
+
"logps/rejected": -0.9306358098983765,
|
| 328 |
+
"loss": 0.8487,
|
| 329 |
+
"nll_loss": 0.7963918447494507,
|
| 330 |
+
"rewards/accuracies": 0.625,
|
| 331 |
+
"rewards/chosen": -0.037402503192424774,
|
| 332 |
+
"rewards/margins": 0.009129286743700504,
|
| 333 |
+
"rewards/rejected": -0.046531792730093,
|
| 334 |
+
"step": 170
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"epoch": 1.71,
|
| 338 |
+
"grad_norm": 7.684687327116239,
|
| 339 |
+
"learning_rate": 3.4777618012253895e-07,
|
| 340 |
+
"log_odds_chosen": 0.21630027890205383,
|
| 341 |
+
"log_odds_ratio": -0.6737483739852905,
|
| 342 |
+
"logits/chosen": -2.919468879699707,
|
| 343 |
+
"logits/rejected": -2.9328620433807373,
|
| 344 |
+
"logps/chosen": -0.8119864463806152,
|
| 345 |
+
"logps/rejected": -0.9226973652839661,
|
| 346 |
+
"loss": 0.8625,
|
| 347 |
+
"nll_loss": 0.8666168451309204,
|
| 348 |
+
"rewards/accuracies": 0.6000000238418579,
|
| 349 |
+
"rewards/chosen": -0.04059932753443718,
|
| 350 |
+
"rewards/margins": 0.0055355411022901535,
|
| 351 |
+
"rewards/rejected": -0.046134866774082184,
|
| 352 |
+
"step": 180
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 1.8,
|
| 356 |
+
"grad_norm": 7.394125467411221,
|
| 357 |
+
"learning_rate": 3.1323334559792015e-07,
|
| 358 |
+
"log_odds_chosen": 0.24404248595237732,
|
| 359 |
+
"log_odds_ratio": -0.6521191000938416,
|
| 360 |
+
"logits/chosen": -2.9319450855255127,
|
| 361 |
+
"logits/rejected": -2.9281563758850098,
|
| 362 |
+
"logps/chosen": -0.764248251914978,
|
| 363 |
+
"logps/rejected": -0.9116944074630737,
|
| 364 |
+
"loss": 0.8487,
|
| 365 |
+
"nll_loss": 0.7953720688819885,
|
| 366 |
+
"rewards/accuracies": 0.625,
|
| 367 |
+
"rewards/chosen": -0.03821241110563278,
|
| 368 |
+
"rewards/margins": 0.007372308522462845,
|
| 369 |
+
"rewards/rejected": -0.045584727078676224,
|
| 370 |
+
"step": 190
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"epoch": 1.9,
|
| 374 |
+
"grad_norm": 7.078165164064633,
|
| 375 |
+
"learning_rate": 2.7734280209446865e-07,
|
| 376 |
+
"log_odds_chosen": 0.27770525217056274,
|
| 377 |
+
"log_odds_ratio": -0.6487261056900024,
|
| 378 |
+
"logits/chosen": -2.9408035278320312,
|
| 379 |
+
"logits/rejected": -2.9414825439453125,
|
| 380 |
+
"logps/chosen": -0.8372436761856079,
|
| 381 |
+
"logps/rejected": -0.9893075227737427,
|
| 382 |
+
"loss": 0.8743,
|
| 383 |
+
"nll_loss": 0.8854878544807434,
|
| 384 |
+
"rewards/accuracies": 0.625,
|
| 385 |
+
"rewards/chosen": -0.041862182319164276,
|
| 386 |
+
"rewards/margins": 0.007603197358548641,
|
| 387 |
+
"rewards/rejected": -0.04946538433432579,
|
| 388 |
+
"step": 200
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 1.9,
|
| 392 |
+
"eval_log_odds_chosen": 0.3327343761920929,
|
| 393 |
+
"eval_log_odds_ratio": -0.6319172978401184,
|
| 394 |
+
"eval_logits/chosen": -2.942302942276001,
|
| 395 |
+
"eval_logits/rejected": -2.951889991760254,
|
| 396 |
+
"eval_logps/chosen": -0.7823134064674377,
|
| 397 |
+
"eval_logps/rejected": -0.9474297165870667,
|
| 398 |
+
"eval_loss": 0.8543919920921326,
|
| 399 |
+
"eval_nll_loss": 0.8307900428771973,
|
| 400 |
+
"eval_rewards/accuracies": 0.6458333134651184,
|
| 401 |
+
"eval_rewards/chosen": -0.03911567106842995,
|
| 402 |
+
"eval_rewards/margins": 0.008255816996097565,
|
| 403 |
+
"eval_rewards/rejected": -0.04737148806452751,
|
| 404 |
+
"eval_runtime": 32.7039,
|
| 405 |
+
"eval_samples_per_second": 22.933,
|
| 406 |
+
"eval_steps_per_second": 0.734,
|
| 407 |
+
"step": 200
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"epoch": 1.99,
|
| 411 |
+
"grad_norm": 8.396601904639242,
|
| 412 |
+
"learning_rate": 2.4086949423558525e-07,
|
| 413 |
+
"log_odds_chosen": 0.41053691506385803,
|
| 414 |
+
"log_odds_ratio": -0.6060739755630493,
|
| 415 |
+
"logits/chosen": -2.929229974746704,
|
| 416 |
+
"logits/rejected": -2.935241222381592,
|
| 417 |
+
"logps/chosen": -0.7071143388748169,
|
| 418 |
+
"logps/rejected": -0.9274543523788452,
|
| 419 |
+
"loss": 0.8393,
|
| 420 |
+
"nll_loss": 0.7697780728340149,
|
| 421 |
+
"rewards/accuracies": 0.625,
|
| 422 |
+
"rewards/chosen": -0.035355716943740845,
|
| 423 |
+
"rewards/margins": 0.011016997508704662,
|
| 424 |
+
"rewards/rejected": -0.04637271165847778,
|
| 425 |
+
"step": 210
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"epoch": 2.09,
|
| 429 |
+
"grad_norm": 6.569557403751905,
|
| 430 |
+
"learning_rate": 2.0459078725514089e-07,
|
| 431 |
+
"log_odds_chosen": 0.5315035581588745,
|
| 432 |
+
"log_odds_ratio": -0.5512046217918396,
|
| 433 |
+
"logits/chosen": -2.9326529502868652,
|
| 434 |
+
"logits/rejected": -2.9516549110412598,
|
| 435 |
+
"logps/chosen": -0.6680026054382324,
|
| 436 |
+
"logps/rejected": -0.9493370056152344,
|
| 437 |
+
"loss": 0.7857,
|
| 438 |
+
"nll_loss": 0.7278756499290466,
|
| 439 |
+
"rewards/accuracies": 0.706250011920929,
|
| 440 |
+
"rewards/chosen": -0.03340013325214386,
|
| 441 |
+
"rewards/margins": 0.014066715724766254,
|
| 442 |
+
"rewards/rejected": -0.04746684432029724,
|
| 443 |
+
"step": 220
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 2.18,
|
| 447 |
+
"grad_norm": 7.403484208884281,
|
| 448 |
+
"learning_rate": 1.692798988071385e-07,
|
| 449 |
+
"log_odds_chosen": 0.5616401433944702,
|
| 450 |
+
"log_odds_ratio": -0.5525184869766235,
|
| 451 |
+
"logits/chosen": -2.958536386489868,
|
| 452 |
+
"logits/rejected": -2.961232900619507,
|
| 453 |
+
"logps/chosen": -0.6798023581504822,
|
| 454 |
+
"logps/rejected": -0.9693242311477661,
|
| 455 |
+
"loss": 0.797,
|
| 456 |
+
"nll_loss": 0.7711700201034546,
|
| 457 |
+
"rewards/accuracies": 0.737500011920929,
|
| 458 |
+
"rewards/chosen": -0.03399012237787247,
|
| 459 |
+
"rewards/margins": 0.014476092532277107,
|
| 460 |
+
"rewards/rejected": -0.048466216772794724,
|
| 461 |
+
"step": 230
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"epoch": 2.27,
|
| 465 |
+
"grad_norm": 7.412336007524852,
|
| 466 |
+
"learning_rate": 1.3568941917384036e-07,
|
| 467 |
+
"log_odds_chosen": 0.5311576128005981,
|
| 468 |
+
"log_odds_ratio": -0.549420177936554,
|
| 469 |
+
"logits/chosen": -2.9735727310180664,
|
| 470 |
+
"logits/rejected": -2.9537353515625,
|
| 471 |
+
"logps/chosen": -0.6970270872116089,
|
| 472 |
+
"logps/rejected": -1.0076513290405273,
|
| 473 |
+
"loss": 0.777,
|
| 474 |
+
"nll_loss": 0.7482173442840576,
|
| 475 |
+
"rewards/accuracies": 0.71875,
|
| 476 |
+
"rewards/chosen": -0.034851353615522385,
|
| 477 |
+
"rewards/margins": 0.015531214885413647,
|
| 478 |
+
"rewards/rejected": -0.050382573157548904,
|
| 479 |
+
"step": 240
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 2.37,
|
| 483 |
+
"grad_norm": 7.1315381997262595,
|
| 484 |
+
"learning_rate": 1.0453527111051183e-07,
|
| 485 |
+
"log_odds_chosen": 0.5468025207519531,
|
| 486 |
+
"log_odds_ratio": -0.555133044719696,
|
| 487 |
+
"logits/chosen": -2.922816276550293,
|
| 488 |
+
"logits/rejected": -2.945639133453369,
|
| 489 |
+
"logps/chosen": -0.6493021249771118,
|
| 490 |
+
"logps/rejected": -0.951339840888977,
|
| 491 |
+
"loss": 0.7778,
|
| 492 |
+
"nll_loss": 0.6916720271110535,
|
| 493 |
+
"rewards/accuracies": 0.6937500238418579,
|
| 494 |
+
"rewards/chosen": -0.03246510773897171,
|
| 495 |
+
"rewards/margins": 0.015101884491741657,
|
| 496 |
+
"rewards/rejected": -0.04756699129939079,
|
| 497 |
+
"step": 250
|
| 498 |
+
},
|
| 499 |
+
{
|
| 500 |
+
"epoch": 2.46,
|
| 501 |
+
"grad_norm": 7.696203106269843,
|
| 502 |
+
"learning_rate": 7.648145119484151e-08,
|
| 503 |
+
"log_odds_chosen": 0.5281956195831299,
|
| 504 |
+
"log_odds_ratio": -0.5637919306755066,
|
| 505 |
+
"logits/chosen": -2.925053358078003,
|
| 506 |
+
"logits/rejected": -2.9243857860565186,
|
| 507 |
+
"logps/chosen": -0.7035914659500122,
|
| 508 |
+
"logps/rejected": -0.9652328491210938,
|
| 509 |
+
"loss": 0.7943,
|
| 510 |
+
"nll_loss": 0.7686626315116882,
|
| 511 |
+
"rewards/accuracies": 0.6499999761581421,
|
| 512 |
+
"rewards/chosen": -0.03517957404255867,
|
| 513 |
+
"rewards/margins": 0.013082069344818592,
|
| 514 |
+
"rewards/rejected": -0.048261649906635284,
|
| 515 |
+
"step": 260
|
| 516 |
+
},
|
| 517 |
+
{
|
| 518 |
+
"epoch": 2.56,
|
| 519 |
+
"grad_norm": 7.643756100288896,
|
| 520 |
+
"learning_rate": 5.212587789268649e-08,
|
| 521 |
+
"log_odds_chosen": 0.5132555365562439,
|
| 522 |
+
"log_odds_ratio": -0.5936566591262817,
|
| 523 |
+
"logits/chosen": -2.9285006523132324,
|
| 524 |
+
"logits/rejected": -2.9404940605163574,
|
| 525 |
+
"logps/chosen": -0.7124043703079224,
|
| 526 |
+
"logps/rejected": -0.936718761920929,
|
| 527 |
+
"loss": 0.7934,
|
| 528 |
+
"nll_loss": 0.7723904252052307,
|
| 529 |
+
"rewards/accuracies": 0.675000011920929,
|
| 530 |
+
"rewards/chosen": -0.035620223730802536,
|
| 531 |
+
"rewards/margins": 0.011215712875127792,
|
| 532 |
+
"rewards/rejected": -0.04683593660593033,
|
| 533 |
+
"step": 270
|
| 534 |
+
},
|
| 535 |
+
{
|
| 536 |
+
"epoch": 2.65,
|
| 537 |
+
"grad_norm": 7.291634915542113,
|
| 538 |
+
"learning_rate": 3.198764796404807e-08,
|
| 539 |
+
"log_odds_chosen": 0.5429651737213135,
|
| 540 |
+
"log_odds_ratio": -0.5288026332855225,
|
| 541 |
+
"logits/chosen": -2.9601218700408936,
|
| 542 |
+
"logits/rejected": -2.968656063079834,
|
| 543 |
+
"logps/chosen": -0.6723442673683167,
|
| 544 |
+
"logps/rejected": -0.9517607688903809,
|
| 545 |
+
"loss": 0.7803,
|
| 546 |
+
"nll_loss": 0.7490439414978027,
|
| 547 |
+
"rewards/accuracies": 0.737500011920929,
|
| 548 |
+
"rewards/chosen": -0.03361721709370613,
|
| 549 |
+
"rewards/margins": 0.013970823958516121,
|
| 550 |
+
"rewards/rejected": -0.047588035464286804,
|
| 551 |
+
"step": 280
|
| 552 |
+
},
|
| 553 |
+
{
|
| 554 |
+
"epoch": 2.75,
|
| 555 |
+
"grad_norm": 7.508067041552727,
|
| 556 |
+
"learning_rate": 1.649597281686302e-08,
|
| 557 |
+
"log_odds_chosen": 0.45766550302505493,
|
| 558 |
+
"log_odds_ratio": -0.5674511790275574,
|
| 559 |
+
"logits/chosen": -2.960801362991333,
|
| 560 |
+
"logits/rejected": -2.9700140953063965,
|
| 561 |
+
"logps/chosen": -0.6948236227035522,
|
| 562 |
+
"logps/rejected": -0.9299477338790894,
|
| 563 |
+
"loss": 0.7893,
|
| 564 |
+
"nll_loss": 0.7552822232246399,
|
| 565 |
+
"rewards/accuracies": 0.737500011920929,
|
| 566 |
+
"rewards/chosen": -0.03474118560552597,
|
| 567 |
+
"rewards/margins": 0.011756205931305885,
|
| 568 |
+
"rewards/rejected": -0.04649738967418671,
|
| 569 |
+
"step": 290
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 2.84,
|
| 573 |
+
"grad_norm": 7.2033125147888954,
|
| 574 |
+
"learning_rate": 5.981030611018234e-09,
|
| 575 |
+
"log_odds_chosen": 0.5772581696510315,
|
| 576 |
+
"log_odds_ratio": -0.534927248954773,
|
| 577 |
+
"logits/chosen": -2.9540858268737793,
|
| 578 |
+
"logits/rejected": -2.9668896198272705,
|
| 579 |
+
"logps/chosen": -0.715768039226532,
|
| 580 |
+
"logps/rejected": -0.9969004392623901,
|
| 581 |
+
"loss": 0.7952,
|
| 582 |
+
"nll_loss": 0.8036004900932312,
|
| 583 |
+
"rewards/accuracies": 0.731249988079071,
|
| 584 |
+
"rewards/chosen": -0.035788409411907196,
|
| 585 |
+
"rewards/margins": 0.014056617394089699,
|
| 586 |
+
"rewards/rejected": -0.04984502121806145,
|
| 587 |
+
"step": 300
|
| 588 |
+
},
|
| 589 |
+
{
|
| 590 |
+
"epoch": 2.84,
|
| 591 |
+
"eval_log_odds_chosen": 0.3606046140193939,
|
| 592 |
+
"eval_log_odds_ratio": -0.6238030791282654,
|
| 593 |
+
"eval_logits/chosen": -2.939861297607422,
|
| 594 |
+
"eval_logits/rejected": -2.9506702423095703,
|
| 595 |
+
"eval_logps/chosen": -0.7880411148071289,
|
| 596 |
+
"eval_logps/rejected": -0.9708888530731201,
|
| 597 |
+
"eval_loss": 0.8561561107635498,
|
| 598 |
+
"eval_nll_loss": 0.8317036628723145,
|
| 599 |
+
"eval_rewards/accuracies": 0.6614583134651184,
|
| 600 |
+
"eval_rewards/chosen": -0.03940205276012421,
|
| 601 |
+
"eval_rewards/margins": 0.009142386727035046,
|
| 602 |
+
"eval_rewards/rejected": -0.04854444041848183,
|
| 603 |
+
"eval_runtime": 32.7358,
|
| 604 |
+
"eval_samples_per_second": 22.911,
|
| 605 |
+
"eval_steps_per_second": 0.733,
|
| 606 |
+
"step": 300
|
| 607 |
+
},
|
| 608 |
+
{
|
| 609 |
+
"epoch": 2.94,
|
| 610 |
+
"grad_norm": 7.47712107069191,
|
| 611 |
+
"learning_rate": 6.66929084112089e-10,
|
| 612 |
+
"log_odds_chosen": 0.49705371260643005,
|
| 613 |
+
"log_odds_ratio": -0.5786138772964478,
|
| 614 |
+
"logits/chosen": -2.950911521911621,
|
| 615 |
+
"logits/rejected": -2.9691450595855713,
|
| 616 |
+
"logps/chosen": -0.6968633532524109,
|
| 617 |
+
"logps/rejected": -0.9362894296646118,
|
| 618 |
+
"loss": 0.79,
|
| 619 |
+
"nll_loss": 0.76046222448349,
|
| 620 |
+
"rewards/accuracies": 0.6937500238418579,
|
| 621 |
+
"rewards/chosen": -0.034843169152736664,
|
| 622 |
+
"rewards/margins": 0.011971303261816502,
|
| 623 |
+
"rewards/rejected": -0.04681447520852089,
|
| 624 |
+
"step": 310
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"epoch": 2.99,
|
| 628 |
+
"step": 315,
|
| 629 |
+
"total_flos": 0.0,
|
| 630 |
+
"train_loss": 0.8898289559379456,
|
| 631 |
+
"train_runtime": 3406.8155,
|
| 632 |
+
"train_samples_per_second": 5.944,
|
| 633 |
+
"train_steps_per_second": 0.092
|
| 634 |
+
}
|
| 635 |
+
],
|
| 636 |
+
"logging_steps": 10,
|
| 637 |
+
"max_steps": 315,
|
| 638 |
+
"num_input_tokens_seen": 0,
|
| 639 |
+
"num_train_epochs": 3,
|
| 640 |
+
"save_steps": 500,
|
| 641 |
+
"total_flos": 0.0,
|
| 642 |
+
"train_batch_size": 8,
|
| 643 |
+
"trial_name": null,
|
| 644 |
+
"trial_params": null
|
| 645 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43d9875fe26519d505b6587f43987109a592f7656b554c8b427553abfa31ec5b
|
| 3 |
+
size 6456
|