Training in progress, epoch 1
Browse files- README.md +60 -0
- all_results.json +9 -0
- config.json +26 -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
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +44 -0
- train_results.json +9 -0
- trainer_state.json +507 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 4 |
+
tags:
|
| 5 |
+
- alignment-handbook
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
datasets:
|
| 8 |
+
- synthetic_data_mistral-7b-instruct-sppo-iter1_score
|
| 9 |
+
model-index:
|
| 10 |
+
- name: Mistral-7B-Instruct-SPPO-Iter1
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
# Mistral-7B-Instruct-SPPO-Iter1
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on the synthetic_data_mistral-7b-instruct-sppo-iter1_score dataset.
|
| 20 |
+
|
| 21 |
+
## Model description
|
| 22 |
+
|
| 23 |
+
More information needed
|
| 24 |
+
|
| 25 |
+
## Intended uses & limitations
|
| 26 |
+
|
| 27 |
+
More information needed
|
| 28 |
+
|
| 29 |
+
## Training and evaluation data
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Training procedure
|
| 34 |
+
|
| 35 |
+
### Training hyperparameters
|
| 36 |
+
|
| 37 |
+
The following hyperparameters were used during training:
|
| 38 |
+
- learning_rate: 5e-07
|
| 39 |
+
- train_batch_size: 8
|
| 40 |
+
- eval_batch_size: 4
|
| 41 |
+
- seed: 42
|
| 42 |
+
- distributed_type: multi-GPU
|
| 43 |
+
- num_devices: 8
|
| 44 |
+
- total_train_batch_size: 64
|
| 45 |
+
- total_eval_batch_size: 32
|
| 46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 47 |
+
- lr_scheduler_type: linear
|
| 48 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 49 |
+
- num_epochs: 1.0
|
| 50 |
+
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
### Framework versions
|
| 56 |
+
|
| 57 |
+
- Transformers 4.42.4
|
| 58 |
+
- Pytorch 2.3.0+cu121
|
| 59 |
+
- Datasets 2.14.6
|
| 60 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1.0,
|
| 3 |
+
"total_flos": 0.0,
|
| 4 |
+
"train_loss": 126137.32107099515,
|
| 5 |
+
"train_runtime": 4733.3263,
|
| 6 |
+
"train_samples": 19766,
|
| 7 |
+
"train_samples_per_second": 4.176,
|
| 8 |
+
"train_steps_per_second": 0.065
|
| 9 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"MistralForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 1,
|
| 8 |
+
"eos_token_id": 2,
|
| 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 |
+
"rms_norm_eps": 1e-05,
|
| 19 |
+
"rope_theta": 1000000.0,
|
| 20 |
+
"sliding_window": null,
|
| 21 |
+
"tie_word_embeddings": false,
|
| 22 |
+
"torch_dtype": "bfloat16",
|
| 23 |
+
"transformers_version": "4.42.4",
|
| 24 |
+
"use_cache": false,
|
| 25 |
+
"vocab_size": 32000
|
| 26 |
+
}
|
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.42.4"
|
| 6 |
+
}
|
model-00001-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdf3879d63577a046ca926688ca374a8507b658ee4e14dcd28483943acdc17ec
|
| 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:32ea97a39c2318b201b2b82ea744d1317dbf0ab1fcf9d60734c4dd4619cfbab9
|
| 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:8ea86562734b84a1bb4cc5075f4fd0e69e3bd318c611ea3722400f508e0227d2
|
| 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 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "</s>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "</s>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<unk>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
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,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"additional_special_tokens": [],
|
| 32 |
+
"bos_token": "<s>",
|
| 33 |
+
"chat_template": "{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content'] %}\n {%- set loop_messages = messages[1:] %}\n{%- else %}\n {%- set loop_messages = messages %}\n{%- endif %}\n\n{{- bos_token }}\n{%- for message in loop_messages %}\n {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}\n {{- raise_exception('After the optional system message, conversation roles must alternate user/assistant/user/assistant/...') }}\n {%- endif %}\n {%- if message['role'] == 'user' %}\n {%- if loop.first and system_message is defined %}\n {{- ' [INST] ' + system_message + '\\n\\n' + message['content'] + ' [/INST]' }}\n {%- else %}\n {{- ' [INST] ' + message['content'] + ' [/INST]' }}\n {%- endif %}\n {%- elif message['role'] == 'assistant' %}\n {{- ' ' + message['content'] + eos_token}}\n {%- else %}\n {{- raise_exception('Only user and assistant roles are supported, with the exception of an initial optional system message!') }}\n {%- endif %}\n{%- endfor %}\n",
|
| 34 |
+
"clean_up_tokenization_spaces": false,
|
| 35 |
+
"eos_token": "</s>",
|
| 36 |
+
"legacy": false,
|
| 37 |
+
"model_max_length": 2048,
|
| 38 |
+
"pad_token": "</s>",
|
| 39 |
+
"sp_model_kwargs": {},
|
| 40 |
+
"spaces_between_special_tokens": false,
|
| 41 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 42 |
+
"unk_token": "<unk>",
|
| 43 |
+
"use_default_system_prompt": false
|
| 44 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1.0,
|
| 3 |
+
"total_flos": 0.0,
|
| 4 |
+
"train_loss": 126137.32107099515,
|
| 5 |
+
"train_runtime": 4733.3263,
|
| 6 |
+
"train_samples": 19766,
|
| 7 |
+
"train_samples_per_second": 4.176,
|
| 8 |
+
"train_steps_per_second": 0.065
|
| 9 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,507 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 1.0,
|
| 5 |
+
"eval_steps": 100,
|
| 6 |
+
"global_step": 309,
|
| 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.003236245954692557,
|
| 13 |
+
"grad_norm": 1360270.551939551,
|
| 14 |
+
"learning_rate": 1.6129032258064514e-08,
|
| 15 |
+
"logits/chosen": -2.3401248455047607,
|
| 16 |
+
"logits/rejected": -2.024223566055298,
|
| 17 |
+
"logps/chosen": -96.9656982421875,
|
| 18 |
+
"logps/rejected": -92.04792785644531,
|
| 19 |
+
"loss": 131017.8359,
|
| 20 |
+
"rewards/accuracies": 0.0,
|
| 21 |
+
"rewards/chosen": 0.0,
|
| 22 |
+
"rewards/margins": 0.0,
|
| 23 |
+
"rewards/rejected": 0.0,
|
| 24 |
+
"step": 1
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.032362459546925564,
|
| 28 |
+
"grad_norm": 1416555.5626202887,
|
| 29 |
+
"learning_rate": 1.6129032258064515e-07,
|
| 30 |
+
"logits/chosen": -2.2171170711517334,
|
| 31 |
+
"logits/rejected": -2.1732587814331055,
|
| 32 |
+
"logps/chosen": -99.1213150024414,
|
| 33 |
+
"logps/rejected": -100.28742218017578,
|
| 34 |
+
"loss": 128366.8056,
|
| 35 |
+
"rewards/accuracies": 0.4861111044883728,
|
| 36 |
+
"rewards/chosen": 8.025332499528304e-05,
|
| 37 |
+
"rewards/margins": 1.1366943908797111e-05,
|
| 38 |
+
"rewards/rejected": 6.888638745294884e-05,
|
| 39 |
+
"step": 10
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.06472491909385113,
|
| 43 |
+
"grad_norm": 1304570.4126210073,
|
| 44 |
+
"learning_rate": 3.225806451612903e-07,
|
| 45 |
+
"logits/chosen": -1.9858334064483643,
|
| 46 |
+
"logits/rejected": -1.9541418552398682,
|
| 47 |
+
"logps/chosen": -118.43696594238281,
|
| 48 |
+
"logps/rejected": -126.21803283691406,
|
| 49 |
+
"loss": 128692.025,
|
| 50 |
+
"rewards/accuracies": 0.5625,
|
| 51 |
+
"rewards/chosen": -0.00015103544865269214,
|
| 52 |
+
"rewards/margins": 0.0007216802914626896,
|
| 53 |
+
"rewards/rejected": -0.0008727157255634665,
|
| 54 |
+
"step": 20
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.0970873786407767,
|
| 58 |
+
"grad_norm": 1685863.1415844476,
|
| 59 |
+
"learning_rate": 4.838709677419355e-07,
|
| 60 |
+
"logits/chosen": -2.1170787811279297,
|
| 61 |
+
"logits/rejected": -2.0741684436798096,
|
| 62 |
+
"logps/chosen": -122.6366195678711,
|
| 63 |
+
"logps/rejected": -123.0445556640625,
|
| 64 |
+
"loss": 127097.55,
|
| 65 |
+
"rewards/accuracies": 0.6000000238418579,
|
| 66 |
+
"rewards/chosen": -0.006598073057830334,
|
| 67 |
+
"rewards/margins": 0.0006057058344595134,
|
| 68 |
+
"rewards/rejected": -0.00720377778634429,
|
| 69 |
+
"step": 30
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.12944983818770225,
|
| 73 |
+
"grad_norm": 2033398.3838454094,
|
| 74 |
+
"learning_rate": 4.838129496402878e-07,
|
| 75 |
+
"logits/chosen": -1.9161779880523682,
|
| 76 |
+
"logits/rejected": -1.9276437759399414,
|
| 77 |
+
"logps/chosen": -124.73970794677734,
|
| 78 |
+
"logps/rejected": -142.6216278076172,
|
| 79 |
+
"loss": 127465.975,
|
| 80 |
+
"rewards/accuracies": 0.4625000059604645,
|
| 81 |
+
"rewards/chosen": -0.011538518592715263,
|
| 82 |
+
"rewards/margins": -6.826107710367069e-05,
|
| 83 |
+
"rewards/rejected": -0.011470255441963673,
|
| 84 |
+
"step": 40
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 0.16181229773462782,
|
| 88 |
+
"grad_norm": 2147117.1383440965,
|
| 89 |
+
"learning_rate": 4.6582733812949637e-07,
|
| 90 |
+
"logits/chosen": -1.8840440511703491,
|
| 91 |
+
"logits/rejected": -1.912096619606018,
|
| 92 |
+
"logps/chosen": -114.17850494384766,
|
| 93 |
+
"logps/rejected": -126.81815338134766,
|
| 94 |
+
"loss": 125939.7875,
|
| 95 |
+
"rewards/accuracies": 0.5874999761581421,
|
| 96 |
+
"rewards/chosen": -0.014376411214470863,
|
| 97 |
+
"rewards/margins": 0.004386500921100378,
|
| 98 |
+
"rewards/rejected": -0.01876291260123253,
|
| 99 |
+
"step": 50
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.1941747572815534,
|
| 103 |
+
"grad_norm": 3071038.1324342038,
|
| 104 |
+
"learning_rate": 4.4784172661870503e-07,
|
| 105 |
+
"logits/chosen": -1.9911772012710571,
|
| 106 |
+
"logits/rejected": -1.9808628559112549,
|
| 107 |
+
"logps/chosen": -126.23087310791016,
|
| 108 |
+
"logps/rejected": -129.49313354492188,
|
| 109 |
+
"loss": 125104.1375,
|
| 110 |
+
"rewards/accuracies": 0.6000000238418579,
|
| 111 |
+
"rewards/chosen": -0.01957254856824875,
|
| 112 |
+
"rewards/margins": 0.00518994452431798,
|
| 113 |
+
"rewards/rejected": -0.02476249262690544,
|
| 114 |
+
"step": 60
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.22653721682847897,
|
| 118 |
+
"grad_norm": 2209031.0455667987,
|
| 119 |
+
"learning_rate": 4.2985611510791364e-07,
|
| 120 |
+
"logits/chosen": -2.054396629333496,
|
| 121 |
+
"logits/rejected": -2.045442581176758,
|
| 122 |
+
"logps/chosen": -135.28916931152344,
|
| 123 |
+
"logps/rejected": -161.77029418945312,
|
| 124 |
+
"loss": 128463.0375,
|
| 125 |
+
"rewards/accuracies": 0.5874999761581421,
|
| 126 |
+
"rewards/chosen": -0.014407733455300331,
|
| 127 |
+
"rewards/margins": 0.02120479941368103,
|
| 128 |
+
"rewards/rejected": -0.03561253100633621,
|
| 129 |
+
"step": 70
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.2588996763754045,
|
| 133 |
+
"grad_norm": 2430368.543406948,
|
| 134 |
+
"learning_rate": 4.118705035971223e-07,
|
| 135 |
+
"logits/chosen": -2.226501941680908,
|
| 136 |
+
"logits/rejected": -2.1979050636291504,
|
| 137 |
+
"logps/chosen": -133.3325958251953,
|
| 138 |
+
"logps/rejected": -139.7587890625,
|
| 139 |
+
"loss": 126775.15,
|
| 140 |
+
"rewards/accuracies": 0.612500011920929,
|
| 141 |
+
"rewards/chosen": -0.015011170879006386,
|
| 142 |
+
"rewards/margins": 0.008515884168446064,
|
| 143 |
+
"rewards/rejected": -0.023527055978775024,
|
| 144 |
+
"step": 80
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 0.2912621359223301,
|
| 148 |
+
"grad_norm": 2247623.918406063,
|
| 149 |
+
"learning_rate": 3.938848920863309e-07,
|
| 150 |
+
"logits/chosen": -2.219113349914551,
|
| 151 |
+
"logits/rejected": -2.2480850219726562,
|
| 152 |
+
"logps/chosen": -117.96885681152344,
|
| 153 |
+
"logps/rejected": -130.67233276367188,
|
| 154 |
+
"loss": 127866.3875,
|
| 155 |
+
"rewards/accuracies": 0.762499988079071,
|
| 156 |
+
"rewards/chosen": -0.012072126381099224,
|
| 157 |
+
"rewards/margins": 0.008730234578251839,
|
| 158 |
+
"rewards/rejected": -0.020802360028028488,
|
| 159 |
+
"step": 90
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.32362459546925565,
|
| 163 |
+
"grad_norm": 2316830.1973713143,
|
| 164 |
+
"learning_rate": 3.7589928057553957e-07,
|
| 165 |
+
"logits/chosen": -2.1961560249328613,
|
| 166 |
+
"logits/rejected": -2.1941027641296387,
|
| 167 |
+
"logps/chosen": -113.81181335449219,
|
| 168 |
+
"logps/rejected": -124.9216079711914,
|
| 169 |
+
"loss": 127081.4125,
|
| 170 |
+
"rewards/accuracies": 0.637499988079071,
|
| 171 |
+
"rewards/chosen": -0.013967941515147686,
|
| 172 |
+
"rewards/margins": 0.011136903427541256,
|
| 173 |
+
"rewards/rejected": -0.025104844942688942,
|
| 174 |
+
"step": 100
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.3559870550161812,
|
| 178 |
+
"grad_norm": 2348041.868872815,
|
| 179 |
+
"learning_rate": 3.579136690647482e-07,
|
| 180 |
+
"logits/chosen": -2.1430392265319824,
|
| 181 |
+
"logits/rejected": -2.132408857345581,
|
| 182 |
+
"logps/chosen": -131.83375549316406,
|
| 183 |
+
"logps/rejected": -148.13539123535156,
|
| 184 |
+
"loss": 128332.6,
|
| 185 |
+
"rewards/accuracies": 0.699999988079071,
|
| 186 |
+
"rewards/chosen": -0.016523033380508423,
|
| 187 |
+
"rewards/margins": 0.012288080528378487,
|
| 188 |
+
"rewards/rejected": -0.02881111577153206,
|
| 189 |
+
"step": 110
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.3883495145631068,
|
| 193 |
+
"grad_norm": 2751314.8746971595,
|
| 194 |
+
"learning_rate": 3.3992805755395684e-07,
|
| 195 |
+
"logits/chosen": -2.0588231086730957,
|
| 196 |
+
"logits/rejected": -2.0491485595703125,
|
| 197 |
+
"logps/chosen": -131.24148559570312,
|
| 198 |
+
"logps/rejected": -131.8287811279297,
|
| 199 |
+
"loss": 124869.35,
|
| 200 |
+
"rewards/accuracies": 0.6000000238418579,
|
| 201 |
+
"rewards/chosen": -0.02066906914114952,
|
| 202 |
+
"rewards/margins": 0.008971886709332466,
|
| 203 |
+
"rewards/rejected": -0.029640953987836838,
|
| 204 |
+
"step": 120
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"epoch": 0.42071197411003236,
|
| 208 |
+
"grad_norm": 2954863.531074605,
|
| 209 |
+
"learning_rate": 3.2194244604316545e-07,
|
| 210 |
+
"logits/chosen": -2.176112174987793,
|
| 211 |
+
"logits/rejected": -2.1641287803649902,
|
| 212 |
+
"logps/chosen": -114.12776947021484,
|
| 213 |
+
"logps/rejected": -134.8932342529297,
|
| 214 |
+
"loss": 125655.875,
|
| 215 |
+
"rewards/accuracies": 0.612500011920929,
|
| 216 |
+
"rewards/chosen": -0.014023621566593647,
|
| 217 |
+
"rewards/margins": 0.009770934469997883,
|
| 218 |
+
"rewards/rejected": -0.02379455789923668,
|
| 219 |
+
"step": 130
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.45307443365695793,
|
| 223 |
+
"grad_norm": 2721434.057235538,
|
| 224 |
+
"learning_rate": 3.039568345323741e-07,
|
| 225 |
+
"logits/chosen": -2.119755983352661,
|
| 226 |
+
"logits/rejected": -2.1205615997314453,
|
| 227 |
+
"logps/chosen": -129.28509521484375,
|
| 228 |
+
"logps/rejected": -148.20298767089844,
|
| 229 |
+
"loss": 127386.875,
|
| 230 |
+
"rewards/accuracies": 0.612500011920929,
|
| 231 |
+
"rewards/chosen": -0.018853366374969482,
|
| 232 |
+
"rewards/margins": 0.009598040953278542,
|
| 233 |
+
"rewards/rejected": -0.028451403602957726,
|
| 234 |
+
"step": 140
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.4854368932038835,
|
| 238 |
+
"grad_norm": 2504226.4472642345,
|
| 239 |
+
"learning_rate": 2.859712230215827e-07,
|
| 240 |
+
"logits/chosen": -2.11161732673645,
|
| 241 |
+
"logits/rejected": -2.109983205795288,
|
| 242 |
+
"logps/chosen": -120.16899108886719,
|
| 243 |
+
"logps/rejected": -141.44065856933594,
|
| 244 |
+
"loss": 126322.575,
|
| 245 |
+
"rewards/accuracies": 0.6000000238418579,
|
| 246 |
+
"rewards/chosen": -0.01785941980779171,
|
| 247 |
+
"rewards/margins": 0.012752829119563103,
|
| 248 |
+
"rewards/rejected": -0.030612248927354813,
|
| 249 |
+
"step": 150
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.517799352750809,
|
| 253 |
+
"grad_norm": 2616765.3697665106,
|
| 254 |
+
"learning_rate": 2.679856115107914e-07,
|
| 255 |
+
"logits/chosen": -1.996541976928711,
|
| 256 |
+
"logits/rejected": -1.9952741861343384,
|
| 257 |
+
"logps/chosen": -129.80105590820312,
|
| 258 |
+
"logps/rejected": -140.31661987304688,
|
| 259 |
+
"loss": 124525.2625,
|
| 260 |
+
"rewards/accuracies": 0.5625,
|
| 261 |
+
"rewards/chosen": -0.020018702372908592,
|
| 262 |
+
"rewards/margins": 0.0044175852090120316,
|
| 263 |
+
"rewards/rejected": -0.024436287581920624,
|
| 264 |
+
"step": 160
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"epoch": 0.5501618122977346,
|
| 268 |
+
"grad_norm": 2628992.2929540966,
|
| 269 |
+
"learning_rate": 2.5e-07,
|
| 270 |
+
"logits/chosen": -1.9918062686920166,
|
| 271 |
+
"logits/rejected": -1.9948949813842773,
|
| 272 |
+
"logps/chosen": -122.13346099853516,
|
| 273 |
+
"logps/rejected": -133.2384033203125,
|
| 274 |
+
"loss": 126019.025,
|
| 275 |
+
"rewards/accuracies": 0.6499999761581421,
|
| 276 |
+
"rewards/chosen": -0.02550223097205162,
|
| 277 |
+
"rewards/margins": 0.009997823275625706,
|
| 278 |
+
"rewards/rejected": -0.03550005704164505,
|
| 279 |
+
"step": 170
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 0.5825242718446602,
|
| 283 |
+
"grad_norm": 3094183.1568820253,
|
| 284 |
+
"learning_rate": 2.3201438848920862e-07,
|
| 285 |
+
"logits/chosen": -2.043708086013794,
|
| 286 |
+
"logits/rejected": -2.081475019454956,
|
| 287 |
+
"logps/chosen": -140.36175537109375,
|
| 288 |
+
"logps/rejected": -164.3885498046875,
|
| 289 |
+
"loss": 126201.7375,
|
| 290 |
+
"rewards/accuracies": 0.612500011920929,
|
| 291 |
+
"rewards/chosen": -0.02569858729839325,
|
| 292 |
+
"rewards/margins": 0.01428176648914814,
|
| 293 |
+
"rewards/rejected": -0.03998035565018654,
|
| 294 |
+
"step": 180
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"epoch": 0.6148867313915858,
|
| 298 |
+
"grad_norm": 2334840.857672469,
|
| 299 |
+
"learning_rate": 2.1402877697841726e-07,
|
| 300 |
+
"logits/chosen": -2.0947163105010986,
|
| 301 |
+
"logits/rejected": -2.076787233352661,
|
| 302 |
+
"logps/chosen": -150.43527221679688,
|
| 303 |
+
"logps/rejected": -155.5640869140625,
|
| 304 |
+
"loss": 125959.45,
|
| 305 |
+
"rewards/accuracies": 0.625,
|
| 306 |
+
"rewards/chosen": -0.02467101439833641,
|
| 307 |
+
"rewards/margins": 0.007912294939160347,
|
| 308 |
+
"rewards/rejected": -0.03258330747485161,
|
| 309 |
+
"step": 190
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"epoch": 0.6472491909385113,
|
| 313 |
+
"grad_norm": 2397922.5168117452,
|
| 314 |
+
"learning_rate": 1.960431654676259e-07,
|
| 315 |
+
"logits/chosen": -2.1827738285064697,
|
| 316 |
+
"logits/rejected": -2.2014429569244385,
|
| 317 |
+
"logps/chosen": -123.22265625,
|
| 318 |
+
"logps/rejected": -133.67408752441406,
|
| 319 |
+
"loss": 127908.025,
|
| 320 |
+
"rewards/accuracies": 0.675000011920929,
|
| 321 |
+
"rewards/chosen": -0.014766250737011433,
|
| 322 |
+
"rewards/margins": 0.009688087739050388,
|
| 323 |
+
"rewards/rejected": -0.02445433847606182,
|
| 324 |
+
"step": 200
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.6796116504854369,
|
| 328 |
+
"grad_norm": 2303701.8499174784,
|
| 329 |
+
"learning_rate": 1.7805755395683453e-07,
|
| 330 |
+
"logits/chosen": -2.1952743530273438,
|
| 331 |
+
"logits/rejected": -2.1957383155822754,
|
| 332 |
+
"logps/chosen": -129.71133422851562,
|
| 333 |
+
"logps/rejected": -145.0044708251953,
|
| 334 |
+
"loss": 126285.625,
|
| 335 |
+
"rewards/accuracies": 0.574999988079071,
|
| 336 |
+
"rewards/chosen": -0.016956012696027756,
|
| 337 |
+
"rewards/margins": 0.005377567373216152,
|
| 338 |
+
"rewards/rejected": -0.022333581000566483,
|
| 339 |
+
"step": 210
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.7119741100323624,
|
| 343 |
+
"grad_norm": 2593411.1890004175,
|
| 344 |
+
"learning_rate": 1.6007194244604316e-07,
|
| 345 |
+
"logits/chosen": -2.103020429611206,
|
| 346 |
+
"logits/rejected": -2.0637974739074707,
|
| 347 |
+
"logps/chosen": -135.33511352539062,
|
| 348 |
+
"logps/rejected": -136.0529022216797,
|
| 349 |
+
"loss": 124637.35,
|
| 350 |
+
"rewards/accuracies": 0.6499999761581421,
|
| 351 |
+
"rewards/chosen": -0.01790453866124153,
|
| 352 |
+
"rewards/margins": 0.00530865928158164,
|
| 353 |
+
"rewards/rejected": -0.02321319654583931,
|
| 354 |
+
"step": 220
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.7443365695792881,
|
| 358 |
+
"grad_norm": 2508091.9460668135,
|
| 359 |
+
"learning_rate": 1.420863309352518e-07,
|
| 360 |
+
"logits/chosen": -2.093636989593506,
|
| 361 |
+
"logits/rejected": -2.0820887088775635,
|
| 362 |
+
"logps/chosen": -132.9607391357422,
|
| 363 |
+
"logps/rejected": -140.61473083496094,
|
| 364 |
+
"loss": 125915.3875,
|
| 365 |
+
"rewards/accuracies": 0.550000011920929,
|
| 366 |
+
"rewards/chosen": -0.02344880998134613,
|
| 367 |
+
"rewards/margins": 0.009993510320782661,
|
| 368 |
+
"rewards/rejected": -0.03344232216477394,
|
| 369 |
+
"step": 230
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"epoch": 0.7766990291262136,
|
| 373 |
+
"grad_norm": 2952343.349225862,
|
| 374 |
+
"learning_rate": 1.2410071942446043e-07,
|
| 375 |
+
"logits/chosen": -2.1840648651123047,
|
| 376 |
+
"logits/rejected": -2.139603853225708,
|
| 377 |
+
"logps/chosen": -138.78213500976562,
|
| 378 |
+
"logps/rejected": -151.81393432617188,
|
| 379 |
+
"loss": 124670.15,
|
| 380 |
+
"rewards/accuracies": 0.7749999761581421,
|
| 381 |
+
"rewards/chosen": -0.01453552208840847,
|
| 382 |
+
"rewards/margins": 0.018607601523399353,
|
| 383 |
+
"rewards/rejected": -0.03314312547445297,
|
| 384 |
+
"step": 240
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"epoch": 0.8090614886731392,
|
| 388 |
+
"grad_norm": 2784040.2228916725,
|
| 389 |
+
"learning_rate": 1.0611510791366907e-07,
|
| 390 |
+
"logits/chosen": -2.088812828063965,
|
| 391 |
+
"logits/rejected": -2.1028780937194824,
|
| 392 |
+
"logps/chosen": -119.4928207397461,
|
| 393 |
+
"logps/rejected": -133.47744750976562,
|
| 394 |
+
"loss": 125451.8625,
|
| 395 |
+
"rewards/accuracies": 0.637499988079071,
|
| 396 |
+
"rewards/chosen": -0.014928264543414116,
|
| 397 |
+
"rewards/margins": 0.013005532324314117,
|
| 398 |
+
"rewards/rejected": -0.027933796867728233,
|
| 399 |
+
"step": 250
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"epoch": 0.8414239482200647,
|
| 403 |
+
"grad_norm": 2462140.645377509,
|
| 404 |
+
"learning_rate": 8.812949640287769e-08,
|
| 405 |
+
"logits/chosen": -2.04371976852417,
|
| 406 |
+
"logits/rejected": -2.0019214153289795,
|
| 407 |
+
"logps/chosen": -117.63133239746094,
|
| 408 |
+
"logps/rejected": -143.88394165039062,
|
| 409 |
+
"loss": 124118.375,
|
| 410 |
+
"rewards/accuracies": 0.7250000238418579,
|
| 411 |
+
"rewards/chosen": -0.013766065239906311,
|
| 412 |
+
"rewards/margins": 0.020614679902791977,
|
| 413 |
+
"rewards/rejected": -0.034380748867988586,
|
| 414 |
+
"step": 260
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"epoch": 0.8737864077669902,
|
| 418 |
+
"grad_norm": 2692483.2231479157,
|
| 419 |
+
"learning_rate": 7.014388489208632e-08,
|
| 420 |
+
"logits/chosen": -2.137110710144043,
|
| 421 |
+
"logits/rejected": -2.142268657684326,
|
| 422 |
+
"logps/chosen": -127.5798110961914,
|
| 423 |
+
"logps/rejected": -138.69114685058594,
|
| 424 |
+
"loss": 124476.1,
|
| 425 |
+
"rewards/accuracies": 0.6499999761581421,
|
| 426 |
+
"rewards/chosen": -0.017709199339151382,
|
| 427 |
+
"rewards/margins": 0.011823633685708046,
|
| 428 |
+
"rewards/rejected": -0.02953283116221428,
|
| 429 |
+
"step": 270
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.9061488673139159,
|
| 433 |
+
"grad_norm": 2810003.763461115,
|
| 434 |
+
"learning_rate": 5.2158273381294966e-08,
|
| 435 |
+
"logits/chosen": -2.0531792640686035,
|
| 436 |
+
"logits/rejected": -2.0200252532958984,
|
| 437 |
+
"logps/chosen": -141.08401489257812,
|
| 438 |
+
"logps/rejected": -143.46482849121094,
|
| 439 |
+
"loss": 125078.825,
|
| 440 |
+
"rewards/accuracies": 0.699999988079071,
|
| 441 |
+
"rewards/chosen": -0.014201803132891655,
|
| 442 |
+
"rewards/margins": 0.014019514434039593,
|
| 443 |
+
"rewards/rejected": -0.028221318498253822,
|
| 444 |
+
"step": 280
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.9385113268608414,
|
| 448 |
+
"grad_norm": 2782445.5671562827,
|
| 449 |
+
"learning_rate": 3.41726618705036e-08,
|
| 450 |
+
"logits/chosen": -2.185438632965088,
|
| 451 |
+
"logits/rejected": -2.166260004043579,
|
| 452 |
+
"logps/chosen": -133.27760314941406,
|
| 453 |
+
"logps/rejected": -140.8465118408203,
|
| 454 |
+
"loss": 124712.5,
|
| 455 |
+
"rewards/accuracies": 0.5375000238418579,
|
| 456 |
+
"rewards/chosen": -0.026157760992646217,
|
| 457 |
+
"rewards/margins": 0.005216036923229694,
|
| 458 |
+
"rewards/rejected": -0.03137379512190819,
|
| 459 |
+
"step": 290
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"epoch": 0.970873786407767,
|
| 463 |
+
"grad_norm": 2793792.227085043,
|
| 464 |
+
"learning_rate": 1.618705035971223e-08,
|
| 465 |
+
"logits/chosen": -2.130183696746826,
|
| 466 |
+
"logits/rejected": -2.1379125118255615,
|
| 467 |
+
"logps/chosen": -112.70601654052734,
|
| 468 |
+
"logps/rejected": -126.3117904663086,
|
| 469 |
+
"loss": 126240.075,
|
| 470 |
+
"rewards/accuracies": 0.625,
|
| 471 |
+
"rewards/chosen": -0.022287605330348015,
|
| 472 |
+
"rewards/margins": 0.010505763813853264,
|
| 473 |
+
"rewards/rejected": -0.03279336914420128,
|
| 474 |
+
"step": 300
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"epoch": 1.0,
|
| 478 |
+
"step": 309,
|
| 479 |
+
"total_flos": 0.0,
|
| 480 |
+
"train_loss": 126137.32107099515,
|
| 481 |
+
"train_runtime": 4733.3263,
|
| 482 |
+
"train_samples_per_second": 4.176,
|
| 483 |
+
"train_steps_per_second": 0.065
|
| 484 |
+
}
|
| 485 |
+
],
|
| 486 |
+
"logging_steps": 10,
|
| 487 |
+
"max_steps": 309,
|
| 488 |
+
"num_input_tokens_seen": 0,
|
| 489 |
+
"num_train_epochs": 1,
|
| 490 |
+
"save_steps": 500,
|
| 491 |
+
"stateful_callbacks": {
|
| 492 |
+
"TrainerControl": {
|
| 493 |
+
"args": {
|
| 494 |
+
"should_epoch_stop": false,
|
| 495 |
+
"should_evaluate": false,
|
| 496 |
+
"should_log": false,
|
| 497 |
+
"should_save": true,
|
| 498 |
+
"should_training_stop": true
|
| 499 |
+
},
|
| 500 |
+
"attributes": {}
|
| 501 |
+
}
|
| 502 |
+
},
|
| 503 |
+
"total_flos": 0.0,
|
| 504 |
+
"train_batch_size": 8,
|
| 505 |
+
"trial_name": null,
|
| 506 |
+
"trial_params": null
|
| 507 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a77dec9d6c1207461e29902772d3c2781114f43c06dbc6089f7ef7b667d8ee2
|
| 3 |
+
size 6520
|