Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- added_tokens.json +13 -0
- all_results.json +22 -0
- checkpoint-12/added_tokens.json +13 -0
- checkpoint-12/config.json +36 -0
- checkpoint-12/generation_config.json +11 -0
- checkpoint-12/model-00001-of-00002.safetensors +3 -0
- checkpoint-12/model-00002-of-00002.safetensors +3 -0
- checkpoint-12/model.safetensors.index.json +202 -0
- checkpoint-12/special_tokens_map.json +30 -0
- checkpoint-12/tokenizer.json +0 -0
- checkpoint-12/tokenizer_config.json +131 -0
- checkpoint-12/trainer_state.json +213 -0
- checkpoint-24/added_tokens.json +13 -0
- checkpoint-24/config.json +36 -0
- checkpoint-24/generation_config.json +11 -0
- checkpoint-24/model-00001-of-00002.safetensors +3 -0
- checkpoint-24/model-00002-of-00002.safetensors +3 -0
- checkpoint-24/model.safetensors.index.json +202 -0
- checkpoint-24/special_tokens_map.json +30 -0
- checkpoint-24/tokenizer.json +0 -0
- checkpoint-24/tokenizer_config.json +131 -0
- checkpoint-24/trainer_state.json +393 -0
- checkpoint-36/added_tokens.json +13 -0
- checkpoint-36/config.json +36 -0
- checkpoint-36/generation_config.json +11 -0
- checkpoint-36/model-00001-of-00002.safetensors +3 -0
- checkpoint-36/model-00002-of-00002.safetensors +3 -0
- checkpoint-36/model.safetensors.index.json +202 -0
- checkpoint-36/special_tokens_map.json +30 -0
- checkpoint-36/tokenizer.json +0 -0
- checkpoint-36/tokenizer_config.json +131 -0
- checkpoint-36/trainer_state.json +573 -0
- checkpoint-48/added_tokens.json +13 -0
- checkpoint-48/config.json +36 -0
- checkpoint-48/generation_config.json +11 -0
- checkpoint-48/model-00001-of-00002.safetensors +3 -0
- checkpoint-48/model-00002-of-00002.safetensors +3 -0
- checkpoint-48/model.safetensors.index.json +202 -0
- checkpoint-48/special_tokens_map.json +30 -0
- checkpoint-48/tokenizer.json +0 -0
- checkpoint-48/tokenizer_config.json +131 -0
- checkpoint-48/trainer_state.json +753 -0
- checkpoint-60/added_tokens.json +13 -0
- checkpoint-60/config.json +36 -0
- checkpoint-60/generation_config.json +11 -0
- checkpoint-60/model-00001-of-00002.safetensors +3 -0
- checkpoint-60/model-00002-of-00002.safetensors +3 -0
- checkpoint-60/model.safetensors.index.json +202 -0
- checkpoint-60/special_tokens_map.json +30 -0
- checkpoint-60/tokenizer.json +0 -0
added_tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|assistant|>": 32001,
|
| 3 |
+
"<|endoftext|>": 32000,
|
| 4 |
+
"<|end|>": 32007,
|
| 5 |
+
"<|placeholder1|>": 32002,
|
| 6 |
+
"<|placeholder2|>": 32003,
|
| 7 |
+
"<|placeholder3|>": 32004,
|
| 8 |
+
"<|placeholder4|>": 32005,
|
| 9 |
+
"<|placeholder5|>": 32008,
|
| 10 |
+
"<|placeholder6|>": 32009,
|
| 11 |
+
"<|system|>": 32006,
|
| 12 |
+
"<|user|>": 32010
|
| 13 |
+
}
|
all_results.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 0.9880609304240429,
|
| 3 |
+
"eval_logits/chosen": 9.224187850952148,
|
| 4 |
+
"eval_logits/rejected": 10.039901733398438,
|
| 5 |
+
"eval_logps/chosen": -0.3674238324165344,
|
| 6 |
+
"eval_logps/rejected": -0.3802245259284973,
|
| 7 |
+
"eval_loss": 1.378309726715088,
|
| 8 |
+
"eval_rewards/accuracies": 0.5407407283782959,
|
| 9 |
+
"eval_rewards/chosen": -0.7348476648330688,
|
| 10 |
+
"eval_rewards/margins": 0.025601468980312347,
|
| 11 |
+
"eval_rewards/rejected": -0.7604490518569946,
|
| 12 |
+
"eval_runtime": 153.1014,
|
| 13 |
+
"eval_samples": 1080,
|
| 14 |
+
"eval_samples_per_second": 7.054,
|
| 15 |
+
"eval_steps_per_second": 1.764,
|
| 16 |
+
"total_flos": 0.0,
|
| 17 |
+
"train_loss": 1.3904367176691692,
|
| 18 |
+
"train_runtime": 8038.3927,
|
| 19 |
+
"train_samples": 9715,
|
| 20 |
+
"train_samples_per_second": 1.209,
|
| 21 |
+
"train_steps_per_second": 0.009
|
| 22 |
+
}
|
checkpoint-12/added_tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|assistant|>": 32001,
|
| 3 |
+
"<|endoftext|>": 32000,
|
| 4 |
+
"<|end|>": 32007,
|
| 5 |
+
"<|placeholder1|>": 32002,
|
| 6 |
+
"<|placeholder2|>": 32003,
|
| 7 |
+
"<|placeholder3|>": 32004,
|
| 8 |
+
"<|placeholder4|>": 32005,
|
| 9 |
+
"<|placeholder5|>": 32008,
|
| 10 |
+
"<|placeholder6|>": 32009,
|
| 11 |
+
"<|system|>": 32006,
|
| 12 |
+
"<|user|>": 32010
|
| 13 |
+
}
|
checkpoint-12/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/home/v-liuzichuan/huggingface/Phi-3-mini-4k-instruct",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Phi3ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"auto_map": {
|
| 9 |
+
"AutoConfig": "configuration_phi3.Phi3Config",
|
| 10 |
+
"AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
|
| 11 |
+
},
|
| 12 |
+
"bos_token_id": 1,
|
| 13 |
+
"embd_pdrop": 0.0,
|
| 14 |
+
"eos_token_id": 32000,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"hidden_size": 3072,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 8192,
|
| 19 |
+
"max_position_embeddings": 4096,
|
| 20 |
+
"model_type": "phi3",
|
| 21 |
+
"num_attention_heads": 32,
|
| 22 |
+
"num_hidden_layers": 32,
|
| 23 |
+
"num_key_value_heads": 32,
|
| 24 |
+
"original_max_position_embeddings": 4096,
|
| 25 |
+
"pad_token_id": 32000,
|
| 26 |
+
"resid_pdrop": 0.0,
|
| 27 |
+
"rms_norm_eps": 1e-05,
|
| 28 |
+
"rope_scaling": null,
|
| 29 |
+
"rope_theta": 10000.0,
|
| 30 |
+
"sliding_window": 2047,
|
| 31 |
+
"tie_word_embeddings": false,
|
| 32 |
+
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.45.2",
|
| 34 |
+
"use_cache": false,
|
| 35 |
+
"vocab_size": 32064
|
| 36 |
+
}
|
checkpoint-12/generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
32000,
|
| 6 |
+
32001,
|
| 7 |
+
32007
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 32000,
|
| 10 |
+
"transformers_version": "4.45.2"
|
| 11 |
+
}
|
checkpoint-12/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f425453c2f765cbd57ac3519a2612346220aa745d17407494db9d3ee640736bf
|
| 3 |
+
size 4972489328
|
checkpoint-12/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3f4b9f84e4ef8bb0272909b381037ee8065ab1d6a8904ff8f8ada295e212ec1
|
| 3 |
+
size 2669692552
|
checkpoint-12/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 7642159104
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.1.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.10.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.10.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.11.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.11.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.12.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.12.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.13.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.13.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.14.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.14.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.15.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.15.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.16.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.16.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.17.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.17.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.18.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.18.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.19.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.19.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.2.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.2.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.20.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.20.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 93 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 94 |
+
"model.layers.21.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 95 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 96 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.21.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 98 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.22.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.22.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 106 |
+
"model.layers.23.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.23.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.24.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.24.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 117 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 118 |
+
"model.layers.25.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 119 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 120 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 121 |
+
"model.layers.25.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 122 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 123 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 124 |
+
"model.layers.26.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 125 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 126 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.26.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.27.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.27.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.28.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.28.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.29.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.29.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.3.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.3.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.30.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.30.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.31.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 163 |
+
"model.layers.31.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 164 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.4.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.4.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.5.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.5.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.6.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.6.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.7.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.7.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.8.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.8.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.9.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.9.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 201 |
+
}
|
| 202 |
+
}
|
checkpoint-12/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<unk>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
checkpoint-12/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-12/tokenizer_config.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 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": true,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": false
|
| 29 |
+
},
|
| 30 |
+
"32000": {
|
| 31 |
+
"content": "<|endoftext|>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"32001": {
|
| 39 |
+
"content": "<|assistant|>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": true,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"32002": {
|
| 47 |
+
"content": "<|placeholder1|>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": true,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": true
|
| 53 |
+
},
|
| 54 |
+
"32003": {
|
| 55 |
+
"content": "<|placeholder2|>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": true,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": true
|
| 61 |
+
},
|
| 62 |
+
"32004": {
|
| 63 |
+
"content": "<|placeholder3|>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": true,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"32005": {
|
| 71 |
+
"content": "<|placeholder4|>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": true,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"32006": {
|
| 79 |
+
"content": "<|system|>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": true,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"32007": {
|
| 87 |
+
"content": "<|end|>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": true,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"32008": {
|
| 95 |
+
"content": "<|placeholder5|>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": true,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": true
|
| 101 |
+
},
|
| 102 |
+
"32009": {
|
| 103 |
+
"content": "<|placeholder6|>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": true,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": true
|
| 109 |
+
},
|
| 110 |
+
"32010": {
|
| 111 |
+
"content": "<|user|>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": true,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": true
|
| 117 |
+
}
|
| 118 |
+
},
|
| 119 |
+
"bos_token": "<s>",
|
| 120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
| 121 |
+
"clean_up_tokenization_spaces": false,
|
| 122 |
+
"eos_token": "<|endoftext|>",
|
| 123 |
+
"legacy": false,
|
| 124 |
+
"model_max_length": 4096,
|
| 125 |
+
"pad_token": "<|endoftext|>",
|
| 126 |
+
"padding_side": "left",
|
| 127 |
+
"sp_model_kwargs": {},
|
| 128 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 129 |
+
"unk_token": "<unk>",
|
| 130 |
+
"use_default_system_prompt": false
|
| 131 |
+
}
|
checkpoint-12/trainer_state.json
ADDED
|
@@ -0,0 +1,213 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.15808974886784685,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 12,
|
| 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.013174145738987238,
|
| 13 |
+
"grad_norm": 1.846787929534912,
|
| 14 |
+
"learning_rate": 1.25e-07,
|
| 15 |
+
"logits/chosen": 9.988622665405273,
|
| 16 |
+
"logits/rejected": 10.698101997375488,
|
| 17 |
+
"logps/chosen": -0.4084107577800751,
|
| 18 |
+
"logps/rejected": -0.4250854551792145,
|
| 19 |
+
"loss": 1.3828,
|
| 20 |
+
"rewards/accuracies": 0.5546875,
|
| 21 |
+
"rewards/chosen": -0.8168215155601501,
|
| 22 |
+
"rewards/margins": 0.03334939479827881,
|
| 23 |
+
"rewards/rejected": -0.850170910358429,
|
| 24 |
+
"step": 1
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.026348291477974475,
|
| 28 |
+
"grad_norm": 0.7274014353752136,
|
| 29 |
+
"learning_rate": 2.5e-07,
|
| 30 |
+
"logits/chosen": 10.208279609680176,
|
| 31 |
+
"logits/rejected": 11.06594467163086,
|
| 32 |
+
"logps/chosen": -0.4457661509513855,
|
| 33 |
+
"logps/rejected": -0.4444480836391449,
|
| 34 |
+
"loss": 1.4032,
|
| 35 |
+
"rewards/accuracies": 0.5,
|
| 36 |
+
"rewards/chosen": -0.891532301902771,
|
| 37 |
+
"rewards/margins": -0.0026361620984971523,
|
| 38 |
+
"rewards/rejected": -0.8888961672782898,
|
| 39 |
+
"step": 2
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.03952243721696171,
|
| 43 |
+
"grad_norm": 0.569585919380188,
|
| 44 |
+
"learning_rate": 3.75e-07,
|
| 45 |
+
"logits/chosen": 10.047319412231445,
|
| 46 |
+
"logits/rejected": 11.040695190429688,
|
| 47 |
+
"logps/chosen": -0.44595056772232056,
|
| 48 |
+
"logps/rejected": -0.4271169602870941,
|
| 49 |
+
"loss": 1.4316,
|
| 50 |
+
"rewards/accuracies": 0.453125,
|
| 51 |
+
"rewards/chosen": -0.8919011354446411,
|
| 52 |
+
"rewards/margins": -0.037667226046323776,
|
| 53 |
+
"rewards/rejected": -0.8542339205741882,
|
| 54 |
+
"step": 3
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.05269658295594895,
|
| 58 |
+
"grad_norm": 0.9579747915267944,
|
| 59 |
+
"learning_rate": 5e-07,
|
| 60 |
+
"logits/chosen": 9.83576774597168,
|
| 61 |
+
"logits/rejected": 10.8547945022583,
|
| 62 |
+
"logps/chosen": -0.4448290169239044,
|
| 63 |
+
"logps/rejected": -0.43586766719818115,
|
| 64 |
+
"loss": 1.4147,
|
| 65 |
+
"rewards/accuracies": 0.4921875,
|
| 66 |
+
"rewards/chosen": -0.8896580338478088,
|
| 67 |
+
"rewards/margins": -0.017922835424542427,
|
| 68 |
+
"rewards/rejected": -0.8717353343963623,
|
| 69 |
+
"step": 4
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.06587072869493618,
|
| 73 |
+
"grad_norm": 0.7575727701187134,
|
| 74 |
+
"learning_rate": 6.249999999999999e-07,
|
| 75 |
+
"logits/chosen": 10.199325561523438,
|
| 76 |
+
"logits/rejected": 10.956421852111816,
|
| 77 |
+
"logps/chosen": -0.40898576378822327,
|
| 78 |
+
"logps/rejected": -0.4012777507305145,
|
| 79 |
+
"loss": 1.4103,
|
| 80 |
+
"rewards/accuracies": 0.5625,
|
| 81 |
+
"rewards/chosen": -0.8179715275764465,
|
| 82 |
+
"rewards/margins": -0.015416024252772331,
|
| 83 |
+
"rewards/rejected": -0.802555501461029,
|
| 84 |
+
"step": 5
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 0.07904487443392343,
|
| 88 |
+
"grad_norm": 1.1651052236557007,
|
| 89 |
+
"learning_rate": 7.5e-07,
|
| 90 |
+
"logits/chosen": 10.649311065673828,
|
| 91 |
+
"logits/rejected": 11.438021659851074,
|
| 92 |
+
"logps/chosen": -0.4362146258354187,
|
| 93 |
+
"logps/rejected": -0.43107232451438904,
|
| 94 |
+
"loss": 1.4097,
|
| 95 |
+
"rewards/accuracies": 0.5234375,
|
| 96 |
+
"rewards/chosen": -0.8724292516708374,
|
| 97 |
+
"rewards/margins": -0.01028449460864067,
|
| 98 |
+
"rewards/rejected": -0.8621446490287781,
|
| 99 |
+
"step": 6
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.09221902017291066,
|
| 103 |
+
"grad_norm": 0.7423586249351501,
|
| 104 |
+
"learning_rate": 8.75e-07,
|
| 105 |
+
"logits/chosen": 10.016755104064941,
|
| 106 |
+
"logits/rejected": 10.720447540283203,
|
| 107 |
+
"logps/chosen": -0.40585798025131226,
|
| 108 |
+
"logps/rejected": -0.41537052392959595,
|
| 109 |
+
"loss": 1.3836,
|
| 110 |
+
"rewards/accuracies": 0.5078125,
|
| 111 |
+
"rewards/chosen": -0.8117159605026245,
|
| 112 |
+
"rewards/margins": 0.0190250426530838,
|
| 113 |
+
"rewards/rejected": -0.8307410478591919,
|
| 114 |
+
"step": 7
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.1053931659118979,
|
| 118 |
+
"grad_norm": 0.6278178095817566,
|
| 119 |
+
"learning_rate": 1e-06,
|
| 120 |
+
"logits/chosen": 10.216046333312988,
|
| 121 |
+
"logits/rejected": 11.114391326904297,
|
| 122 |
+
"logps/chosen": -0.4205312728881836,
|
| 123 |
+
"logps/rejected": -0.3968205451965332,
|
| 124 |
+
"loss": 1.4332,
|
| 125 |
+
"rewards/accuracies": 0.5078125,
|
| 126 |
+
"rewards/chosen": -0.8410625457763672,
|
| 127 |
+
"rewards/margins": -0.04742136597633362,
|
| 128 |
+
"rewards/rejected": -0.7936410903930664,
|
| 129 |
+
"step": 8
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.11856731165088513,
|
| 133 |
+
"grad_norm": 0.7120531797409058,
|
| 134 |
+
"learning_rate": 9.994504457428556e-07,
|
| 135 |
+
"logits/chosen": 10.18065071105957,
|
| 136 |
+
"logits/rejected": 11.15275764465332,
|
| 137 |
+
"logps/chosen": -0.4227794110774994,
|
| 138 |
+
"logps/rejected": -0.4355461895465851,
|
| 139 |
+
"loss": 1.3879,
|
| 140 |
+
"rewards/accuracies": 0.515625,
|
| 141 |
+
"rewards/chosen": -0.8455588221549988,
|
| 142 |
+
"rewards/margins": 0.02553354948759079,
|
| 143 |
+
"rewards/rejected": -0.8710923790931702,
|
| 144 |
+
"step": 9
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 0.13174145738987236,
|
| 148 |
+
"grad_norm": 1.1985653638839722,
|
| 149 |
+
"learning_rate": 9.97802991010949e-07,
|
| 150 |
+
"logits/chosen": 10.042179107666016,
|
| 151 |
+
"logits/rejected": 10.866905212402344,
|
| 152 |
+
"logps/chosen": -0.38143518567085266,
|
| 153 |
+
"logps/rejected": -0.383830189704895,
|
| 154 |
+
"loss": 1.3934,
|
| 155 |
+
"rewards/accuracies": 0.5625,
|
| 156 |
+
"rewards/chosen": -0.7628703713417053,
|
| 157 |
+
"rewards/margins": 0.004790017381310463,
|
| 158 |
+
"rewards/rejected": -0.76766037940979,
|
| 159 |
+
"step": 10
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.14491560312885962,
|
| 163 |
+
"grad_norm": 0.9829190969467163,
|
| 164 |
+
"learning_rate": 9.950612572673255e-07,
|
| 165 |
+
"logits/chosen": 9.96993637084961,
|
| 166 |
+
"logits/rejected": 11.156689643859863,
|
| 167 |
+
"logps/chosen": -0.4371436536312103,
|
| 168 |
+
"logps/rejected": -0.4104335606098175,
|
| 169 |
+
"loss": 1.4388,
|
| 170 |
+
"rewards/accuracies": 0.421875,
|
| 171 |
+
"rewards/chosen": -0.8742873072624207,
|
| 172 |
+
"rewards/margins": -0.05342020094394684,
|
| 173 |
+
"rewards/rejected": -0.820867121219635,
|
| 174 |
+
"step": 11
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.15808974886784685,
|
| 178 |
+
"grad_norm": 0.771833062171936,
|
| 179 |
+
"learning_rate": 9.912312714377879e-07,
|
| 180 |
+
"logits/chosen": 9.883522033691406,
|
| 181 |
+
"logits/rejected": 10.568523406982422,
|
| 182 |
+
"logps/chosen": -0.4180852770805359,
|
| 183 |
+
"logps/rejected": -0.44434836506843567,
|
| 184 |
+
"loss": 1.3634,
|
| 185 |
+
"rewards/accuracies": 0.578125,
|
| 186 |
+
"rewards/chosen": -0.8361705541610718,
|
| 187 |
+
"rewards/margins": 0.05252611264586449,
|
| 188 |
+
"rewards/rejected": -0.8886967301368713,
|
| 189 |
+
"step": 12
|
| 190 |
+
}
|
| 191 |
+
],
|
| 192 |
+
"logging_steps": 1,
|
| 193 |
+
"max_steps": 75,
|
| 194 |
+
"num_input_tokens_seen": 0,
|
| 195 |
+
"num_train_epochs": 1,
|
| 196 |
+
"save_steps": 12,
|
| 197 |
+
"stateful_callbacks": {
|
| 198 |
+
"TrainerControl": {
|
| 199 |
+
"args": {
|
| 200 |
+
"should_epoch_stop": false,
|
| 201 |
+
"should_evaluate": false,
|
| 202 |
+
"should_log": false,
|
| 203 |
+
"should_save": true,
|
| 204 |
+
"should_training_stop": false
|
| 205 |
+
},
|
| 206 |
+
"attributes": {}
|
| 207 |
+
}
|
| 208 |
+
},
|
| 209 |
+
"total_flos": 0.0,
|
| 210 |
+
"train_batch_size": 2,
|
| 211 |
+
"trial_name": null,
|
| 212 |
+
"trial_params": null
|
| 213 |
+
}
|
checkpoint-24/added_tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|assistant|>": 32001,
|
| 3 |
+
"<|endoftext|>": 32000,
|
| 4 |
+
"<|end|>": 32007,
|
| 5 |
+
"<|placeholder1|>": 32002,
|
| 6 |
+
"<|placeholder2|>": 32003,
|
| 7 |
+
"<|placeholder3|>": 32004,
|
| 8 |
+
"<|placeholder4|>": 32005,
|
| 9 |
+
"<|placeholder5|>": 32008,
|
| 10 |
+
"<|placeholder6|>": 32009,
|
| 11 |
+
"<|system|>": 32006,
|
| 12 |
+
"<|user|>": 32010
|
| 13 |
+
}
|
checkpoint-24/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/home/v-liuzichuan/huggingface/Phi-3-mini-4k-instruct",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Phi3ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"auto_map": {
|
| 9 |
+
"AutoConfig": "configuration_phi3.Phi3Config",
|
| 10 |
+
"AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
|
| 11 |
+
},
|
| 12 |
+
"bos_token_id": 1,
|
| 13 |
+
"embd_pdrop": 0.0,
|
| 14 |
+
"eos_token_id": 32000,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"hidden_size": 3072,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 8192,
|
| 19 |
+
"max_position_embeddings": 4096,
|
| 20 |
+
"model_type": "phi3",
|
| 21 |
+
"num_attention_heads": 32,
|
| 22 |
+
"num_hidden_layers": 32,
|
| 23 |
+
"num_key_value_heads": 32,
|
| 24 |
+
"original_max_position_embeddings": 4096,
|
| 25 |
+
"pad_token_id": 32000,
|
| 26 |
+
"resid_pdrop": 0.0,
|
| 27 |
+
"rms_norm_eps": 1e-05,
|
| 28 |
+
"rope_scaling": null,
|
| 29 |
+
"rope_theta": 10000.0,
|
| 30 |
+
"sliding_window": 2047,
|
| 31 |
+
"tie_word_embeddings": false,
|
| 32 |
+
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.45.2",
|
| 34 |
+
"use_cache": false,
|
| 35 |
+
"vocab_size": 32064
|
| 36 |
+
}
|
checkpoint-24/generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
32000,
|
| 6 |
+
32001,
|
| 7 |
+
32007
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 32000,
|
| 10 |
+
"transformers_version": "4.45.2"
|
| 11 |
+
}
|
checkpoint-24/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fb92fe1ccb6b59e16b971abdd45222d84c9cdee5ae0f88b6d67d312e6c8e4b3
|
| 3 |
+
size 4972489328
|
checkpoint-24/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e74385700964bfe9f50336e9dd6f2e5a88f25bc298429b2cc4ea1c7eb9ba7a2d
|
| 3 |
+
size 2669692552
|
checkpoint-24/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 7642159104
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.1.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.10.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.10.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.11.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.11.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.12.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.12.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.13.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.13.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.14.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.14.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.15.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.15.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.16.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.16.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.17.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.17.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.18.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.18.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.19.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.19.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.2.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.2.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.20.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.20.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 93 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 94 |
+
"model.layers.21.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 95 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 96 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.21.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 98 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.22.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.22.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 106 |
+
"model.layers.23.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.23.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.24.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.24.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 117 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 118 |
+
"model.layers.25.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 119 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 120 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 121 |
+
"model.layers.25.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 122 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 123 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 124 |
+
"model.layers.26.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 125 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 126 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.26.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.27.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.27.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.28.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.28.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.29.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.29.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.3.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.3.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.30.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.30.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.31.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 163 |
+
"model.layers.31.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 164 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.4.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.4.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.5.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.5.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.6.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.6.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.7.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.7.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.8.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.8.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.9.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.9.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 201 |
+
}
|
| 202 |
+
}
|
checkpoint-24/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<unk>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
checkpoint-24/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-24/tokenizer_config.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 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": true,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": false
|
| 29 |
+
},
|
| 30 |
+
"32000": {
|
| 31 |
+
"content": "<|endoftext|>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"32001": {
|
| 39 |
+
"content": "<|assistant|>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": true,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"32002": {
|
| 47 |
+
"content": "<|placeholder1|>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": true,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": true
|
| 53 |
+
},
|
| 54 |
+
"32003": {
|
| 55 |
+
"content": "<|placeholder2|>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": true,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": true
|
| 61 |
+
},
|
| 62 |
+
"32004": {
|
| 63 |
+
"content": "<|placeholder3|>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": true,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"32005": {
|
| 71 |
+
"content": "<|placeholder4|>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": true,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"32006": {
|
| 79 |
+
"content": "<|system|>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": true,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"32007": {
|
| 87 |
+
"content": "<|end|>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": true,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"32008": {
|
| 95 |
+
"content": "<|placeholder5|>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": true,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": true
|
| 101 |
+
},
|
| 102 |
+
"32009": {
|
| 103 |
+
"content": "<|placeholder6|>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": true,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": true
|
| 109 |
+
},
|
| 110 |
+
"32010": {
|
| 111 |
+
"content": "<|user|>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": true,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": true
|
| 117 |
+
}
|
| 118 |
+
},
|
| 119 |
+
"bos_token": "<s>",
|
| 120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
| 121 |
+
"clean_up_tokenization_spaces": false,
|
| 122 |
+
"eos_token": "<|endoftext|>",
|
| 123 |
+
"legacy": false,
|
| 124 |
+
"model_max_length": 4096,
|
| 125 |
+
"pad_token": "<|endoftext|>",
|
| 126 |
+
"padding_side": "left",
|
| 127 |
+
"sp_model_kwargs": {},
|
| 128 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 129 |
+
"unk_token": "<unk>",
|
| 130 |
+
"use_default_system_prompt": false
|
| 131 |
+
}
|
checkpoint-24/trainer_state.json
ADDED
|
@@ -0,0 +1,393 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.3161794977356937,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 24,
|
| 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.013174145738987238,
|
| 13 |
+
"grad_norm": 1.846787929534912,
|
| 14 |
+
"learning_rate": 1.25e-07,
|
| 15 |
+
"logits/chosen": 9.988622665405273,
|
| 16 |
+
"logits/rejected": 10.698101997375488,
|
| 17 |
+
"logps/chosen": -0.4084107577800751,
|
| 18 |
+
"logps/rejected": -0.4250854551792145,
|
| 19 |
+
"loss": 1.3828,
|
| 20 |
+
"rewards/accuracies": 0.5546875,
|
| 21 |
+
"rewards/chosen": -0.8168215155601501,
|
| 22 |
+
"rewards/margins": 0.03334939479827881,
|
| 23 |
+
"rewards/rejected": -0.850170910358429,
|
| 24 |
+
"step": 1
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.026348291477974475,
|
| 28 |
+
"grad_norm": 0.7274014353752136,
|
| 29 |
+
"learning_rate": 2.5e-07,
|
| 30 |
+
"logits/chosen": 10.208279609680176,
|
| 31 |
+
"logits/rejected": 11.06594467163086,
|
| 32 |
+
"logps/chosen": -0.4457661509513855,
|
| 33 |
+
"logps/rejected": -0.4444480836391449,
|
| 34 |
+
"loss": 1.4032,
|
| 35 |
+
"rewards/accuracies": 0.5,
|
| 36 |
+
"rewards/chosen": -0.891532301902771,
|
| 37 |
+
"rewards/margins": -0.0026361620984971523,
|
| 38 |
+
"rewards/rejected": -0.8888961672782898,
|
| 39 |
+
"step": 2
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.03952243721696171,
|
| 43 |
+
"grad_norm": 0.569585919380188,
|
| 44 |
+
"learning_rate": 3.75e-07,
|
| 45 |
+
"logits/chosen": 10.047319412231445,
|
| 46 |
+
"logits/rejected": 11.040695190429688,
|
| 47 |
+
"logps/chosen": -0.44595056772232056,
|
| 48 |
+
"logps/rejected": -0.4271169602870941,
|
| 49 |
+
"loss": 1.4316,
|
| 50 |
+
"rewards/accuracies": 0.453125,
|
| 51 |
+
"rewards/chosen": -0.8919011354446411,
|
| 52 |
+
"rewards/margins": -0.037667226046323776,
|
| 53 |
+
"rewards/rejected": -0.8542339205741882,
|
| 54 |
+
"step": 3
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.05269658295594895,
|
| 58 |
+
"grad_norm": 0.9579747915267944,
|
| 59 |
+
"learning_rate": 5e-07,
|
| 60 |
+
"logits/chosen": 9.83576774597168,
|
| 61 |
+
"logits/rejected": 10.8547945022583,
|
| 62 |
+
"logps/chosen": -0.4448290169239044,
|
| 63 |
+
"logps/rejected": -0.43586766719818115,
|
| 64 |
+
"loss": 1.4147,
|
| 65 |
+
"rewards/accuracies": 0.4921875,
|
| 66 |
+
"rewards/chosen": -0.8896580338478088,
|
| 67 |
+
"rewards/margins": -0.017922835424542427,
|
| 68 |
+
"rewards/rejected": -0.8717353343963623,
|
| 69 |
+
"step": 4
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.06587072869493618,
|
| 73 |
+
"grad_norm": 0.7575727701187134,
|
| 74 |
+
"learning_rate": 6.249999999999999e-07,
|
| 75 |
+
"logits/chosen": 10.199325561523438,
|
| 76 |
+
"logits/rejected": 10.956421852111816,
|
| 77 |
+
"logps/chosen": -0.40898576378822327,
|
| 78 |
+
"logps/rejected": -0.4012777507305145,
|
| 79 |
+
"loss": 1.4103,
|
| 80 |
+
"rewards/accuracies": 0.5625,
|
| 81 |
+
"rewards/chosen": -0.8179715275764465,
|
| 82 |
+
"rewards/margins": -0.015416024252772331,
|
| 83 |
+
"rewards/rejected": -0.802555501461029,
|
| 84 |
+
"step": 5
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 0.07904487443392343,
|
| 88 |
+
"grad_norm": 1.1651052236557007,
|
| 89 |
+
"learning_rate": 7.5e-07,
|
| 90 |
+
"logits/chosen": 10.649311065673828,
|
| 91 |
+
"logits/rejected": 11.438021659851074,
|
| 92 |
+
"logps/chosen": -0.4362146258354187,
|
| 93 |
+
"logps/rejected": -0.43107232451438904,
|
| 94 |
+
"loss": 1.4097,
|
| 95 |
+
"rewards/accuracies": 0.5234375,
|
| 96 |
+
"rewards/chosen": -0.8724292516708374,
|
| 97 |
+
"rewards/margins": -0.01028449460864067,
|
| 98 |
+
"rewards/rejected": -0.8621446490287781,
|
| 99 |
+
"step": 6
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.09221902017291066,
|
| 103 |
+
"grad_norm": 0.7423586249351501,
|
| 104 |
+
"learning_rate": 8.75e-07,
|
| 105 |
+
"logits/chosen": 10.016755104064941,
|
| 106 |
+
"logits/rejected": 10.720447540283203,
|
| 107 |
+
"logps/chosen": -0.40585798025131226,
|
| 108 |
+
"logps/rejected": -0.41537052392959595,
|
| 109 |
+
"loss": 1.3836,
|
| 110 |
+
"rewards/accuracies": 0.5078125,
|
| 111 |
+
"rewards/chosen": -0.8117159605026245,
|
| 112 |
+
"rewards/margins": 0.0190250426530838,
|
| 113 |
+
"rewards/rejected": -0.8307410478591919,
|
| 114 |
+
"step": 7
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.1053931659118979,
|
| 118 |
+
"grad_norm": 0.6278178095817566,
|
| 119 |
+
"learning_rate": 1e-06,
|
| 120 |
+
"logits/chosen": 10.216046333312988,
|
| 121 |
+
"logits/rejected": 11.114391326904297,
|
| 122 |
+
"logps/chosen": -0.4205312728881836,
|
| 123 |
+
"logps/rejected": -0.3968205451965332,
|
| 124 |
+
"loss": 1.4332,
|
| 125 |
+
"rewards/accuracies": 0.5078125,
|
| 126 |
+
"rewards/chosen": -0.8410625457763672,
|
| 127 |
+
"rewards/margins": -0.04742136597633362,
|
| 128 |
+
"rewards/rejected": -0.7936410903930664,
|
| 129 |
+
"step": 8
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.11856731165088513,
|
| 133 |
+
"grad_norm": 0.7120531797409058,
|
| 134 |
+
"learning_rate": 9.994504457428556e-07,
|
| 135 |
+
"logits/chosen": 10.18065071105957,
|
| 136 |
+
"logits/rejected": 11.15275764465332,
|
| 137 |
+
"logps/chosen": -0.4227794110774994,
|
| 138 |
+
"logps/rejected": -0.4355461895465851,
|
| 139 |
+
"loss": 1.3879,
|
| 140 |
+
"rewards/accuracies": 0.515625,
|
| 141 |
+
"rewards/chosen": -0.8455588221549988,
|
| 142 |
+
"rewards/margins": 0.02553354948759079,
|
| 143 |
+
"rewards/rejected": -0.8710923790931702,
|
| 144 |
+
"step": 9
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 0.13174145738987236,
|
| 148 |
+
"grad_norm": 1.1985653638839722,
|
| 149 |
+
"learning_rate": 9.97802991010949e-07,
|
| 150 |
+
"logits/chosen": 10.042179107666016,
|
| 151 |
+
"logits/rejected": 10.866905212402344,
|
| 152 |
+
"logps/chosen": -0.38143518567085266,
|
| 153 |
+
"logps/rejected": -0.383830189704895,
|
| 154 |
+
"loss": 1.3934,
|
| 155 |
+
"rewards/accuracies": 0.5625,
|
| 156 |
+
"rewards/chosen": -0.7628703713417053,
|
| 157 |
+
"rewards/margins": 0.004790017381310463,
|
| 158 |
+
"rewards/rejected": -0.76766037940979,
|
| 159 |
+
"step": 10
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.14491560312885962,
|
| 163 |
+
"grad_norm": 0.9829190969467163,
|
| 164 |
+
"learning_rate": 9.950612572673255e-07,
|
| 165 |
+
"logits/chosen": 9.96993637084961,
|
| 166 |
+
"logits/rejected": 11.156689643859863,
|
| 167 |
+
"logps/chosen": -0.4371436536312103,
|
| 168 |
+
"logps/rejected": -0.4104335606098175,
|
| 169 |
+
"loss": 1.4388,
|
| 170 |
+
"rewards/accuracies": 0.421875,
|
| 171 |
+
"rewards/chosen": -0.8742873072624207,
|
| 172 |
+
"rewards/margins": -0.05342020094394684,
|
| 173 |
+
"rewards/rejected": -0.820867121219635,
|
| 174 |
+
"step": 11
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.15808974886784685,
|
| 178 |
+
"grad_norm": 0.771833062171936,
|
| 179 |
+
"learning_rate": 9.912312714377879e-07,
|
| 180 |
+
"logits/chosen": 9.883522033691406,
|
| 181 |
+
"logits/rejected": 10.568523406982422,
|
| 182 |
+
"logps/chosen": -0.4180852770805359,
|
| 183 |
+
"logps/rejected": -0.44434836506843567,
|
| 184 |
+
"loss": 1.3634,
|
| 185 |
+
"rewards/accuracies": 0.578125,
|
| 186 |
+
"rewards/chosen": -0.8361705541610718,
|
| 187 |
+
"rewards/margins": 0.05252611264586449,
|
| 188 |
+
"rewards/rejected": -0.8886967301368713,
|
| 189 |
+
"step": 12
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.17126389460683408,
|
| 193 |
+
"grad_norm": 0.5779662728309631,
|
| 194 |
+
"learning_rate": 9.863214526624063e-07,
|
| 195 |
+
"logits/chosen": 9.908037185668945,
|
| 196 |
+
"logits/rejected": 10.980252265930176,
|
| 197 |
+
"logps/chosen": -0.4335843622684479,
|
| 198 |
+
"logps/rejected": -0.4193909764289856,
|
| 199 |
+
"loss": 1.4188,
|
| 200 |
+
"rewards/accuracies": 0.4609375,
|
| 201 |
+
"rewards/chosen": -0.8671687245368958,
|
| 202 |
+
"rewards/margins": -0.028386807069182396,
|
| 203 |
+
"rewards/rejected": -0.8387819528579712,
|
| 204 |
+
"step": 13
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"epoch": 0.1844380403458213,
|
| 208 |
+
"grad_norm": 0.755972146987915,
|
| 209 |
+
"learning_rate": 9.8034259378842e-07,
|
| 210 |
+
"logits/chosen": 10.47681999206543,
|
| 211 |
+
"logits/rejected": 11.599574089050293,
|
| 212 |
+
"logps/chosen": -0.40058645606040955,
|
| 213 |
+
"logps/rejected": -0.41547441482543945,
|
| 214 |
+
"loss": 1.3776,
|
| 215 |
+
"rewards/accuracies": 0.5078125,
|
| 216 |
+
"rewards/chosen": -0.8011729121208191,
|
| 217 |
+
"rewards/margins": 0.02977588400244713,
|
| 218 |
+
"rewards/rejected": -0.8309488296508789,
|
| 219 |
+
"step": 14
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.19761218608480857,
|
| 223 |
+
"grad_norm": 1.2080482244491577,
|
| 224 |
+
"learning_rate": 9.73307837645217e-07,
|
| 225 |
+
"logits/chosen": 9.785813331604004,
|
| 226 |
+
"logits/rejected": 10.71661376953125,
|
| 227 |
+
"logps/chosen": -0.4059077799320221,
|
| 228 |
+
"logps/rejected": -0.3964956998825073,
|
| 229 |
+
"loss": 1.4115,
|
| 230 |
+
"rewards/accuracies": 0.4453125,
|
| 231 |
+
"rewards/chosen": -0.8118155598640442,
|
| 232 |
+
"rewards/margins": -0.018824119120836258,
|
| 233 |
+
"rewards/rejected": -0.7929913997650146,
|
| 234 |
+
"step": 15
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.2107863318237958,
|
| 238 |
+
"grad_norm": 1.0530983209609985,
|
| 239 |
+
"learning_rate": 9.652326481535433e-07,
|
| 240 |
+
"logits/chosen": 10.606256484985352,
|
| 241 |
+
"logits/rejected": 11.221076965332031,
|
| 242 |
+
"logps/chosen": -0.43960413336753845,
|
| 243 |
+
"logps/rejected": -0.43556928634643555,
|
| 244 |
+
"loss": 1.4054,
|
| 245 |
+
"rewards/accuracies": 0.4453125,
|
| 246 |
+
"rewards/chosen": -0.8792082667350769,
|
| 247 |
+
"rewards/margins": -0.008069731295108795,
|
| 248 |
+
"rewards/rejected": -0.8711385726928711,
|
| 249 |
+
"step": 16
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.22396047756278303,
|
| 253 |
+
"grad_norm": 0.8931649327278137,
|
| 254 |
+
"learning_rate": 9.561347763324483e-07,
|
| 255 |
+
"logits/chosen": 10.093276977539062,
|
| 256 |
+
"logits/rejected": 10.721864700317383,
|
| 257 |
+
"logps/chosen": -0.46352270245552063,
|
| 258 |
+
"logps/rejected": -0.47664591670036316,
|
| 259 |
+
"loss": 1.398,
|
| 260 |
+
"rewards/accuracies": 0.578125,
|
| 261 |
+
"rewards/chosen": -0.9270454049110413,
|
| 262 |
+
"rewards/margins": 0.026246393099427223,
|
| 263 |
+
"rewards/rejected": -0.9532918334007263,
|
| 264 |
+
"step": 17
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"epoch": 0.23713462330177026,
|
| 268 |
+
"grad_norm": 0.5987163782119751,
|
| 269 |
+
"learning_rate": 9.460342212786932e-07,
|
| 270 |
+
"logits/chosen": 10.340713500976562,
|
| 271 |
+
"logits/rejected": 11.121424674987793,
|
| 272 |
+
"logps/chosen": -0.4333910644054413,
|
| 273 |
+
"logps/rejected": -0.4210299551486969,
|
| 274 |
+
"loss": 1.4189,
|
| 275 |
+
"rewards/accuracies": 0.5390625,
|
| 276 |
+
"rewards/chosen": -0.8667821288108826,
|
| 277 |
+
"rewards/margins": -0.024722211062908173,
|
| 278 |
+
"rewards/rejected": -0.8420599102973938,
|
| 279 |
+
"step": 18
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 0.2503087690407575,
|
| 283 |
+
"grad_norm": 0.7226627469062805,
|
| 284 |
+
"learning_rate": 9.349531862043951e-07,
|
| 285 |
+
"logits/chosen": 10.257181167602539,
|
| 286 |
+
"logits/rejected": 10.92556095123291,
|
| 287 |
+
"logps/chosen": -0.4293927550315857,
|
| 288 |
+
"logps/rejected": -0.4481368064880371,
|
| 289 |
+
"loss": 1.3801,
|
| 290 |
+
"rewards/accuracies": 0.5859375,
|
| 291 |
+
"rewards/chosen": -0.8587855100631714,
|
| 292 |
+
"rewards/margins": 0.03748808801174164,
|
| 293 |
+
"rewards/rejected": -0.8962736129760742,
|
| 294 |
+
"step": 19
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"epoch": 0.2634829147797447,
|
| 298 |
+
"grad_norm": 0.7743024826049805,
|
| 299 |
+
"learning_rate": 9.229160296295487e-07,
|
| 300 |
+
"logits/chosen": 10.641219139099121,
|
| 301 |
+
"logits/rejected": 11.451465606689453,
|
| 302 |
+
"logps/chosen": -0.40963226556777954,
|
| 303 |
+
"logps/rejected": -0.42823317646980286,
|
| 304 |
+
"loss": 1.3718,
|
| 305 |
+
"rewards/accuracies": 0.578125,
|
| 306 |
+
"rewards/chosen": -0.8192645311355591,
|
| 307 |
+
"rewards/margins": 0.03720181807875633,
|
| 308 |
+
"rewards/rejected": -0.8564663529396057,
|
| 309 |
+
"step": 20
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"epoch": 0.276657060518732,
|
| 313 |
+
"grad_norm": 1.043879747390747,
|
| 314 |
+
"learning_rate": 9.099492118367122e-07,
|
| 315 |
+
"logits/chosen": 9.668081283569336,
|
| 316 |
+
"logits/rejected": 10.759317398071289,
|
| 317 |
+
"logps/chosen": -0.41088593006134033,
|
| 318 |
+
"logps/rejected": -0.44134727120399475,
|
| 319 |
+
"loss": 1.3653,
|
| 320 |
+
"rewards/accuracies": 0.53125,
|
| 321 |
+
"rewards/chosen": -0.8217718601226807,
|
| 322 |
+
"rewards/margins": 0.06092273071408272,
|
| 323 |
+
"rewards/rejected": -0.8826945424079895,
|
| 324 |
+
"step": 21
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.28983120625771924,
|
| 328 |
+
"grad_norm": 1.8495320081710815,
|
| 329 |
+
"learning_rate": 8.960812367055646e-07,
|
| 330 |
+
"logits/chosen": 10.094249725341797,
|
| 331 |
+
"logits/rejected": 10.969901084899902,
|
| 332 |
+
"logps/chosen": -0.43626973032951355,
|
| 333 |
+
"logps/rejected": -0.44013574719429016,
|
| 334 |
+
"loss": 1.4045,
|
| 335 |
+
"rewards/accuracies": 0.4609375,
|
| 336 |
+
"rewards/chosen": -0.8725394606590271,
|
| 337 |
+
"rewards/margins": 0.00773210171610117,
|
| 338 |
+
"rewards/rejected": -0.8802714943885803,
|
| 339 |
+
"step": 22
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.3030053519967065,
|
| 343 |
+
"grad_norm": 0.4824877977371216,
|
| 344 |
+
"learning_rate": 8.813425890551909e-07,
|
| 345 |
+
"logits/chosen": 10.012961387634277,
|
| 346 |
+
"logits/rejected": 11.028541564941406,
|
| 347 |
+
"logps/chosen": -0.4449196755886078,
|
| 348 |
+
"logps/rejected": -0.43216580152511597,
|
| 349 |
+
"loss": 1.424,
|
| 350 |
+
"rewards/accuracies": 0.5,
|
| 351 |
+
"rewards/chosen": -0.8898393511772156,
|
| 352 |
+
"rewards/margins": -0.025507748126983643,
|
| 353 |
+
"rewards/rejected": -0.8643316030502319,
|
| 354 |
+
"step": 23
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.3161794977356937,
|
| 358 |
+
"grad_norm": 1.0434041023254395,
|
| 359 |
+
"learning_rate": 8.657656676318345e-07,
|
| 360 |
+
"logits/chosen": 10.089515686035156,
|
| 361 |
+
"logits/rejected": 10.921834945678711,
|
| 362 |
+
"logps/chosen": -0.4228805899620056,
|
| 363 |
+
"logps/rejected": -0.44924959540367126,
|
| 364 |
+
"loss": 1.3654,
|
| 365 |
+
"rewards/accuracies": 0.53125,
|
| 366 |
+
"rewards/chosen": -0.8457611799240112,
|
| 367 |
+
"rewards/margins": 0.05273808538913727,
|
| 368 |
+
"rewards/rejected": -0.8984991908073425,
|
| 369 |
+
"step": 24
|
| 370 |
+
}
|
| 371 |
+
],
|
| 372 |
+
"logging_steps": 1,
|
| 373 |
+
"max_steps": 75,
|
| 374 |
+
"num_input_tokens_seen": 0,
|
| 375 |
+
"num_train_epochs": 1,
|
| 376 |
+
"save_steps": 12,
|
| 377 |
+
"stateful_callbacks": {
|
| 378 |
+
"TrainerControl": {
|
| 379 |
+
"args": {
|
| 380 |
+
"should_epoch_stop": false,
|
| 381 |
+
"should_evaluate": false,
|
| 382 |
+
"should_log": false,
|
| 383 |
+
"should_save": true,
|
| 384 |
+
"should_training_stop": false
|
| 385 |
+
},
|
| 386 |
+
"attributes": {}
|
| 387 |
+
}
|
| 388 |
+
},
|
| 389 |
+
"total_flos": 0.0,
|
| 390 |
+
"train_batch_size": 2,
|
| 391 |
+
"trial_name": null,
|
| 392 |
+
"trial_params": null
|
| 393 |
+
}
|
checkpoint-36/added_tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|assistant|>": 32001,
|
| 3 |
+
"<|endoftext|>": 32000,
|
| 4 |
+
"<|end|>": 32007,
|
| 5 |
+
"<|placeholder1|>": 32002,
|
| 6 |
+
"<|placeholder2|>": 32003,
|
| 7 |
+
"<|placeholder3|>": 32004,
|
| 8 |
+
"<|placeholder4|>": 32005,
|
| 9 |
+
"<|placeholder5|>": 32008,
|
| 10 |
+
"<|placeholder6|>": 32009,
|
| 11 |
+
"<|system|>": 32006,
|
| 12 |
+
"<|user|>": 32010
|
| 13 |
+
}
|
checkpoint-36/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/home/v-liuzichuan/huggingface/Phi-3-mini-4k-instruct",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Phi3ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"auto_map": {
|
| 9 |
+
"AutoConfig": "configuration_phi3.Phi3Config",
|
| 10 |
+
"AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
|
| 11 |
+
},
|
| 12 |
+
"bos_token_id": 1,
|
| 13 |
+
"embd_pdrop": 0.0,
|
| 14 |
+
"eos_token_id": 32000,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"hidden_size": 3072,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 8192,
|
| 19 |
+
"max_position_embeddings": 4096,
|
| 20 |
+
"model_type": "phi3",
|
| 21 |
+
"num_attention_heads": 32,
|
| 22 |
+
"num_hidden_layers": 32,
|
| 23 |
+
"num_key_value_heads": 32,
|
| 24 |
+
"original_max_position_embeddings": 4096,
|
| 25 |
+
"pad_token_id": 32000,
|
| 26 |
+
"resid_pdrop": 0.0,
|
| 27 |
+
"rms_norm_eps": 1e-05,
|
| 28 |
+
"rope_scaling": null,
|
| 29 |
+
"rope_theta": 10000.0,
|
| 30 |
+
"sliding_window": 2047,
|
| 31 |
+
"tie_word_embeddings": false,
|
| 32 |
+
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.45.2",
|
| 34 |
+
"use_cache": false,
|
| 35 |
+
"vocab_size": 32064
|
| 36 |
+
}
|
checkpoint-36/generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
32000,
|
| 6 |
+
32001,
|
| 7 |
+
32007
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 32000,
|
| 10 |
+
"transformers_version": "4.45.2"
|
| 11 |
+
}
|
checkpoint-36/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a57c2f0c8df0f33edc786b9b65abbdeb89def2207ed8a540d07209da14c0b9f
|
| 3 |
+
size 4972489328
|
checkpoint-36/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3689caa7329af2f14bcc3fb47a94facbf7f973d96e03504c425189da801c0442
|
| 3 |
+
size 2669692552
|
checkpoint-36/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 7642159104
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.1.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.10.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.10.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.11.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.11.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.12.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.12.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.13.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.13.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.14.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.14.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.15.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.15.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.16.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.16.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.17.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.17.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.18.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.18.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.19.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.19.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.2.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.2.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.20.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.20.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 93 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 94 |
+
"model.layers.21.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 95 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 96 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.21.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 98 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.22.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.22.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 106 |
+
"model.layers.23.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.23.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.24.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.24.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 117 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 118 |
+
"model.layers.25.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 119 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 120 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 121 |
+
"model.layers.25.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 122 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 123 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 124 |
+
"model.layers.26.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 125 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 126 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.26.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.27.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.27.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.28.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.28.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.29.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.29.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.3.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.3.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.30.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.30.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.31.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 163 |
+
"model.layers.31.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 164 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.4.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.4.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.5.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.5.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.6.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.6.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.7.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.7.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.8.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.8.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.9.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.9.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 201 |
+
}
|
| 202 |
+
}
|
checkpoint-36/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<unk>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
checkpoint-36/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-36/tokenizer_config.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 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": true,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": false
|
| 29 |
+
},
|
| 30 |
+
"32000": {
|
| 31 |
+
"content": "<|endoftext|>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"32001": {
|
| 39 |
+
"content": "<|assistant|>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": true,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"32002": {
|
| 47 |
+
"content": "<|placeholder1|>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": true,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": true
|
| 53 |
+
},
|
| 54 |
+
"32003": {
|
| 55 |
+
"content": "<|placeholder2|>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": true,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": true
|
| 61 |
+
},
|
| 62 |
+
"32004": {
|
| 63 |
+
"content": "<|placeholder3|>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": true,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"32005": {
|
| 71 |
+
"content": "<|placeholder4|>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": true,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"32006": {
|
| 79 |
+
"content": "<|system|>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": true,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"32007": {
|
| 87 |
+
"content": "<|end|>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": true,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"32008": {
|
| 95 |
+
"content": "<|placeholder5|>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": true,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": true
|
| 101 |
+
},
|
| 102 |
+
"32009": {
|
| 103 |
+
"content": "<|placeholder6|>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": true,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": true
|
| 109 |
+
},
|
| 110 |
+
"32010": {
|
| 111 |
+
"content": "<|user|>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": true,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": true
|
| 117 |
+
}
|
| 118 |
+
},
|
| 119 |
+
"bos_token": "<s>",
|
| 120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
| 121 |
+
"clean_up_tokenization_spaces": false,
|
| 122 |
+
"eos_token": "<|endoftext|>",
|
| 123 |
+
"legacy": false,
|
| 124 |
+
"model_max_length": 4096,
|
| 125 |
+
"pad_token": "<|endoftext|>",
|
| 126 |
+
"padding_side": "left",
|
| 127 |
+
"sp_model_kwargs": {},
|
| 128 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 129 |
+
"unk_token": "<unk>",
|
| 130 |
+
"use_default_system_prompt": false
|
| 131 |
+
}
|
checkpoint-36/trainer_state.json
ADDED
|
@@ -0,0 +1,573 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.47426924660354053,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 36,
|
| 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.013174145738987238,
|
| 13 |
+
"grad_norm": 1.846787929534912,
|
| 14 |
+
"learning_rate": 1.25e-07,
|
| 15 |
+
"logits/chosen": 9.988622665405273,
|
| 16 |
+
"logits/rejected": 10.698101997375488,
|
| 17 |
+
"logps/chosen": -0.4084107577800751,
|
| 18 |
+
"logps/rejected": -0.4250854551792145,
|
| 19 |
+
"loss": 1.3828,
|
| 20 |
+
"rewards/accuracies": 0.5546875,
|
| 21 |
+
"rewards/chosen": -0.8168215155601501,
|
| 22 |
+
"rewards/margins": 0.03334939479827881,
|
| 23 |
+
"rewards/rejected": -0.850170910358429,
|
| 24 |
+
"step": 1
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.026348291477974475,
|
| 28 |
+
"grad_norm": 0.7274014353752136,
|
| 29 |
+
"learning_rate": 2.5e-07,
|
| 30 |
+
"logits/chosen": 10.208279609680176,
|
| 31 |
+
"logits/rejected": 11.06594467163086,
|
| 32 |
+
"logps/chosen": -0.4457661509513855,
|
| 33 |
+
"logps/rejected": -0.4444480836391449,
|
| 34 |
+
"loss": 1.4032,
|
| 35 |
+
"rewards/accuracies": 0.5,
|
| 36 |
+
"rewards/chosen": -0.891532301902771,
|
| 37 |
+
"rewards/margins": -0.0026361620984971523,
|
| 38 |
+
"rewards/rejected": -0.8888961672782898,
|
| 39 |
+
"step": 2
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.03952243721696171,
|
| 43 |
+
"grad_norm": 0.569585919380188,
|
| 44 |
+
"learning_rate": 3.75e-07,
|
| 45 |
+
"logits/chosen": 10.047319412231445,
|
| 46 |
+
"logits/rejected": 11.040695190429688,
|
| 47 |
+
"logps/chosen": -0.44595056772232056,
|
| 48 |
+
"logps/rejected": -0.4271169602870941,
|
| 49 |
+
"loss": 1.4316,
|
| 50 |
+
"rewards/accuracies": 0.453125,
|
| 51 |
+
"rewards/chosen": -0.8919011354446411,
|
| 52 |
+
"rewards/margins": -0.037667226046323776,
|
| 53 |
+
"rewards/rejected": -0.8542339205741882,
|
| 54 |
+
"step": 3
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.05269658295594895,
|
| 58 |
+
"grad_norm": 0.9579747915267944,
|
| 59 |
+
"learning_rate": 5e-07,
|
| 60 |
+
"logits/chosen": 9.83576774597168,
|
| 61 |
+
"logits/rejected": 10.8547945022583,
|
| 62 |
+
"logps/chosen": -0.4448290169239044,
|
| 63 |
+
"logps/rejected": -0.43586766719818115,
|
| 64 |
+
"loss": 1.4147,
|
| 65 |
+
"rewards/accuracies": 0.4921875,
|
| 66 |
+
"rewards/chosen": -0.8896580338478088,
|
| 67 |
+
"rewards/margins": -0.017922835424542427,
|
| 68 |
+
"rewards/rejected": -0.8717353343963623,
|
| 69 |
+
"step": 4
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.06587072869493618,
|
| 73 |
+
"grad_norm": 0.7575727701187134,
|
| 74 |
+
"learning_rate": 6.249999999999999e-07,
|
| 75 |
+
"logits/chosen": 10.199325561523438,
|
| 76 |
+
"logits/rejected": 10.956421852111816,
|
| 77 |
+
"logps/chosen": -0.40898576378822327,
|
| 78 |
+
"logps/rejected": -0.4012777507305145,
|
| 79 |
+
"loss": 1.4103,
|
| 80 |
+
"rewards/accuracies": 0.5625,
|
| 81 |
+
"rewards/chosen": -0.8179715275764465,
|
| 82 |
+
"rewards/margins": -0.015416024252772331,
|
| 83 |
+
"rewards/rejected": -0.802555501461029,
|
| 84 |
+
"step": 5
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 0.07904487443392343,
|
| 88 |
+
"grad_norm": 1.1651052236557007,
|
| 89 |
+
"learning_rate": 7.5e-07,
|
| 90 |
+
"logits/chosen": 10.649311065673828,
|
| 91 |
+
"logits/rejected": 11.438021659851074,
|
| 92 |
+
"logps/chosen": -0.4362146258354187,
|
| 93 |
+
"logps/rejected": -0.43107232451438904,
|
| 94 |
+
"loss": 1.4097,
|
| 95 |
+
"rewards/accuracies": 0.5234375,
|
| 96 |
+
"rewards/chosen": -0.8724292516708374,
|
| 97 |
+
"rewards/margins": -0.01028449460864067,
|
| 98 |
+
"rewards/rejected": -0.8621446490287781,
|
| 99 |
+
"step": 6
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.09221902017291066,
|
| 103 |
+
"grad_norm": 0.7423586249351501,
|
| 104 |
+
"learning_rate": 8.75e-07,
|
| 105 |
+
"logits/chosen": 10.016755104064941,
|
| 106 |
+
"logits/rejected": 10.720447540283203,
|
| 107 |
+
"logps/chosen": -0.40585798025131226,
|
| 108 |
+
"logps/rejected": -0.41537052392959595,
|
| 109 |
+
"loss": 1.3836,
|
| 110 |
+
"rewards/accuracies": 0.5078125,
|
| 111 |
+
"rewards/chosen": -0.8117159605026245,
|
| 112 |
+
"rewards/margins": 0.0190250426530838,
|
| 113 |
+
"rewards/rejected": -0.8307410478591919,
|
| 114 |
+
"step": 7
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.1053931659118979,
|
| 118 |
+
"grad_norm": 0.6278178095817566,
|
| 119 |
+
"learning_rate": 1e-06,
|
| 120 |
+
"logits/chosen": 10.216046333312988,
|
| 121 |
+
"logits/rejected": 11.114391326904297,
|
| 122 |
+
"logps/chosen": -0.4205312728881836,
|
| 123 |
+
"logps/rejected": -0.3968205451965332,
|
| 124 |
+
"loss": 1.4332,
|
| 125 |
+
"rewards/accuracies": 0.5078125,
|
| 126 |
+
"rewards/chosen": -0.8410625457763672,
|
| 127 |
+
"rewards/margins": -0.04742136597633362,
|
| 128 |
+
"rewards/rejected": -0.7936410903930664,
|
| 129 |
+
"step": 8
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.11856731165088513,
|
| 133 |
+
"grad_norm": 0.7120531797409058,
|
| 134 |
+
"learning_rate": 9.994504457428556e-07,
|
| 135 |
+
"logits/chosen": 10.18065071105957,
|
| 136 |
+
"logits/rejected": 11.15275764465332,
|
| 137 |
+
"logps/chosen": -0.4227794110774994,
|
| 138 |
+
"logps/rejected": -0.4355461895465851,
|
| 139 |
+
"loss": 1.3879,
|
| 140 |
+
"rewards/accuracies": 0.515625,
|
| 141 |
+
"rewards/chosen": -0.8455588221549988,
|
| 142 |
+
"rewards/margins": 0.02553354948759079,
|
| 143 |
+
"rewards/rejected": -0.8710923790931702,
|
| 144 |
+
"step": 9
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 0.13174145738987236,
|
| 148 |
+
"grad_norm": 1.1985653638839722,
|
| 149 |
+
"learning_rate": 9.97802991010949e-07,
|
| 150 |
+
"logits/chosen": 10.042179107666016,
|
| 151 |
+
"logits/rejected": 10.866905212402344,
|
| 152 |
+
"logps/chosen": -0.38143518567085266,
|
| 153 |
+
"logps/rejected": -0.383830189704895,
|
| 154 |
+
"loss": 1.3934,
|
| 155 |
+
"rewards/accuracies": 0.5625,
|
| 156 |
+
"rewards/chosen": -0.7628703713417053,
|
| 157 |
+
"rewards/margins": 0.004790017381310463,
|
| 158 |
+
"rewards/rejected": -0.76766037940979,
|
| 159 |
+
"step": 10
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.14491560312885962,
|
| 163 |
+
"grad_norm": 0.9829190969467163,
|
| 164 |
+
"learning_rate": 9.950612572673255e-07,
|
| 165 |
+
"logits/chosen": 9.96993637084961,
|
| 166 |
+
"logits/rejected": 11.156689643859863,
|
| 167 |
+
"logps/chosen": -0.4371436536312103,
|
| 168 |
+
"logps/rejected": -0.4104335606098175,
|
| 169 |
+
"loss": 1.4388,
|
| 170 |
+
"rewards/accuracies": 0.421875,
|
| 171 |
+
"rewards/chosen": -0.8742873072624207,
|
| 172 |
+
"rewards/margins": -0.05342020094394684,
|
| 173 |
+
"rewards/rejected": -0.820867121219635,
|
| 174 |
+
"step": 11
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.15808974886784685,
|
| 178 |
+
"grad_norm": 0.771833062171936,
|
| 179 |
+
"learning_rate": 9.912312714377879e-07,
|
| 180 |
+
"logits/chosen": 9.883522033691406,
|
| 181 |
+
"logits/rejected": 10.568523406982422,
|
| 182 |
+
"logps/chosen": -0.4180852770805359,
|
| 183 |
+
"logps/rejected": -0.44434836506843567,
|
| 184 |
+
"loss": 1.3634,
|
| 185 |
+
"rewards/accuracies": 0.578125,
|
| 186 |
+
"rewards/chosen": -0.8361705541610718,
|
| 187 |
+
"rewards/margins": 0.05252611264586449,
|
| 188 |
+
"rewards/rejected": -0.8886967301368713,
|
| 189 |
+
"step": 12
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.17126389460683408,
|
| 193 |
+
"grad_norm": 0.5779662728309631,
|
| 194 |
+
"learning_rate": 9.863214526624063e-07,
|
| 195 |
+
"logits/chosen": 9.908037185668945,
|
| 196 |
+
"logits/rejected": 10.980252265930176,
|
| 197 |
+
"logps/chosen": -0.4335843622684479,
|
| 198 |
+
"logps/rejected": -0.4193909764289856,
|
| 199 |
+
"loss": 1.4188,
|
| 200 |
+
"rewards/accuracies": 0.4609375,
|
| 201 |
+
"rewards/chosen": -0.8671687245368958,
|
| 202 |
+
"rewards/margins": -0.028386807069182396,
|
| 203 |
+
"rewards/rejected": -0.8387819528579712,
|
| 204 |
+
"step": 13
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"epoch": 0.1844380403458213,
|
| 208 |
+
"grad_norm": 0.755972146987915,
|
| 209 |
+
"learning_rate": 9.8034259378842e-07,
|
| 210 |
+
"logits/chosen": 10.47681999206543,
|
| 211 |
+
"logits/rejected": 11.599574089050293,
|
| 212 |
+
"logps/chosen": -0.40058645606040955,
|
| 213 |
+
"logps/rejected": -0.41547441482543945,
|
| 214 |
+
"loss": 1.3776,
|
| 215 |
+
"rewards/accuracies": 0.5078125,
|
| 216 |
+
"rewards/chosen": -0.8011729121208191,
|
| 217 |
+
"rewards/margins": 0.02977588400244713,
|
| 218 |
+
"rewards/rejected": -0.8309488296508789,
|
| 219 |
+
"step": 14
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.19761218608480857,
|
| 223 |
+
"grad_norm": 1.2080482244491577,
|
| 224 |
+
"learning_rate": 9.73307837645217e-07,
|
| 225 |
+
"logits/chosen": 9.785813331604004,
|
| 226 |
+
"logits/rejected": 10.71661376953125,
|
| 227 |
+
"logps/chosen": -0.4059077799320221,
|
| 228 |
+
"logps/rejected": -0.3964956998825073,
|
| 229 |
+
"loss": 1.4115,
|
| 230 |
+
"rewards/accuracies": 0.4453125,
|
| 231 |
+
"rewards/chosen": -0.8118155598640442,
|
| 232 |
+
"rewards/margins": -0.018824119120836258,
|
| 233 |
+
"rewards/rejected": -0.7929913997650146,
|
| 234 |
+
"step": 15
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.2107863318237958,
|
| 238 |
+
"grad_norm": 1.0530983209609985,
|
| 239 |
+
"learning_rate": 9.652326481535433e-07,
|
| 240 |
+
"logits/chosen": 10.606256484985352,
|
| 241 |
+
"logits/rejected": 11.221076965332031,
|
| 242 |
+
"logps/chosen": -0.43960413336753845,
|
| 243 |
+
"logps/rejected": -0.43556928634643555,
|
| 244 |
+
"loss": 1.4054,
|
| 245 |
+
"rewards/accuracies": 0.4453125,
|
| 246 |
+
"rewards/chosen": -0.8792082667350769,
|
| 247 |
+
"rewards/margins": -0.008069731295108795,
|
| 248 |
+
"rewards/rejected": -0.8711385726928711,
|
| 249 |
+
"step": 16
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.22396047756278303,
|
| 253 |
+
"grad_norm": 0.8931649327278137,
|
| 254 |
+
"learning_rate": 9.561347763324483e-07,
|
| 255 |
+
"logits/chosen": 10.093276977539062,
|
| 256 |
+
"logits/rejected": 10.721864700317383,
|
| 257 |
+
"logps/chosen": -0.46352270245552063,
|
| 258 |
+
"logps/rejected": -0.47664591670036316,
|
| 259 |
+
"loss": 1.398,
|
| 260 |
+
"rewards/accuracies": 0.578125,
|
| 261 |
+
"rewards/chosen": -0.9270454049110413,
|
| 262 |
+
"rewards/margins": 0.026246393099427223,
|
| 263 |
+
"rewards/rejected": -0.9532918334007263,
|
| 264 |
+
"step": 17
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"epoch": 0.23713462330177026,
|
| 268 |
+
"grad_norm": 0.5987163782119751,
|
| 269 |
+
"learning_rate": 9.460342212786932e-07,
|
| 270 |
+
"logits/chosen": 10.340713500976562,
|
| 271 |
+
"logits/rejected": 11.121424674987793,
|
| 272 |
+
"logps/chosen": -0.4333910644054413,
|
| 273 |
+
"logps/rejected": -0.4210299551486969,
|
| 274 |
+
"loss": 1.4189,
|
| 275 |
+
"rewards/accuracies": 0.5390625,
|
| 276 |
+
"rewards/chosen": -0.8667821288108826,
|
| 277 |
+
"rewards/margins": -0.024722211062908173,
|
| 278 |
+
"rewards/rejected": -0.8420599102973938,
|
| 279 |
+
"step": 18
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 0.2503087690407575,
|
| 283 |
+
"grad_norm": 0.7226627469062805,
|
| 284 |
+
"learning_rate": 9.349531862043951e-07,
|
| 285 |
+
"logits/chosen": 10.257181167602539,
|
| 286 |
+
"logits/rejected": 10.92556095123291,
|
| 287 |
+
"logps/chosen": -0.4293927550315857,
|
| 288 |
+
"logps/rejected": -0.4481368064880371,
|
| 289 |
+
"loss": 1.3801,
|
| 290 |
+
"rewards/accuracies": 0.5859375,
|
| 291 |
+
"rewards/chosen": -0.8587855100631714,
|
| 292 |
+
"rewards/margins": 0.03748808801174164,
|
| 293 |
+
"rewards/rejected": -0.8962736129760742,
|
| 294 |
+
"step": 19
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"epoch": 0.2634829147797447,
|
| 298 |
+
"grad_norm": 0.7743024826049805,
|
| 299 |
+
"learning_rate": 9.229160296295487e-07,
|
| 300 |
+
"logits/chosen": 10.641219139099121,
|
| 301 |
+
"logits/rejected": 11.451465606689453,
|
| 302 |
+
"logps/chosen": -0.40963226556777954,
|
| 303 |
+
"logps/rejected": -0.42823317646980286,
|
| 304 |
+
"loss": 1.3718,
|
| 305 |
+
"rewards/accuracies": 0.578125,
|
| 306 |
+
"rewards/chosen": -0.8192645311355591,
|
| 307 |
+
"rewards/margins": 0.03720181807875633,
|
| 308 |
+
"rewards/rejected": -0.8564663529396057,
|
| 309 |
+
"step": 20
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"epoch": 0.276657060518732,
|
| 313 |
+
"grad_norm": 1.043879747390747,
|
| 314 |
+
"learning_rate": 9.099492118367122e-07,
|
| 315 |
+
"logits/chosen": 9.668081283569336,
|
| 316 |
+
"logits/rejected": 10.759317398071289,
|
| 317 |
+
"logps/chosen": -0.41088593006134033,
|
| 318 |
+
"logps/rejected": -0.44134727120399475,
|
| 319 |
+
"loss": 1.3653,
|
| 320 |
+
"rewards/accuracies": 0.53125,
|
| 321 |
+
"rewards/chosen": -0.8217718601226807,
|
| 322 |
+
"rewards/margins": 0.06092273071408272,
|
| 323 |
+
"rewards/rejected": -0.8826945424079895,
|
| 324 |
+
"step": 21
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.28983120625771924,
|
| 328 |
+
"grad_norm": 1.8495320081710815,
|
| 329 |
+
"learning_rate": 8.960812367055646e-07,
|
| 330 |
+
"logits/chosen": 10.094249725341797,
|
| 331 |
+
"logits/rejected": 10.969901084899902,
|
| 332 |
+
"logps/chosen": -0.43626973032951355,
|
| 333 |
+
"logps/rejected": -0.44013574719429016,
|
| 334 |
+
"loss": 1.4045,
|
| 335 |
+
"rewards/accuracies": 0.4609375,
|
| 336 |
+
"rewards/chosen": -0.8725394606590271,
|
| 337 |
+
"rewards/margins": 0.00773210171610117,
|
| 338 |
+
"rewards/rejected": -0.8802714943885803,
|
| 339 |
+
"step": 22
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.3030053519967065,
|
| 343 |
+
"grad_norm": 0.4824877977371216,
|
| 344 |
+
"learning_rate": 8.813425890551909e-07,
|
| 345 |
+
"logits/chosen": 10.012961387634277,
|
| 346 |
+
"logits/rejected": 11.028541564941406,
|
| 347 |
+
"logps/chosen": -0.4449196755886078,
|
| 348 |
+
"logps/rejected": -0.43216580152511597,
|
| 349 |
+
"loss": 1.424,
|
| 350 |
+
"rewards/accuracies": 0.5,
|
| 351 |
+
"rewards/chosen": -0.8898393511772156,
|
| 352 |
+
"rewards/margins": -0.025507748126983643,
|
| 353 |
+
"rewards/rejected": -0.8643316030502319,
|
| 354 |
+
"step": 23
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.3161794977356937,
|
| 358 |
+
"grad_norm": 1.0434041023254395,
|
| 359 |
+
"learning_rate": 8.657656676318345e-07,
|
| 360 |
+
"logits/chosen": 10.089515686035156,
|
| 361 |
+
"logits/rejected": 10.921834945678711,
|
| 362 |
+
"logps/chosen": -0.4228805899620056,
|
| 363 |
+
"logps/rejected": -0.44924959540367126,
|
| 364 |
+
"loss": 1.3654,
|
| 365 |
+
"rewards/accuracies": 0.53125,
|
| 366 |
+
"rewards/chosen": -0.8457611799240112,
|
| 367 |
+
"rewards/margins": 0.05273808538913727,
|
| 368 |
+
"rewards/rejected": -0.8984991908073425,
|
| 369 |
+
"step": 24
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"epoch": 0.32935364347468093,
|
| 373 |
+
"grad_norm": 0.8496569991111755,
|
| 374 |
+
"learning_rate": 8.493847138894208e-07,
|
| 375 |
+
"logits/chosen": 10.220051765441895,
|
| 376 |
+
"logits/rejected": 10.924245834350586,
|
| 377 |
+
"logps/chosen": -0.4278189241886139,
|
| 378 |
+
"logps/rejected": -0.45087143778800964,
|
| 379 |
+
"loss": 1.3771,
|
| 380 |
+
"rewards/accuracies": 0.5234375,
|
| 381 |
+
"rewards/chosen": -0.8556378483772278,
|
| 382 |
+
"rewards/margins": 0.046104975044727325,
|
| 383 |
+
"rewards/rejected": -0.9017428755760193,
|
| 384 |
+
"step": 25
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"epoch": 0.34252778921366817,
|
| 388 |
+
"grad_norm": 1.1707934141159058,
|
| 389 |
+
"learning_rate": 8.322357367194108e-07,
|
| 390 |
+
"logits/chosen": 10.33618450164795,
|
| 391 |
+
"logits/rejected": 11.42149829864502,
|
| 392 |
+
"logps/chosen": -0.4403349757194519,
|
| 393 |
+
"logps/rejected": -0.4506159722805023,
|
| 394 |
+
"loss": 1.3831,
|
| 395 |
+
"rewards/accuracies": 0.515625,
|
| 396 |
+
"rewards/chosen": -0.8806699514389038,
|
| 397 |
+
"rewards/margins": 0.020561927929520607,
|
| 398 |
+
"rewards/rejected": -0.9012319445610046,
|
| 399 |
+
"step": 26
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"epoch": 0.3557019349526554,
|
| 403 |
+
"grad_norm": 0.9727609753608704,
|
| 404 |
+
"learning_rate": 8.143564332954425e-07,
|
| 405 |
+
"logits/chosen": 9.973875999450684,
|
| 406 |
+
"logits/rejected": 11.174227714538574,
|
| 407 |
+
"logps/chosen": -0.48110640048980713,
|
| 408 |
+
"logps/rejected": -0.46264228224754333,
|
| 409 |
+
"loss": 1.4375,
|
| 410 |
+
"rewards/accuracies": 0.4375,
|
| 411 |
+
"rewards/chosen": -0.9622128009796143,
|
| 412 |
+
"rewards/margins": -0.03692828118801117,
|
| 413 |
+
"rewards/rejected": -0.9252845644950867,
|
| 414 |
+
"step": 27
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"epoch": 0.3688760806916426,
|
| 418 |
+
"grad_norm": 0.4669955372810364,
|
| 419 |
+
"learning_rate": 7.957861062067612e-07,
|
| 420 |
+
"logits/chosen": 9.494720458984375,
|
| 421 |
+
"logits/rejected": 10.64975357055664,
|
| 422 |
+
"logps/chosen": -0.4049557149410248,
|
| 423 |
+
"logps/rejected": -0.41160064935684204,
|
| 424 |
+
"loss": 1.3949,
|
| 425 |
+
"rewards/accuracies": 0.53125,
|
| 426 |
+
"rewards/chosen": -0.8099114298820496,
|
| 427 |
+
"rewards/margins": 0.01328977383673191,
|
| 428 |
+
"rewards/rejected": -0.8232012987136841,
|
| 429 |
+
"step": 28
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.3820502264306299,
|
| 433 |
+
"grad_norm": 0.6599685549736023,
|
| 434 |
+
"learning_rate": 7.765655770625996e-07,
|
| 435 |
+
"logits/chosen": 9.987813949584961,
|
| 436 |
+
"logits/rejected": 11.066561698913574,
|
| 437 |
+
"logps/chosen": -0.4204758107662201,
|
| 438 |
+
"logps/rejected": -0.4215814769268036,
|
| 439 |
+
"loss": 1.4024,
|
| 440 |
+
"rewards/accuracies": 0.5546875,
|
| 441 |
+
"rewards/chosen": -0.8409516215324402,
|
| 442 |
+
"rewards/margins": 0.002211294136941433,
|
| 443 |
+
"rewards/rejected": -0.8431629538536072,
|
| 444 |
+
"step": 29
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.39522437216961714,
|
| 448 |
+
"grad_norm": 0.4469655156135559,
|
| 449 |
+
"learning_rate": 7.567370967574209e-07,
|
| 450 |
+
"logits/chosen": 10.159306526184082,
|
| 451 |
+
"logits/rejected": 11.529789924621582,
|
| 452 |
+
"logps/chosen": -0.44582635164260864,
|
| 453 |
+
"logps/rejected": -0.4426492154598236,
|
| 454 |
+
"loss": 1.4042,
|
| 455 |
+
"rewards/accuracies": 0.5078125,
|
| 456 |
+
"rewards/chosen": -0.8916527032852173,
|
| 457 |
+
"rewards/margins": -0.006354227662086487,
|
| 458 |
+
"rewards/rejected": -0.8852984309196472,
|
| 459 |
+
"step": 30
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"epoch": 0.4083985179086044,
|
| 463 |
+
"grad_norm": 0.46628981828689575,
|
| 464 |
+
"learning_rate": 7.363442525942826e-07,
|
| 465 |
+
"logits/chosen": 9.731393814086914,
|
| 466 |
+
"logits/rejected": 10.743117332458496,
|
| 467 |
+
"logps/chosen": -0.4495592713356018,
|
| 468 |
+
"logps/rejected": -0.41725438833236694,
|
| 469 |
+
"loss": 1.4528,
|
| 470 |
+
"rewards/accuracies": 0.453125,
|
| 471 |
+
"rewards/chosen": -0.8991185426712036,
|
| 472 |
+
"rewards/margins": -0.06460972875356674,
|
| 473 |
+
"rewards/rejected": -0.8345087766647339,
|
| 474 |
+
"step": 31
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"epoch": 0.4215726636475916,
|
| 478 |
+
"grad_norm": 0.6232314109802246,
|
| 479 |
+
"learning_rate": 7.154318724704851e-07,
|
| 480 |
+
"logits/chosen": 9.956490516662598,
|
| 481 |
+
"logits/rejected": 11.324994087219238,
|
| 482 |
+
"logps/chosen": -0.42140334844589233,
|
| 483 |
+
"logps/rejected": -0.3955790102481842,
|
| 484 |
+
"loss": 1.4406,
|
| 485 |
+
"rewards/accuracies": 0.515625,
|
| 486 |
+
"rewards/chosen": -0.8428066968917847,
|
| 487 |
+
"rewards/margins": -0.05164865404367447,
|
| 488 |
+
"rewards/rejected": -0.7911580204963684,
|
| 489 |
+
"step": 32
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"epoch": 0.43474680938657884,
|
| 493 |
+
"grad_norm": 1.1314888000488281,
|
| 494 |
+
"learning_rate": 6.940459263361248e-07,
|
| 495 |
+
"logits/chosen": 9.897272109985352,
|
| 496 |
+
"logits/rejected": 10.727909088134766,
|
| 497 |
+
"logps/chosen": -0.38281309604644775,
|
| 498 |
+
"logps/rejected": -0.4067748188972473,
|
| 499 |
+
"loss": 1.3728,
|
| 500 |
+
"rewards/accuracies": 0.5390625,
|
| 501 |
+
"rewards/chosen": -0.7656261920928955,
|
| 502 |
+
"rewards/margins": 0.04792340472340584,
|
| 503 |
+
"rewards/rejected": -0.8135496377944946,
|
| 504 |
+
"step": 33
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"epoch": 0.44792095512556607,
|
| 508 |
+
"grad_norm": 0.9336860179901123,
|
| 509 |
+
"learning_rate": 6.722334251421664e-07,
|
| 510 |
+
"logits/chosen": 10.045162200927734,
|
| 511 |
+
"logits/rejected": 10.88832950592041,
|
| 512 |
+
"logps/chosen": -0.424130380153656,
|
| 513 |
+
"logps/rejected": -0.44961968064308167,
|
| 514 |
+
"loss": 1.3642,
|
| 515 |
+
"rewards/accuracies": 0.5546875,
|
| 516 |
+
"rewards/chosen": -0.848260760307312,
|
| 517 |
+
"rewards/margins": 0.050978533923625946,
|
| 518 |
+
"rewards/rejected": -0.8992393612861633,
|
| 519 |
+
"step": 34
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"epoch": 0.4610951008645533,
|
| 523 |
+
"grad_norm": 0.6091923117637634,
|
| 524 |
+
"learning_rate": 6.500423175001703e-07,
|
| 525 |
+
"logits/chosen": 10.366498947143555,
|
| 526 |
+
"logits/rejected": 11.302865028381348,
|
| 527 |
+
"logps/chosen": -0.38435739278793335,
|
| 528 |
+
"logps/rejected": -0.40687644481658936,
|
| 529 |
+
"loss": 1.3686,
|
| 530 |
+
"rewards/accuracies": 0.546875,
|
| 531 |
+
"rewards/chosen": -0.7687147855758667,
|
| 532 |
+
"rewards/margins": 0.04503808170557022,
|
| 533 |
+
"rewards/rejected": -0.8137528896331787,
|
| 534 |
+
"step": 35
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.47426924660354053,
|
| 538 |
+
"grad_norm": 1.436123251914978,
|
| 539 |
+
"learning_rate": 6.275213842808382e-07,
|
| 540 |
+
"logits/chosen": 9.993330955505371,
|
| 541 |
+
"logits/rejected": 10.635811805725098,
|
| 542 |
+
"logps/chosen": -0.41794323921203613,
|
| 543 |
+
"logps/rejected": -0.416820764541626,
|
| 544 |
+
"loss": 1.4028,
|
| 545 |
+
"rewards/accuracies": 0.484375,
|
| 546 |
+
"rewards/chosen": -0.8358864784240723,
|
| 547 |
+
"rewards/margins": -0.0022448617964982986,
|
| 548 |
+
"rewards/rejected": -0.833641529083252,
|
| 549 |
+
"step": 36
|
| 550 |
+
}
|
| 551 |
+
],
|
| 552 |
+
"logging_steps": 1,
|
| 553 |
+
"max_steps": 75,
|
| 554 |
+
"num_input_tokens_seen": 0,
|
| 555 |
+
"num_train_epochs": 1,
|
| 556 |
+
"save_steps": 12,
|
| 557 |
+
"stateful_callbacks": {
|
| 558 |
+
"TrainerControl": {
|
| 559 |
+
"args": {
|
| 560 |
+
"should_epoch_stop": false,
|
| 561 |
+
"should_evaluate": false,
|
| 562 |
+
"should_log": false,
|
| 563 |
+
"should_save": true,
|
| 564 |
+
"should_training_stop": false
|
| 565 |
+
},
|
| 566 |
+
"attributes": {}
|
| 567 |
+
}
|
| 568 |
+
},
|
| 569 |
+
"total_flos": 0.0,
|
| 570 |
+
"train_batch_size": 2,
|
| 571 |
+
"trial_name": null,
|
| 572 |
+
"trial_params": null
|
| 573 |
+
}
|
checkpoint-48/added_tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|assistant|>": 32001,
|
| 3 |
+
"<|endoftext|>": 32000,
|
| 4 |
+
"<|end|>": 32007,
|
| 5 |
+
"<|placeholder1|>": 32002,
|
| 6 |
+
"<|placeholder2|>": 32003,
|
| 7 |
+
"<|placeholder3|>": 32004,
|
| 8 |
+
"<|placeholder4|>": 32005,
|
| 9 |
+
"<|placeholder5|>": 32008,
|
| 10 |
+
"<|placeholder6|>": 32009,
|
| 11 |
+
"<|system|>": 32006,
|
| 12 |
+
"<|user|>": 32010
|
| 13 |
+
}
|
checkpoint-48/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/home/v-liuzichuan/huggingface/Phi-3-mini-4k-instruct",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Phi3ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"auto_map": {
|
| 9 |
+
"AutoConfig": "configuration_phi3.Phi3Config",
|
| 10 |
+
"AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
|
| 11 |
+
},
|
| 12 |
+
"bos_token_id": 1,
|
| 13 |
+
"embd_pdrop": 0.0,
|
| 14 |
+
"eos_token_id": 32000,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"hidden_size": 3072,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 8192,
|
| 19 |
+
"max_position_embeddings": 4096,
|
| 20 |
+
"model_type": "phi3",
|
| 21 |
+
"num_attention_heads": 32,
|
| 22 |
+
"num_hidden_layers": 32,
|
| 23 |
+
"num_key_value_heads": 32,
|
| 24 |
+
"original_max_position_embeddings": 4096,
|
| 25 |
+
"pad_token_id": 32000,
|
| 26 |
+
"resid_pdrop": 0.0,
|
| 27 |
+
"rms_norm_eps": 1e-05,
|
| 28 |
+
"rope_scaling": null,
|
| 29 |
+
"rope_theta": 10000.0,
|
| 30 |
+
"sliding_window": 2047,
|
| 31 |
+
"tie_word_embeddings": false,
|
| 32 |
+
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.45.2",
|
| 34 |
+
"use_cache": false,
|
| 35 |
+
"vocab_size": 32064
|
| 36 |
+
}
|
checkpoint-48/generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
32000,
|
| 6 |
+
32001,
|
| 7 |
+
32007
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 32000,
|
| 10 |
+
"transformers_version": "4.45.2"
|
| 11 |
+
}
|
checkpoint-48/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:002a14a82d7cedaf8e046111f595c7cb1d9e446e63f548bc7ee2a82a8e003652
|
| 3 |
+
size 4972489328
|
checkpoint-48/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23de17a6b8ee0d1b3f598bbc5d87cde49db85051eeb3f33b3b0589f852253c7d
|
| 3 |
+
size 2669692552
|
checkpoint-48/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 7642159104
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.1.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.10.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.10.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.11.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.11.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.12.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.12.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.13.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.13.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.14.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.14.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.15.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.15.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.16.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.16.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.17.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.17.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.18.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.18.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.19.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.19.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.2.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.2.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.20.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.20.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 93 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 94 |
+
"model.layers.21.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 95 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 96 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.21.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 98 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.22.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.22.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 106 |
+
"model.layers.23.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.23.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.24.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.24.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 117 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 118 |
+
"model.layers.25.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 119 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 120 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 121 |
+
"model.layers.25.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 122 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 123 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 124 |
+
"model.layers.26.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 125 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 126 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.26.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.27.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.27.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.28.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.28.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.29.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.29.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.3.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.3.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.30.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.30.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.31.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 163 |
+
"model.layers.31.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 164 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.4.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.4.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.5.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.5.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.6.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.6.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.7.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.7.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.8.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.8.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.9.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.9.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 201 |
+
}
|
| 202 |
+
}
|
checkpoint-48/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<unk>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
checkpoint-48/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-48/tokenizer_config.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 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": true,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": false
|
| 29 |
+
},
|
| 30 |
+
"32000": {
|
| 31 |
+
"content": "<|endoftext|>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"32001": {
|
| 39 |
+
"content": "<|assistant|>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": true,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"32002": {
|
| 47 |
+
"content": "<|placeholder1|>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": true,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": true
|
| 53 |
+
},
|
| 54 |
+
"32003": {
|
| 55 |
+
"content": "<|placeholder2|>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": true,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": true
|
| 61 |
+
},
|
| 62 |
+
"32004": {
|
| 63 |
+
"content": "<|placeholder3|>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": true,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"32005": {
|
| 71 |
+
"content": "<|placeholder4|>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": true,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"32006": {
|
| 79 |
+
"content": "<|system|>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": true,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"32007": {
|
| 87 |
+
"content": "<|end|>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": true,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"32008": {
|
| 95 |
+
"content": "<|placeholder5|>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": true,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": true
|
| 101 |
+
},
|
| 102 |
+
"32009": {
|
| 103 |
+
"content": "<|placeholder6|>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": true,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": true
|
| 109 |
+
},
|
| 110 |
+
"32010": {
|
| 111 |
+
"content": "<|user|>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": true,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": true
|
| 117 |
+
}
|
| 118 |
+
},
|
| 119 |
+
"bos_token": "<s>",
|
| 120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
| 121 |
+
"clean_up_tokenization_spaces": false,
|
| 122 |
+
"eos_token": "<|endoftext|>",
|
| 123 |
+
"legacy": false,
|
| 124 |
+
"model_max_length": 4096,
|
| 125 |
+
"pad_token": "<|endoftext|>",
|
| 126 |
+
"padding_side": "left",
|
| 127 |
+
"sp_model_kwargs": {},
|
| 128 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 129 |
+
"unk_token": "<unk>",
|
| 130 |
+
"use_default_system_prompt": false
|
| 131 |
+
}
|
checkpoint-48/trainer_state.json
ADDED
|
@@ -0,0 +1,753 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.6323589954713874,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 48,
|
| 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.013174145738987238,
|
| 13 |
+
"grad_norm": 1.846787929534912,
|
| 14 |
+
"learning_rate": 1.25e-07,
|
| 15 |
+
"logits/chosen": 9.988622665405273,
|
| 16 |
+
"logits/rejected": 10.698101997375488,
|
| 17 |
+
"logps/chosen": -0.4084107577800751,
|
| 18 |
+
"logps/rejected": -0.4250854551792145,
|
| 19 |
+
"loss": 1.3828,
|
| 20 |
+
"rewards/accuracies": 0.5546875,
|
| 21 |
+
"rewards/chosen": -0.8168215155601501,
|
| 22 |
+
"rewards/margins": 0.03334939479827881,
|
| 23 |
+
"rewards/rejected": -0.850170910358429,
|
| 24 |
+
"step": 1
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.026348291477974475,
|
| 28 |
+
"grad_norm": 0.7274014353752136,
|
| 29 |
+
"learning_rate": 2.5e-07,
|
| 30 |
+
"logits/chosen": 10.208279609680176,
|
| 31 |
+
"logits/rejected": 11.06594467163086,
|
| 32 |
+
"logps/chosen": -0.4457661509513855,
|
| 33 |
+
"logps/rejected": -0.4444480836391449,
|
| 34 |
+
"loss": 1.4032,
|
| 35 |
+
"rewards/accuracies": 0.5,
|
| 36 |
+
"rewards/chosen": -0.891532301902771,
|
| 37 |
+
"rewards/margins": -0.0026361620984971523,
|
| 38 |
+
"rewards/rejected": -0.8888961672782898,
|
| 39 |
+
"step": 2
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.03952243721696171,
|
| 43 |
+
"grad_norm": 0.569585919380188,
|
| 44 |
+
"learning_rate": 3.75e-07,
|
| 45 |
+
"logits/chosen": 10.047319412231445,
|
| 46 |
+
"logits/rejected": 11.040695190429688,
|
| 47 |
+
"logps/chosen": -0.44595056772232056,
|
| 48 |
+
"logps/rejected": -0.4271169602870941,
|
| 49 |
+
"loss": 1.4316,
|
| 50 |
+
"rewards/accuracies": 0.453125,
|
| 51 |
+
"rewards/chosen": -0.8919011354446411,
|
| 52 |
+
"rewards/margins": -0.037667226046323776,
|
| 53 |
+
"rewards/rejected": -0.8542339205741882,
|
| 54 |
+
"step": 3
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.05269658295594895,
|
| 58 |
+
"grad_norm": 0.9579747915267944,
|
| 59 |
+
"learning_rate": 5e-07,
|
| 60 |
+
"logits/chosen": 9.83576774597168,
|
| 61 |
+
"logits/rejected": 10.8547945022583,
|
| 62 |
+
"logps/chosen": -0.4448290169239044,
|
| 63 |
+
"logps/rejected": -0.43586766719818115,
|
| 64 |
+
"loss": 1.4147,
|
| 65 |
+
"rewards/accuracies": 0.4921875,
|
| 66 |
+
"rewards/chosen": -0.8896580338478088,
|
| 67 |
+
"rewards/margins": -0.017922835424542427,
|
| 68 |
+
"rewards/rejected": -0.8717353343963623,
|
| 69 |
+
"step": 4
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.06587072869493618,
|
| 73 |
+
"grad_norm": 0.7575727701187134,
|
| 74 |
+
"learning_rate": 6.249999999999999e-07,
|
| 75 |
+
"logits/chosen": 10.199325561523438,
|
| 76 |
+
"logits/rejected": 10.956421852111816,
|
| 77 |
+
"logps/chosen": -0.40898576378822327,
|
| 78 |
+
"logps/rejected": -0.4012777507305145,
|
| 79 |
+
"loss": 1.4103,
|
| 80 |
+
"rewards/accuracies": 0.5625,
|
| 81 |
+
"rewards/chosen": -0.8179715275764465,
|
| 82 |
+
"rewards/margins": -0.015416024252772331,
|
| 83 |
+
"rewards/rejected": -0.802555501461029,
|
| 84 |
+
"step": 5
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 0.07904487443392343,
|
| 88 |
+
"grad_norm": 1.1651052236557007,
|
| 89 |
+
"learning_rate": 7.5e-07,
|
| 90 |
+
"logits/chosen": 10.649311065673828,
|
| 91 |
+
"logits/rejected": 11.438021659851074,
|
| 92 |
+
"logps/chosen": -0.4362146258354187,
|
| 93 |
+
"logps/rejected": -0.43107232451438904,
|
| 94 |
+
"loss": 1.4097,
|
| 95 |
+
"rewards/accuracies": 0.5234375,
|
| 96 |
+
"rewards/chosen": -0.8724292516708374,
|
| 97 |
+
"rewards/margins": -0.01028449460864067,
|
| 98 |
+
"rewards/rejected": -0.8621446490287781,
|
| 99 |
+
"step": 6
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.09221902017291066,
|
| 103 |
+
"grad_norm": 0.7423586249351501,
|
| 104 |
+
"learning_rate": 8.75e-07,
|
| 105 |
+
"logits/chosen": 10.016755104064941,
|
| 106 |
+
"logits/rejected": 10.720447540283203,
|
| 107 |
+
"logps/chosen": -0.40585798025131226,
|
| 108 |
+
"logps/rejected": -0.41537052392959595,
|
| 109 |
+
"loss": 1.3836,
|
| 110 |
+
"rewards/accuracies": 0.5078125,
|
| 111 |
+
"rewards/chosen": -0.8117159605026245,
|
| 112 |
+
"rewards/margins": 0.0190250426530838,
|
| 113 |
+
"rewards/rejected": -0.8307410478591919,
|
| 114 |
+
"step": 7
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.1053931659118979,
|
| 118 |
+
"grad_norm": 0.6278178095817566,
|
| 119 |
+
"learning_rate": 1e-06,
|
| 120 |
+
"logits/chosen": 10.216046333312988,
|
| 121 |
+
"logits/rejected": 11.114391326904297,
|
| 122 |
+
"logps/chosen": -0.4205312728881836,
|
| 123 |
+
"logps/rejected": -0.3968205451965332,
|
| 124 |
+
"loss": 1.4332,
|
| 125 |
+
"rewards/accuracies": 0.5078125,
|
| 126 |
+
"rewards/chosen": -0.8410625457763672,
|
| 127 |
+
"rewards/margins": -0.04742136597633362,
|
| 128 |
+
"rewards/rejected": -0.7936410903930664,
|
| 129 |
+
"step": 8
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.11856731165088513,
|
| 133 |
+
"grad_norm": 0.7120531797409058,
|
| 134 |
+
"learning_rate": 9.994504457428556e-07,
|
| 135 |
+
"logits/chosen": 10.18065071105957,
|
| 136 |
+
"logits/rejected": 11.15275764465332,
|
| 137 |
+
"logps/chosen": -0.4227794110774994,
|
| 138 |
+
"logps/rejected": -0.4355461895465851,
|
| 139 |
+
"loss": 1.3879,
|
| 140 |
+
"rewards/accuracies": 0.515625,
|
| 141 |
+
"rewards/chosen": -0.8455588221549988,
|
| 142 |
+
"rewards/margins": 0.02553354948759079,
|
| 143 |
+
"rewards/rejected": -0.8710923790931702,
|
| 144 |
+
"step": 9
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 0.13174145738987236,
|
| 148 |
+
"grad_norm": 1.1985653638839722,
|
| 149 |
+
"learning_rate": 9.97802991010949e-07,
|
| 150 |
+
"logits/chosen": 10.042179107666016,
|
| 151 |
+
"logits/rejected": 10.866905212402344,
|
| 152 |
+
"logps/chosen": -0.38143518567085266,
|
| 153 |
+
"logps/rejected": -0.383830189704895,
|
| 154 |
+
"loss": 1.3934,
|
| 155 |
+
"rewards/accuracies": 0.5625,
|
| 156 |
+
"rewards/chosen": -0.7628703713417053,
|
| 157 |
+
"rewards/margins": 0.004790017381310463,
|
| 158 |
+
"rewards/rejected": -0.76766037940979,
|
| 159 |
+
"step": 10
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.14491560312885962,
|
| 163 |
+
"grad_norm": 0.9829190969467163,
|
| 164 |
+
"learning_rate": 9.950612572673255e-07,
|
| 165 |
+
"logits/chosen": 9.96993637084961,
|
| 166 |
+
"logits/rejected": 11.156689643859863,
|
| 167 |
+
"logps/chosen": -0.4371436536312103,
|
| 168 |
+
"logps/rejected": -0.4104335606098175,
|
| 169 |
+
"loss": 1.4388,
|
| 170 |
+
"rewards/accuracies": 0.421875,
|
| 171 |
+
"rewards/chosen": -0.8742873072624207,
|
| 172 |
+
"rewards/margins": -0.05342020094394684,
|
| 173 |
+
"rewards/rejected": -0.820867121219635,
|
| 174 |
+
"step": 11
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.15808974886784685,
|
| 178 |
+
"grad_norm": 0.771833062171936,
|
| 179 |
+
"learning_rate": 9.912312714377879e-07,
|
| 180 |
+
"logits/chosen": 9.883522033691406,
|
| 181 |
+
"logits/rejected": 10.568523406982422,
|
| 182 |
+
"logps/chosen": -0.4180852770805359,
|
| 183 |
+
"logps/rejected": -0.44434836506843567,
|
| 184 |
+
"loss": 1.3634,
|
| 185 |
+
"rewards/accuracies": 0.578125,
|
| 186 |
+
"rewards/chosen": -0.8361705541610718,
|
| 187 |
+
"rewards/margins": 0.05252611264586449,
|
| 188 |
+
"rewards/rejected": -0.8886967301368713,
|
| 189 |
+
"step": 12
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.17126389460683408,
|
| 193 |
+
"grad_norm": 0.5779662728309631,
|
| 194 |
+
"learning_rate": 9.863214526624063e-07,
|
| 195 |
+
"logits/chosen": 9.908037185668945,
|
| 196 |
+
"logits/rejected": 10.980252265930176,
|
| 197 |
+
"logps/chosen": -0.4335843622684479,
|
| 198 |
+
"logps/rejected": -0.4193909764289856,
|
| 199 |
+
"loss": 1.4188,
|
| 200 |
+
"rewards/accuracies": 0.4609375,
|
| 201 |
+
"rewards/chosen": -0.8671687245368958,
|
| 202 |
+
"rewards/margins": -0.028386807069182396,
|
| 203 |
+
"rewards/rejected": -0.8387819528579712,
|
| 204 |
+
"step": 13
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"epoch": 0.1844380403458213,
|
| 208 |
+
"grad_norm": 0.755972146987915,
|
| 209 |
+
"learning_rate": 9.8034259378842e-07,
|
| 210 |
+
"logits/chosen": 10.47681999206543,
|
| 211 |
+
"logits/rejected": 11.599574089050293,
|
| 212 |
+
"logps/chosen": -0.40058645606040955,
|
| 213 |
+
"logps/rejected": -0.41547441482543945,
|
| 214 |
+
"loss": 1.3776,
|
| 215 |
+
"rewards/accuracies": 0.5078125,
|
| 216 |
+
"rewards/chosen": -0.8011729121208191,
|
| 217 |
+
"rewards/margins": 0.02977588400244713,
|
| 218 |
+
"rewards/rejected": -0.8309488296508789,
|
| 219 |
+
"step": 14
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.19761218608480857,
|
| 223 |
+
"grad_norm": 1.2080482244491577,
|
| 224 |
+
"learning_rate": 9.73307837645217e-07,
|
| 225 |
+
"logits/chosen": 9.785813331604004,
|
| 226 |
+
"logits/rejected": 10.71661376953125,
|
| 227 |
+
"logps/chosen": -0.4059077799320221,
|
| 228 |
+
"logps/rejected": -0.3964956998825073,
|
| 229 |
+
"loss": 1.4115,
|
| 230 |
+
"rewards/accuracies": 0.4453125,
|
| 231 |
+
"rewards/chosen": -0.8118155598640442,
|
| 232 |
+
"rewards/margins": -0.018824119120836258,
|
| 233 |
+
"rewards/rejected": -0.7929913997650146,
|
| 234 |
+
"step": 15
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.2107863318237958,
|
| 238 |
+
"grad_norm": 1.0530983209609985,
|
| 239 |
+
"learning_rate": 9.652326481535433e-07,
|
| 240 |
+
"logits/chosen": 10.606256484985352,
|
| 241 |
+
"logits/rejected": 11.221076965332031,
|
| 242 |
+
"logps/chosen": -0.43960413336753845,
|
| 243 |
+
"logps/rejected": -0.43556928634643555,
|
| 244 |
+
"loss": 1.4054,
|
| 245 |
+
"rewards/accuracies": 0.4453125,
|
| 246 |
+
"rewards/chosen": -0.8792082667350769,
|
| 247 |
+
"rewards/margins": -0.008069731295108795,
|
| 248 |
+
"rewards/rejected": -0.8711385726928711,
|
| 249 |
+
"step": 16
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.22396047756278303,
|
| 253 |
+
"grad_norm": 0.8931649327278137,
|
| 254 |
+
"learning_rate": 9.561347763324483e-07,
|
| 255 |
+
"logits/chosen": 10.093276977539062,
|
| 256 |
+
"logits/rejected": 10.721864700317383,
|
| 257 |
+
"logps/chosen": -0.46352270245552063,
|
| 258 |
+
"logps/rejected": -0.47664591670036316,
|
| 259 |
+
"loss": 1.398,
|
| 260 |
+
"rewards/accuracies": 0.578125,
|
| 261 |
+
"rewards/chosen": -0.9270454049110413,
|
| 262 |
+
"rewards/margins": 0.026246393099427223,
|
| 263 |
+
"rewards/rejected": -0.9532918334007263,
|
| 264 |
+
"step": 17
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"epoch": 0.23713462330177026,
|
| 268 |
+
"grad_norm": 0.5987163782119751,
|
| 269 |
+
"learning_rate": 9.460342212786932e-07,
|
| 270 |
+
"logits/chosen": 10.340713500976562,
|
| 271 |
+
"logits/rejected": 11.121424674987793,
|
| 272 |
+
"logps/chosen": -0.4333910644054413,
|
| 273 |
+
"logps/rejected": -0.4210299551486969,
|
| 274 |
+
"loss": 1.4189,
|
| 275 |
+
"rewards/accuracies": 0.5390625,
|
| 276 |
+
"rewards/chosen": -0.8667821288108826,
|
| 277 |
+
"rewards/margins": -0.024722211062908173,
|
| 278 |
+
"rewards/rejected": -0.8420599102973938,
|
| 279 |
+
"step": 18
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 0.2503087690407575,
|
| 283 |
+
"grad_norm": 0.7226627469062805,
|
| 284 |
+
"learning_rate": 9.349531862043951e-07,
|
| 285 |
+
"logits/chosen": 10.257181167602539,
|
| 286 |
+
"logits/rejected": 10.92556095123291,
|
| 287 |
+
"logps/chosen": -0.4293927550315857,
|
| 288 |
+
"logps/rejected": -0.4481368064880371,
|
| 289 |
+
"loss": 1.3801,
|
| 290 |
+
"rewards/accuracies": 0.5859375,
|
| 291 |
+
"rewards/chosen": -0.8587855100631714,
|
| 292 |
+
"rewards/margins": 0.03748808801174164,
|
| 293 |
+
"rewards/rejected": -0.8962736129760742,
|
| 294 |
+
"step": 19
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"epoch": 0.2634829147797447,
|
| 298 |
+
"grad_norm": 0.7743024826049805,
|
| 299 |
+
"learning_rate": 9.229160296295487e-07,
|
| 300 |
+
"logits/chosen": 10.641219139099121,
|
| 301 |
+
"logits/rejected": 11.451465606689453,
|
| 302 |
+
"logps/chosen": -0.40963226556777954,
|
| 303 |
+
"logps/rejected": -0.42823317646980286,
|
| 304 |
+
"loss": 1.3718,
|
| 305 |
+
"rewards/accuracies": 0.578125,
|
| 306 |
+
"rewards/chosen": -0.8192645311355591,
|
| 307 |
+
"rewards/margins": 0.03720181807875633,
|
| 308 |
+
"rewards/rejected": -0.8564663529396057,
|
| 309 |
+
"step": 20
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"epoch": 0.276657060518732,
|
| 313 |
+
"grad_norm": 1.043879747390747,
|
| 314 |
+
"learning_rate": 9.099492118367122e-07,
|
| 315 |
+
"logits/chosen": 9.668081283569336,
|
| 316 |
+
"logits/rejected": 10.759317398071289,
|
| 317 |
+
"logps/chosen": -0.41088593006134033,
|
| 318 |
+
"logps/rejected": -0.44134727120399475,
|
| 319 |
+
"loss": 1.3653,
|
| 320 |
+
"rewards/accuracies": 0.53125,
|
| 321 |
+
"rewards/chosen": -0.8217718601226807,
|
| 322 |
+
"rewards/margins": 0.06092273071408272,
|
| 323 |
+
"rewards/rejected": -0.8826945424079895,
|
| 324 |
+
"step": 21
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.28983120625771924,
|
| 328 |
+
"grad_norm": 1.8495320081710815,
|
| 329 |
+
"learning_rate": 8.960812367055646e-07,
|
| 330 |
+
"logits/chosen": 10.094249725341797,
|
| 331 |
+
"logits/rejected": 10.969901084899902,
|
| 332 |
+
"logps/chosen": -0.43626973032951355,
|
| 333 |
+
"logps/rejected": -0.44013574719429016,
|
| 334 |
+
"loss": 1.4045,
|
| 335 |
+
"rewards/accuracies": 0.4609375,
|
| 336 |
+
"rewards/chosen": -0.8725394606590271,
|
| 337 |
+
"rewards/margins": 0.00773210171610117,
|
| 338 |
+
"rewards/rejected": -0.8802714943885803,
|
| 339 |
+
"step": 22
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.3030053519967065,
|
| 343 |
+
"grad_norm": 0.4824877977371216,
|
| 344 |
+
"learning_rate": 8.813425890551909e-07,
|
| 345 |
+
"logits/chosen": 10.012961387634277,
|
| 346 |
+
"logits/rejected": 11.028541564941406,
|
| 347 |
+
"logps/chosen": -0.4449196755886078,
|
| 348 |
+
"logps/rejected": -0.43216580152511597,
|
| 349 |
+
"loss": 1.424,
|
| 350 |
+
"rewards/accuracies": 0.5,
|
| 351 |
+
"rewards/chosen": -0.8898393511772156,
|
| 352 |
+
"rewards/margins": -0.025507748126983643,
|
| 353 |
+
"rewards/rejected": -0.8643316030502319,
|
| 354 |
+
"step": 23
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.3161794977356937,
|
| 358 |
+
"grad_norm": 1.0434041023254395,
|
| 359 |
+
"learning_rate": 8.657656676318345e-07,
|
| 360 |
+
"logits/chosen": 10.089515686035156,
|
| 361 |
+
"logits/rejected": 10.921834945678711,
|
| 362 |
+
"logps/chosen": -0.4228805899620056,
|
| 363 |
+
"logps/rejected": -0.44924959540367126,
|
| 364 |
+
"loss": 1.3654,
|
| 365 |
+
"rewards/accuracies": 0.53125,
|
| 366 |
+
"rewards/chosen": -0.8457611799240112,
|
| 367 |
+
"rewards/margins": 0.05273808538913727,
|
| 368 |
+
"rewards/rejected": -0.8984991908073425,
|
| 369 |
+
"step": 24
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"epoch": 0.32935364347468093,
|
| 373 |
+
"grad_norm": 0.8496569991111755,
|
| 374 |
+
"learning_rate": 8.493847138894208e-07,
|
| 375 |
+
"logits/chosen": 10.220051765441895,
|
| 376 |
+
"logits/rejected": 10.924245834350586,
|
| 377 |
+
"logps/chosen": -0.4278189241886139,
|
| 378 |
+
"logps/rejected": -0.45087143778800964,
|
| 379 |
+
"loss": 1.3771,
|
| 380 |
+
"rewards/accuracies": 0.5234375,
|
| 381 |
+
"rewards/chosen": -0.8556378483772278,
|
| 382 |
+
"rewards/margins": 0.046104975044727325,
|
| 383 |
+
"rewards/rejected": -0.9017428755760193,
|
| 384 |
+
"step": 25
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"epoch": 0.34252778921366817,
|
| 388 |
+
"grad_norm": 1.1707934141159058,
|
| 389 |
+
"learning_rate": 8.322357367194108e-07,
|
| 390 |
+
"logits/chosen": 10.33618450164795,
|
| 391 |
+
"logits/rejected": 11.42149829864502,
|
| 392 |
+
"logps/chosen": -0.4403349757194519,
|
| 393 |
+
"logps/rejected": -0.4506159722805023,
|
| 394 |
+
"loss": 1.3831,
|
| 395 |
+
"rewards/accuracies": 0.515625,
|
| 396 |
+
"rewards/chosen": -0.8806699514389038,
|
| 397 |
+
"rewards/margins": 0.020561927929520607,
|
| 398 |
+
"rewards/rejected": -0.9012319445610046,
|
| 399 |
+
"step": 26
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"epoch": 0.3557019349526554,
|
| 403 |
+
"grad_norm": 0.9727609753608704,
|
| 404 |
+
"learning_rate": 8.143564332954425e-07,
|
| 405 |
+
"logits/chosen": 9.973875999450684,
|
| 406 |
+
"logits/rejected": 11.174227714538574,
|
| 407 |
+
"logps/chosen": -0.48110640048980713,
|
| 408 |
+
"logps/rejected": -0.46264228224754333,
|
| 409 |
+
"loss": 1.4375,
|
| 410 |
+
"rewards/accuracies": 0.4375,
|
| 411 |
+
"rewards/chosen": -0.9622128009796143,
|
| 412 |
+
"rewards/margins": -0.03692828118801117,
|
| 413 |
+
"rewards/rejected": -0.9252845644950867,
|
| 414 |
+
"step": 27
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"epoch": 0.3688760806916426,
|
| 418 |
+
"grad_norm": 0.4669955372810364,
|
| 419 |
+
"learning_rate": 7.957861062067612e-07,
|
| 420 |
+
"logits/chosen": 9.494720458984375,
|
| 421 |
+
"logits/rejected": 10.64975357055664,
|
| 422 |
+
"logps/chosen": -0.4049557149410248,
|
| 423 |
+
"logps/rejected": -0.41160064935684204,
|
| 424 |
+
"loss": 1.3949,
|
| 425 |
+
"rewards/accuracies": 0.53125,
|
| 426 |
+
"rewards/chosen": -0.8099114298820496,
|
| 427 |
+
"rewards/margins": 0.01328977383673191,
|
| 428 |
+
"rewards/rejected": -0.8232012987136841,
|
| 429 |
+
"step": 28
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.3820502264306299,
|
| 433 |
+
"grad_norm": 0.6599685549736023,
|
| 434 |
+
"learning_rate": 7.765655770625996e-07,
|
| 435 |
+
"logits/chosen": 9.987813949584961,
|
| 436 |
+
"logits/rejected": 11.066561698913574,
|
| 437 |
+
"logps/chosen": -0.4204758107662201,
|
| 438 |
+
"logps/rejected": -0.4215814769268036,
|
| 439 |
+
"loss": 1.4024,
|
| 440 |
+
"rewards/accuracies": 0.5546875,
|
| 441 |
+
"rewards/chosen": -0.8409516215324402,
|
| 442 |
+
"rewards/margins": 0.002211294136941433,
|
| 443 |
+
"rewards/rejected": -0.8431629538536072,
|
| 444 |
+
"step": 29
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.39522437216961714,
|
| 448 |
+
"grad_norm": 0.4469655156135559,
|
| 449 |
+
"learning_rate": 7.567370967574209e-07,
|
| 450 |
+
"logits/chosen": 10.159306526184082,
|
| 451 |
+
"logits/rejected": 11.529789924621582,
|
| 452 |
+
"logps/chosen": -0.44582635164260864,
|
| 453 |
+
"logps/rejected": -0.4426492154598236,
|
| 454 |
+
"loss": 1.4042,
|
| 455 |
+
"rewards/accuracies": 0.5078125,
|
| 456 |
+
"rewards/chosen": -0.8916527032852173,
|
| 457 |
+
"rewards/margins": -0.006354227662086487,
|
| 458 |
+
"rewards/rejected": -0.8852984309196472,
|
| 459 |
+
"step": 30
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"epoch": 0.4083985179086044,
|
| 463 |
+
"grad_norm": 0.46628981828689575,
|
| 464 |
+
"learning_rate": 7.363442525942826e-07,
|
| 465 |
+
"logits/chosen": 9.731393814086914,
|
| 466 |
+
"logits/rejected": 10.743117332458496,
|
| 467 |
+
"logps/chosen": -0.4495592713356018,
|
| 468 |
+
"logps/rejected": -0.41725438833236694,
|
| 469 |
+
"loss": 1.4528,
|
| 470 |
+
"rewards/accuracies": 0.453125,
|
| 471 |
+
"rewards/chosen": -0.8991185426712036,
|
| 472 |
+
"rewards/margins": -0.06460972875356674,
|
| 473 |
+
"rewards/rejected": -0.8345087766647339,
|
| 474 |
+
"step": 31
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"epoch": 0.4215726636475916,
|
| 478 |
+
"grad_norm": 0.6232314109802246,
|
| 479 |
+
"learning_rate": 7.154318724704851e-07,
|
| 480 |
+
"logits/chosen": 9.956490516662598,
|
| 481 |
+
"logits/rejected": 11.324994087219238,
|
| 482 |
+
"logps/chosen": -0.42140334844589233,
|
| 483 |
+
"logps/rejected": -0.3955790102481842,
|
| 484 |
+
"loss": 1.4406,
|
| 485 |
+
"rewards/accuracies": 0.515625,
|
| 486 |
+
"rewards/chosen": -0.8428066968917847,
|
| 487 |
+
"rewards/margins": -0.05164865404367447,
|
| 488 |
+
"rewards/rejected": -0.7911580204963684,
|
| 489 |
+
"step": 32
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"epoch": 0.43474680938657884,
|
| 493 |
+
"grad_norm": 1.1314888000488281,
|
| 494 |
+
"learning_rate": 6.940459263361248e-07,
|
| 495 |
+
"logits/chosen": 9.897272109985352,
|
| 496 |
+
"logits/rejected": 10.727909088134766,
|
| 497 |
+
"logps/chosen": -0.38281309604644775,
|
| 498 |
+
"logps/rejected": -0.4067748188972473,
|
| 499 |
+
"loss": 1.3728,
|
| 500 |
+
"rewards/accuracies": 0.5390625,
|
| 501 |
+
"rewards/chosen": -0.7656261920928955,
|
| 502 |
+
"rewards/margins": 0.04792340472340584,
|
| 503 |
+
"rewards/rejected": -0.8135496377944946,
|
| 504 |
+
"step": 33
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"epoch": 0.44792095512556607,
|
| 508 |
+
"grad_norm": 0.9336860179901123,
|
| 509 |
+
"learning_rate": 6.722334251421664e-07,
|
| 510 |
+
"logits/chosen": 10.045162200927734,
|
| 511 |
+
"logits/rejected": 10.88832950592041,
|
| 512 |
+
"logps/chosen": -0.424130380153656,
|
| 513 |
+
"logps/rejected": -0.44961968064308167,
|
| 514 |
+
"loss": 1.3642,
|
| 515 |
+
"rewards/accuracies": 0.5546875,
|
| 516 |
+
"rewards/chosen": -0.848260760307312,
|
| 517 |
+
"rewards/margins": 0.050978533923625946,
|
| 518 |
+
"rewards/rejected": -0.8992393612861633,
|
| 519 |
+
"step": 34
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"epoch": 0.4610951008645533,
|
| 523 |
+
"grad_norm": 0.6091923117637634,
|
| 524 |
+
"learning_rate": 6.500423175001703e-07,
|
| 525 |
+
"logits/chosen": 10.366498947143555,
|
| 526 |
+
"logits/rejected": 11.302865028381348,
|
| 527 |
+
"logps/chosen": -0.38435739278793335,
|
| 528 |
+
"logps/rejected": -0.40687644481658936,
|
| 529 |
+
"loss": 1.3686,
|
| 530 |
+
"rewards/accuracies": 0.546875,
|
| 531 |
+
"rewards/chosen": -0.7687147855758667,
|
| 532 |
+
"rewards/margins": 0.04503808170557022,
|
| 533 |
+
"rewards/rejected": -0.8137528896331787,
|
| 534 |
+
"step": 35
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.47426924660354053,
|
| 538 |
+
"grad_norm": 1.436123251914978,
|
| 539 |
+
"learning_rate": 6.275213842808382e-07,
|
| 540 |
+
"logits/chosen": 9.993330955505371,
|
| 541 |
+
"logits/rejected": 10.635811805725098,
|
| 542 |
+
"logps/chosen": -0.41794323921203613,
|
| 543 |
+
"logps/rejected": -0.416820764541626,
|
| 544 |
+
"loss": 1.4028,
|
| 545 |
+
"rewards/accuracies": 0.484375,
|
| 546 |
+
"rewards/chosen": -0.8358864784240723,
|
| 547 |
+
"rewards/margins": -0.0022448617964982986,
|
| 548 |
+
"rewards/rejected": -0.833641529083252,
|
| 549 |
+
"step": 36
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.4874433923425278,
|
| 553 |
+
"grad_norm": 0.4129350483417511,
|
| 554 |
+
"learning_rate": 6.047201313830723e-07,
|
| 555 |
+
"logits/chosen": 10.213558197021484,
|
| 556 |
+
"logits/rejected": 11.014687538146973,
|
| 557 |
+
"logps/chosen": -0.4101608991622925,
|
| 558 |
+
"logps/rejected": -0.40530481934547424,
|
| 559 |
+
"loss": 1.409,
|
| 560 |
+
"rewards/accuracies": 0.4609375,
|
| 561 |
+
"rewards/chosen": -0.820321798324585,
|
| 562 |
+
"rewards/margins": -0.00971211027354002,
|
| 563 |
+
"rewards/rejected": -0.8106096386909485,
|
| 564 |
+
"step": 37
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"epoch": 0.500617538081515,
|
| 568 |
+
"grad_norm": 1.0162944793701172,
|
| 569 |
+
"learning_rate": 5.816886809092651e-07,
|
| 570 |
+
"logits/chosen": 9.751138687133789,
|
| 571 |
+
"logits/rejected": 10.836737632751465,
|
| 572 |
+
"logps/chosen": -0.4359847605228424,
|
| 573 |
+
"logps/rejected": -0.42434683442115784,
|
| 574 |
+
"loss": 1.4272,
|
| 575 |
+
"rewards/accuracies": 0.4765625,
|
| 576 |
+
"rewards/chosen": -0.8719695210456848,
|
| 577 |
+
"rewards/margins": -0.02327585220336914,
|
| 578 |
+
"rewards/rejected": -0.8486936688423157,
|
| 579 |
+
"step": 38
|
| 580 |
+
},
|
| 581 |
+
{
|
| 582 |
+
"epoch": 0.5137916838205022,
|
| 583 |
+
"grad_norm": 1.3473665714263916,
|
| 584 |
+
"learning_rate": 5.584776609860413e-07,
|
| 585 |
+
"logits/chosen": 10.200762748718262,
|
| 586 |
+
"logits/rejected": 10.96191692352295,
|
| 587 |
+
"logps/chosen": -0.40851840376853943,
|
| 588 |
+
"logps/rejected": -0.38918375968933105,
|
| 589 |
+
"loss": 1.4273,
|
| 590 |
+
"rewards/accuracies": 0.4921875,
|
| 591 |
+
"rewards/chosen": -0.8170368075370789,
|
| 592 |
+
"rewards/margins": -0.03866923972964287,
|
| 593 |
+
"rewards/rejected": -0.7783675193786621,
|
| 594 |
+
"step": 39
|
| 595 |
+
},
|
| 596 |
+
{
|
| 597 |
+
"epoch": 0.5269658295594895,
|
| 598 |
+
"grad_norm": 3.9734771251678467,
|
| 599 |
+
"learning_rate": 5.351380944726465e-07,
|
| 600 |
+
"logits/chosen": 10.102203369140625,
|
| 601 |
+
"logits/rejected": 11.253116607666016,
|
| 602 |
+
"logps/chosen": -0.40019893646240234,
|
| 603 |
+
"logps/rejected": -0.40543556213378906,
|
| 604 |
+
"loss": 1.3934,
|
| 605 |
+
"rewards/accuracies": 0.5546875,
|
| 606 |
+
"rewards/chosen": -0.8003978729248047,
|
| 607 |
+
"rewards/margins": 0.010473249480128288,
|
| 608 |
+
"rewards/rejected": -0.8108711242675781,
|
| 609 |
+
"step": 40
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"epoch": 0.5401399752984768,
|
| 613 |
+
"grad_norm": 1.0061744451522827,
|
| 614 |
+
"learning_rate": 5.117212868016303e-07,
|
| 615 |
+
"logits/chosen": 10.42828369140625,
|
| 616 |
+
"logits/rejected": 11.038559913635254,
|
| 617 |
+
"logps/chosen": -0.39824292063713074,
|
| 618 |
+
"logps/rejected": -0.41535234451293945,
|
| 619 |
+
"loss": 1.3724,
|
| 620 |
+
"rewards/accuracies": 0.53125,
|
| 621 |
+
"rewards/chosen": -0.7964858412742615,
|
| 622 |
+
"rewards/margins": 0.03421883285045624,
|
| 623 |
+
"rewards/rejected": -0.8307046890258789,
|
| 624 |
+
"step": 41
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"epoch": 0.553314121037464,
|
| 628 |
+
"grad_norm": 1.7842886447906494,
|
| 629 |
+
"learning_rate": 4.882787131983697e-07,
|
| 630 |
+
"logits/chosen": 9.360157012939453,
|
| 631 |
+
"logits/rejected": 10.43077278137207,
|
| 632 |
+
"logps/chosen": -0.3668302893638611,
|
| 633 |
+
"logps/rejected": -0.3597845435142517,
|
| 634 |
+
"loss": 1.4068,
|
| 635 |
+
"rewards/accuracies": 0.4765625,
|
| 636 |
+
"rewards/chosen": -0.7336605787277222,
|
| 637 |
+
"rewards/margins": -0.014091495424509048,
|
| 638 |
+
"rewards/rejected": -0.7195690870285034,
|
| 639 |
+
"step": 42
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 0.5664882667764513,
|
| 643 |
+
"grad_norm": 0.7694165706634521,
|
| 644 |
+
"learning_rate": 4.648619055273537e-07,
|
| 645 |
+
"logits/chosen": 9.549002647399902,
|
| 646 |
+
"logits/rejected": 10.662269592285156,
|
| 647 |
+
"logps/chosen": -0.3708702325820923,
|
| 648 |
+
"logps/rejected": -0.3596724271774292,
|
| 649 |
+
"loss": 1.4136,
|
| 650 |
+
"rewards/accuracies": 0.484375,
|
| 651 |
+
"rewards/chosen": -0.7417404651641846,
|
| 652 |
+
"rewards/margins": -0.022395702078938484,
|
| 653 |
+
"rewards/rejected": -0.7193448543548584,
|
| 654 |
+
"step": 43
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.5796624125154385,
|
| 658 |
+
"grad_norm": 0.31465020775794983,
|
| 659 |
+
"learning_rate": 4.4152233901395875e-07,
|
| 660 |
+
"logits/chosen": 9.66249942779541,
|
| 661 |
+
"logits/rejected": 10.4733247756958,
|
| 662 |
+
"logps/chosen": -0.3584354817867279,
|
| 663 |
+
"logps/rejected": -0.3858814835548401,
|
| 664 |
+
"loss": 1.3559,
|
| 665 |
+
"rewards/accuracies": 0.625,
|
| 666 |
+
"rewards/chosen": -0.7168709635734558,
|
| 667 |
+
"rewards/margins": 0.05489201098680496,
|
| 668 |
+
"rewards/rejected": -0.7717629671096802,
|
| 669 |
+
"step": 44
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"epoch": 0.5928365582544257,
|
| 673 |
+
"grad_norm": 0.9510380029678345,
|
| 674 |
+
"learning_rate": 4.183113190907348e-07,
|
| 675 |
+
"logits/chosen": 9.850863456726074,
|
| 676 |
+
"logits/rejected": 10.66943359375,
|
| 677 |
+
"logps/chosen": -0.371550589799881,
|
| 678 |
+
"logps/rejected": -0.37234315276145935,
|
| 679 |
+
"loss": 1.3984,
|
| 680 |
+
"rewards/accuracies": 0.4921875,
|
| 681 |
+
"rewards/chosen": -0.743101179599762,
|
| 682 |
+
"rewards/margins": 0.0015851231291890144,
|
| 683 |
+
"rewards/rejected": -0.7446863055229187,
|
| 684 |
+
"step": 45
|
| 685 |
+
},
|
| 686 |
+
{
|
| 687 |
+
"epoch": 0.606010703993413,
|
| 688 |
+
"grad_norm": 0.7652634382247925,
|
| 689 |
+
"learning_rate": 3.9527986861692785e-07,
|
| 690 |
+
"logits/chosen": 9.94843864440918,
|
| 691 |
+
"logits/rejected": 10.614623069763184,
|
| 692 |
+
"logps/chosen": -0.3755650222301483,
|
| 693 |
+
"logps/rejected": -0.3979741632938385,
|
| 694 |
+
"loss": 1.3633,
|
| 695 |
+
"rewards/accuracies": 0.59375,
|
| 696 |
+
"rewards/chosen": -0.7511300444602966,
|
| 697 |
+
"rewards/margins": 0.044818248599767685,
|
| 698 |
+
"rewards/rejected": -0.795948326587677,
|
| 699 |
+
"step": 46
|
| 700 |
+
},
|
| 701 |
+
{
|
| 702 |
+
"epoch": 0.6191848497324002,
|
| 703 |
+
"grad_norm": 0.40572136640548706,
|
| 704 |
+
"learning_rate": 3.724786157191618e-07,
|
| 705 |
+
"logits/chosen": 9.853185653686523,
|
| 706 |
+
"logits/rejected": 11.088766098022461,
|
| 707 |
+
"logps/chosen": -0.3570285439491272,
|
| 708 |
+
"logps/rejected": -0.3574231266975403,
|
| 709 |
+
"loss": 1.3937,
|
| 710 |
+
"rewards/accuracies": 0.4609375,
|
| 711 |
+
"rewards/chosen": -0.7140570878982544,
|
| 712 |
+
"rewards/margins": 0.0007891724817454815,
|
| 713 |
+
"rewards/rejected": -0.7148462533950806,
|
| 714 |
+
"step": 47
|
| 715 |
+
},
|
| 716 |
+
{
|
| 717 |
+
"epoch": 0.6323589954713874,
|
| 718 |
+
"grad_norm": 0.8276376724243164,
|
| 719 |
+
"learning_rate": 3.499576824998297e-07,
|
| 720 |
+
"logits/chosen": 10.390812873840332,
|
| 721 |
+
"logits/rejected": 11.2942476272583,
|
| 722 |
+
"logps/chosen": -0.3813317120075226,
|
| 723 |
+
"logps/rejected": -0.40014880895614624,
|
| 724 |
+
"loss": 1.37,
|
| 725 |
+
"rewards/accuracies": 0.5859375,
|
| 726 |
+
"rewards/chosen": -0.7626634240150452,
|
| 727 |
+
"rewards/margins": 0.03763421252369881,
|
| 728 |
+
"rewards/rejected": -0.8002976179122925,
|
| 729 |
+
"step": 48
|
| 730 |
+
}
|
| 731 |
+
],
|
| 732 |
+
"logging_steps": 1,
|
| 733 |
+
"max_steps": 75,
|
| 734 |
+
"num_input_tokens_seen": 0,
|
| 735 |
+
"num_train_epochs": 1,
|
| 736 |
+
"save_steps": 12,
|
| 737 |
+
"stateful_callbacks": {
|
| 738 |
+
"TrainerControl": {
|
| 739 |
+
"args": {
|
| 740 |
+
"should_epoch_stop": false,
|
| 741 |
+
"should_evaluate": false,
|
| 742 |
+
"should_log": false,
|
| 743 |
+
"should_save": true,
|
| 744 |
+
"should_training_stop": false
|
| 745 |
+
},
|
| 746 |
+
"attributes": {}
|
| 747 |
+
}
|
| 748 |
+
},
|
| 749 |
+
"total_flos": 0.0,
|
| 750 |
+
"train_batch_size": 2,
|
| 751 |
+
"trial_name": null,
|
| 752 |
+
"trial_params": null
|
| 753 |
+
}
|
checkpoint-60/added_tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|assistant|>": 32001,
|
| 3 |
+
"<|endoftext|>": 32000,
|
| 4 |
+
"<|end|>": 32007,
|
| 5 |
+
"<|placeholder1|>": 32002,
|
| 6 |
+
"<|placeholder2|>": 32003,
|
| 7 |
+
"<|placeholder3|>": 32004,
|
| 8 |
+
"<|placeholder4|>": 32005,
|
| 9 |
+
"<|placeholder5|>": 32008,
|
| 10 |
+
"<|placeholder6|>": 32009,
|
| 11 |
+
"<|system|>": 32006,
|
| 12 |
+
"<|user|>": 32010
|
| 13 |
+
}
|
checkpoint-60/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/home/v-liuzichuan/huggingface/Phi-3-mini-4k-instruct",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Phi3ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"auto_map": {
|
| 9 |
+
"AutoConfig": "configuration_phi3.Phi3Config",
|
| 10 |
+
"AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
|
| 11 |
+
},
|
| 12 |
+
"bos_token_id": 1,
|
| 13 |
+
"embd_pdrop": 0.0,
|
| 14 |
+
"eos_token_id": 32000,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"hidden_size": 3072,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 8192,
|
| 19 |
+
"max_position_embeddings": 4096,
|
| 20 |
+
"model_type": "phi3",
|
| 21 |
+
"num_attention_heads": 32,
|
| 22 |
+
"num_hidden_layers": 32,
|
| 23 |
+
"num_key_value_heads": 32,
|
| 24 |
+
"original_max_position_embeddings": 4096,
|
| 25 |
+
"pad_token_id": 32000,
|
| 26 |
+
"resid_pdrop": 0.0,
|
| 27 |
+
"rms_norm_eps": 1e-05,
|
| 28 |
+
"rope_scaling": null,
|
| 29 |
+
"rope_theta": 10000.0,
|
| 30 |
+
"sliding_window": 2047,
|
| 31 |
+
"tie_word_embeddings": false,
|
| 32 |
+
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.45.2",
|
| 34 |
+
"use_cache": false,
|
| 35 |
+
"vocab_size": 32064
|
| 36 |
+
}
|
checkpoint-60/generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
32000,
|
| 6 |
+
32001,
|
| 7 |
+
32007
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 32000,
|
| 10 |
+
"transformers_version": "4.45.2"
|
| 11 |
+
}
|
checkpoint-60/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af8a018cbdbb3469fc14e93f7c3ff0b139336f521e029630a5ee06d63d8ad871
|
| 3 |
+
size 4972489328
|
checkpoint-60/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a15df8c21893b1eaef68d06d63af1c7fbd80c8825b4683d501ae1395ce93e7d2
|
| 3 |
+
size 2669692552
|
checkpoint-60/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 7642159104
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.1.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.10.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.10.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.11.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.11.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.12.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.12.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.13.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.13.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.14.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.14.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.15.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.15.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.16.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.16.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.17.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.17.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.18.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.18.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.19.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.19.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.2.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.2.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.20.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.20.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 93 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 94 |
+
"model.layers.21.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 95 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 96 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.21.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 98 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.22.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.22.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 106 |
+
"model.layers.23.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.23.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.24.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.24.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 117 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 118 |
+
"model.layers.25.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 119 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 120 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 121 |
+
"model.layers.25.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 122 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 123 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 124 |
+
"model.layers.26.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 125 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 126 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.26.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.27.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.27.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.28.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.28.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.29.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.29.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.3.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.3.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.30.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.30.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.31.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 163 |
+
"model.layers.31.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 164 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.4.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.4.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.5.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.5.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.6.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.6.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.7.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.7.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.8.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.8.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.9.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.9.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 201 |
+
}
|
| 202 |
+
}
|
checkpoint-60/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<unk>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
checkpoint-60/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|