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 +24 -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 +237 -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 +441 -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 +645 -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 +849 -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,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 0.9880609304240429,
|
| 3 |
+
"eval_logits/chosen": 9.252660751342773,
|
| 4 |
+
"eval_logits/rejected": 10.067312240600586,
|
| 5 |
+
"eval_logps/chosen": -109.64786529541016,
|
| 6 |
+
"eval_logps/ref_chosen": -106.16099548339844,
|
| 7 |
+
"eval_logps/ref_rejected": -119.78473663330078,
|
| 8 |
+
"eval_logps/rejected": -124.11076354980469,
|
| 9 |
+
"eval_loss": 0.6891200542449951,
|
| 10 |
+
"eval_rewards/accuracies": 0.604629635810852,
|
| 11 |
+
"eval_rewards/chosen": -0.034868817776441574,
|
| 12 |
+
"eval_rewards/margins": 0.008391385897994041,
|
| 13 |
+
"eval_rewards/rejected": -0.043260201811790466,
|
| 14 |
+
"eval_runtime": 161.4409,
|
| 15 |
+
"eval_samples": 1080,
|
| 16 |
+
"eval_samples_per_second": 6.69,
|
| 17 |
+
"eval_steps_per_second": 1.672,
|
| 18 |
+
"total_flos": 0.0,
|
| 19 |
+
"train_loss": 0.6916100986798605,
|
| 20 |
+
"train_runtime": 8570.6786,
|
| 21 |
+
"train_samples": 9715,
|
| 22 |
+
"train_samples_per_second": 1.134,
|
| 23 |
+
"train_steps_per_second": 0.009
|
| 24 |
+
}
|
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:0da4331c450828e3ade9ffce377bab29a84c7c38e9d6b233fda0b5dc96d56d84
|
| 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:21d7c3ae5a376db36d73eaaff94a9b9bb97a9ed5193c98d171ec7b3cbbf18616
|
| 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,237 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 0.5010076761245728,
|
| 14 |
+
"learning_rate": 6.25e-08,
|
| 15 |
+
"logits/chosen": 9.988622665405273,
|
| 16 |
+
"logits/rejected": 10.698101997375488,
|
| 17 |
+
"logps/chosen": -102.88545989990234,
|
| 18 |
+
"logps/ref_chosen": -102.88545989990234,
|
| 19 |
+
"logps/ref_rejected": -121.84871673583984,
|
| 20 |
+
"logps/rejected": -121.84871673583984,
|
| 21 |
+
"loss": 0.6931,
|
| 22 |
+
"rewards/accuracies": 0.0,
|
| 23 |
+
"rewards/chosen": 0.0,
|
| 24 |
+
"rewards/margins": 0.0,
|
| 25 |
+
"rewards/rejected": 0.0,
|
| 26 |
+
"step": 1
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"epoch": 0.026348291477974475,
|
| 30 |
+
"grad_norm": 0.7802621126174927,
|
| 31 |
+
"learning_rate": 1.25e-07,
|
| 32 |
+
"logits/chosen": 10.208279609680176,
|
| 33 |
+
"logits/rejected": 11.06594467163086,
|
| 34 |
+
"logps/chosen": -107.70349884033203,
|
| 35 |
+
"logps/ref_chosen": -107.70349884033203,
|
| 36 |
+
"logps/ref_rejected": -121.89966583251953,
|
| 37 |
+
"logps/rejected": -121.89966583251953,
|
| 38 |
+
"loss": 0.6931,
|
| 39 |
+
"rewards/accuracies": 0.0,
|
| 40 |
+
"rewards/chosen": 0.0,
|
| 41 |
+
"rewards/margins": 0.0,
|
| 42 |
+
"rewards/rejected": 0.0,
|
| 43 |
+
"step": 2
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"epoch": 0.03952243721696171,
|
| 47 |
+
"grad_norm": 0.5995805859565735,
|
| 48 |
+
"learning_rate": 1.875e-07,
|
| 49 |
+
"logits/chosen": 10.029329299926758,
|
| 50 |
+
"logits/rejected": 11.023927688598633,
|
| 51 |
+
"logps/chosen": -107.6470947265625,
|
| 52 |
+
"logps/ref_chosen": -107.98188781738281,
|
| 53 |
+
"logps/ref_rejected": -124.51527404785156,
|
| 54 |
+
"logps/rejected": -124.29098510742188,
|
| 55 |
+
"loss": 0.6926,
|
| 56 |
+
"rewards/accuracies": 0.5,
|
| 57 |
+
"rewards/chosen": 0.0033478327095508575,
|
| 58 |
+
"rewards/margins": 0.001104944385588169,
|
| 59 |
+
"rewards/rejected": 0.0022428883239626884,
|
| 60 |
+
"step": 3
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 0.05269658295594895,
|
| 64 |
+
"grad_norm": 0.5383147597312927,
|
| 65 |
+
"learning_rate": 2.5e-07,
|
| 66 |
+
"logits/chosen": 9.823471069335938,
|
| 67 |
+
"logits/rejected": 10.842323303222656,
|
| 68 |
+
"logps/chosen": -109.73627471923828,
|
| 69 |
+
"logps/ref_chosen": -109.20836639404297,
|
| 70 |
+
"logps/ref_rejected": -119.23908996582031,
|
| 71 |
+
"logps/rejected": -119.65444946289062,
|
| 72 |
+
"loss": 0.6937,
|
| 73 |
+
"rewards/accuracies": 0.5078125,
|
| 74 |
+
"rewards/chosen": -0.005279023200273514,
|
| 75 |
+
"rewards/margins": -0.001125341048464179,
|
| 76 |
+
"rewards/rejected": -0.004153682850301266,
|
| 77 |
+
"step": 4
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"epoch": 0.06587072869493618,
|
| 81 |
+
"grad_norm": 0.5302512645721436,
|
| 82 |
+
"learning_rate": 3.1249999999999997e-07,
|
| 83 |
+
"logits/chosen": 10.209351539611816,
|
| 84 |
+
"logits/rejected": 10.967523574829102,
|
| 85 |
+
"logps/chosen": -103.73981475830078,
|
| 86 |
+
"logps/ref_chosen": -103.87680053710938,
|
| 87 |
+
"logps/ref_rejected": -118.41618347167969,
|
| 88 |
+
"logps/rejected": -118.11978149414062,
|
| 89 |
+
"loss": 0.694,
|
| 90 |
+
"rewards/accuracies": 0.4453125,
|
| 91 |
+
"rewards/chosen": 0.0013697518734261394,
|
| 92 |
+
"rewards/margins": -0.001594369299709797,
|
| 93 |
+
"rewards/rejected": 0.002964121289551258,
|
| 94 |
+
"step": 5
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.07904487443392343,
|
| 98 |
+
"grad_norm": 0.6919645667076111,
|
| 99 |
+
"learning_rate": 3.75e-07,
|
| 100 |
+
"logits/chosen": 10.676691055297852,
|
| 101 |
+
"logits/rejected": 11.460196495056152,
|
| 102 |
+
"logps/chosen": -108.08129119873047,
|
| 103 |
+
"logps/ref_chosen": -107.58968353271484,
|
| 104 |
+
"logps/ref_rejected": -122.07303619384766,
|
| 105 |
+
"logps/rejected": -122.37925720214844,
|
| 106 |
+
"loss": 0.6941,
|
| 107 |
+
"rewards/accuracies": 0.421875,
|
| 108 |
+
"rewards/chosen": -0.004916056990623474,
|
| 109 |
+
"rewards/margins": -0.0018538986332714558,
|
| 110 |
+
"rewards/rejected": -0.0030621583573520184,
|
| 111 |
+
"step": 6
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 0.09221902017291066,
|
| 115 |
+
"grad_norm": 0.40329915285110474,
|
| 116 |
+
"learning_rate": 4.375e-07,
|
| 117 |
+
"logits/chosen": 10.017489433288574,
|
| 118 |
+
"logits/rejected": 10.722752571105957,
|
| 119 |
+
"logps/chosen": -107.77075958251953,
|
| 120 |
+
"logps/ref_chosen": -107.42727661132812,
|
| 121 |
+
"logps/ref_rejected": -116.87063598632812,
|
| 122 |
+
"logps/rejected": -116.98759460449219,
|
| 123 |
+
"loss": 0.6943,
|
| 124 |
+
"rewards/accuracies": 0.4140625,
|
| 125 |
+
"rewards/chosen": -0.0034348624758422375,
|
| 126 |
+
"rewards/margins": -0.0022651171311736107,
|
| 127 |
+
"rewards/rejected": -0.0011697453446686268,
|
| 128 |
+
"step": 7
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.1053931659118979,
|
| 132 |
+
"grad_norm": 0.4481956362724304,
|
| 133 |
+
"learning_rate": 5e-07,
|
| 134 |
+
"logits/chosen": 10.191514015197754,
|
| 135 |
+
"logits/rejected": 11.094213485717773,
|
| 136 |
+
"logps/chosen": -106.06684112548828,
|
| 137 |
+
"logps/ref_chosen": -105.60282135009766,
|
| 138 |
+
"logps/ref_rejected": -119.53916931152344,
|
| 139 |
+
"logps/rejected": -119.9333267211914,
|
| 140 |
+
"loss": 0.6935,
|
| 141 |
+
"rewards/accuracies": 0.4765625,
|
| 142 |
+
"rewards/chosen": -0.004640196915715933,
|
| 143 |
+
"rewards/margins": -0.0006986188236624002,
|
| 144 |
+
"rewards/rejected": -0.003941578324884176,
|
| 145 |
+
"step": 8
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.11856731165088513,
|
| 149 |
+
"grad_norm": 0.5002302527427673,
|
| 150 |
+
"learning_rate": 4.997252228714278e-07,
|
| 151 |
+
"logits/chosen": 10.164933204650879,
|
| 152 |
+
"logits/rejected": 11.139327049255371,
|
| 153 |
+
"logps/chosen": -106.06144714355469,
|
| 154 |
+
"logps/ref_chosen": -105.46086120605469,
|
| 155 |
+
"logps/ref_rejected": -119.00373840332031,
|
| 156 |
+
"logps/rejected": -119.59027862548828,
|
| 157 |
+
"loss": 0.6932,
|
| 158 |
+
"rewards/accuracies": 0.4921875,
|
| 159 |
+
"rewards/chosen": -0.006005657836794853,
|
| 160 |
+
"rewards/margins": -0.00014029807061888278,
|
| 161 |
+
"rewards/rejected": -0.005865359678864479,
|
| 162 |
+
"step": 9
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"epoch": 0.13174145738987236,
|
| 166 |
+
"grad_norm": 0.6467388868331909,
|
| 167 |
+
"learning_rate": 4.989014955054745e-07,
|
| 168 |
+
"logits/chosen": 9.98875904083252,
|
| 169 |
+
"logits/rejected": 10.815544128417969,
|
| 170 |
+
"logps/chosen": -105.14952850341797,
|
| 171 |
+
"logps/ref_chosen": -104.21009826660156,
|
| 172 |
+
"logps/ref_rejected": -118.9209213256836,
|
| 173 |
+
"logps/rejected": -119.72019958496094,
|
| 174 |
+
"loss": 0.6939,
|
| 175 |
+
"rewards/accuracies": 0.515625,
|
| 176 |
+
"rewards/chosen": -0.00939436536282301,
|
| 177 |
+
"rewards/margins": -0.0014015533961355686,
|
| 178 |
+
"rewards/rejected": -0.007992811501026154,
|
| 179 |
+
"step": 10
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"epoch": 0.14491560312885962,
|
| 183 |
+
"grad_norm": 0.8090001344680786,
|
| 184 |
+
"learning_rate": 4.975306286336627e-07,
|
| 185 |
+
"logits/chosen": 9.946345329284668,
|
| 186 |
+
"logits/rejected": 11.13135814666748,
|
| 187 |
+
"logps/chosen": -107.09854125976562,
|
| 188 |
+
"logps/ref_chosen": -105.94319152832031,
|
| 189 |
+
"logps/ref_rejected": -122.76007843017578,
|
| 190 |
+
"logps/rejected": -123.9129409790039,
|
| 191 |
+
"loss": 0.6932,
|
| 192 |
+
"rewards/accuracies": 0.46875,
|
| 193 |
+
"rewards/chosen": -0.01155336108058691,
|
| 194 |
+
"rewards/margins": -2.4825334548950195e-05,
|
| 195 |
+
"rewards/rejected": -0.011528536677360535,
|
| 196 |
+
"step": 11
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"epoch": 0.15808974886784685,
|
| 200 |
+
"grad_norm": 0.49643445014953613,
|
| 201 |
+
"learning_rate": 4.956156357188939e-07,
|
| 202 |
+
"logits/chosen": 9.876545906066895,
|
| 203 |
+
"logits/rejected": 10.567835807800293,
|
| 204 |
+
"logps/chosen": -109.7830810546875,
|
| 205 |
+
"logps/ref_chosen": -109.08442687988281,
|
| 206 |
+
"logps/ref_rejected": -121.41947174072266,
|
| 207 |
+
"logps/rejected": -122.12468719482422,
|
| 208 |
+
"loss": 0.6931,
|
| 209 |
+
"rewards/accuracies": 0.46875,
|
| 210 |
+
"rewards/chosen": -0.006986413151025772,
|
| 211 |
+
"rewards/margins": 6.572058191522956e-05,
|
| 212 |
+
"rewards/rejected": -0.00705213425680995,
|
| 213 |
+
"step": 12
|
| 214 |
+
}
|
| 215 |
+
],
|
| 216 |
+
"logging_steps": 1,
|
| 217 |
+
"max_steps": 75,
|
| 218 |
+
"num_input_tokens_seen": 0,
|
| 219 |
+
"num_train_epochs": 1,
|
| 220 |
+
"save_steps": 12,
|
| 221 |
+
"stateful_callbacks": {
|
| 222 |
+
"TrainerControl": {
|
| 223 |
+
"args": {
|
| 224 |
+
"should_epoch_stop": false,
|
| 225 |
+
"should_evaluate": false,
|
| 226 |
+
"should_log": false,
|
| 227 |
+
"should_save": true,
|
| 228 |
+
"should_training_stop": false
|
| 229 |
+
},
|
| 230 |
+
"attributes": {}
|
| 231 |
+
}
|
| 232 |
+
},
|
| 233 |
+
"total_flos": 0.0,
|
| 234 |
+
"train_batch_size": 2,
|
| 235 |
+
"trial_name": null,
|
| 236 |
+
"trial_params": null
|
| 237 |
+
}
|
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:3689fa5995edb3614444b13d093593e45588df7fbf40ec3c30cc0c564b96f72b
|
| 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:811b5ab3c8a8f4286f660428d7cfb8fde5c7d2e7e729f4352b94ece36fb6ac94
|
| 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,441 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 0.5010076761245728,
|
| 14 |
+
"learning_rate": 6.25e-08,
|
| 15 |
+
"logits/chosen": 9.988622665405273,
|
| 16 |
+
"logits/rejected": 10.698101997375488,
|
| 17 |
+
"logps/chosen": -102.88545989990234,
|
| 18 |
+
"logps/ref_chosen": -102.88545989990234,
|
| 19 |
+
"logps/ref_rejected": -121.84871673583984,
|
| 20 |
+
"logps/rejected": -121.84871673583984,
|
| 21 |
+
"loss": 0.6931,
|
| 22 |
+
"rewards/accuracies": 0.0,
|
| 23 |
+
"rewards/chosen": 0.0,
|
| 24 |
+
"rewards/margins": 0.0,
|
| 25 |
+
"rewards/rejected": 0.0,
|
| 26 |
+
"step": 1
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"epoch": 0.026348291477974475,
|
| 30 |
+
"grad_norm": 0.7802621126174927,
|
| 31 |
+
"learning_rate": 1.25e-07,
|
| 32 |
+
"logits/chosen": 10.208279609680176,
|
| 33 |
+
"logits/rejected": 11.06594467163086,
|
| 34 |
+
"logps/chosen": -107.70349884033203,
|
| 35 |
+
"logps/ref_chosen": -107.70349884033203,
|
| 36 |
+
"logps/ref_rejected": -121.89966583251953,
|
| 37 |
+
"logps/rejected": -121.89966583251953,
|
| 38 |
+
"loss": 0.6931,
|
| 39 |
+
"rewards/accuracies": 0.0,
|
| 40 |
+
"rewards/chosen": 0.0,
|
| 41 |
+
"rewards/margins": 0.0,
|
| 42 |
+
"rewards/rejected": 0.0,
|
| 43 |
+
"step": 2
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"epoch": 0.03952243721696171,
|
| 47 |
+
"grad_norm": 0.5995805859565735,
|
| 48 |
+
"learning_rate": 1.875e-07,
|
| 49 |
+
"logits/chosen": 10.029329299926758,
|
| 50 |
+
"logits/rejected": 11.023927688598633,
|
| 51 |
+
"logps/chosen": -107.6470947265625,
|
| 52 |
+
"logps/ref_chosen": -107.98188781738281,
|
| 53 |
+
"logps/ref_rejected": -124.51527404785156,
|
| 54 |
+
"logps/rejected": -124.29098510742188,
|
| 55 |
+
"loss": 0.6926,
|
| 56 |
+
"rewards/accuracies": 0.5,
|
| 57 |
+
"rewards/chosen": 0.0033478327095508575,
|
| 58 |
+
"rewards/margins": 0.001104944385588169,
|
| 59 |
+
"rewards/rejected": 0.0022428883239626884,
|
| 60 |
+
"step": 3
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 0.05269658295594895,
|
| 64 |
+
"grad_norm": 0.5383147597312927,
|
| 65 |
+
"learning_rate": 2.5e-07,
|
| 66 |
+
"logits/chosen": 9.823471069335938,
|
| 67 |
+
"logits/rejected": 10.842323303222656,
|
| 68 |
+
"logps/chosen": -109.73627471923828,
|
| 69 |
+
"logps/ref_chosen": -109.20836639404297,
|
| 70 |
+
"logps/ref_rejected": -119.23908996582031,
|
| 71 |
+
"logps/rejected": -119.65444946289062,
|
| 72 |
+
"loss": 0.6937,
|
| 73 |
+
"rewards/accuracies": 0.5078125,
|
| 74 |
+
"rewards/chosen": -0.005279023200273514,
|
| 75 |
+
"rewards/margins": -0.001125341048464179,
|
| 76 |
+
"rewards/rejected": -0.004153682850301266,
|
| 77 |
+
"step": 4
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"epoch": 0.06587072869493618,
|
| 81 |
+
"grad_norm": 0.5302512645721436,
|
| 82 |
+
"learning_rate": 3.1249999999999997e-07,
|
| 83 |
+
"logits/chosen": 10.209351539611816,
|
| 84 |
+
"logits/rejected": 10.967523574829102,
|
| 85 |
+
"logps/chosen": -103.73981475830078,
|
| 86 |
+
"logps/ref_chosen": -103.87680053710938,
|
| 87 |
+
"logps/ref_rejected": -118.41618347167969,
|
| 88 |
+
"logps/rejected": -118.11978149414062,
|
| 89 |
+
"loss": 0.694,
|
| 90 |
+
"rewards/accuracies": 0.4453125,
|
| 91 |
+
"rewards/chosen": 0.0013697518734261394,
|
| 92 |
+
"rewards/margins": -0.001594369299709797,
|
| 93 |
+
"rewards/rejected": 0.002964121289551258,
|
| 94 |
+
"step": 5
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.07904487443392343,
|
| 98 |
+
"grad_norm": 0.6919645667076111,
|
| 99 |
+
"learning_rate": 3.75e-07,
|
| 100 |
+
"logits/chosen": 10.676691055297852,
|
| 101 |
+
"logits/rejected": 11.460196495056152,
|
| 102 |
+
"logps/chosen": -108.08129119873047,
|
| 103 |
+
"logps/ref_chosen": -107.58968353271484,
|
| 104 |
+
"logps/ref_rejected": -122.07303619384766,
|
| 105 |
+
"logps/rejected": -122.37925720214844,
|
| 106 |
+
"loss": 0.6941,
|
| 107 |
+
"rewards/accuracies": 0.421875,
|
| 108 |
+
"rewards/chosen": -0.004916056990623474,
|
| 109 |
+
"rewards/margins": -0.0018538986332714558,
|
| 110 |
+
"rewards/rejected": -0.0030621583573520184,
|
| 111 |
+
"step": 6
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 0.09221902017291066,
|
| 115 |
+
"grad_norm": 0.40329915285110474,
|
| 116 |
+
"learning_rate": 4.375e-07,
|
| 117 |
+
"logits/chosen": 10.017489433288574,
|
| 118 |
+
"logits/rejected": 10.722752571105957,
|
| 119 |
+
"logps/chosen": -107.77075958251953,
|
| 120 |
+
"logps/ref_chosen": -107.42727661132812,
|
| 121 |
+
"logps/ref_rejected": -116.87063598632812,
|
| 122 |
+
"logps/rejected": -116.98759460449219,
|
| 123 |
+
"loss": 0.6943,
|
| 124 |
+
"rewards/accuracies": 0.4140625,
|
| 125 |
+
"rewards/chosen": -0.0034348624758422375,
|
| 126 |
+
"rewards/margins": -0.0022651171311736107,
|
| 127 |
+
"rewards/rejected": -0.0011697453446686268,
|
| 128 |
+
"step": 7
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.1053931659118979,
|
| 132 |
+
"grad_norm": 0.4481956362724304,
|
| 133 |
+
"learning_rate": 5e-07,
|
| 134 |
+
"logits/chosen": 10.191514015197754,
|
| 135 |
+
"logits/rejected": 11.094213485717773,
|
| 136 |
+
"logps/chosen": -106.06684112548828,
|
| 137 |
+
"logps/ref_chosen": -105.60282135009766,
|
| 138 |
+
"logps/ref_rejected": -119.53916931152344,
|
| 139 |
+
"logps/rejected": -119.9333267211914,
|
| 140 |
+
"loss": 0.6935,
|
| 141 |
+
"rewards/accuracies": 0.4765625,
|
| 142 |
+
"rewards/chosen": -0.004640196915715933,
|
| 143 |
+
"rewards/margins": -0.0006986188236624002,
|
| 144 |
+
"rewards/rejected": -0.003941578324884176,
|
| 145 |
+
"step": 8
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.11856731165088513,
|
| 149 |
+
"grad_norm": 0.5002302527427673,
|
| 150 |
+
"learning_rate": 4.997252228714278e-07,
|
| 151 |
+
"logits/chosen": 10.164933204650879,
|
| 152 |
+
"logits/rejected": 11.139327049255371,
|
| 153 |
+
"logps/chosen": -106.06144714355469,
|
| 154 |
+
"logps/ref_chosen": -105.46086120605469,
|
| 155 |
+
"logps/ref_rejected": -119.00373840332031,
|
| 156 |
+
"logps/rejected": -119.59027862548828,
|
| 157 |
+
"loss": 0.6932,
|
| 158 |
+
"rewards/accuracies": 0.4921875,
|
| 159 |
+
"rewards/chosen": -0.006005657836794853,
|
| 160 |
+
"rewards/margins": -0.00014029807061888278,
|
| 161 |
+
"rewards/rejected": -0.005865359678864479,
|
| 162 |
+
"step": 9
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"epoch": 0.13174145738987236,
|
| 166 |
+
"grad_norm": 0.6467388868331909,
|
| 167 |
+
"learning_rate": 4.989014955054745e-07,
|
| 168 |
+
"logits/chosen": 9.98875904083252,
|
| 169 |
+
"logits/rejected": 10.815544128417969,
|
| 170 |
+
"logps/chosen": -105.14952850341797,
|
| 171 |
+
"logps/ref_chosen": -104.21009826660156,
|
| 172 |
+
"logps/ref_rejected": -118.9209213256836,
|
| 173 |
+
"logps/rejected": -119.72019958496094,
|
| 174 |
+
"loss": 0.6939,
|
| 175 |
+
"rewards/accuracies": 0.515625,
|
| 176 |
+
"rewards/chosen": -0.00939436536282301,
|
| 177 |
+
"rewards/margins": -0.0014015533961355686,
|
| 178 |
+
"rewards/rejected": -0.007992811501026154,
|
| 179 |
+
"step": 10
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"epoch": 0.14491560312885962,
|
| 183 |
+
"grad_norm": 0.8090001344680786,
|
| 184 |
+
"learning_rate": 4.975306286336627e-07,
|
| 185 |
+
"logits/chosen": 9.946345329284668,
|
| 186 |
+
"logits/rejected": 11.13135814666748,
|
| 187 |
+
"logps/chosen": -107.09854125976562,
|
| 188 |
+
"logps/ref_chosen": -105.94319152832031,
|
| 189 |
+
"logps/ref_rejected": -122.76007843017578,
|
| 190 |
+
"logps/rejected": -123.9129409790039,
|
| 191 |
+
"loss": 0.6932,
|
| 192 |
+
"rewards/accuracies": 0.46875,
|
| 193 |
+
"rewards/chosen": -0.01155336108058691,
|
| 194 |
+
"rewards/margins": -2.4825334548950195e-05,
|
| 195 |
+
"rewards/rejected": -0.011528536677360535,
|
| 196 |
+
"step": 11
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"epoch": 0.15808974886784685,
|
| 200 |
+
"grad_norm": 0.49643445014953613,
|
| 201 |
+
"learning_rate": 4.956156357188939e-07,
|
| 202 |
+
"logits/chosen": 9.876545906066895,
|
| 203 |
+
"logits/rejected": 10.567835807800293,
|
| 204 |
+
"logps/chosen": -109.7830810546875,
|
| 205 |
+
"logps/ref_chosen": -109.08442687988281,
|
| 206 |
+
"logps/ref_rejected": -121.41947174072266,
|
| 207 |
+
"logps/rejected": -122.12468719482422,
|
| 208 |
+
"loss": 0.6931,
|
| 209 |
+
"rewards/accuracies": 0.46875,
|
| 210 |
+
"rewards/chosen": -0.006986413151025772,
|
| 211 |
+
"rewards/margins": 6.572058191522956e-05,
|
| 212 |
+
"rewards/rejected": -0.00705213425680995,
|
| 213 |
+
"step": 12
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.17126389460683408,
|
| 217 |
+
"grad_norm": 0.5409023761749268,
|
| 218 |
+
"learning_rate": 4.931607263312032e-07,
|
| 219 |
+
"logits/chosen": 9.916489601135254,
|
| 220 |
+
"logits/rejected": 10.99366283416748,
|
| 221 |
+
"logps/chosen": -105.78418731689453,
|
| 222 |
+
"logps/ref_chosen": -104.62150573730469,
|
| 223 |
+
"logps/ref_rejected": -119.55384063720703,
|
| 224 |
+
"logps/rejected": -120.60539245605469,
|
| 225 |
+
"loss": 0.6937,
|
| 226 |
+
"rewards/accuracies": 0.46875,
|
| 227 |
+
"rewards/chosen": -0.011626748368144035,
|
| 228 |
+
"rewards/margins": -0.0011113437358289957,
|
| 229 |
+
"rewards/rejected": -0.010515404865145683,
|
| 230 |
+
"step": 13
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"epoch": 0.1844380403458213,
|
| 234 |
+
"grad_norm": 0.9010350108146667,
|
| 235 |
+
"learning_rate": 4.9017129689421e-07,
|
| 236 |
+
"logits/chosen": 10.480968475341797,
|
| 237 |
+
"logits/rejected": 11.599580764770508,
|
| 238 |
+
"logps/chosen": -107.57891845703125,
|
| 239 |
+
"logps/ref_chosen": -106.179443359375,
|
| 240 |
+
"logps/ref_rejected": -120.73036193847656,
|
| 241 |
+
"logps/rejected": -122.02151489257812,
|
| 242 |
+
"loss": 0.6937,
|
| 243 |
+
"rewards/accuracies": 0.46875,
|
| 244 |
+
"rewards/chosen": -0.013994838111102581,
|
| 245 |
+
"rewards/margins": -0.0010832665720954537,
|
| 246 |
+
"rewards/rejected": -0.012911571189761162,
|
| 247 |
+
"step": 14
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.19761218608480857,
|
| 251 |
+
"grad_norm": 0.8957933187484741,
|
| 252 |
+
"learning_rate": 4.866539188226085e-07,
|
| 253 |
+
"logits/chosen": 9.80737018585205,
|
| 254 |
+
"logits/rejected": 10.738137245178223,
|
| 255 |
+
"logps/chosen": -107.41307067871094,
|
| 256 |
+
"logps/ref_chosen": -105.70547485351562,
|
| 257 |
+
"logps/ref_rejected": -118.89997863769531,
|
| 258 |
+
"logps/rejected": -120.64563751220703,
|
| 259 |
+
"loss": 0.693,
|
| 260 |
+
"rewards/accuracies": 0.5390625,
|
| 261 |
+
"rewards/chosen": -0.01707591488957405,
|
| 262 |
+
"rewards/margins": 0.00038063188549131155,
|
| 263 |
+
"rewards/rejected": -0.017456548288464546,
|
| 264 |
+
"step": 15
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"epoch": 0.2107863318237958,
|
| 268 |
+
"grad_norm": 0.7111092805862427,
|
| 269 |
+
"learning_rate": 4.826163240767716e-07,
|
| 270 |
+
"logits/chosen": 10.634671211242676,
|
| 271 |
+
"logits/rejected": 11.238730430603027,
|
| 272 |
+
"logps/chosen": -110.74053955078125,
|
| 273 |
+
"logps/ref_chosen": -108.86376953125,
|
| 274 |
+
"logps/ref_rejected": -122.1635513305664,
|
| 275 |
+
"logps/rejected": -124.17098999023438,
|
| 276 |
+
"loss": 0.6925,
|
| 277 |
+
"rewards/accuracies": 0.53125,
|
| 278 |
+
"rewards/chosen": -0.018767736852169037,
|
| 279 |
+
"rewards/margins": 0.0013066575629636645,
|
| 280 |
+
"rewards/rejected": -0.02007439360022545,
|
| 281 |
+
"step": 16
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"epoch": 0.22396047756278303,
|
| 285 |
+
"grad_norm": 0.5599011778831482,
|
| 286 |
+
"learning_rate": 4.780673881662242e-07,
|
| 287 |
+
"logits/chosen": 10.138323783874512,
|
| 288 |
+
"logits/rejected": 10.76909065246582,
|
| 289 |
+
"logps/chosen": -104.49694061279297,
|
| 290 |
+
"logps/ref_chosen": -102.93986511230469,
|
| 291 |
+
"logps/ref_rejected": -119.43718719482422,
|
| 292 |
+
"logps/rejected": -121.1658935546875,
|
| 293 |
+
"loss": 0.6923,
|
| 294 |
+
"rewards/accuracies": 0.5859375,
|
| 295 |
+
"rewards/chosen": -0.015570812858641148,
|
| 296 |
+
"rewards/margins": 0.0017161847790703177,
|
| 297 |
+
"rewards/rejected": -0.0172869972884655,
|
| 298 |
+
"step": 17
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 0.23713462330177026,
|
| 302 |
+
"grad_norm": 0.7006244659423828,
|
| 303 |
+
"learning_rate": 4.730171106393466e-07,
|
| 304 |
+
"logits/chosen": 10.374225616455078,
|
| 305 |
+
"logits/rejected": 11.157809257507324,
|
| 306 |
+
"logps/chosen": -105.8244400024414,
|
| 307 |
+
"logps/ref_chosen": -103.81341552734375,
|
| 308 |
+
"logps/ref_rejected": -117.45123291015625,
|
| 309 |
+
"logps/rejected": -119.37814331054688,
|
| 310 |
+
"loss": 0.6936,
|
| 311 |
+
"rewards/accuracies": 0.4453125,
|
| 312 |
+
"rewards/chosen": -0.020110249519348145,
|
| 313 |
+
"rewards/margins": -0.0008410783484578133,
|
| 314 |
+
"rewards/rejected": -0.019269172102212906,
|
| 315 |
+
"step": 18
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"epoch": 0.2503087690407575,
|
| 319 |
+
"grad_norm": 0.49562451243400574,
|
| 320 |
+
"learning_rate": 4.6747659310219757e-07,
|
| 321 |
+
"logits/chosen": 10.303974151611328,
|
| 322 |
+
"logits/rejected": 10.965604782104492,
|
| 323 |
+
"logps/chosen": -109.81462860107422,
|
| 324 |
+
"logps/ref_chosen": -107.85797119140625,
|
| 325 |
+
"logps/ref_rejected": -121.88042449951172,
|
| 326 |
+
"logps/rejected": -124.41007232666016,
|
| 327 |
+
"loss": 0.6903,
|
| 328 |
+
"rewards/accuracies": 0.625,
|
| 329 |
+
"rewards/chosen": -0.019566601142287254,
|
| 330 |
+
"rewards/margins": 0.005729879252612591,
|
| 331 |
+
"rewards/rejected": -0.02529647946357727,
|
| 332 |
+
"step": 19
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.2634829147797447,
|
| 336 |
+
"grad_norm": 0.48442593216896057,
|
| 337 |
+
"learning_rate": 4.6145801481477433e-07,
|
| 338 |
+
"logits/chosen": 10.682939529418945,
|
| 339 |
+
"logits/rejected": 11.487958908081055,
|
| 340 |
+
"logps/chosen": -105.8414077758789,
|
| 341 |
+
"logps/ref_chosen": -103.42721557617188,
|
| 342 |
+
"logps/ref_rejected": -116.7796630859375,
|
| 343 |
+
"logps/rejected": -119.14535522460938,
|
| 344 |
+
"loss": 0.6934,
|
| 345 |
+
"rewards/accuracies": 0.4609375,
|
| 346 |
+
"rewards/chosen": -0.024141818284988403,
|
| 347 |
+
"rewards/margins": -0.00048486533341929317,
|
| 348 |
+
"rewards/rejected": -0.023656953126192093,
|
| 349 |
+
"step": 20
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"epoch": 0.276657060518732,
|
| 353 |
+
"grad_norm": 0.6605204343795776,
|
| 354 |
+
"learning_rate": 4.549746059183561e-07,
|
| 355 |
+
"logits/chosen": 9.703460693359375,
|
| 356 |
+
"logits/rejected": 10.792010307312012,
|
| 357 |
+
"logps/chosen": -109.3312759399414,
|
| 358 |
+
"logps/ref_chosen": -106.60163879394531,
|
| 359 |
+
"logps/ref_rejected": -124.56562805175781,
|
| 360 |
+
"logps/rejected": -127.45460510253906,
|
| 361 |
+
"loss": 0.6924,
|
| 362 |
+
"rewards/accuracies": 0.5,
|
| 363 |
+
"rewards/chosen": -0.027296334505081177,
|
| 364 |
+
"rewards/margins": 0.0015935557894408703,
|
| 365 |
+
"rewards/rejected": -0.028889887034893036,
|
| 366 |
+
"step": 21
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.28983120625771924,
|
| 370 |
+
"grad_norm": 0.8831092715263367,
|
| 371 |
+
"learning_rate": 4.480406183527823e-07,
|
| 372 |
+
"logits/chosen": 10.168815612792969,
|
| 373 |
+
"logits/rejected": 11.040711402893066,
|
| 374 |
+
"logps/chosen": -107.1961669921875,
|
| 375 |
+
"logps/ref_chosen": -103.77696228027344,
|
| 376 |
+
"logps/ref_rejected": -118.73616027832031,
|
| 377 |
+
"logps/rejected": -121.80266571044922,
|
| 378 |
+
"loss": 0.695,
|
| 379 |
+
"rewards/accuracies": 0.4453125,
|
| 380 |
+
"rewards/chosen": -0.03419206291437149,
|
| 381 |
+
"rewards/margins": -0.0035268948413431644,
|
| 382 |
+
"rewards/rejected": -0.030665166676044464,
|
| 383 |
+
"step": 22
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"epoch": 0.3030053519967065,
|
| 387 |
+
"grad_norm": 0.37249696254730225,
|
| 388 |
+
"learning_rate": 4.4067129452759546e-07,
|
| 389 |
+
"logits/chosen": 10.050610542297363,
|
| 390 |
+
"logits/rejected": 11.06921100616455,
|
| 391 |
+
"logps/chosen": -108.137451171875,
|
| 392 |
+
"logps/ref_chosen": -104.72956085205078,
|
| 393 |
+
"logps/ref_rejected": -121.35556030273438,
|
| 394 |
+
"logps/rejected": -124.6715316772461,
|
| 395 |
+
"loss": 0.6937,
|
| 396 |
+
"rewards/accuracies": 0.5,
|
| 397 |
+
"rewards/chosen": -0.03407883644104004,
|
| 398 |
+
"rewards/margins": -0.0009191110148094594,
|
| 399 |
+
"rewards/rejected": -0.03315972909331322,
|
| 400 |
+
"step": 23
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"epoch": 0.3161794977356937,
|
| 404 |
+
"grad_norm": 0.5831263661384583,
|
| 405 |
+
"learning_rate": 4.3288283381591725e-07,
|
| 406 |
+
"logits/chosen": 10.146599769592285,
|
| 407 |
+
"logits/rejected": 10.979142189025879,
|
| 408 |
+
"logps/chosen": -109.36030578613281,
|
| 409 |
+
"logps/ref_chosen": -105.88758087158203,
|
| 410 |
+
"logps/ref_rejected": -125.69054412841797,
|
| 411 |
+
"logps/rejected": -129.528076171875,
|
| 412 |
+
"loss": 0.6914,
|
| 413 |
+
"rewards/accuracies": 0.5390625,
|
| 414 |
+
"rewards/chosen": -0.034727297723293304,
|
| 415 |
+
"rewards/margins": 0.003648004261776805,
|
| 416 |
+
"rewards/rejected": -0.03837530314922333,
|
| 417 |
+
"step": 24
|
| 418 |
+
}
|
| 419 |
+
],
|
| 420 |
+
"logging_steps": 1,
|
| 421 |
+
"max_steps": 75,
|
| 422 |
+
"num_input_tokens_seen": 0,
|
| 423 |
+
"num_train_epochs": 1,
|
| 424 |
+
"save_steps": 12,
|
| 425 |
+
"stateful_callbacks": {
|
| 426 |
+
"TrainerControl": {
|
| 427 |
+
"args": {
|
| 428 |
+
"should_epoch_stop": false,
|
| 429 |
+
"should_evaluate": false,
|
| 430 |
+
"should_log": false,
|
| 431 |
+
"should_save": true,
|
| 432 |
+
"should_training_stop": false
|
| 433 |
+
},
|
| 434 |
+
"attributes": {}
|
| 435 |
+
}
|
| 436 |
+
},
|
| 437 |
+
"total_flos": 0.0,
|
| 438 |
+
"train_batch_size": 2,
|
| 439 |
+
"trial_name": null,
|
| 440 |
+
"trial_params": null
|
| 441 |
+
}
|
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:10f40d4e1b9377ff9c6c2eb887fe07bb44e76e083df02e176879c9fafd3a824a
|
| 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:e9008ffc21c5c0fedcd78556c9d60ba24b57b1610842f4e82d550e7d68d2bc23
|
| 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,645 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 0.5010076761245728,
|
| 14 |
+
"learning_rate": 6.25e-08,
|
| 15 |
+
"logits/chosen": 9.988622665405273,
|
| 16 |
+
"logits/rejected": 10.698101997375488,
|
| 17 |
+
"logps/chosen": -102.88545989990234,
|
| 18 |
+
"logps/ref_chosen": -102.88545989990234,
|
| 19 |
+
"logps/ref_rejected": -121.84871673583984,
|
| 20 |
+
"logps/rejected": -121.84871673583984,
|
| 21 |
+
"loss": 0.6931,
|
| 22 |
+
"rewards/accuracies": 0.0,
|
| 23 |
+
"rewards/chosen": 0.0,
|
| 24 |
+
"rewards/margins": 0.0,
|
| 25 |
+
"rewards/rejected": 0.0,
|
| 26 |
+
"step": 1
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"epoch": 0.026348291477974475,
|
| 30 |
+
"grad_norm": 0.7802621126174927,
|
| 31 |
+
"learning_rate": 1.25e-07,
|
| 32 |
+
"logits/chosen": 10.208279609680176,
|
| 33 |
+
"logits/rejected": 11.06594467163086,
|
| 34 |
+
"logps/chosen": -107.70349884033203,
|
| 35 |
+
"logps/ref_chosen": -107.70349884033203,
|
| 36 |
+
"logps/ref_rejected": -121.89966583251953,
|
| 37 |
+
"logps/rejected": -121.89966583251953,
|
| 38 |
+
"loss": 0.6931,
|
| 39 |
+
"rewards/accuracies": 0.0,
|
| 40 |
+
"rewards/chosen": 0.0,
|
| 41 |
+
"rewards/margins": 0.0,
|
| 42 |
+
"rewards/rejected": 0.0,
|
| 43 |
+
"step": 2
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"epoch": 0.03952243721696171,
|
| 47 |
+
"grad_norm": 0.5995805859565735,
|
| 48 |
+
"learning_rate": 1.875e-07,
|
| 49 |
+
"logits/chosen": 10.029329299926758,
|
| 50 |
+
"logits/rejected": 11.023927688598633,
|
| 51 |
+
"logps/chosen": -107.6470947265625,
|
| 52 |
+
"logps/ref_chosen": -107.98188781738281,
|
| 53 |
+
"logps/ref_rejected": -124.51527404785156,
|
| 54 |
+
"logps/rejected": -124.29098510742188,
|
| 55 |
+
"loss": 0.6926,
|
| 56 |
+
"rewards/accuracies": 0.5,
|
| 57 |
+
"rewards/chosen": 0.0033478327095508575,
|
| 58 |
+
"rewards/margins": 0.001104944385588169,
|
| 59 |
+
"rewards/rejected": 0.0022428883239626884,
|
| 60 |
+
"step": 3
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 0.05269658295594895,
|
| 64 |
+
"grad_norm": 0.5383147597312927,
|
| 65 |
+
"learning_rate": 2.5e-07,
|
| 66 |
+
"logits/chosen": 9.823471069335938,
|
| 67 |
+
"logits/rejected": 10.842323303222656,
|
| 68 |
+
"logps/chosen": -109.73627471923828,
|
| 69 |
+
"logps/ref_chosen": -109.20836639404297,
|
| 70 |
+
"logps/ref_rejected": -119.23908996582031,
|
| 71 |
+
"logps/rejected": -119.65444946289062,
|
| 72 |
+
"loss": 0.6937,
|
| 73 |
+
"rewards/accuracies": 0.5078125,
|
| 74 |
+
"rewards/chosen": -0.005279023200273514,
|
| 75 |
+
"rewards/margins": -0.001125341048464179,
|
| 76 |
+
"rewards/rejected": -0.004153682850301266,
|
| 77 |
+
"step": 4
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"epoch": 0.06587072869493618,
|
| 81 |
+
"grad_norm": 0.5302512645721436,
|
| 82 |
+
"learning_rate": 3.1249999999999997e-07,
|
| 83 |
+
"logits/chosen": 10.209351539611816,
|
| 84 |
+
"logits/rejected": 10.967523574829102,
|
| 85 |
+
"logps/chosen": -103.73981475830078,
|
| 86 |
+
"logps/ref_chosen": -103.87680053710938,
|
| 87 |
+
"logps/ref_rejected": -118.41618347167969,
|
| 88 |
+
"logps/rejected": -118.11978149414062,
|
| 89 |
+
"loss": 0.694,
|
| 90 |
+
"rewards/accuracies": 0.4453125,
|
| 91 |
+
"rewards/chosen": 0.0013697518734261394,
|
| 92 |
+
"rewards/margins": -0.001594369299709797,
|
| 93 |
+
"rewards/rejected": 0.002964121289551258,
|
| 94 |
+
"step": 5
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.07904487443392343,
|
| 98 |
+
"grad_norm": 0.6919645667076111,
|
| 99 |
+
"learning_rate": 3.75e-07,
|
| 100 |
+
"logits/chosen": 10.676691055297852,
|
| 101 |
+
"logits/rejected": 11.460196495056152,
|
| 102 |
+
"logps/chosen": -108.08129119873047,
|
| 103 |
+
"logps/ref_chosen": -107.58968353271484,
|
| 104 |
+
"logps/ref_rejected": -122.07303619384766,
|
| 105 |
+
"logps/rejected": -122.37925720214844,
|
| 106 |
+
"loss": 0.6941,
|
| 107 |
+
"rewards/accuracies": 0.421875,
|
| 108 |
+
"rewards/chosen": -0.004916056990623474,
|
| 109 |
+
"rewards/margins": -0.0018538986332714558,
|
| 110 |
+
"rewards/rejected": -0.0030621583573520184,
|
| 111 |
+
"step": 6
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 0.09221902017291066,
|
| 115 |
+
"grad_norm": 0.40329915285110474,
|
| 116 |
+
"learning_rate": 4.375e-07,
|
| 117 |
+
"logits/chosen": 10.017489433288574,
|
| 118 |
+
"logits/rejected": 10.722752571105957,
|
| 119 |
+
"logps/chosen": -107.77075958251953,
|
| 120 |
+
"logps/ref_chosen": -107.42727661132812,
|
| 121 |
+
"logps/ref_rejected": -116.87063598632812,
|
| 122 |
+
"logps/rejected": -116.98759460449219,
|
| 123 |
+
"loss": 0.6943,
|
| 124 |
+
"rewards/accuracies": 0.4140625,
|
| 125 |
+
"rewards/chosen": -0.0034348624758422375,
|
| 126 |
+
"rewards/margins": -0.0022651171311736107,
|
| 127 |
+
"rewards/rejected": -0.0011697453446686268,
|
| 128 |
+
"step": 7
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.1053931659118979,
|
| 132 |
+
"grad_norm": 0.4481956362724304,
|
| 133 |
+
"learning_rate": 5e-07,
|
| 134 |
+
"logits/chosen": 10.191514015197754,
|
| 135 |
+
"logits/rejected": 11.094213485717773,
|
| 136 |
+
"logps/chosen": -106.06684112548828,
|
| 137 |
+
"logps/ref_chosen": -105.60282135009766,
|
| 138 |
+
"logps/ref_rejected": -119.53916931152344,
|
| 139 |
+
"logps/rejected": -119.9333267211914,
|
| 140 |
+
"loss": 0.6935,
|
| 141 |
+
"rewards/accuracies": 0.4765625,
|
| 142 |
+
"rewards/chosen": -0.004640196915715933,
|
| 143 |
+
"rewards/margins": -0.0006986188236624002,
|
| 144 |
+
"rewards/rejected": -0.003941578324884176,
|
| 145 |
+
"step": 8
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.11856731165088513,
|
| 149 |
+
"grad_norm": 0.5002302527427673,
|
| 150 |
+
"learning_rate": 4.997252228714278e-07,
|
| 151 |
+
"logits/chosen": 10.164933204650879,
|
| 152 |
+
"logits/rejected": 11.139327049255371,
|
| 153 |
+
"logps/chosen": -106.06144714355469,
|
| 154 |
+
"logps/ref_chosen": -105.46086120605469,
|
| 155 |
+
"logps/ref_rejected": -119.00373840332031,
|
| 156 |
+
"logps/rejected": -119.59027862548828,
|
| 157 |
+
"loss": 0.6932,
|
| 158 |
+
"rewards/accuracies": 0.4921875,
|
| 159 |
+
"rewards/chosen": -0.006005657836794853,
|
| 160 |
+
"rewards/margins": -0.00014029807061888278,
|
| 161 |
+
"rewards/rejected": -0.005865359678864479,
|
| 162 |
+
"step": 9
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"epoch": 0.13174145738987236,
|
| 166 |
+
"grad_norm": 0.6467388868331909,
|
| 167 |
+
"learning_rate": 4.989014955054745e-07,
|
| 168 |
+
"logits/chosen": 9.98875904083252,
|
| 169 |
+
"logits/rejected": 10.815544128417969,
|
| 170 |
+
"logps/chosen": -105.14952850341797,
|
| 171 |
+
"logps/ref_chosen": -104.21009826660156,
|
| 172 |
+
"logps/ref_rejected": -118.9209213256836,
|
| 173 |
+
"logps/rejected": -119.72019958496094,
|
| 174 |
+
"loss": 0.6939,
|
| 175 |
+
"rewards/accuracies": 0.515625,
|
| 176 |
+
"rewards/chosen": -0.00939436536282301,
|
| 177 |
+
"rewards/margins": -0.0014015533961355686,
|
| 178 |
+
"rewards/rejected": -0.007992811501026154,
|
| 179 |
+
"step": 10
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"epoch": 0.14491560312885962,
|
| 183 |
+
"grad_norm": 0.8090001344680786,
|
| 184 |
+
"learning_rate": 4.975306286336627e-07,
|
| 185 |
+
"logits/chosen": 9.946345329284668,
|
| 186 |
+
"logits/rejected": 11.13135814666748,
|
| 187 |
+
"logps/chosen": -107.09854125976562,
|
| 188 |
+
"logps/ref_chosen": -105.94319152832031,
|
| 189 |
+
"logps/ref_rejected": -122.76007843017578,
|
| 190 |
+
"logps/rejected": -123.9129409790039,
|
| 191 |
+
"loss": 0.6932,
|
| 192 |
+
"rewards/accuracies": 0.46875,
|
| 193 |
+
"rewards/chosen": -0.01155336108058691,
|
| 194 |
+
"rewards/margins": -2.4825334548950195e-05,
|
| 195 |
+
"rewards/rejected": -0.011528536677360535,
|
| 196 |
+
"step": 11
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"epoch": 0.15808974886784685,
|
| 200 |
+
"grad_norm": 0.49643445014953613,
|
| 201 |
+
"learning_rate": 4.956156357188939e-07,
|
| 202 |
+
"logits/chosen": 9.876545906066895,
|
| 203 |
+
"logits/rejected": 10.567835807800293,
|
| 204 |
+
"logps/chosen": -109.7830810546875,
|
| 205 |
+
"logps/ref_chosen": -109.08442687988281,
|
| 206 |
+
"logps/ref_rejected": -121.41947174072266,
|
| 207 |
+
"logps/rejected": -122.12468719482422,
|
| 208 |
+
"loss": 0.6931,
|
| 209 |
+
"rewards/accuracies": 0.46875,
|
| 210 |
+
"rewards/chosen": -0.006986413151025772,
|
| 211 |
+
"rewards/margins": 6.572058191522956e-05,
|
| 212 |
+
"rewards/rejected": -0.00705213425680995,
|
| 213 |
+
"step": 12
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.17126389460683408,
|
| 217 |
+
"grad_norm": 0.5409023761749268,
|
| 218 |
+
"learning_rate": 4.931607263312032e-07,
|
| 219 |
+
"logits/chosen": 9.916489601135254,
|
| 220 |
+
"logits/rejected": 10.99366283416748,
|
| 221 |
+
"logps/chosen": -105.78418731689453,
|
| 222 |
+
"logps/ref_chosen": -104.62150573730469,
|
| 223 |
+
"logps/ref_rejected": -119.55384063720703,
|
| 224 |
+
"logps/rejected": -120.60539245605469,
|
| 225 |
+
"loss": 0.6937,
|
| 226 |
+
"rewards/accuracies": 0.46875,
|
| 227 |
+
"rewards/chosen": -0.011626748368144035,
|
| 228 |
+
"rewards/margins": -0.0011113437358289957,
|
| 229 |
+
"rewards/rejected": -0.010515404865145683,
|
| 230 |
+
"step": 13
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"epoch": 0.1844380403458213,
|
| 234 |
+
"grad_norm": 0.9010350108146667,
|
| 235 |
+
"learning_rate": 4.9017129689421e-07,
|
| 236 |
+
"logits/chosen": 10.480968475341797,
|
| 237 |
+
"logits/rejected": 11.599580764770508,
|
| 238 |
+
"logps/chosen": -107.57891845703125,
|
| 239 |
+
"logps/ref_chosen": -106.179443359375,
|
| 240 |
+
"logps/ref_rejected": -120.73036193847656,
|
| 241 |
+
"logps/rejected": -122.02151489257812,
|
| 242 |
+
"loss": 0.6937,
|
| 243 |
+
"rewards/accuracies": 0.46875,
|
| 244 |
+
"rewards/chosen": -0.013994838111102581,
|
| 245 |
+
"rewards/margins": -0.0010832665720954537,
|
| 246 |
+
"rewards/rejected": -0.012911571189761162,
|
| 247 |
+
"step": 14
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.19761218608480857,
|
| 251 |
+
"grad_norm": 0.8957933187484741,
|
| 252 |
+
"learning_rate": 4.866539188226085e-07,
|
| 253 |
+
"logits/chosen": 9.80737018585205,
|
| 254 |
+
"logits/rejected": 10.738137245178223,
|
| 255 |
+
"logps/chosen": -107.41307067871094,
|
| 256 |
+
"logps/ref_chosen": -105.70547485351562,
|
| 257 |
+
"logps/ref_rejected": -118.89997863769531,
|
| 258 |
+
"logps/rejected": -120.64563751220703,
|
| 259 |
+
"loss": 0.693,
|
| 260 |
+
"rewards/accuracies": 0.5390625,
|
| 261 |
+
"rewards/chosen": -0.01707591488957405,
|
| 262 |
+
"rewards/margins": 0.00038063188549131155,
|
| 263 |
+
"rewards/rejected": -0.017456548288464546,
|
| 264 |
+
"step": 15
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"epoch": 0.2107863318237958,
|
| 268 |
+
"grad_norm": 0.7111092805862427,
|
| 269 |
+
"learning_rate": 4.826163240767716e-07,
|
| 270 |
+
"logits/chosen": 10.634671211242676,
|
| 271 |
+
"logits/rejected": 11.238730430603027,
|
| 272 |
+
"logps/chosen": -110.74053955078125,
|
| 273 |
+
"logps/ref_chosen": -108.86376953125,
|
| 274 |
+
"logps/ref_rejected": -122.1635513305664,
|
| 275 |
+
"logps/rejected": -124.17098999023438,
|
| 276 |
+
"loss": 0.6925,
|
| 277 |
+
"rewards/accuracies": 0.53125,
|
| 278 |
+
"rewards/chosen": -0.018767736852169037,
|
| 279 |
+
"rewards/margins": 0.0013066575629636645,
|
| 280 |
+
"rewards/rejected": -0.02007439360022545,
|
| 281 |
+
"step": 16
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"epoch": 0.22396047756278303,
|
| 285 |
+
"grad_norm": 0.5599011778831482,
|
| 286 |
+
"learning_rate": 4.780673881662242e-07,
|
| 287 |
+
"logits/chosen": 10.138323783874512,
|
| 288 |
+
"logits/rejected": 10.76909065246582,
|
| 289 |
+
"logps/chosen": -104.49694061279297,
|
| 290 |
+
"logps/ref_chosen": -102.93986511230469,
|
| 291 |
+
"logps/ref_rejected": -119.43718719482422,
|
| 292 |
+
"logps/rejected": -121.1658935546875,
|
| 293 |
+
"loss": 0.6923,
|
| 294 |
+
"rewards/accuracies": 0.5859375,
|
| 295 |
+
"rewards/chosen": -0.015570812858641148,
|
| 296 |
+
"rewards/margins": 0.0017161847790703177,
|
| 297 |
+
"rewards/rejected": -0.0172869972884655,
|
| 298 |
+
"step": 17
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 0.23713462330177026,
|
| 302 |
+
"grad_norm": 0.7006244659423828,
|
| 303 |
+
"learning_rate": 4.730171106393466e-07,
|
| 304 |
+
"logits/chosen": 10.374225616455078,
|
| 305 |
+
"logits/rejected": 11.157809257507324,
|
| 306 |
+
"logps/chosen": -105.8244400024414,
|
| 307 |
+
"logps/ref_chosen": -103.81341552734375,
|
| 308 |
+
"logps/ref_rejected": -117.45123291015625,
|
| 309 |
+
"logps/rejected": -119.37814331054688,
|
| 310 |
+
"loss": 0.6936,
|
| 311 |
+
"rewards/accuracies": 0.4453125,
|
| 312 |
+
"rewards/chosen": -0.020110249519348145,
|
| 313 |
+
"rewards/margins": -0.0008410783484578133,
|
| 314 |
+
"rewards/rejected": -0.019269172102212906,
|
| 315 |
+
"step": 18
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"epoch": 0.2503087690407575,
|
| 319 |
+
"grad_norm": 0.49562451243400574,
|
| 320 |
+
"learning_rate": 4.6747659310219757e-07,
|
| 321 |
+
"logits/chosen": 10.303974151611328,
|
| 322 |
+
"logits/rejected": 10.965604782104492,
|
| 323 |
+
"logps/chosen": -109.81462860107422,
|
| 324 |
+
"logps/ref_chosen": -107.85797119140625,
|
| 325 |
+
"logps/ref_rejected": -121.88042449951172,
|
| 326 |
+
"logps/rejected": -124.41007232666016,
|
| 327 |
+
"loss": 0.6903,
|
| 328 |
+
"rewards/accuracies": 0.625,
|
| 329 |
+
"rewards/chosen": -0.019566601142287254,
|
| 330 |
+
"rewards/margins": 0.005729879252612591,
|
| 331 |
+
"rewards/rejected": -0.02529647946357727,
|
| 332 |
+
"step": 19
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.2634829147797447,
|
| 336 |
+
"grad_norm": 0.48442593216896057,
|
| 337 |
+
"learning_rate": 4.6145801481477433e-07,
|
| 338 |
+
"logits/chosen": 10.682939529418945,
|
| 339 |
+
"logits/rejected": 11.487958908081055,
|
| 340 |
+
"logps/chosen": -105.8414077758789,
|
| 341 |
+
"logps/ref_chosen": -103.42721557617188,
|
| 342 |
+
"logps/ref_rejected": -116.7796630859375,
|
| 343 |
+
"logps/rejected": -119.14535522460938,
|
| 344 |
+
"loss": 0.6934,
|
| 345 |
+
"rewards/accuracies": 0.4609375,
|
| 346 |
+
"rewards/chosen": -0.024141818284988403,
|
| 347 |
+
"rewards/margins": -0.00048486533341929317,
|
| 348 |
+
"rewards/rejected": -0.023656953126192093,
|
| 349 |
+
"step": 20
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"epoch": 0.276657060518732,
|
| 353 |
+
"grad_norm": 0.6605204343795776,
|
| 354 |
+
"learning_rate": 4.549746059183561e-07,
|
| 355 |
+
"logits/chosen": 9.703460693359375,
|
| 356 |
+
"logits/rejected": 10.792010307312012,
|
| 357 |
+
"logps/chosen": -109.3312759399414,
|
| 358 |
+
"logps/ref_chosen": -106.60163879394531,
|
| 359 |
+
"logps/ref_rejected": -124.56562805175781,
|
| 360 |
+
"logps/rejected": -127.45460510253906,
|
| 361 |
+
"loss": 0.6924,
|
| 362 |
+
"rewards/accuracies": 0.5,
|
| 363 |
+
"rewards/chosen": -0.027296334505081177,
|
| 364 |
+
"rewards/margins": 0.0015935557894408703,
|
| 365 |
+
"rewards/rejected": -0.028889887034893036,
|
| 366 |
+
"step": 21
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.28983120625771924,
|
| 370 |
+
"grad_norm": 0.8831092715263367,
|
| 371 |
+
"learning_rate": 4.480406183527823e-07,
|
| 372 |
+
"logits/chosen": 10.168815612792969,
|
| 373 |
+
"logits/rejected": 11.040711402893066,
|
| 374 |
+
"logps/chosen": -107.1961669921875,
|
| 375 |
+
"logps/ref_chosen": -103.77696228027344,
|
| 376 |
+
"logps/ref_rejected": -118.73616027832031,
|
| 377 |
+
"logps/rejected": -121.80266571044922,
|
| 378 |
+
"loss": 0.695,
|
| 379 |
+
"rewards/accuracies": 0.4453125,
|
| 380 |
+
"rewards/chosen": -0.03419206291437149,
|
| 381 |
+
"rewards/margins": -0.0035268948413431644,
|
| 382 |
+
"rewards/rejected": -0.030665166676044464,
|
| 383 |
+
"step": 22
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"epoch": 0.3030053519967065,
|
| 387 |
+
"grad_norm": 0.37249696254730225,
|
| 388 |
+
"learning_rate": 4.4067129452759546e-07,
|
| 389 |
+
"logits/chosen": 10.050610542297363,
|
| 390 |
+
"logits/rejected": 11.06921100616455,
|
| 391 |
+
"logps/chosen": -108.137451171875,
|
| 392 |
+
"logps/ref_chosen": -104.72956085205078,
|
| 393 |
+
"logps/ref_rejected": -121.35556030273438,
|
| 394 |
+
"logps/rejected": -124.6715316772461,
|
| 395 |
+
"loss": 0.6937,
|
| 396 |
+
"rewards/accuracies": 0.5,
|
| 397 |
+
"rewards/chosen": -0.03407883644104004,
|
| 398 |
+
"rewards/margins": -0.0009191110148094594,
|
| 399 |
+
"rewards/rejected": -0.03315972909331322,
|
| 400 |
+
"step": 23
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"epoch": 0.3161794977356937,
|
| 404 |
+
"grad_norm": 0.5831263661384583,
|
| 405 |
+
"learning_rate": 4.3288283381591725e-07,
|
| 406 |
+
"logits/chosen": 10.146599769592285,
|
| 407 |
+
"logits/rejected": 10.979142189025879,
|
| 408 |
+
"logps/chosen": -109.36030578613281,
|
| 409 |
+
"logps/ref_chosen": -105.88758087158203,
|
| 410 |
+
"logps/ref_rejected": -125.69054412841797,
|
| 411 |
+
"logps/rejected": -129.528076171875,
|
| 412 |
+
"loss": 0.6914,
|
| 413 |
+
"rewards/accuracies": 0.5390625,
|
| 414 |
+
"rewards/chosen": -0.034727297723293304,
|
| 415 |
+
"rewards/margins": 0.003648004261776805,
|
| 416 |
+
"rewards/rejected": -0.03837530314922333,
|
| 417 |
+
"step": 24
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"epoch": 0.32935364347468093,
|
| 421 |
+
"grad_norm": 0.574914276599884,
|
| 422 |
+
"learning_rate": 4.246923569447104e-07,
|
| 423 |
+
"logits/chosen": 10.25512409210205,
|
| 424 |
+
"logits/rejected": 10.956289291381836,
|
| 425 |
+
"logps/chosen": -113.96874237060547,
|
| 426 |
+
"logps/ref_chosen": -110.0761489868164,
|
| 427 |
+
"logps/ref_rejected": -129.10540771484375,
|
| 428 |
+
"logps/rejected": -133.20553588867188,
|
| 429 |
+
"loss": 0.6922,
|
| 430 |
+
"rewards/accuracies": 0.515625,
|
| 431 |
+
"rewards/chosen": -0.03892593830823898,
|
| 432 |
+
"rewards/margins": 0.0020754451397806406,
|
| 433 |
+
"rewards/rejected": -0.04100137948989868,
|
| 434 |
+
"step": 25
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"epoch": 0.34252778921366817,
|
| 438 |
+
"grad_norm": 0.42842620611190796,
|
| 439 |
+
"learning_rate": 4.161178683597054e-07,
|
| 440 |
+
"logits/chosen": 10.368014335632324,
|
| 441 |
+
"logits/rejected": 11.450322151184082,
|
| 442 |
+
"logps/chosen": -108.39615631103516,
|
| 443 |
+
"logps/ref_chosen": -103.74571990966797,
|
| 444 |
+
"logps/ref_rejected": -120.73832702636719,
|
| 445 |
+
"logps/rejected": -125.09370422363281,
|
| 446 |
+
"loss": 0.6947,
|
| 447 |
+
"rewards/accuracies": 0.453125,
|
| 448 |
+
"rewards/chosen": -0.046504296362400055,
|
| 449 |
+
"rewards/margins": -0.002950500464066863,
|
| 450 |
+
"rewards/rejected": -0.04355379566550255,
|
| 451 |
+
"step": 26
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.3557019349526554,
|
| 455 |
+
"grad_norm": 0.5645923018455505,
|
| 456 |
+
"learning_rate": 4.0717821664772124e-07,
|
| 457 |
+
"logits/chosen": 10.042550086975098,
|
| 458 |
+
"logits/rejected": 11.243234634399414,
|
| 459 |
+
"logps/chosen": -110.1788330078125,
|
| 460 |
+
"logps/ref_chosen": -105.47428131103516,
|
| 461 |
+
"logps/ref_rejected": -120.5193099975586,
|
| 462 |
+
"logps/rejected": -125.00762939453125,
|
| 463 |
+
"loss": 0.6944,
|
| 464 |
+
"rewards/accuracies": 0.4609375,
|
| 465 |
+
"rewards/chosen": -0.04704552888870239,
|
| 466 |
+
"rewards/margins": -0.0021622537169605494,
|
| 467 |
+
"rewards/rejected": -0.044883277267217636,
|
| 468 |
+
"step": 27
|
| 469 |
+
},
|
| 470 |
+
{
|
| 471 |
+
"epoch": 0.3688760806916426,
|
| 472 |
+
"grad_norm": 0.680381178855896,
|
| 473 |
+
"learning_rate": 3.978930531033806e-07,
|
| 474 |
+
"logits/chosen": 9.559943199157715,
|
| 475 |
+
"logits/rejected": 10.705163955688477,
|
| 476 |
+
"logps/chosen": -107.98367309570312,
|
| 477 |
+
"logps/ref_chosen": -103.72540283203125,
|
| 478 |
+
"logps/ref_rejected": -119.79557800292969,
|
| 479 |
+
"logps/rejected": -124.30613708496094,
|
| 480 |
+
"loss": 0.692,
|
| 481 |
+
"rewards/accuracies": 0.59375,
|
| 482 |
+
"rewards/chosen": -0.04258278012275696,
|
| 483 |
+
"rewards/margins": 0.0025227584410458803,
|
| 484 |
+
"rewards/rejected": -0.04510553926229477,
|
| 485 |
+
"step": 28
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 0.3820502264306299,
|
| 489 |
+
"grad_norm": 0.569850504398346,
|
| 490 |
+
"learning_rate": 3.882827885312998e-07,
|
| 491 |
+
"logits/chosen": 10.065170288085938,
|
| 492 |
+
"logits/rejected": 11.1397123336792,
|
| 493 |
+
"logps/chosen": -112.4742431640625,
|
| 494 |
+
"logps/ref_chosen": -108.65434265136719,
|
| 495 |
+
"logps/ref_rejected": -121.46784973144531,
|
| 496 |
+
"logps/rejected": -125.24649047851562,
|
| 497 |
+
"loss": 0.6935,
|
| 498 |
+
"rewards/accuracies": 0.484375,
|
| 499 |
+
"rewards/chosen": -0.03819899260997772,
|
| 500 |
+
"rewards/margins": -0.0004125672858208418,
|
| 501 |
+
"rewards/rejected": -0.03778642416000366,
|
| 502 |
+
"step": 29
|
| 503 |
+
},
|
| 504 |
+
{
|
| 505 |
+
"epoch": 0.39522437216961714,
|
| 506 |
+
"grad_norm": 0.5246622562408447,
|
| 507 |
+
"learning_rate": 3.7836854837871044e-07,
|
| 508 |
+
"logits/chosen": 10.21100902557373,
|
| 509 |
+
"logits/rejected": 11.58244800567627,
|
| 510 |
+
"logps/chosen": -108.34341430664062,
|
| 511 |
+
"logps/ref_chosen": -103.62174224853516,
|
| 512 |
+
"logps/ref_rejected": -126.73807525634766,
|
| 513 |
+
"logps/rejected": -131.23304748535156,
|
| 514 |
+
"loss": 0.6944,
|
| 515 |
+
"rewards/accuracies": 0.453125,
|
| 516 |
+
"rewards/chosen": -0.04721669480204582,
|
| 517 |
+
"rewards/margins": -0.0022669308818876743,
|
| 518 |
+
"rewards/rejected": -0.044949766248464584,
|
| 519 |
+
"step": 30
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"epoch": 0.4083985179086044,
|
| 523 |
+
"grad_norm": 0.37346869707107544,
|
| 524 |
+
"learning_rate": 3.681721262971413e-07,
|
| 525 |
+
"logits/chosen": 9.762397766113281,
|
| 526 |
+
"logits/rejected": 10.784234046936035,
|
| 527 |
+
"logps/chosen": -110.99979400634766,
|
| 528 |
+
"logps/ref_chosen": -106.10479736328125,
|
| 529 |
+
"logps/ref_rejected": -120.6382827758789,
|
| 530 |
+
"logps/rejected": -125.51140594482422,
|
| 531 |
+
"loss": 0.6934,
|
| 532 |
+
"rewards/accuracies": 0.515625,
|
| 533 |
+
"rewards/chosen": -0.04894987493753433,
|
| 534 |
+
"rewards/margins": -0.00021872523939236999,
|
| 535 |
+
"rewards/rejected": -0.04873115196824074,
|
| 536 |
+
"step": 31
|
| 537 |
+
},
|
| 538 |
+
{
|
| 539 |
+
"epoch": 0.4215726636475916,
|
| 540 |
+
"grad_norm": 0.4927314221858978,
|
| 541 |
+
"learning_rate": 3.577159362352426e-07,
|
| 542 |
+
"logits/chosen": 10.023344993591309,
|
| 543 |
+
"logits/rejected": 11.392967224121094,
|
| 544 |
+
"logps/chosen": -110.29427337646484,
|
| 545 |
+
"logps/ref_chosen": -105.99569702148438,
|
| 546 |
+
"logps/ref_rejected": -128.34303283691406,
|
| 547 |
+
"logps/rejected": -132.72604370117188,
|
| 548 |
+
"loss": 0.6929,
|
| 549 |
+
"rewards/accuracies": 0.4453125,
|
| 550 |
+
"rewards/chosen": -0.04298572242259979,
|
| 551 |
+
"rewards/margins": 0.0008442200487479568,
|
| 552 |
+
"rewards/rejected": -0.04382994398474693,
|
| 553 |
+
"step": 32
|
| 554 |
+
},
|
| 555 |
+
{
|
| 556 |
+
"epoch": 0.43474680938657884,
|
| 557 |
+
"grad_norm": 0.9654183983802795,
|
| 558 |
+
"learning_rate": 3.470229631680624e-07,
|
| 559 |
+
"logits/chosen": 9.917928695678711,
|
| 560 |
+
"logits/rejected": 10.762564659118652,
|
| 561 |
+
"logps/chosen": -110.05650329589844,
|
| 562 |
+
"logps/ref_chosen": -105.72196197509766,
|
| 563 |
+
"logps/ref_rejected": -121.59507751464844,
|
| 564 |
+
"logps/rejected": -126.74140167236328,
|
| 565 |
+
"loss": 0.6892,
|
| 566 |
+
"rewards/accuracies": 0.578125,
|
| 567 |
+
"rewards/chosen": -0.04334544017910957,
|
| 568 |
+
"rewards/margins": 0.008117962628602982,
|
| 569 |
+
"rewards/rejected": -0.05146340653300285,
|
| 570 |
+
"step": 33
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.44792095512556607,
|
| 574 |
+
"grad_norm": 0.5439296960830688,
|
| 575 |
+
"learning_rate": 3.361167125710832e-07,
|
| 576 |
+
"logits/chosen": 10.135066032409668,
|
| 577 |
+
"logits/rejected": 10.976527214050293,
|
| 578 |
+
"logps/chosen": -115.52051544189453,
|
| 579 |
+
"logps/ref_chosen": -111.4834976196289,
|
| 580 |
+
"logps/ref_rejected": -130.48089599609375,
|
| 581 |
+
"logps/rejected": -135.11973571777344,
|
| 582 |
+
"loss": 0.6903,
|
| 583 |
+
"rewards/accuracies": 0.59375,
|
| 584 |
+
"rewards/chosen": -0.04037024453282356,
|
| 585 |
+
"rewards/margins": 0.0060182418674230576,
|
| 586 |
+
"rewards/rejected": -0.04638848453760147,
|
| 587 |
+
"step": 34
|
| 588 |
+
},
|
| 589 |
+
{
|
| 590 |
+
"epoch": 0.4610951008645533,
|
| 591 |
+
"grad_norm": 0.6634539365768433,
|
| 592 |
+
"learning_rate": 3.2502115875008516e-07,
|
| 593 |
+
"logits/chosen": 10.4329252243042,
|
| 594 |
+
"logits/rejected": 11.376739501953125,
|
| 595 |
+
"logps/chosen": -112.54086303710938,
|
| 596 |
+
"logps/ref_chosen": -108.9183349609375,
|
| 597 |
+
"logps/ref_rejected": -121.32493591308594,
|
| 598 |
+
"logps/rejected": -125.75639343261719,
|
| 599 |
+
"loss": 0.6893,
|
| 600 |
+
"rewards/accuracies": 0.578125,
|
| 601 |
+
"rewards/chosen": -0.03622515872120857,
|
| 602 |
+
"rewards/margins": 0.008089457638561726,
|
| 603 |
+
"rewards/rejected": -0.04431461915373802,
|
| 604 |
+
"step": 35
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.47426924660354053,
|
| 608 |
+
"grad_norm": 0.6542326807975769,
|
| 609 |
+
"learning_rate": 3.137606921404191e-07,
|
| 610 |
+
"logits/chosen": 10.058025360107422,
|
| 611 |
+
"logits/rejected": 10.712655067443848,
|
| 612 |
+
"logps/chosen": -111.80799865722656,
|
| 613 |
+
"logps/ref_chosen": -107.1411361694336,
|
| 614 |
+
"logps/ref_rejected": -118.66165161132812,
|
| 615 |
+
"logps/rejected": -123.4068832397461,
|
| 616 |
+
"loss": 0.6929,
|
| 617 |
+
"rewards/accuracies": 0.5078125,
|
| 618 |
+
"rewards/chosen": -0.046668585389852524,
|
| 619 |
+
"rewards/margins": 0.000783862778916955,
|
| 620 |
+
"rewards/rejected": -0.047452446073293686,
|
| 621 |
+
"step": 36
|
| 622 |
+
}
|
| 623 |
+
],
|
| 624 |
+
"logging_steps": 1,
|
| 625 |
+
"max_steps": 75,
|
| 626 |
+
"num_input_tokens_seen": 0,
|
| 627 |
+
"num_train_epochs": 1,
|
| 628 |
+
"save_steps": 12,
|
| 629 |
+
"stateful_callbacks": {
|
| 630 |
+
"TrainerControl": {
|
| 631 |
+
"args": {
|
| 632 |
+
"should_epoch_stop": false,
|
| 633 |
+
"should_evaluate": false,
|
| 634 |
+
"should_log": false,
|
| 635 |
+
"should_save": true,
|
| 636 |
+
"should_training_stop": false
|
| 637 |
+
},
|
| 638 |
+
"attributes": {}
|
| 639 |
+
}
|
| 640 |
+
},
|
| 641 |
+
"total_flos": 0.0,
|
| 642 |
+
"train_batch_size": 2,
|
| 643 |
+
"trial_name": null,
|
| 644 |
+
"trial_params": null
|
| 645 |
+
}
|
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:dd3ca45781e83bebafc34e762d2edb6aeb1096eecd24991fe2430d6119be59f9
|
| 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:1c1b5892ecf5904aaf5bb13c6f71b7e23ac0bbdc9d8a24eda82efa332e73db1a
|
| 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,849 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 0.5010076761245728,
|
| 14 |
+
"learning_rate": 6.25e-08,
|
| 15 |
+
"logits/chosen": 9.988622665405273,
|
| 16 |
+
"logits/rejected": 10.698101997375488,
|
| 17 |
+
"logps/chosen": -102.88545989990234,
|
| 18 |
+
"logps/ref_chosen": -102.88545989990234,
|
| 19 |
+
"logps/ref_rejected": -121.84871673583984,
|
| 20 |
+
"logps/rejected": -121.84871673583984,
|
| 21 |
+
"loss": 0.6931,
|
| 22 |
+
"rewards/accuracies": 0.0,
|
| 23 |
+
"rewards/chosen": 0.0,
|
| 24 |
+
"rewards/margins": 0.0,
|
| 25 |
+
"rewards/rejected": 0.0,
|
| 26 |
+
"step": 1
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"epoch": 0.026348291477974475,
|
| 30 |
+
"grad_norm": 0.7802621126174927,
|
| 31 |
+
"learning_rate": 1.25e-07,
|
| 32 |
+
"logits/chosen": 10.208279609680176,
|
| 33 |
+
"logits/rejected": 11.06594467163086,
|
| 34 |
+
"logps/chosen": -107.70349884033203,
|
| 35 |
+
"logps/ref_chosen": -107.70349884033203,
|
| 36 |
+
"logps/ref_rejected": -121.89966583251953,
|
| 37 |
+
"logps/rejected": -121.89966583251953,
|
| 38 |
+
"loss": 0.6931,
|
| 39 |
+
"rewards/accuracies": 0.0,
|
| 40 |
+
"rewards/chosen": 0.0,
|
| 41 |
+
"rewards/margins": 0.0,
|
| 42 |
+
"rewards/rejected": 0.0,
|
| 43 |
+
"step": 2
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"epoch": 0.03952243721696171,
|
| 47 |
+
"grad_norm": 0.5995805859565735,
|
| 48 |
+
"learning_rate": 1.875e-07,
|
| 49 |
+
"logits/chosen": 10.029329299926758,
|
| 50 |
+
"logits/rejected": 11.023927688598633,
|
| 51 |
+
"logps/chosen": -107.6470947265625,
|
| 52 |
+
"logps/ref_chosen": -107.98188781738281,
|
| 53 |
+
"logps/ref_rejected": -124.51527404785156,
|
| 54 |
+
"logps/rejected": -124.29098510742188,
|
| 55 |
+
"loss": 0.6926,
|
| 56 |
+
"rewards/accuracies": 0.5,
|
| 57 |
+
"rewards/chosen": 0.0033478327095508575,
|
| 58 |
+
"rewards/margins": 0.001104944385588169,
|
| 59 |
+
"rewards/rejected": 0.0022428883239626884,
|
| 60 |
+
"step": 3
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 0.05269658295594895,
|
| 64 |
+
"grad_norm": 0.5383147597312927,
|
| 65 |
+
"learning_rate": 2.5e-07,
|
| 66 |
+
"logits/chosen": 9.823471069335938,
|
| 67 |
+
"logits/rejected": 10.842323303222656,
|
| 68 |
+
"logps/chosen": -109.73627471923828,
|
| 69 |
+
"logps/ref_chosen": -109.20836639404297,
|
| 70 |
+
"logps/ref_rejected": -119.23908996582031,
|
| 71 |
+
"logps/rejected": -119.65444946289062,
|
| 72 |
+
"loss": 0.6937,
|
| 73 |
+
"rewards/accuracies": 0.5078125,
|
| 74 |
+
"rewards/chosen": -0.005279023200273514,
|
| 75 |
+
"rewards/margins": -0.001125341048464179,
|
| 76 |
+
"rewards/rejected": -0.004153682850301266,
|
| 77 |
+
"step": 4
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"epoch": 0.06587072869493618,
|
| 81 |
+
"grad_norm": 0.5302512645721436,
|
| 82 |
+
"learning_rate": 3.1249999999999997e-07,
|
| 83 |
+
"logits/chosen": 10.209351539611816,
|
| 84 |
+
"logits/rejected": 10.967523574829102,
|
| 85 |
+
"logps/chosen": -103.73981475830078,
|
| 86 |
+
"logps/ref_chosen": -103.87680053710938,
|
| 87 |
+
"logps/ref_rejected": -118.41618347167969,
|
| 88 |
+
"logps/rejected": -118.11978149414062,
|
| 89 |
+
"loss": 0.694,
|
| 90 |
+
"rewards/accuracies": 0.4453125,
|
| 91 |
+
"rewards/chosen": 0.0013697518734261394,
|
| 92 |
+
"rewards/margins": -0.001594369299709797,
|
| 93 |
+
"rewards/rejected": 0.002964121289551258,
|
| 94 |
+
"step": 5
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.07904487443392343,
|
| 98 |
+
"grad_norm": 0.6919645667076111,
|
| 99 |
+
"learning_rate": 3.75e-07,
|
| 100 |
+
"logits/chosen": 10.676691055297852,
|
| 101 |
+
"logits/rejected": 11.460196495056152,
|
| 102 |
+
"logps/chosen": -108.08129119873047,
|
| 103 |
+
"logps/ref_chosen": -107.58968353271484,
|
| 104 |
+
"logps/ref_rejected": -122.07303619384766,
|
| 105 |
+
"logps/rejected": -122.37925720214844,
|
| 106 |
+
"loss": 0.6941,
|
| 107 |
+
"rewards/accuracies": 0.421875,
|
| 108 |
+
"rewards/chosen": -0.004916056990623474,
|
| 109 |
+
"rewards/margins": -0.0018538986332714558,
|
| 110 |
+
"rewards/rejected": -0.0030621583573520184,
|
| 111 |
+
"step": 6
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 0.09221902017291066,
|
| 115 |
+
"grad_norm": 0.40329915285110474,
|
| 116 |
+
"learning_rate": 4.375e-07,
|
| 117 |
+
"logits/chosen": 10.017489433288574,
|
| 118 |
+
"logits/rejected": 10.722752571105957,
|
| 119 |
+
"logps/chosen": -107.77075958251953,
|
| 120 |
+
"logps/ref_chosen": -107.42727661132812,
|
| 121 |
+
"logps/ref_rejected": -116.87063598632812,
|
| 122 |
+
"logps/rejected": -116.98759460449219,
|
| 123 |
+
"loss": 0.6943,
|
| 124 |
+
"rewards/accuracies": 0.4140625,
|
| 125 |
+
"rewards/chosen": -0.0034348624758422375,
|
| 126 |
+
"rewards/margins": -0.0022651171311736107,
|
| 127 |
+
"rewards/rejected": -0.0011697453446686268,
|
| 128 |
+
"step": 7
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.1053931659118979,
|
| 132 |
+
"grad_norm": 0.4481956362724304,
|
| 133 |
+
"learning_rate": 5e-07,
|
| 134 |
+
"logits/chosen": 10.191514015197754,
|
| 135 |
+
"logits/rejected": 11.094213485717773,
|
| 136 |
+
"logps/chosen": -106.06684112548828,
|
| 137 |
+
"logps/ref_chosen": -105.60282135009766,
|
| 138 |
+
"logps/ref_rejected": -119.53916931152344,
|
| 139 |
+
"logps/rejected": -119.9333267211914,
|
| 140 |
+
"loss": 0.6935,
|
| 141 |
+
"rewards/accuracies": 0.4765625,
|
| 142 |
+
"rewards/chosen": -0.004640196915715933,
|
| 143 |
+
"rewards/margins": -0.0006986188236624002,
|
| 144 |
+
"rewards/rejected": -0.003941578324884176,
|
| 145 |
+
"step": 8
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.11856731165088513,
|
| 149 |
+
"grad_norm": 0.5002302527427673,
|
| 150 |
+
"learning_rate": 4.997252228714278e-07,
|
| 151 |
+
"logits/chosen": 10.164933204650879,
|
| 152 |
+
"logits/rejected": 11.139327049255371,
|
| 153 |
+
"logps/chosen": -106.06144714355469,
|
| 154 |
+
"logps/ref_chosen": -105.46086120605469,
|
| 155 |
+
"logps/ref_rejected": -119.00373840332031,
|
| 156 |
+
"logps/rejected": -119.59027862548828,
|
| 157 |
+
"loss": 0.6932,
|
| 158 |
+
"rewards/accuracies": 0.4921875,
|
| 159 |
+
"rewards/chosen": -0.006005657836794853,
|
| 160 |
+
"rewards/margins": -0.00014029807061888278,
|
| 161 |
+
"rewards/rejected": -0.005865359678864479,
|
| 162 |
+
"step": 9
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"epoch": 0.13174145738987236,
|
| 166 |
+
"grad_norm": 0.6467388868331909,
|
| 167 |
+
"learning_rate": 4.989014955054745e-07,
|
| 168 |
+
"logits/chosen": 9.98875904083252,
|
| 169 |
+
"logits/rejected": 10.815544128417969,
|
| 170 |
+
"logps/chosen": -105.14952850341797,
|
| 171 |
+
"logps/ref_chosen": -104.21009826660156,
|
| 172 |
+
"logps/ref_rejected": -118.9209213256836,
|
| 173 |
+
"logps/rejected": -119.72019958496094,
|
| 174 |
+
"loss": 0.6939,
|
| 175 |
+
"rewards/accuracies": 0.515625,
|
| 176 |
+
"rewards/chosen": -0.00939436536282301,
|
| 177 |
+
"rewards/margins": -0.0014015533961355686,
|
| 178 |
+
"rewards/rejected": -0.007992811501026154,
|
| 179 |
+
"step": 10
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"epoch": 0.14491560312885962,
|
| 183 |
+
"grad_norm": 0.8090001344680786,
|
| 184 |
+
"learning_rate": 4.975306286336627e-07,
|
| 185 |
+
"logits/chosen": 9.946345329284668,
|
| 186 |
+
"logits/rejected": 11.13135814666748,
|
| 187 |
+
"logps/chosen": -107.09854125976562,
|
| 188 |
+
"logps/ref_chosen": -105.94319152832031,
|
| 189 |
+
"logps/ref_rejected": -122.76007843017578,
|
| 190 |
+
"logps/rejected": -123.9129409790039,
|
| 191 |
+
"loss": 0.6932,
|
| 192 |
+
"rewards/accuracies": 0.46875,
|
| 193 |
+
"rewards/chosen": -0.01155336108058691,
|
| 194 |
+
"rewards/margins": -2.4825334548950195e-05,
|
| 195 |
+
"rewards/rejected": -0.011528536677360535,
|
| 196 |
+
"step": 11
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"epoch": 0.15808974886784685,
|
| 200 |
+
"grad_norm": 0.49643445014953613,
|
| 201 |
+
"learning_rate": 4.956156357188939e-07,
|
| 202 |
+
"logits/chosen": 9.876545906066895,
|
| 203 |
+
"logits/rejected": 10.567835807800293,
|
| 204 |
+
"logps/chosen": -109.7830810546875,
|
| 205 |
+
"logps/ref_chosen": -109.08442687988281,
|
| 206 |
+
"logps/ref_rejected": -121.41947174072266,
|
| 207 |
+
"logps/rejected": -122.12468719482422,
|
| 208 |
+
"loss": 0.6931,
|
| 209 |
+
"rewards/accuracies": 0.46875,
|
| 210 |
+
"rewards/chosen": -0.006986413151025772,
|
| 211 |
+
"rewards/margins": 6.572058191522956e-05,
|
| 212 |
+
"rewards/rejected": -0.00705213425680995,
|
| 213 |
+
"step": 12
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.17126389460683408,
|
| 217 |
+
"grad_norm": 0.5409023761749268,
|
| 218 |
+
"learning_rate": 4.931607263312032e-07,
|
| 219 |
+
"logits/chosen": 9.916489601135254,
|
| 220 |
+
"logits/rejected": 10.99366283416748,
|
| 221 |
+
"logps/chosen": -105.78418731689453,
|
| 222 |
+
"logps/ref_chosen": -104.62150573730469,
|
| 223 |
+
"logps/ref_rejected": -119.55384063720703,
|
| 224 |
+
"logps/rejected": -120.60539245605469,
|
| 225 |
+
"loss": 0.6937,
|
| 226 |
+
"rewards/accuracies": 0.46875,
|
| 227 |
+
"rewards/chosen": -0.011626748368144035,
|
| 228 |
+
"rewards/margins": -0.0011113437358289957,
|
| 229 |
+
"rewards/rejected": -0.010515404865145683,
|
| 230 |
+
"step": 13
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"epoch": 0.1844380403458213,
|
| 234 |
+
"grad_norm": 0.9010350108146667,
|
| 235 |
+
"learning_rate": 4.9017129689421e-07,
|
| 236 |
+
"logits/chosen": 10.480968475341797,
|
| 237 |
+
"logits/rejected": 11.599580764770508,
|
| 238 |
+
"logps/chosen": -107.57891845703125,
|
| 239 |
+
"logps/ref_chosen": -106.179443359375,
|
| 240 |
+
"logps/ref_rejected": -120.73036193847656,
|
| 241 |
+
"logps/rejected": -122.02151489257812,
|
| 242 |
+
"loss": 0.6937,
|
| 243 |
+
"rewards/accuracies": 0.46875,
|
| 244 |
+
"rewards/chosen": -0.013994838111102581,
|
| 245 |
+
"rewards/margins": -0.0010832665720954537,
|
| 246 |
+
"rewards/rejected": -0.012911571189761162,
|
| 247 |
+
"step": 14
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.19761218608480857,
|
| 251 |
+
"grad_norm": 0.8957933187484741,
|
| 252 |
+
"learning_rate": 4.866539188226085e-07,
|
| 253 |
+
"logits/chosen": 9.80737018585205,
|
| 254 |
+
"logits/rejected": 10.738137245178223,
|
| 255 |
+
"logps/chosen": -107.41307067871094,
|
| 256 |
+
"logps/ref_chosen": -105.70547485351562,
|
| 257 |
+
"logps/ref_rejected": -118.89997863769531,
|
| 258 |
+
"logps/rejected": -120.64563751220703,
|
| 259 |
+
"loss": 0.693,
|
| 260 |
+
"rewards/accuracies": 0.5390625,
|
| 261 |
+
"rewards/chosen": -0.01707591488957405,
|
| 262 |
+
"rewards/margins": 0.00038063188549131155,
|
| 263 |
+
"rewards/rejected": -0.017456548288464546,
|
| 264 |
+
"step": 15
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"epoch": 0.2107863318237958,
|
| 268 |
+
"grad_norm": 0.7111092805862427,
|
| 269 |
+
"learning_rate": 4.826163240767716e-07,
|
| 270 |
+
"logits/chosen": 10.634671211242676,
|
| 271 |
+
"logits/rejected": 11.238730430603027,
|
| 272 |
+
"logps/chosen": -110.74053955078125,
|
| 273 |
+
"logps/ref_chosen": -108.86376953125,
|
| 274 |
+
"logps/ref_rejected": -122.1635513305664,
|
| 275 |
+
"logps/rejected": -124.17098999023438,
|
| 276 |
+
"loss": 0.6925,
|
| 277 |
+
"rewards/accuracies": 0.53125,
|
| 278 |
+
"rewards/chosen": -0.018767736852169037,
|
| 279 |
+
"rewards/margins": 0.0013066575629636645,
|
| 280 |
+
"rewards/rejected": -0.02007439360022545,
|
| 281 |
+
"step": 16
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"epoch": 0.22396047756278303,
|
| 285 |
+
"grad_norm": 0.5599011778831482,
|
| 286 |
+
"learning_rate": 4.780673881662242e-07,
|
| 287 |
+
"logits/chosen": 10.138323783874512,
|
| 288 |
+
"logits/rejected": 10.76909065246582,
|
| 289 |
+
"logps/chosen": -104.49694061279297,
|
| 290 |
+
"logps/ref_chosen": -102.93986511230469,
|
| 291 |
+
"logps/ref_rejected": -119.43718719482422,
|
| 292 |
+
"logps/rejected": -121.1658935546875,
|
| 293 |
+
"loss": 0.6923,
|
| 294 |
+
"rewards/accuracies": 0.5859375,
|
| 295 |
+
"rewards/chosen": -0.015570812858641148,
|
| 296 |
+
"rewards/margins": 0.0017161847790703177,
|
| 297 |
+
"rewards/rejected": -0.0172869972884655,
|
| 298 |
+
"step": 17
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 0.23713462330177026,
|
| 302 |
+
"grad_norm": 0.7006244659423828,
|
| 303 |
+
"learning_rate": 4.730171106393466e-07,
|
| 304 |
+
"logits/chosen": 10.374225616455078,
|
| 305 |
+
"logits/rejected": 11.157809257507324,
|
| 306 |
+
"logps/chosen": -105.8244400024414,
|
| 307 |
+
"logps/ref_chosen": -103.81341552734375,
|
| 308 |
+
"logps/ref_rejected": -117.45123291015625,
|
| 309 |
+
"logps/rejected": -119.37814331054688,
|
| 310 |
+
"loss": 0.6936,
|
| 311 |
+
"rewards/accuracies": 0.4453125,
|
| 312 |
+
"rewards/chosen": -0.020110249519348145,
|
| 313 |
+
"rewards/margins": -0.0008410783484578133,
|
| 314 |
+
"rewards/rejected": -0.019269172102212906,
|
| 315 |
+
"step": 18
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"epoch": 0.2503087690407575,
|
| 319 |
+
"grad_norm": 0.49562451243400574,
|
| 320 |
+
"learning_rate": 4.6747659310219757e-07,
|
| 321 |
+
"logits/chosen": 10.303974151611328,
|
| 322 |
+
"logits/rejected": 10.965604782104492,
|
| 323 |
+
"logps/chosen": -109.81462860107422,
|
| 324 |
+
"logps/ref_chosen": -107.85797119140625,
|
| 325 |
+
"logps/ref_rejected": -121.88042449951172,
|
| 326 |
+
"logps/rejected": -124.41007232666016,
|
| 327 |
+
"loss": 0.6903,
|
| 328 |
+
"rewards/accuracies": 0.625,
|
| 329 |
+
"rewards/chosen": -0.019566601142287254,
|
| 330 |
+
"rewards/margins": 0.005729879252612591,
|
| 331 |
+
"rewards/rejected": -0.02529647946357727,
|
| 332 |
+
"step": 19
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.2634829147797447,
|
| 336 |
+
"grad_norm": 0.48442593216896057,
|
| 337 |
+
"learning_rate": 4.6145801481477433e-07,
|
| 338 |
+
"logits/chosen": 10.682939529418945,
|
| 339 |
+
"logits/rejected": 11.487958908081055,
|
| 340 |
+
"logps/chosen": -105.8414077758789,
|
| 341 |
+
"logps/ref_chosen": -103.42721557617188,
|
| 342 |
+
"logps/ref_rejected": -116.7796630859375,
|
| 343 |
+
"logps/rejected": -119.14535522460938,
|
| 344 |
+
"loss": 0.6934,
|
| 345 |
+
"rewards/accuracies": 0.4609375,
|
| 346 |
+
"rewards/chosen": -0.024141818284988403,
|
| 347 |
+
"rewards/margins": -0.00048486533341929317,
|
| 348 |
+
"rewards/rejected": -0.023656953126192093,
|
| 349 |
+
"step": 20
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"epoch": 0.276657060518732,
|
| 353 |
+
"grad_norm": 0.6605204343795776,
|
| 354 |
+
"learning_rate": 4.549746059183561e-07,
|
| 355 |
+
"logits/chosen": 9.703460693359375,
|
| 356 |
+
"logits/rejected": 10.792010307312012,
|
| 357 |
+
"logps/chosen": -109.3312759399414,
|
| 358 |
+
"logps/ref_chosen": -106.60163879394531,
|
| 359 |
+
"logps/ref_rejected": -124.56562805175781,
|
| 360 |
+
"logps/rejected": -127.45460510253906,
|
| 361 |
+
"loss": 0.6924,
|
| 362 |
+
"rewards/accuracies": 0.5,
|
| 363 |
+
"rewards/chosen": -0.027296334505081177,
|
| 364 |
+
"rewards/margins": 0.0015935557894408703,
|
| 365 |
+
"rewards/rejected": -0.028889887034893036,
|
| 366 |
+
"step": 21
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.28983120625771924,
|
| 370 |
+
"grad_norm": 0.8831092715263367,
|
| 371 |
+
"learning_rate": 4.480406183527823e-07,
|
| 372 |
+
"logits/chosen": 10.168815612792969,
|
| 373 |
+
"logits/rejected": 11.040711402893066,
|
| 374 |
+
"logps/chosen": -107.1961669921875,
|
| 375 |
+
"logps/ref_chosen": -103.77696228027344,
|
| 376 |
+
"logps/ref_rejected": -118.73616027832031,
|
| 377 |
+
"logps/rejected": -121.80266571044922,
|
| 378 |
+
"loss": 0.695,
|
| 379 |
+
"rewards/accuracies": 0.4453125,
|
| 380 |
+
"rewards/chosen": -0.03419206291437149,
|
| 381 |
+
"rewards/margins": -0.0035268948413431644,
|
| 382 |
+
"rewards/rejected": -0.030665166676044464,
|
| 383 |
+
"step": 22
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"epoch": 0.3030053519967065,
|
| 387 |
+
"grad_norm": 0.37249696254730225,
|
| 388 |
+
"learning_rate": 4.4067129452759546e-07,
|
| 389 |
+
"logits/chosen": 10.050610542297363,
|
| 390 |
+
"logits/rejected": 11.06921100616455,
|
| 391 |
+
"logps/chosen": -108.137451171875,
|
| 392 |
+
"logps/ref_chosen": -104.72956085205078,
|
| 393 |
+
"logps/ref_rejected": -121.35556030273438,
|
| 394 |
+
"logps/rejected": -124.6715316772461,
|
| 395 |
+
"loss": 0.6937,
|
| 396 |
+
"rewards/accuracies": 0.5,
|
| 397 |
+
"rewards/chosen": -0.03407883644104004,
|
| 398 |
+
"rewards/margins": -0.0009191110148094594,
|
| 399 |
+
"rewards/rejected": -0.03315972909331322,
|
| 400 |
+
"step": 23
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"epoch": 0.3161794977356937,
|
| 404 |
+
"grad_norm": 0.5831263661384583,
|
| 405 |
+
"learning_rate": 4.3288283381591725e-07,
|
| 406 |
+
"logits/chosen": 10.146599769592285,
|
| 407 |
+
"logits/rejected": 10.979142189025879,
|
| 408 |
+
"logps/chosen": -109.36030578613281,
|
| 409 |
+
"logps/ref_chosen": -105.88758087158203,
|
| 410 |
+
"logps/ref_rejected": -125.69054412841797,
|
| 411 |
+
"logps/rejected": -129.528076171875,
|
| 412 |
+
"loss": 0.6914,
|
| 413 |
+
"rewards/accuracies": 0.5390625,
|
| 414 |
+
"rewards/chosen": -0.034727297723293304,
|
| 415 |
+
"rewards/margins": 0.003648004261776805,
|
| 416 |
+
"rewards/rejected": -0.03837530314922333,
|
| 417 |
+
"step": 24
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"epoch": 0.32935364347468093,
|
| 421 |
+
"grad_norm": 0.574914276599884,
|
| 422 |
+
"learning_rate": 4.246923569447104e-07,
|
| 423 |
+
"logits/chosen": 10.25512409210205,
|
| 424 |
+
"logits/rejected": 10.956289291381836,
|
| 425 |
+
"logps/chosen": -113.96874237060547,
|
| 426 |
+
"logps/ref_chosen": -110.0761489868164,
|
| 427 |
+
"logps/ref_rejected": -129.10540771484375,
|
| 428 |
+
"logps/rejected": -133.20553588867188,
|
| 429 |
+
"loss": 0.6922,
|
| 430 |
+
"rewards/accuracies": 0.515625,
|
| 431 |
+
"rewards/chosen": -0.03892593830823898,
|
| 432 |
+
"rewards/margins": 0.0020754451397806406,
|
| 433 |
+
"rewards/rejected": -0.04100137948989868,
|
| 434 |
+
"step": 25
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"epoch": 0.34252778921366817,
|
| 438 |
+
"grad_norm": 0.42842620611190796,
|
| 439 |
+
"learning_rate": 4.161178683597054e-07,
|
| 440 |
+
"logits/chosen": 10.368014335632324,
|
| 441 |
+
"logits/rejected": 11.450322151184082,
|
| 442 |
+
"logps/chosen": -108.39615631103516,
|
| 443 |
+
"logps/ref_chosen": -103.74571990966797,
|
| 444 |
+
"logps/ref_rejected": -120.73832702636719,
|
| 445 |
+
"logps/rejected": -125.09370422363281,
|
| 446 |
+
"loss": 0.6947,
|
| 447 |
+
"rewards/accuracies": 0.453125,
|
| 448 |
+
"rewards/chosen": -0.046504296362400055,
|
| 449 |
+
"rewards/margins": -0.002950500464066863,
|
| 450 |
+
"rewards/rejected": -0.04355379566550255,
|
| 451 |
+
"step": 26
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.3557019349526554,
|
| 455 |
+
"grad_norm": 0.5645923018455505,
|
| 456 |
+
"learning_rate": 4.0717821664772124e-07,
|
| 457 |
+
"logits/chosen": 10.042550086975098,
|
| 458 |
+
"logits/rejected": 11.243234634399414,
|
| 459 |
+
"logps/chosen": -110.1788330078125,
|
| 460 |
+
"logps/ref_chosen": -105.47428131103516,
|
| 461 |
+
"logps/ref_rejected": -120.5193099975586,
|
| 462 |
+
"logps/rejected": -125.00762939453125,
|
| 463 |
+
"loss": 0.6944,
|
| 464 |
+
"rewards/accuracies": 0.4609375,
|
| 465 |
+
"rewards/chosen": -0.04704552888870239,
|
| 466 |
+
"rewards/margins": -0.0021622537169605494,
|
| 467 |
+
"rewards/rejected": -0.044883277267217636,
|
| 468 |
+
"step": 27
|
| 469 |
+
},
|
| 470 |
+
{
|
| 471 |
+
"epoch": 0.3688760806916426,
|
| 472 |
+
"grad_norm": 0.680381178855896,
|
| 473 |
+
"learning_rate": 3.978930531033806e-07,
|
| 474 |
+
"logits/chosen": 9.559943199157715,
|
| 475 |
+
"logits/rejected": 10.705163955688477,
|
| 476 |
+
"logps/chosen": -107.98367309570312,
|
| 477 |
+
"logps/ref_chosen": -103.72540283203125,
|
| 478 |
+
"logps/ref_rejected": -119.79557800292969,
|
| 479 |
+
"logps/rejected": -124.30613708496094,
|
| 480 |
+
"loss": 0.692,
|
| 481 |
+
"rewards/accuracies": 0.59375,
|
| 482 |
+
"rewards/chosen": -0.04258278012275696,
|
| 483 |
+
"rewards/margins": 0.0025227584410458803,
|
| 484 |
+
"rewards/rejected": -0.04510553926229477,
|
| 485 |
+
"step": 28
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 0.3820502264306299,
|
| 489 |
+
"grad_norm": 0.569850504398346,
|
| 490 |
+
"learning_rate": 3.882827885312998e-07,
|
| 491 |
+
"logits/chosen": 10.065170288085938,
|
| 492 |
+
"logits/rejected": 11.1397123336792,
|
| 493 |
+
"logps/chosen": -112.4742431640625,
|
| 494 |
+
"logps/ref_chosen": -108.65434265136719,
|
| 495 |
+
"logps/ref_rejected": -121.46784973144531,
|
| 496 |
+
"logps/rejected": -125.24649047851562,
|
| 497 |
+
"loss": 0.6935,
|
| 498 |
+
"rewards/accuracies": 0.484375,
|
| 499 |
+
"rewards/chosen": -0.03819899260997772,
|
| 500 |
+
"rewards/margins": -0.0004125672858208418,
|
| 501 |
+
"rewards/rejected": -0.03778642416000366,
|
| 502 |
+
"step": 29
|
| 503 |
+
},
|
| 504 |
+
{
|
| 505 |
+
"epoch": 0.39522437216961714,
|
| 506 |
+
"grad_norm": 0.5246622562408447,
|
| 507 |
+
"learning_rate": 3.7836854837871044e-07,
|
| 508 |
+
"logits/chosen": 10.21100902557373,
|
| 509 |
+
"logits/rejected": 11.58244800567627,
|
| 510 |
+
"logps/chosen": -108.34341430664062,
|
| 511 |
+
"logps/ref_chosen": -103.62174224853516,
|
| 512 |
+
"logps/ref_rejected": -126.73807525634766,
|
| 513 |
+
"logps/rejected": -131.23304748535156,
|
| 514 |
+
"loss": 0.6944,
|
| 515 |
+
"rewards/accuracies": 0.453125,
|
| 516 |
+
"rewards/chosen": -0.04721669480204582,
|
| 517 |
+
"rewards/margins": -0.0022669308818876743,
|
| 518 |
+
"rewards/rejected": -0.044949766248464584,
|
| 519 |
+
"step": 30
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"epoch": 0.4083985179086044,
|
| 523 |
+
"grad_norm": 0.37346869707107544,
|
| 524 |
+
"learning_rate": 3.681721262971413e-07,
|
| 525 |
+
"logits/chosen": 9.762397766113281,
|
| 526 |
+
"logits/rejected": 10.784234046936035,
|
| 527 |
+
"logps/chosen": -110.99979400634766,
|
| 528 |
+
"logps/ref_chosen": -106.10479736328125,
|
| 529 |
+
"logps/ref_rejected": -120.6382827758789,
|
| 530 |
+
"logps/rejected": -125.51140594482422,
|
| 531 |
+
"loss": 0.6934,
|
| 532 |
+
"rewards/accuracies": 0.515625,
|
| 533 |
+
"rewards/chosen": -0.04894987493753433,
|
| 534 |
+
"rewards/margins": -0.00021872523939236999,
|
| 535 |
+
"rewards/rejected": -0.04873115196824074,
|
| 536 |
+
"step": 31
|
| 537 |
+
},
|
| 538 |
+
{
|
| 539 |
+
"epoch": 0.4215726636475916,
|
| 540 |
+
"grad_norm": 0.4927314221858978,
|
| 541 |
+
"learning_rate": 3.577159362352426e-07,
|
| 542 |
+
"logits/chosen": 10.023344993591309,
|
| 543 |
+
"logits/rejected": 11.392967224121094,
|
| 544 |
+
"logps/chosen": -110.29427337646484,
|
| 545 |
+
"logps/ref_chosen": -105.99569702148438,
|
| 546 |
+
"logps/ref_rejected": -128.34303283691406,
|
| 547 |
+
"logps/rejected": -132.72604370117188,
|
| 548 |
+
"loss": 0.6929,
|
| 549 |
+
"rewards/accuracies": 0.4453125,
|
| 550 |
+
"rewards/chosen": -0.04298572242259979,
|
| 551 |
+
"rewards/margins": 0.0008442200487479568,
|
| 552 |
+
"rewards/rejected": -0.04382994398474693,
|
| 553 |
+
"step": 32
|
| 554 |
+
},
|
| 555 |
+
{
|
| 556 |
+
"epoch": 0.43474680938657884,
|
| 557 |
+
"grad_norm": 0.9654183983802795,
|
| 558 |
+
"learning_rate": 3.470229631680624e-07,
|
| 559 |
+
"logits/chosen": 9.917928695678711,
|
| 560 |
+
"logits/rejected": 10.762564659118652,
|
| 561 |
+
"logps/chosen": -110.05650329589844,
|
| 562 |
+
"logps/ref_chosen": -105.72196197509766,
|
| 563 |
+
"logps/ref_rejected": -121.59507751464844,
|
| 564 |
+
"logps/rejected": -126.74140167236328,
|
| 565 |
+
"loss": 0.6892,
|
| 566 |
+
"rewards/accuracies": 0.578125,
|
| 567 |
+
"rewards/chosen": -0.04334544017910957,
|
| 568 |
+
"rewards/margins": 0.008117962628602982,
|
| 569 |
+
"rewards/rejected": -0.05146340653300285,
|
| 570 |
+
"step": 33
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.44792095512556607,
|
| 574 |
+
"grad_norm": 0.5439296960830688,
|
| 575 |
+
"learning_rate": 3.361167125710832e-07,
|
| 576 |
+
"logits/chosen": 10.135066032409668,
|
| 577 |
+
"logits/rejected": 10.976527214050293,
|
| 578 |
+
"logps/chosen": -115.52051544189453,
|
| 579 |
+
"logps/ref_chosen": -111.4834976196289,
|
| 580 |
+
"logps/ref_rejected": -130.48089599609375,
|
| 581 |
+
"logps/rejected": -135.11973571777344,
|
| 582 |
+
"loss": 0.6903,
|
| 583 |
+
"rewards/accuracies": 0.59375,
|
| 584 |
+
"rewards/chosen": -0.04037024453282356,
|
| 585 |
+
"rewards/margins": 0.0060182418674230576,
|
| 586 |
+
"rewards/rejected": -0.04638848453760147,
|
| 587 |
+
"step": 34
|
| 588 |
+
},
|
| 589 |
+
{
|
| 590 |
+
"epoch": 0.4610951008645533,
|
| 591 |
+
"grad_norm": 0.6634539365768433,
|
| 592 |
+
"learning_rate": 3.2502115875008516e-07,
|
| 593 |
+
"logits/chosen": 10.4329252243042,
|
| 594 |
+
"logits/rejected": 11.376739501953125,
|
| 595 |
+
"logps/chosen": -112.54086303710938,
|
| 596 |
+
"logps/ref_chosen": -108.9183349609375,
|
| 597 |
+
"logps/ref_rejected": -121.32493591308594,
|
| 598 |
+
"logps/rejected": -125.75639343261719,
|
| 599 |
+
"loss": 0.6893,
|
| 600 |
+
"rewards/accuracies": 0.578125,
|
| 601 |
+
"rewards/chosen": -0.03622515872120857,
|
| 602 |
+
"rewards/margins": 0.008089457638561726,
|
| 603 |
+
"rewards/rejected": -0.04431461915373802,
|
| 604 |
+
"step": 35
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.47426924660354053,
|
| 608 |
+
"grad_norm": 0.6542326807975769,
|
| 609 |
+
"learning_rate": 3.137606921404191e-07,
|
| 610 |
+
"logits/chosen": 10.058025360107422,
|
| 611 |
+
"logits/rejected": 10.712655067443848,
|
| 612 |
+
"logps/chosen": -111.80799865722656,
|
| 613 |
+
"logps/ref_chosen": -107.1411361694336,
|
| 614 |
+
"logps/ref_rejected": -118.66165161132812,
|
| 615 |
+
"logps/rejected": -123.4068832397461,
|
| 616 |
+
"loss": 0.6929,
|
| 617 |
+
"rewards/accuracies": 0.5078125,
|
| 618 |
+
"rewards/chosen": -0.046668585389852524,
|
| 619 |
+
"rewards/margins": 0.000783862778916955,
|
| 620 |
+
"rewards/rejected": -0.047452446073293686,
|
| 621 |
+
"step": 36
|
| 622 |
+
},
|
| 623 |
+
{
|
| 624 |
+
"epoch": 0.4874433923425278,
|
| 625 |
+
"grad_norm": 0.4339970350265503,
|
| 626 |
+
"learning_rate": 3.0236006569153616e-07,
|
| 627 |
+
"logits/chosen": 10.282718658447266,
|
| 628 |
+
"logits/rejected": 11.08802604675293,
|
| 629 |
+
"logps/chosen": -110.58891296386719,
|
| 630 |
+
"logps/ref_chosen": -106.6348876953125,
|
| 631 |
+
"logps/ref_rejected": -121.37834167480469,
|
| 632 |
+
"logps/rejected": -125.47262573242188,
|
| 633 |
+
"loss": 0.6926,
|
| 634 |
+
"rewards/accuracies": 0.5703125,
|
| 635 |
+
"rewards/chosen": -0.03954017534852028,
|
| 636 |
+
"rewards/margins": 0.0014026057906448841,
|
| 637 |
+
"rewards/rejected": -0.040942780673503876,
|
| 638 |
+
"step": 37
|
| 639 |
+
},
|
| 640 |
+
{
|
| 641 |
+
"epoch": 0.500617538081515,
|
| 642 |
+
"grad_norm": 0.6856023073196411,
|
| 643 |
+
"learning_rate": 2.9084434045463254e-07,
|
| 644 |
+
"logits/chosen": 9.826108932495117,
|
| 645 |
+
"logits/rejected": 10.918371200561523,
|
| 646 |
+
"logps/chosen": -107.96115112304688,
|
| 647 |
+
"logps/ref_chosen": -104.01033782958984,
|
| 648 |
+
"logps/ref_rejected": -119.02666473388672,
|
| 649 |
+
"logps/rejected": -123.3695068359375,
|
| 650 |
+
"loss": 0.6913,
|
| 651 |
+
"rewards/accuracies": 0.5625,
|
| 652 |
+
"rewards/chosen": -0.039508119225502014,
|
| 653 |
+
"rewards/margins": 0.003920318093150854,
|
| 654 |
+
"rewards/rejected": -0.043428435921669006,
|
| 655 |
+
"step": 38
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"epoch": 0.5137916838205022,
|
| 659 |
+
"grad_norm": 0.5166105628013611,
|
| 660 |
+
"learning_rate": 2.7923883049302066e-07,
|
| 661 |
+
"logits/chosen": 10.282295227050781,
|
| 662 |
+
"logits/rejected": 11.047395706176758,
|
| 663 |
+
"logps/chosen": -113.61396026611328,
|
| 664 |
+
"logps/ref_chosen": -109.76485443115234,
|
| 665 |
+
"logps/ref_rejected": -122.25163269042969,
|
| 666 |
+
"logps/rejected": -126.30699157714844,
|
| 667 |
+
"loss": 0.6922,
|
| 668 |
+
"rewards/accuracies": 0.5390625,
|
| 669 |
+
"rewards/chosen": -0.038491036742925644,
|
| 670 |
+
"rewards/margins": 0.002062497427687049,
|
| 671 |
+
"rewards/rejected": -0.040553539991378784,
|
| 672 |
+
"step": 39
|
| 673 |
+
},
|
| 674 |
+
{
|
| 675 |
+
"epoch": 0.5269658295594895,
|
| 676 |
+
"grad_norm": 0.7613899111747742,
|
| 677 |
+
"learning_rate": 2.6756904723632324e-07,
|
| 678 |
+
"logits/chosen": 10.10784912109375,
|
| 679 |
+
"logits/rejected": 11.276141166687012,
|
| 680 |
+
"logps/chosen": -111.32815551757812,
|
| 681 |
+
"logps/ref_chosen": -107.18782806396484,
|
| 682 |
+
"logps/ref_rejected": -124.24542236328125,
|
| 683 |
+
"logps/rejected": -128.5751495361328,
|
| 684 |
+
"loss": 0.6924,
|
| 685 |
+
"rewards/accuracies": 0.515625,
|
| 686 |
+
"rewards/chosen": -0.04140327125787735,
|
| 687 |
+
"rewards/margins": 0.001893932232633233,
|
| 688 |
+
"rewards/rejected": -0.04329720139503479,
|
| 689 |
+
"step": 40
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.5401399752984768,
|
| 693 |
+
"grad_norm": 0.5243136882781982,
|
| 694 |
+
"learning_rate": 2.5586064340081516e-07,
|
| 695 |
+
"logits/chosen": 10.432905197143555,
|
| 696 |
+
"logits/rejected": 11.059402465820312,
|
| 697 |
+
"logps/chosen": -109.8786849975586,
|
| 698 |
+
"logps/ref_chosen": -106.42051696777344,
|
| 699 |
+
"logps/ref_rejected": -122.25247192382812,
|
| 700 |
+
"logps/rejected": -126.91265106201172,
|
| 701 |
+
"loss": 0.6873,
|
| 702 |
+
"rewards/accuracies": 0.6171875,
|
| 703 |
+
"rewards/chosen": -0.034581609070301056,
|
| 704 |
+
"rewards/margins": 0.012020176276564598,
|
| 705 |
+
"rewards/rejected": -0.0466017909348011,
|
| 706 |
+
"step": 41
|
| 707 |
+
},
|
| 708 |
+
{
|
| 709 |
+
"epoch": 0.553314121037464,
|
| 710 |
+
"grad_norm": 0.6438937187194824,
|
| 711 |
+
"learning_rate": 2.4413935659918487e-07,
|
| 712 |
+
"logits/chosen": 9.422279357910156,
|
| 713 |
+
"logits/rejected": 10.50160026550293,
|
| 714 |
+
"logps/chosen": -106.31170654296875,
|
| 715 |
+
"logps/ref_chosen": -103.1148452758789,
|
| 716 |
+
"logps/ref_rejected": -116.55464935302734,
|
| 717 |
+
"logps/rejected": -120.24292755126953,
|
| 718 |
+
"loss": 0.6908,
|
| 719 |
+
"rewards/accuracies": 0.5234375,
|
| 720 |
+
"rewards/chosen": -0.03196856006979942,
|
| 721 |
+
"rewards/margins": 0.004914162214845419,
|
| 722 |
+
"rewards/rejected": -0.03688272088766098,
|
| 723 |
+
"step": 42
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 0.5664882667764513,
|
| 727 |
+
"grad_norm": 0.5491278171539307,
|
| 728 |
+
"learning_rate": 2.3243095276367684e-07,
|
| 729 |
+
"logits/chosen": 9.590739250183105,
|
| 730 |
+
"logits/rejected": 10.710611343383789,
|
| 731 |
+
"logps/chosen": -107.79342651367188,
|
| 732 |
+
"logps/ref_chosen": -104.21064758300781,
|
| 733 |
+
"logps/ref_rejected": -118.7614974975586,
|
| 734 |
+
"logps/rejected": -122.59417724609375,
|
| 735 |
+
"loss": 0.6921,
|
| 736 |
+
"rewards/accuracies": 0.5,
|
| 737 |
+
"rewards/chosen": -0.03582778573036194,
|
| 738 |
+
"rewards/margins": 0.002499072812497616,
|
| 739 |
+
"rewards/rejected": -0.03832685574889183,
|
| 740 |
+
"step": 43
|
| 741 |
+
},
|
| 742 |
+
{
|
| 743 |
+
"epoch": 0.5796624125154385,
|
| 744 |
+
"grad_norm": 0.39058002829551697,
|
| 745 |
+
"learning_rate": 2.2076116950697937e-07,
|
| 746 |
+
"logits/chosen": 9.714144706726074,
|
| 747 |
+
"logits/rejected": 10.525476455688477,
|
| 748 |
+
"logps/chosen": -104.20186614990234,
|
| 749 |
+
"logps/ref_chosen": -100.59449005126953,
|
| 750 |
+
"logps/ref_rejected": -115.95166778564453,
|
| 751 |
+
"logps/rejected": -120.36408233642578,
|
| 752 |
+
"loss": 0.6893,
|
| 753 |
+
"rewards/accuracies": 0.5625,
|
| 754 |
+
"rewards/chosen": -0.03607375919818878,
|
| 755 |
+
"rewards/margins": 0.008050307631492615,
|
| 756 |
+
"rewards/rejected": -0.044124066829681396,
|
| 757 |
+
"step": 44
|
| 758 |
+
},
|
| 759 |
+
{
|
| 760 |
+
"epoch": 0.5928365582544257,
|
| 761 |
+
"grad_norm": 0.49462494254112244,
|
| 762 |
+
"learning_rate": 2.091556595453674e-07,
|
| 763 |
+
"logits/chosen": 9.886950492858887,
|
| 764 |
+
"logits/rejected": 10.70908260345459,
|
| 765 |
+
"logps/chosen": -110.35658264160156,
|
| 766 |
+
"logps/ref_chosen": -106.96060943603516,
|
| 767 |
+
"logps/ref_rejected": -125.49449157714844,
|
| 768 |
+
"logps/rejected": -129.1283416748047,
|
| 769 |
+
"loss": 0.6921,
|
| 770 |
+
"rewards/accuracies": 0.5390625,
|
| 771 |
+
"rewards/chosen": -0.033959683030843735,
|
| 772 |
+
"rewards/margins": 0.0023788013495504856,
|
| 773 |
+
"rewards/rejected": -0.03633848577737808,
|
| 774 |
+
"step": 45
|
| 775 |
+
},
|
| 776 |
+
{
|
| 777 |
+
"epoch": 0.606010703993413,
|
| 778 |
+
"grad_norm": 0.5809131860733032,
|
| 779 |
+
"learning_rate": 1.9763993430846392e-07,
|
| 780 |
+
"logits/chosen": 9.98457145690918,
|
| 781 |
+
"logits/rejected": 10.643254280090332,
|
| 782 |
+
"logps/chosen": -110.51849365234375,
|
| 783 |
+
"logps/ref_chosen": -107.08544158935547,
|
| 784 |
+
"logps/ref_rejected": -120.38542175292969,
|
| 785 |
+
"logps/rejected": -124.85211944580078,
|
| 786 |
+
"loss": 0.6881,
|
| 787 |
+
"rewards/accuracies": 0.625,
|
| 788 |
+
"rewards/chosen": -0.034330543130636215,
|
| 789 |
+
"rewards/margins": 0.010336533188819885,
|
| 790 |
+
"rewards/rejected": -0.0446670763194561,
|
| 791 |
+
"step": 46
|
| 792 |
+
},
|
| 793 |
+
{
|
| 794 |
+
"epoch": 0.6191848497324002,
|
| 795 |
+
"grad_norm": 0.6774134039878845,
|
| 796 |
+
"learning_rate": 1.862393078595809e-07,
|
| 797 |
+
"logits/chosen": 9.864917755126953,
|
| 798 |
+
"logits/rejected": 11.103195190429688,
|
| 799 |
+
"logps/chosen": -109.32252502441406,
|
| 800 |
+
"logps/ref_chosen": -105.74787902832031,
|
| 801 |
+
"logps/ref_rejected": -122.93606567382812,
|
| 802 |
+
"logps/rejected": -126.75948333740234,
|
| 803 |
+
"loss": 0.692,
|
| 804 |
+
"rewards/accuracies": 0.5234375,
|
| 805 |
+
"rewards/chosen": -0.03574639558792114,
|
| 806 |
+
"rewards/margins": 0.0024877344258129597,
|
| 807 |
+
"rewards/rejected": -0.038234129548072815,
|
| 808 |
+
"step": 47
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 0.6323589954713874,
|
| 812 |
+
"grad_norm": 0.6952683925628662,
|
| 813 |
+
"learning_rate": 1.7497884124991485e-07,
|
| 814 |
+
"logits/chosen": 10.426509857177734,
|
| 815 |
+
"logits/rejected": 11.333501815795898,
|
| 816 |
+
"logps/chosen": -108.989013671875,
|
| 817 |
+
"logps/ref_chosen": -105.3005599975586,
|
| 818 |
+
"logps/ref_rejected": -123.93569946289062,
|
| 819 |
+
"logps/rejected": -127.78026580810547,
|
| 820 |
+
"loss": 0.6925,
|
| 821 |
+
"rewards/accuracies": 0.5078125,
|
| 822 |
+
"rewards/chosen": -0.036884430795907974,
|
| 823 |
+
"rewards/margins": 0.001561243087053299,
|
| 824 |
+
"rewards/rejected": -0.03844567388296127,
|
| 825 |
+
"step": 48
|
| 826 |
+
}
|
| 827 |
+
],
|
| 828 |
+
"logging_steps": 1,
|
| 829 |
+
"max_steps": 75,
|
| 830 |
+
"num_input_tokens_seen": 0,
|
| 831 |
+
"num_train_epochs": 1,
|
| 832 |
+
"save_steps": 12,
|
| 833 |
+
"stateful_callbacks": {
|
| 834 |
+
"TrainerControl": {
|
| 835 |
+
"args": {
|
| 836 |
+
"should_epoch_stop": false,
|
| 837 |
+
"should_evaluate": false,
|
| 838 |
+
"should_log": false,
|
| 839 |
+
"should_save": true,
|
| 840 |
+
"should_training_stop": false
|
| 841 |
+
},
|
| 842 |
+
"attributes": {}
|
| 843 |
+
}
|
| 844 |
+
},
|
| 845 |
+
"total_flos": 0.0,
|
| 846 |
+
"train_batch_size": 2,
|
| 847 |
+
"trial_name": null,
|
| 848 |
+
"trial_params": null
|
| 849 |
+
}
|
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:a7c6b68742e1dfdea9f9d1d3289819239e7150f3dfee2dfb241d7cf192564cce
|
| 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:2a310a4e09c172055132b12059797ecfd9ed470f01d2b7b9e0fe49ad9e4a3745
|
| 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
|
|
|