Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- added_tokens.json +13 -0
- all_results.json +22 -0
- checkpoint-12/added_tokens.json +13 -0
- checkpoint-12/config.json +36 -0
- checkpoint-12/generation_config.json +11 -0
- checkpoint-12/model-00001-of-00002.safetensors +3 -0
- checkpoint-12/model-00002-of-00002.safetensors +3 -0
- checkpoint-12/model.safetensors.index.json +202 -0
- checkpoint-12/special_tokens_map.json +30 -0
- checkpoint-12/tokenizer.json +0 -0
- checkpoint-12/tokenizer_config.json +131 -0
- checkpoint-12/trainer_state.json +213 -0
- checkpoint-24/added_tokens.json +13 -0
- checkpoint-24/config.json +36 -0
- checkpoint-24/generation_config.json +11 -0
- checkpoint-24/model-00001-of-00002.safetensors +3 -0
- checkpoint-24/model-00002-of-00002.safetensors +3 -0
- checkpoint-24/model.safetensors.index.json +202 -0
- checkpoint-24/special_tokens_map.json +30 -0
- checkpoint-24/tokenizer.json +0 -0
- checkpoint-24/tokenizer_config.json +131 -0
- checkpoint-24/trainer_state.json +393 -0
- checkpoint-36/added_tokens.json +13 -0
- checkpoint-36/config.json +36 -0
- checkpoint-36/generation_config.json +11 -0
- checkpoint-36/model-00001-of-00002.safetensors +3 -0
- checkpoint-36/model-00002-of-00002.safetensors +3 -0
- checkpoint-36/model.safetensors.index.json +202 -0
- checkpoint-36/special_tokens_map.json +30 -0
- checkpoint-36/tokenizer.json +0 -0
- checkpoint-36/tokenizer_config.json +131 -0
- checkpoint-36/trainer_state.json +573 -0
- checkpoint-48/added_tokens.json +13 -0
- checkpoint-48/config.json +36 -0
- checkpoint-48/generation_config.json +11 -0
- checkpoint-48/model-00001-of-00002.safetensors +3 -0
- checkpoint-48/model-00002-of-00002.safetensors +3 -0
- checkpoint-48/model.safetensors.index.json +202 -0
- checkpoint-48/special_tokens_map.json +30 -0
- checkpoint-48/tokenizer.json +0 -0
- checkpoint-48/tokenizer_config.json +131 -0
- checkpoint-48/trainer_state.json +753 -0
- checkpoint-60/added_tokens.json +13 -0
- checkpoint-60/config.json +36 -0
- checkpoint-60/generation_config.json +11 -0
- checkpoint-60/model-00001-of-00002.safetensors +3 -0
- checkpoint-60/model-00002-of-00002.safetensors +3 -0
- checkpoint-60/model.safetensors.index.json +202 -0
- checkpoint-60/special_tokens_map.json +30 -0
- checkpoint-60/tokenizer.json +0 -0
added_tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|assistant|>": 32001,
|
| 3 |
+
"<|endoftext|>": 32000,
|
| 4 |
+
"<|end|>": 32007,
|
| 5 |
+
"<|placeholder1|>": 32002,
|
| 6 |
+
"<|placeholder2|>": 32003,
|
| 7 |
+
"<|placeholder3|>": 32004,
|
| 8 |
+
"<|placeholder4|>": 32005,
|
| 9 |
+
"<|placeholder5|>": 32008,
|
| 10 |
+
"<|placeholder6|>": 32009,
|
| 11 |
+
"<|system|>": 32006,
|
| 12 |
+
"<|user|>": 32010
|
| 13 |
+
}
|
all_results.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 0.9880609304240429,
|
| 3 |
+
"eval_logits/chosen": 9.247183799743652,
|
| 4 |
+
"eval_logits/rejected": 10.069817543029785,
|
| 5 |
+
"eval_logps/chosen": -0.4010205566883087,
|
| 6 |
+
"eval_logps/rejected": -0.41174402832984924,
|
| 7 |
+
"eval_loss": 1.3837605714797974,
|
| 8 |
+
"eval_rewards/accuracies": 0.5231481194496155,
|
| 9 |
+
"eval_rewards/chosen": -0.8020411133766174,
|
| 10 |
+
"eval_rewards/margins": 0.02144695073366165,
|
| 11 |
+
"eval_rewards/rejected": -0.8234880566596985,
|
| 12 |
+
"eval_runtime": 145.5386,
|
| 13 |
+
"eval_samples": 1080,
|
| 14 |
+
"eval_samples_per_second": 7.421,
|
| 15 |
+
"eval_steps_per_second": 1.855,
|
| 16 |
+
"total_flos": 0.0,
|
| 17 |
+
"train_loss": 1.401187040011088,
|
| 18 |
+
"train_runtime": 7987.3887,
|
| 19 |
+
"train_samples": 9715,
|
| 20 |
+
"train_samples_per_second": 1.216,
|
| 21 |
+
"train_steps_per_second": 0.009
|
| 22 |
+
}
|
checkpoint-12/added_tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|assistant|>": 32001,
|
| 3 |
+
"<|endoftext|>": 32000,
|
| 4 |
+
"<|end|>": 32007,
|
| 5 |
+
"<|placeholder1|>": 32002,
|
| 6 |
+
"<|placeholder2|>": 32003,
|
| 7 |
+
"<|placeholder3|>": 32004,
|
| 8 |
+
"<|placeholder4|>": 32005,
|
| 9 |
+
"<|placeholder5|>": 32008,
|
| 10 |
+
"<|placeholder6|>": 32009,
|
| 11 |
+
"<|system|>": 32006,
|
| 12 |
+
"<|user|>": 32010
|
| 13 |
+
}
|
checkpoint-12/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/home/v-liuzichuan/huggingface/Phi-3-mini-4k-instruct",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Phi3ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"auto_map": {
|
| 9 |
+
"AutoConfig": "configuration_phi3.Phi3Config",
|
| 10 |
+
"AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
|
| 11 |
+
},
|
| 12 |
+
"bos_token_id": 1,
|
| 13 |
+
"embd_pdrop": 0.0,
|
| 14 |
+
"eos_token_id": 32000,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"hidden_size": 3072,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 8192,
|
| 19 |
+
"max_position_embeddings": 4096,
|
| 20 |
+
"model_type": "phi3",
|
| 21 |
+
"num_attention_heads": 32,
|
| 22 |
+
"num_hidden_layers": 32,
|
| 23 |
+
"num_key_value_heads": 32,
|
| 24 |
+
"original_max_position_embeddings": 4096,
|
| 25 |
+
"pad_token_id": 32000,
|
| 26 |
+
"resid_pdrop": 0.0,
|
| 27 |
+
"rms_norm_eps": 1e-05,
|
| 28 |
+
"rope_scaling": null,
|
| 29 |
+
"rope_theta": 10000.0,
|
| 30 |
+
"sliding_window": 2047,
|
| 31 |
+
"tie_word_embeddings": false,
|
| 32 |
+
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.45.2",
|
| 34 |
+
"use_cache": false,
|
| 35 |
+
"vocab_size": 32064
|
| 36 |
+
}
|
checkpoint-12/generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
32000,
|
| 6 |
+
32001,
|
| 7 |
+
32007
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 32000,
|
| 10 |
+
"transformers_version": "4.45.2"
|
| 11 |
+
}
|
checkpoint-12/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0a7d78f865013420153fb61cb3ad9e7b3b6298271ccc64e763f902ed09b353a
|
| 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:43774b9ead84eecc215db14b79baf6f6df8c75509fa4a0f269ef5d471fcdd646
|
| 3 |
+
size 2669692552
|
checkpoint-12/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 7642159104
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.1.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.10.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.10.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.11.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.11.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.12.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.12.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.13.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.13.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.14.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.14.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.15.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.15.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.16.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.16.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.17.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.17.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.18.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.18.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.19.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.19.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.2.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.2.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.20.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.20.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 93 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 94 |
+
"model.layers.21.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 95 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 96 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.21.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 98 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.22.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.22.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 106 |
+
"model.layers.23.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.23.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.24.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.24.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 117 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 118 |
+
"model.layers.25.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 119 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 120 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 121 |
+
"model.layers.25.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 122 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 123 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 124 |
+
"model.layers.26.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 125 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 126 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.26.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.27.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.27.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.28.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.28.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.29.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.29.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.3.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.3.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.30.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.30.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.31.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 163 |
+
"model.layers.31.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 164 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.4.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.4.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.5.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.5.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.6.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.6.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.7.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.7.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.8.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.8.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.9.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.9.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 201 |
+
}
|
| 202 |
+
}
|
checkpoint-12/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<unk>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
checkpoint-12/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-12/tokenizer_config.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": true,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": false
|
| 29 |
+
},
|
| 30 |
+
"32000": {
|
| 31 |
+
"content": "<|endoftext|>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"32001": {
|
| 39 |
+
"content": "<|assistant|>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": true,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"32002": {
|
| 47 |
+
"content": "<|placeholder1|>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": true,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": true
|
| 53 |
+
},
|
| 54 |
+
"32003": {
|
| 55 |
+
"content": "<|placeholder2|>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": true,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": true
|
| 61 |
+
},
|
| 62 |
+
"32004": {
|
| 63 |
+
"content": "<|placeholder3|>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": true,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"32005": {
|
| 71 |
+
"content": "<|placeholder4|>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": true,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"32006": {
|
| 79 |
+
"content": "<|system|>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": true,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"32007": {
|
| 87 |
+
"content": "<|end|>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": true,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"32008": {
|
| 95 |
+
"content": "<|placeholder5|>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": true,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": true
|
| 101 |
+
},
|
| 102 |
+
"32009": {
|
| 103 |
+
"content": "<|placeholder6|>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": true,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": true
|
| 109 |
+
},
|
| 110 |
+
"32010": {
|
| 111 |
+
"content": "<|user|>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": true,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": true
|
| 117 |
+
}
|
| 118 |
+
},
|
| 119 |
+
"bos_token": "<s>",
|
| 120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
| 121 |
+
"clean_up_tokenization_spaces": false,
|
| 122 |
+
"eos_token": "<|endoftext|>",
|
| 123 |
+
"legacy": false,
|
| 124 |
+
"model_max_length": 4096,
|
| 125 |
+
"pad_token": "<|endoftext|>",
|
| 126 |
+
"padding_side": "left",
|
| 127 |
+
"sp_model_kwargs": {},
|
| 128 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 129 |
+
"unk_token": "<unk>",
|
| 130 |
+
"use_default_system_prompt": false
|
| 131 |
+
}
|
checkpoint-12/trainer_state.json
ADDED
|
@@ -0,0 +1,213 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.15808974886784685,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 12,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.013174145738987238,
|
| 13 |
+
"grad_norm": 0.5370480418205261,
|
| 14 |
+
"learning_rate": 1.25e-07,
|
| 15 |
+
"logits/chosen": 10.071717262268066,
|
| 16 |
+
"logits/rejected": 10.610974311828613,
|
| 17 |
+
"logps/chosen": -0.5208129286766052,
|
| 18 |
+
"logps/rejected": -0.5466158390045166,
|
| 19 |
+
"loss": 1.3666,
|
| 20 |
+
"rewards/accuracies": 0.5703125,
|
| 21 |
+
"rewards/chosen": -1.0416258573532104,
|
| 22 |
+
"rewards/margins": 0.05160584673285484,
|
| 23 |
+
"rewards/rejected": -1.0932316780090332,
|
| 24 |
+
"step": 1
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.026348291477974475,
|
| 28 |
+
"grad_norm": 0.6556285619735718,
|
| 29 |
+
"learning_rate": 2.5e-07,
|
| 30 |
+
"logits/chosen": 10.222262382507324,
|
| 31 |
+
"logits/rejected": 10.754176139831543,
|
| 32 |
+
"logps/chosen": -0.5501401424407959,
|
| 33 |
+
"logps/rejected": -0.580172598361969,
|
| 34 |
+
"loss": 1.363,
|
| 35 |
+
"rewards/accuracies": 0.546875,
|
| 36 |
+
"rewards/chosen": -1.1002802848815918,
|
| 37 |
+
"rewards/margins": 0.06006482243537903,
|
| 38 |
+
"rewards/rejected": -1.160345196723938,
|
| 39 |
+
"step": 2
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.03952243721696171,
|
| 43 |
+
"grad_norm": 0.5852232575416565,
|
| 44 |
+
"learning_rate": 3.75e-07,
|
| 45 |
+
"logits/chosen": 10.029905319213867,
|
| 46 |
+
"logits/rejected": 10.635485649108887,
|
| 47 |
+
"logps/chosen": -0.6488087773323059,
|
| 48 |
+
"logps/rejected": -0.6685145497322083,
|
| 49 |
+
"loss": 1.3891,
|
| 50 |
+
"rewards/accuracies": 0.484375,
|
| 51 |
+
"rewards/chosen": -1.2976175546646118,
|
| 52 |
+
"rewards/margins": 0.03941144049167633,
|
| 53 |
+
"rewards/rejected": -1.3370290994644165,
|
| 54 |
+
"step": 3
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.05269658295594895,
|
| 58 |
+
"grad_norm": 0.880297839641571,
|
| 59 |
+
"learning_rate": 5e-07,
|
| 60 |
+
"logits/chosen": 9.950821876525879,
|
| 61 |
+
"logits/rejected": 10.651039123535156,
|
| 62 |
+
"logps/chosen": -0.5544578433036804,
|
| 63 |
+
"logps/rejected": -0.5768871307373047,
|
| 64 |
+
"loss": 1.3895,
|
| 65 |
+
"rewards/accuracies": 0.5,
|
| 66 |
+
"rewards/chosen": -1.1089156866073608,
|
| 67 |
+
"rewards/margins": 0.04485849663615227,
|
| 68 |
+
"rewards/rejected": -1.1537742614746094,
|
| 69 |
+
"step": 4
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.06587072869493618,
|
| 73 |
+
"grad_norm": 1.0345523357391357,
|
| 74 |
+
"learning_rate": 6.249999999999999e-07,
|
| 75 |
+
"logits/chosen": 10.145177841186523,
|
| 76 |
+
"logits/rejected": 10.952865600585938,
|
| 77 |
+
"logps/chosen": -0.5600388646125793,
|
| 78 |
+
"logps/rejected": -0.5631997585296631,
|
| 79 |
+
"loss": 1.3982,
|
| 80 |
+
"rewards/accuracies": 0.5625,
|
| 81 |
+
"rewards/chosen": -1.1200777292251587,
|
| 82 |
+
"rewards/margins": 0.006321802735328674,
|
| 83 |
+
"rewards/rejected": -1.1263995170593262,
|
| 84 |
+
"step": 5
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 0.07904487443392343,
|
| 88 |
+
"grad_norm": 0.9534112811088562,
|
| 89 |
+
"learning_rate": 7.5e-07,
|
| 90 |
+
"logits/chosen": 10.677449226379395,
|
| 91 |
+
"logits/rejected": 11.309142112731934,
|
| 92 |
+
"logps/chosen": -0.5716575384140015,
|
| 93 |
+
"logps/rejected": -0.6011527180671692,
|
| 94 |
+
"loss": 1.3753,
|
| 95 |
+
"rewards/accuracies": 0.5859375,
|
| 96 |
+
"rewards/chosen": -1.143315076828003,
|
| 97 |
+
"rewards/margins": 0.05899051949381828,
|
| 98 |
+
"rewards/rejected": -1.2023054361343384,
|
| 99 |
+
"step": 6
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.09221902017291066,
|
| 103 |
+
"grad_norm": 0.7576708793640137,
|
| 104 |
+
"learning_rate": 8.75e-07,
|
| 105 |
+
"logits/chosen": 9.934803009033203,
|
| 106 |
+
"logits/rejected": 10.656447410583496,
|
| 107 |
+
"logps/chosen": -0.5172385573387146,
|
| 108 |
+
"logps/rejected": -0.5407333374023438,
|
| 109 |
+
"loss": 1.3735,
|
| 110 |
+
"rewards/accuracies": 0.5234375,
|
| 111 |
+
"rewards/chosen": -1.0344771146774292,
|
| 112 |
+
"rewards/margins": 0.04698962718248367,
|
| 113 |
+
"rewards/rejected": -1.0814666748046875,
|
| 114 |
+
"step": 7
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.1053931659118979,
|
| 118 |
+
"grad_norm": 0.6589964628219604,
|
| 119 |
+
"learning_rate": 1e-06,
|
| 120 |
+
"logits/chosen": 10.398344039916992,
|
| 121 |
+
"logits/rejected": 11.005778312683105,
|
| 122 |
+
"logps/chosen": -0.5838003754615784,
|
| 123 |
+
"logps/rejected": -0.5947949290275574,
|
| 124 |
+
"loss": 1.396,
|
| 125 |
+
"rewards/accuracies": 0.5546875,
|
| 126 |
+
"rewards/chosen": -1.1676007509231567,
|
| 127 |
+
"rewards/margins": 0.02198910340666771,
|
| 128 |
+
"rewards/rejected": -1.1895898580551147,
|
| 129 |
+
"step": 8
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.11856731165088513,
|
| 133 |
+
"grad_norm": 0.7832041382789612,
|
| 134 |
+
"learning_rate": 9.994504457428556e-07,
|
| 135 |
+
"logits/chosen": 10.207743644714355,
|
| 136 |
+
"logits/rejected": 11.032607078552246,
|
| 137 |
+
"logps/chosen": -0.6102317571640015,
|
| 138 |
+
"logps/rejected": -0.5968730449676514,
|
| 139 |
+
"loss": 1.4486,
|
| 140 |
+
"rewards/accuracies": 0.5234375,
|
| 141 |
+
"rewards/chosen": -1.220463514328003,
|
| 142 |
+
"rewards/margins": -0.02671748585999012,
|
| 143 |
+
"rewards/rejected": -1.1937460899353027,
|
| 144 |
+
"step": 9
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 0.13174145738987236,
|
| 148 |
+
"grad_norm": 1.3487299680709839,
|
| 149 |
+
"learning_rate": 9.97802991010949e-07,
|
| 150 |
+
"logits/chosen": 9.977300643920898,
|
| 151 |
+
"logits/rejected": 10.761427879333496,
|
| 152 |
+
"logps/chosen": -0.49488401412963867,
|
| 153 |
+
"logps/rejected": -0.47264525294303894,
|
| 154 |
+
"loss": 1.4363,
|
| 155 |
+
"rewards/accuracies": 0.5078125,
|
| 156 |
+
"rewards/chosen": -0.9897680282592773,
|
| 157 |
+
"rewards/margins": -0.04447745531797409,
|
| 158 |
+
"rewards/rejected": -0.9452905058860779,
|
| 159 |
+
"step": 10
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.14491560312885962,
|
| 163 |
+
"grad_norm": 0.9786595702171326,
|
| 164 |
+
"learning_rate": 9.950612572673255e-07,
|
| 165 |
+
"logits/chosen": 10.096546173095703,
|
| 166 |
+
"logits/rejected": 10.999103546142578,
|
| 167 |
+
"logps/chosen": -0.6210685968399048,
|
| 168 |
+
"logps/rejected": -0.6260945796966553,
|
| 169 |
+
"loss": 1.4145,
|
| 170 |
+
"rewards/accuracies": 0.4453125,
|
| 171 |
+
"rewards/chosen": -1.2421371936798096,
|
| 172 |
+
"rewards/margins": 0.010051850229501724,
|
| 173 |
+
"rewards/rejected": -1.2521891593933105,
|
| 174 |
+
"step": 11
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.15808974886784685,
|
| 178 |
+
"grad_norm": 0.9959055781364441,
|
| 179 |
+
"learning_rate": 9.912312714377879e-07,
|
| 180 |
+
"logits/chosen": 10.130002975463867,
|
| 181 |
+
"logits/rejected": 10.666738510131836,
|
| 182 |
+
"logps/chosen": -0.5434242486953735,
|
| 183 |
+
"logps/rejected": -0.5788334608078003,
|
| 184 |
+
"loss": 1.3496,
|
| 185 |
+
"rewards/accuracies": 0.5546875,
|
| 186 |
+
"rewards/chosen": -1.086848497390747,
|
| 187 |
+
"rewards/margins": 0.07081828266382217,
|
| 188 |
+
"rewards/rejected": -1.1576669216156006,
|
| 189 |
+
"step": 12
|
| 190 |
+
}
|
| 191 |
+
],
|
| 192 |
+
"logging_steps": 1,
|
| 193 |
+
"max_steps": 75,
|
| 194 |
+
"num_input_tokens_seen": 0,
|
| 195 |
+
"num_train_epochs": 1,
|
| 196 |
+
"save_steps": 12,
|
| 197 |
+
"stateful_callbacks": {
|
| 198 |
+
"TrainerControl": {
|
| 199 |
+
"args": {
|
| 200 |
+
"should_epoch_stop": false,
|
| 201 |
+
"should_evaluate": false,
|
| 202 |
+
"should_log": false,
|
| 203 |
+
"should_save": true,
|
| 204 |
+
"should_training_stop": false
|
| 205 |
+
},
|
| 206 |
+
"attributes": {}
|
| 207 |
+
}
|
| 208 |
+
},
|
| 209 |
+
"total_flos": 0.0,
|
| 210 |
+
"train_batch_size": 2,
|
| 211 |
+
"trial_name": null,
|
| 212 |
+
"trial_params": null
|
| 213 |
+
}
|
checkpoint-24/added_tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|assistant|>": 32001,
|
| 3 |
+
"<|endoftext|>": 32000,
|
| 4 |
+
"<|end|>": 32007,
|
| 5 |
+
"<|placeholder1|>": 32002,
|
| 6 |
+
"<|placeholder2|>": 32003,
|
| 7 |
+
"<|placeholder3|>": 32004,
|
| 8 |
+
"<|placeholder4|>": 32005,
|
| 9 |
+
"<|placeholder5|>": 32008,
|
| 10 |
+
"<|placeholder6|>": 32009,
|
| 11 |
+
"<|system|>": 32006,
|
| 12 |
+
"<|user|>": 32010
|
| 13 |
+
}
|
checkpoint-24/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/home/v-liuzichuan/huggingface/Phi-3-mini-4k-instruct",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Phi3ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"auto_map": {
|
| 9 |
+
"AutoConfig": "configuration_phi3.Phi3Config",
|
| 10 |
+
"AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
|
| 11 |
+
},
|
| 12 |
+
"bos_token_id": 1,
|
| 13 |
+
"embd_pdrop": 0.0,
|
| 14 |
+
"eos_token_id": 32000,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"hidden_size": 3072,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 8192,
|
| 19 |
+
"max_position_embeddings": 4096,
|
| 20 |
+
"model_type": "phi3",
|
| 21 |
+
"num_attention_heads": 32,
|
| 22 |
+
"num_hidden_layers": 32,
|
| 23 |
+
"num_key_value_heads": 32,
|
| 24 |
+
"original_max_position_embeddings": 4096,
|
| 25 |
+
"pad_token_id": 32000,
|
| 26 |
+
"resid_pdrop": 0.0,
|
| 27 |
+
"rms_norm_eps": 1e-05,
|
| 28 |
+
"rope_scaling": null,
|
| 29 |
+
"rope_theta": 10000.0,
|
| 30 |
+
"sliding_window": 2047,
|
| 31 |
+
"tie_word_embeddings": false,
|
| 32 |
+
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.45.2",
|
| 34 |
+
"use_cache": false,
|
| 35 |
+
"vocab_size": 32064
|
| 36 |
+
}
|
checkpoint-24/generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
32000,
|
| 6 |
+
32001,
|
| 7 |
+
32007
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 32000,
|
| 10 |
+
"transformers_version": "4.45.2"
|
| 11 |
+
}
|
checkpoint-24/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4bd3b68d87281a53cb03476f48abc75c79cbea0af15cb0103dea20b3a26a35e
|
| 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:8c83fcb489ced0828f3629b64760948dda61056be889d0d35b18be0c2b7488d1
|
| 3 |
+
size 2669692552
|
checkpoint-24/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 7642159104
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.1.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.10.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.10.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.11.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.11.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.12.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.12.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.13.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.13.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.14.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.14.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.15.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.15.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.16.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.16.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.17.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.17.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.18.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.18.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.19.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.19.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.2.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.2.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.20.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.20.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 93 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 94 |
+
"model.layers.21.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 95 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 96 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.21.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 98 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.22.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.22.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 106 |
+
"model.layers.23.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.23.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.24.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.24.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 117 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 118 |
+
"model.layers.25.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 119 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 120 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 121 |
+
"model.layers.25.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 122 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 123 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 124 |
+
"model.layers.26.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 125 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 126 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.26.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.27.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.27.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.28.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.28.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.29.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.29.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.3.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.3.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.30.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.30.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.31.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 163 |
+
"model.layers.31.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 164 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.4.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.4.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.5.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.5.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.6.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.6.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.7.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.7.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.8.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.8.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.9.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.9.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 201 |
+
}
|
| 202 |
+
}
|
checkpoint-24/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<unk>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
checkpoint-24/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-24/tokenizer_config.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": true,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": false
|
| 29 |
+
},
|
| 30 |
+
"32000": {
|
| 31 |
+
"content": "<|endoftext|>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"32001": {
|
| 39 |
+
"content": "<|assistant|>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": true,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"32002": {
|
| 47 |
+
"content": "<|placeholder1|>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": true,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": true
|
| 53 |
+
},
|
| 54 |
+
"32003": {
|
| 55 |
+
"content": "<|placeholder2|>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": true,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": true
|
| 61 |
+
},
|
| 62 |
+
"32004": {
|
| 63 |
+
"content": "<|placeholder3|>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": true,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"32005": {
|
| 71 |
+
"content": "<|placeholder4|>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": true,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"32006": {
|
| 79 |
+
"content": "<|system|>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": true,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"32007": {
|
| 87 |
+
"content": "<|end|>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": true,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"32008": {
|
| 95 |
+
"content": "<|placeholder5|>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": true,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": true
|
| 101 |
+
},
|
| 102 |
+
"32009": {
|
| 103 |
+
"content": "<|placeholder6|>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": true,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": true
|
| 109 |
+
},
|
| 110 |
+
"32010": {
|
| 111 |
+
"content": "<|user|>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": true,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": true
|
| 117 |
+
}
|
| 118 |
+
},
|
| 119 |
+
"bos_token": "<s>",
|
| 120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
| 121 |
+
"clean_up_tokenization_spaces": false,
|
| 122 |
+
"eos_token": "<|endoftext|>",
|
| 123 |
+
"legacy": false,
|
| 124 |
+
"model_max_length": 4096,
|
| 125 |
+
"pad_token": "<|endoftext|>",
|
| 126 |
+
"padding_side": "left",
|
| 127 |
+
"sp_model_kwargs": {},
|
| 128 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 129 |
+
"unk_token": "<unk>",
|
| 130 |
+
"use_default_system_prompt": false
|
| 131 |
+
}
|
checkpoint-24/trainer_state.json
ADDED
|
@@ -0,0 +1,393 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.3161794977356937,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 24,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.013174145738987238,
|
| 13 |
+
"grad_norm": 0.5370480418205261,
|
| 14 |
+
"learning_rate": 1.25e-07,
|
| 15 |
+
"logits/chosen": 10.071717262268066,
|
| 16 |
+
"logits/rejected": 10.610974311828613,
|
| 17 |
+
"logps/chosen": -0.5208129286766052,
|
| 18 |
+
"logps/rejected": -0.5466158390045166,
|
| 19 |
+
"loss": 1.3666,
|
| 20 |
+
"rewards/accuracies": 0.5703125,
|
| 21 |
+
"rewards/chosen": -1.0416258573532104,
|
| 22 |
+
"rewards/margins": 0.05160584673285484,
|
| 23 |
+
"rewards/rejected": -1.0932316780090332,
|
| 24 |
+
"step": 1
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.026348291477974475,
|
| 28 |
+
"grad_norm": 0.6556285619735718,
|
| 29 |
+
"learning_rate": 2.5e-07,
|
| 30 |
+
"logits/chosen": 10.222262382507324,
|
| 31 |
+
"logits/rejected": 10.754176139831543,
|
| 32 |
+
"logps/chosen": -0.5501401424407959,
|
| 33 |
+
"logps/rejected": -0.580172598361969,
|
| 34 |
+
"loss": 1.363,
|
| 35 |
+
"rewards/accuracies": 0.546875,
|
| 36 |
+
"rewards/chosen": -1.1002802848815918,
|
| 37 |
+
"rewards/margins": 0.06006482243537903,
|
| 38 |
+
"rewards/rejected": -1.160345196723938,
|
| 39 |
+
"step": 2
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.03952243721696171,
|
| 43 |
+
"grad_norm": 0.5852232575416565,
|
| 44 |
+
"learning_rate": 3.75e-07,
|
| 45 |
+
"logits/chosen": 10.029905319213867,
|
| 46 |
+
"logits/rejected": 10.635485649108887,
|
| 47 |
+
"logps/chosen": -0.6488087773323059,
|
| 48 |
+
"logps/rejected": -0.6685145497322083,
|
| 49 |
+
"loss": 1.3891,
|
| 50 |
+
"rewards/accuracies": 0.484375,
|
| 51 |
+
"rewards/chosen": -1.2976175546646118,
|
| 52 |
+
"rewards/margins": 0.03941144049167633,
|
| 53 |
+
"rewards/rejected": -1.3370290994644165,
|
| 54 |
+
"step": 3
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.05269658295594895,
|
| 58 |
+
"grad_norm": 0.880297839641571,
|
| 59 |
+
"learning_rate": 5e-07,
|
| 60 |
+
"logits/chosen": 9.950821876525879,
|
| 61 |
+
"logits/rejected": 10.651039123535156,
|
| 62 |
+
"logps/chosen": -0.5544578433036804,
|
| 63 |
+
"logps/rejected": -0.5768871307373047,
|
| 64 |
+
"loss": 1.3895,
|
| 65 |
+
"rewards/accuracies": 0.5,
|
| 66 |
+
"rewards/chosen": -1.1089156866073608,
|
| 67 |
+
"rewards/margins": 0.04485849663615227,
|
| 68 |
+
"rewards/rejected": -1.1537742614746094,
|
| 69 |
+
"step": 4
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.06587072869493618,
|
| 73 |
+
"grad_norm": 1.0345523357391357,
|
| 74 |
+
"learning_rate": 6.249999999999999e-07,
|
| 75 |
+
"logits/chosen": 10.145177841186523,
|
| 76 |
+
"logits/rejected": 10.952865600585938,
|
| 77 |
+
"logps/chosen": -0.5600388646125793,
|
| 78 |
+
"logps/rejected": -0.5631997585296631,
|
| 79 |
+
"loss": 1.3982,
|
| 80 |
+
"rewards/accuracies": 0.5625,
|
| 81 |
+
"rewards/chosen": -1.1200777292251587,
|
| 82 |
+
"rewards/margins": 0.006321802735328674,
|
| 83 |
+
"rewards/rejected": -1.1263995170593262,
|
| 84 |
+
"step": 5
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 0.07904487443392343,
|
| 88 |
+
"grad_norm": 0.9534112811088562,
|
| 89 |
+
"learning_rate": 7.5e-07,
|
| 90 |
+
"logits/chosen": 10.677449226379395,
|
| 91 |
+
"logits/rejected": 11.309142112731934,
|
| 92 |
+
"logps/chosen": -0.5716575384140015,
|
| 93 |
+
"logps/rejected": -0.6011527180671692,
|
| 94 |
+
"loss": 1.3753,
|
| 95 |
+
"rewards/accuracies": 0.5859375,
|
| 96 |
+
"rewards/chosen": -1.143315076828003,
|
| 97 |
+
"rewards/margins": 0.05899051949381828,
|
| 98 |
+
"rewards/rejected": -1.2023054361343384,
|
| 99 |
+
"step": 6
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.09221902017291066,
|
| 103 |
+
"grad_norm": 0.7576708793640137,
|
| 104 |
+
"learning_rate": 8.75e-07,
|
| 105 |
+
"logits/chosen": 9.934803009033203,
|
| 106 |
+
"logits/rejected": 10.656447410583496,
|
| 107 |
+
"logps/chosen": -0.5172385573387146,
|
| 108 |
+
"logps/rejected": -0.5407333374023438,
|
| 109 |
+
"loss": 1.3735,
|
| 110 |
+
"rewards/accuracies": 0.5234375,
|
| 111 |
+
"rewards/chosen": -1.0344771146774292,
|
| 112 |
+
"rewards/margins": 0.04698962718248367,
|
| 113 |
+
"rewards/rejected": -1.0814666748046875,
|
| 114 |
+
"step": 7
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.1053931659118979,
|
| 118 |
+
"grad_norm": 0.6589964628219604,
|
| 119 |
+
"learning_rate": 1e-06,
|
| 120 |
+
"logits/chosen": 10.398344039916992,
|
| 121 |
+
"logits/rejected": 11.005778312683105,
|
| 122 |
+
"logps/chosen": -0.5838003754615784,
|
| 123 |
+
"logps/rejected": -0.5947949290275574,
|
| 124 |
+
"loss": 1.396,
|
| 125 |
+
"rewards/accuracies": 0.5546875,
|
| 126 |
+
"rewards/chosen": -1.1676007509231567,
|
| 127 |
+
"rewards/margins": 0.02198910340666771,
|
| 128 |
+
"rewards/rejected": -1.1895898580551147,
|
| 129 |
+
"step": 8
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.11856731165088513,
|
| 133 |
+
"grad_norm": 0.7832041382789612,
|
| 134 |
+
"learning_rate": 9.994504457428556e-07,
|
| 135 |
+
"logits/chosen": 10.207743644714355,
|
| 136 |
+
"logits/rejected": 11.032607078552246,
|
| 137 |
+
"logps/chosen": -0.6102317571640015,
|
| 138 |
+
"logps/rejected": -0.5968730449676514,
|
| 139 |
+
"loss": 1.4486,
|
| 140 |
+
"rewards/accuracies": 0.5234375,
|
| 141 |
+
"rewards/chosen": -1.220463514328003,
|
| 142 |
+
"rewards/margins": -0.02671748585999012,
|
| 143 |
+
"rewards/rejected": -1.1937460899353027,
|
| 144 |
+
"step": 9
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 0.13174145738987236,
|
| 148 |
+
"grad_norm": 1.3487299680709839,
|
| 149 |
+
"learning_rate": 9.97802991010949e-07,
|
| 150 |
+
"logits/chosen": 9.977300643920898,
|
| 151 |
+
"logits/rejected": 10.761427879333496,
|
| 152 |
+
"logps/chosen": -0.49488401412963867,
|
| 153 |
+
"logps/rejected": -0.47264525294303894,
|
| 154 |
+
"loss": 1.4363,
|
| 155 |
+
"rewards/accuracies": 0.5078125,
|
| 156 |
+
"rewards/chosen": -0.9897680282592773,
|
| 157 |
+
"rewards/margins": -0.04447745531797409,
|
| 158 |
+
"rewards/rejected": -0.9452905058860779,
|
| 159 |
+
"step": 10
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.14491560312885962,
|
| 163 |
+
"grad_norm": 0.9786595702171326,
|
| 164 |
+
"learning_rate": 9.950612572673255e-07,
|
| 165 |
+
"logits/chosen": 10.096546173095703,
|
| 166 |
+
"logits/rejected": 10.999103546142578,
|
| 167 |
+
"logps/chosen": -0.6210685968399048,
|
| 168 |
+
"logps/rejected": -0.6260945796966553,
|
| 169 |
+
"loss": 1.4145,
|
| 170 |
+
"rewards/accuracies": 0.4453125,
|
| 171 |
+
"rewards/chosen": -1.2421371936798096,
|
| 172 |
+
"rewards/margins": 0.010051850229501724,
|
| 173 |
+
"rewards/rejected": -1.2521891593933105,
|
| 174 |
+
"step": 11
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.15808974886784685,
|
| 178 |
+
"grad_norm": 0.9959055781364441,
|
| 179 |
+
"learning_rate": 9.912312714377879e-07,
|
| 180 |
+
"logits/chosen": 10.130002975463867,
|
| 181 |
+
"logits/rejected": 10.666738510131836,
|
| 182 |
+
"logps/chosen": -0.5434242486953735,
|
| 183 |
+
"logps/rejected": -0.5788334608078003,
|
| 184 |
+
"loss": 1.3496,
|
| 185 |
+
"rewards/accuracies": 0.5546875,
|
| 186 |
+
"rewards/chosen": -1.086848497390747,
|
| 187 |
+
"rewards/margins": 0.07081828266382217,
|
| 188 |
+
"rewards/rejected": -1.1576669216156006,
|
| 189 |
+
"step": 12
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.17126389460683408,
|
| 193 |
+
"grad_norm": 0.7984468340873718,
|
| 194 |
+
"learning_rate": 9.863214526624063e-07,
|
| 195 |
+
"logits/chosen": 9.885704040527344,
|
| 196 |
+
"logits/rejected": 10.887924194335938,
|
| 197 |
+
"logps/chosen": -0.5868184566497803,
|
| 198 |
+
"logps/rejected": -0.5810582041740417,
|
| 199 |
+
"loss": 1.4268,
|
| 200 |
+
"rewards/accuracies": 0.4453125,
|
| 201 |
+
"rewards/chosen": -1.1736369132995605,
|
| 202 |
+
"rewards/margins": -0.011520491912961006,
|
| 203 |
+
"rewards/rejected": -1.1621164083480835,
|
| 204 |
+
"step": 13
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"epoch": 0.1844380403458213,
|
| 208 |
+
"grad_norm": 1.042403221130371,
|
| 209 |
+
"learning_rate": 9.8034259378842e-07,
|
| 210 |
+
"logits/chosen": 10.426769256591797,
|
| 211 |
+
"logits/rejected": 11.37084674835205,
|
| 212 |
+
"logps/chosen": -0.5749006271362305,
|
| 213 |
+
"logps/rejected": -0.6211482882499695,
|
| 214 |
+
"loss": 1.3485,
|
| 215 |
+
"rewards/accuracies": 0.5703125,
|
| 216 |
+
"rewards/chosen": -1.149801254272461,
|
| 217 |
+
"rewards/margins": 0.09249527752399445,
|
| 218 |
+
"rewards/rejected": -1.242296576499939,
|
| 219 |
+
"step": 14
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.19761218608480857,
|
| 223 |
+
"grad_norm": 1.288346290588379,
|
| 224 |
+
"learning_rate": 9.73307837645217e-07,
|
| 225 |
+
"logits/chosen": 9.93845272064209,
|
| 226 |
+
"logits/rejected": 10.669981002807617,
|
| 227 |
+
"logps/chosen": -0.5796323418617249,
|
| 228 |
+
"logps/rejected": -0.5988457202911377,
|
| 229 |
+
"loss": 1.3761,
|
| 230 |
+
"rewards/accuracies": 0.4765625,
|
| 231 |
+
"rewards/chosen": -1.1592646837234497,
|
| 232 |
+
"rewards/margins": 0.03842674568295479,
|
| 233 |
+
"rewards/rejected": -1.1976914405822754,
|
| 234 |
+
"step": 15
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.2107863318237958,
|
| 238 |
+
"grad_norm": 1.540350079536438,
|
| 239 |
+
"learning_rate": 9.652326481535433e-07,
|
| 240 |
+
"logits/chosen": 10.660343170166016,
|
| 241 |
+
"logits/rejected": 11.23757553100586,
|
| 242 |
+
"logps/chosen": -0.5483916997909546,
|
| 243 |
+
"logps/rejected": -0.5503613948822021,
|
| 244 |
+
"loss": 1.3984,
|
| 245 |
+
"rewards/accuracies": 0.46875,
|
| 246 |
+
"rewards/chosen": -1.0967833995819092,
|
| 247 |
+
"rewards/margins": 0.003939321264624596,
|
| 248 |
+
"rewards/rejected": -1.1007227897644043,
|
| 249 |
+
"step": 16
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.22396047756278303,
|
| 253 |
+
"grad_norm": 1.0571225881576538,
|
| 254 |
+
"learning_rate": 9.561347763324483e-07,
|
| 255 |
+
"logits/chosen": 10.136300086975098,
|
| 256 |
+
"logits/rejected": 10.82028579711914,
|
| 257 |
+
"logps/chosen": -0.5688516497612,
|
| 258 |
+
"logps/rejected": -0.553267240524292,
|
| 259 |
+
"loss": 1.4383,
|
| 260 |
+
"rewards/accuracies": 0.546875,
|
| 261 |
+
"rewards/chosen": -1.1377032995224,
|
| 262 |
+
"rewards/margins": -0.031168799847364426,
|
| 263 |
+
"rewards/rejected": -1.106534481048584,
|
| 264 |
+
"step": 17
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"epoch": 0.23713462330177026,
|
| 268 |
+
"grad_norm": 1.095320463180542,
|
| 269 |
+
"learning_rate": 9.460342212786932e-07,
|
| 270 |
+
"logits/chosen": 10.693653106689453,
|
| 271 |
+
"logits/rejected": 11.115797996520996,
|
| 272 |
+
"logps/chosen": -0.6066192388534546,
|
| 273 |
+
"logps/rejected": -0.5900355577468872,
|
| 274 |
+
"loss": 1.4382,
|
| 275 |
+
"rewards/accuracies": 0.59375,
|
| 276 |
+
"rewards/chosen": -1.2132384777069092,
|
| 277 |
+
"rewards/margins": -0.03316720202565193,
|
| 278 |
+
"rewards/rejected": -1.1800711154937744,
|
| 279 |
+
"step": 18
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 0.2503087690407575,
|
| 283 |
+
"grad_norm": 0.6557356119155884,
|
| 284 |
+
"learning_rate": 9.349531862043951e-07,
|
| 285 |
+
"logits/chosen": 10.337396621704102,
|
| 286 |
+
"logits/rejected": 10.86961841583252,
|
| 287 |
+
"logps/chosen": -0.525456964969635,
|
| 288 |
+
"logps/rejected": -0.5541884899139404,
|
| 289 |
+
"loss": 1.3703,
|
| 290 |
+
"rewards/accuracies": 0.609375,
|
| 291 |
+
"rewards/chosen": -1.05091392993927,
|
| 292 |
+
"rewards/margins": 0.057463016360998154,
|
| 293 |
+
"rewards/rejected": -1.1083769798278809,
|
| 294 |
+
"step": 19
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"epoch": 0.2634829147797447,
|
| 298 |
+
"grad_norm": 0.7737817168235779,
|
| 299 |
+
"learning_rate": 9.229160296295487e-07,
|
| 300 |
+
"logits/chosen": 10.50332260131836,
|
| 301 |
+
"logits/rejected": 11.313106536865234,
|
| 302 |
+
"logps/chosen": -0.6586668491363525,
|
| 303 |
+
"logps/rejected": -0.6300007104873657,
|
| 304 |
+
"loss": 1.4657,
|
| 305 |
+
"rewards/accuracies": 0.5390625,
|
| 306 |
+
"rewards/chosen": -1.317333698272705,
|
| 307 |
+
"rewards/margins": -0.05733209103345871,
|
| 308 |
+
"rewards/rejected": -1.2600014209747314,
|
| 309 |
+
"step": 20
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"epoch": 0.276657060518732,
|
| 313 |
+
"grad_norm": 0.5888201594352722,
|
| 314 |
+
"learning_rate": 9.099492118367122e-07,
|
| 315 |
+
"logits/chosen": 9.65850830078125,
|
| 316 |
+
"logits/rejected": 10.547868728637695,
|
| 317 |
+
"logps/chosen": -0.6071429252624512,
|
| 318 |
+
"logps/rejected": -0.6548156142234802,
|
| 319 |
+
"loss": 1.3526,
|
| 320 |
+
"rewards/accuracies": 0.5390625,
|
| 321 |
+
"rewards/chosen": -1.2142858505249023,
|
| 322 |
+
"rewards/margins": 0.09534531086683273,
|
| 323 |
+
"rewards/rejected": -1.3096312284469604,
|
| 324 |
+
"step": 21
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.28983120625771924,
|
| 328 |
+
"grad_norm": 1.3495151996612549,
|
| 329 |
+
"learning_rate": 8.960812367055646e-07,
|
| 330 |
+
"logits/chosen": 9.991419792175293,
|
| 331 |
+
"logits/rejected": 10.768990516662598,
|
| 332 |
+
"logps/chosen": -0.6086853742599487,
|
| 333 |
+
"logps/rejected": -0.6002129912376404,
|
| 334 |
+
"loss": 1.4365,
|
| 335 |
+
"rewards/accuracies": 0.4375,
|
| 336 |
+
"rewards/chosen": -1.2173707485198975,
|
| 337 |
+
"rewards/margins": -0.01694471389055252,
|
| 338 |
+
"rewards/rejected": -1.2004259824752808,
|
| 339 |
+
"step": 22
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.3030053519967065,
|
| 343 |
+
"grad_norm": 0.40277352929115295,
|
| 344 |
+
"learning_rate": 8.813425890551909e-07,
|
| 345 |
+
"logits/chosen": 9.981124877929688,
|
| 346 |
+
"logits/rejected": 10.845569610595703,
|
| 347 |
+
"logps/chosen": -0.6795557141304016,
|
| 348 |
+
"logps/rejected": -0.630460262298584,
|
| 349 |
+
"loss": 1.5098,
|
| 350 |
+
"rewards/accuracies": 0.5078125,
|
| 351 |
+
"rewards/chosen": -1.3591114282608032,
|
| 352 |
+
"rewards/margins": -0.0981910228729248,
|
| 353 |
+
"rewards/rejected": -1.260920524597168,
|
| 354 |
+
"step": 23
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.3161794977356937,
|
| 358 |
+
"grad_norm": 0.738304853439331,
|
| 359 |
+
"learning_rate": 8.657656676318345e-07,
|
| 360 |
+
"logits/chosen": 10.05403995513916,
|
| 361 |
+
"logits/rejected": 10.649165153503418,
|
| 362 |
+
"logps/chosen": -0.5632920265197754,
|
| 363 |
+
"logps/rejected": -0.5841237902641296,
|
| 364 |
+
"loss": 1.3813,
|
| 365 |
+
"rewards/accuracies": 0.515625,
|
| 366 |
+
"rewards/chosen": -1.1265840530395508,
|
| 367 |
+
"rewards/margins": 0.0416635125875473,
|
| 368 |
+
"rewards/rejected": -1.1682475805282593,
|
| 369 |
+
"step": 24
|
| 370 |
+
}
|
| 371 |
+
],
|
| 372 |
+
"logging_steps": 1,
|
| 373 |
+
"max_steps": 75,
|
| 374 |
+
"num_input_tokens_seen": 0,
|
| 375 |
+
"num_train_epochs": 1,
|
| 376 |
+
"save_steps": 12,
|
| 377 |
+
"stateful_callbacks": {
|
| 378 |
+
"TrainerControl": {
|
| 379 |
+
"args": {
|
| 380 |
+
"should_epoch_stop": false,
|
| 381 |
+
"should_evaluate": false,
|
| 382 |
+
"should_log": false,
|
| 383 |
+
"should_save": true,
|
| 384 |
+
"should_training_stop": false
|
| 385 |
+
},
|
| 386 |
+
"attributes": {}
|
| 387 |
+
}
|
| 388 |
+
},
|
| 389 |
+
"total_flos": 0.0,
|
| 390 |
+
"train_batch_size": 2,
|
| 391 |
+
"trial_name": null,
|
| 392 |
+
"trial_params": null
|
| 393 |
+
}
|
checkpoint-36/added_tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|assistant|>": 32001,
|
| 3 |
+
"<|endoftext|>": 32000,
|
| 4 |
+
"<|end|>": 32007,
|
| 5 |
+
"<|placeholder1|>": 32002,
|
| 6 |
+
"<|placeholder2|>": 32003,
|
| 7 |
+
"<|placeholder3|>": 32004,
|
| 8 |
+
"<|placeholder4|>": 32005,
|
| 9 |
+
"<|placeholder5|>": 32008,
|
| 10 |
+
"<|placeholder6|>": 32009,
|
| 11 |
+
"<|system|>": 32006,
|
| 12 |
+
"<|user|>": 32010
|
| 13 |
+
}
|
checkpoint-36/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/home/v-liuzichuan/huggingface/Phi-3-mini-4k-instruct",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Phi3ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"auto_map": {
|
| 9 |
+
"AutoConfig": "configuration_phi3.Phi3Config",
|
| 10 |
+
"AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
|
| 11 |
+
},
|
| 12 |
+
"bos_token_id": 1,
|
| 13 |
+
"embd_pdrop": 0.0,
|
| 14 |
+
"eos_token_id": 32000,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"hidden_size": 3072,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 8192,
|
| 19 |
+
"max_position_embeddings": 4096,
|
| 20 |
+
"model_type": "phi3",
|
| 21 |
+
"num_attention_heads": 32,
|
| 22 |
+
"num_hidden_layers": 32,
|
| 23 |
+
"num_key_value_heads": 32,
|
| 24 |
+
"original_max_position_embeddings": 4096,
|
| 25 |
+
"pad_token_id": 32000,
|
| 26 |
+
"resid_pdrop": 0.0,
|
| 27 |
+
"rms_norm_eps": 1e-05,
|
| 28 |
+
"rope_scaling": null,
|
| 29 |
+
"rope_theta": 10000.0,
|
| 30 |
+
"sliding_window": 2047,
|
| 31 |
+
"tie_word_embeddings": false,
|
| 32 |
+
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.45.2",
|
| 34 |
+
"use_cache": false,
|
| 35 |
+
"vocab_size": 32064
|
| 36 |
+
}
|
checkpoint-36/generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
32000,
|
| 6 |
+
32001,
|
| 7 |
+
32007
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 32000,
|
| 10 |
+
"transformers_version": "4.45.2"
|
| 11 |
+
}
|
checkpoint-36/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:701cb687796be601016832caa392415e2d597f40fd95cebe3355913fa6276dab
|
| 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:ecc012adb8a13054cdc480d5159bcd1f2fe6673cd552a13084fa37c2bca42b1a
|
| 3 |
+
size 2669692552
|
checkpoint-36/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 7642159104
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.1.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.10.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.10.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.11.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.11.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.12.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.12.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.13.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.13.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.14.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.14.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.15.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.15.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.16.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.16.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.17.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.17.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.18.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.18.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.19.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.19.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.2.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.2.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.20.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.20.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 93 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 94 |
+
"model.layers.21.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 95 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 96 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.21.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 98 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.22.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.22.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 106 |
+
"model.layers.23.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.23.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.24.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.24.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 117 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 118 |
+
"model.layers.25.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 119 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 120 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 121 |
+
"model.layers.25.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 122 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 123 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 124 |
+
"model.layers.26.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 125 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 126 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.26.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.27.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.27.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.28.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.28.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.29.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.29.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.3.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.3.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.30.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.30.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.31.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 163 |
+
"model.layers.31.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 164 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.4.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.4.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.5.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.5.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.6.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.6.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.7.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.7.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.8.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.8.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.9.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.9.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 201 |
+
}
|
| 202 |
+
}
|
checkpoint-36/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<unk>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
checkpoint-36/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-36/tokenizer_config.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": true,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": false
|
| 29 |
+
},
|
| 30 |
+
"32000": {
|
| 31 |
+
"content": "<|endoftext|>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"32001": {
|
| 39 |
+
"content": "<|assistant|>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": true,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"32002": {
|
| 47 |
+
"content": "<|placeholder1|>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": true,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": true
|
| 53 |
+
},
|
| 54 |
+
"32003": {
|
| 55 |
+
"content": "<|placeholder2|>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": true,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": true
|
| 61 |
+
},
|
| 62 |
+
"32004": {
|
| 63 |
+
"content": "<|placeholder3|>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": true,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"32005": {
|
| 71 |
+
"content": "<|placeholder4|>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": true,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"32006": {
|
| 79 |
+
"content": "<|system|>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": true,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"32007": {
|
| 87 |
+
"content": "<|end|>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": true,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"32008": {
|
| 95 |
+
"content": "<|placeholder5|>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": true,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": true
|
| 101 |
+
},
|
| 102 |
+
"32009": {
|
| 103 |
+
"content": "<|placeholder6|>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": true,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": true
|
| 109 |
+
},
|
| 110 |
+
"32010": {
|
| 111 |
+
"content": "<|user|>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": true,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": true
|
| 117 |
+
}
|
| 118 |
+
},
|
| 119 |
+
"bos_token": "<s>",
|
| 120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
| 121 |
+
"clean_up_tokenization_spaces": false,
|
| 122 |
+
"eos_token": "<|endoftext|>",
|
| 123 |
+
"legacy": false,
|
| 124 |
+
"model_max_length": 4096,
|
| 125 |
+
"pad_token": "<|endoftext|>",
|
| 126 |
+
"padding_side": "left",
|
| 127 |
+
"sp_model_kwargs": {},
|
| 128 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 129 |
+
"unk_token": "<unk>",
|
| 130 |
+
"use_default_system_prompt": false
|
| 131 |
+
}
|
checkpoint-36/trainer_state.json
ADDED
|
@@ -0,0 +1,573 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.47426924660354053,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 36,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.013174145738987238,
|
| 13 |
+
"grad_norm": 0.5370480418205261,
|
| 14 |
+
"learning_rate": 1.25e-07,
|
| 15 |
+
"logits/chosen": 10.071717262268066,
|
| 16 |
+
"logits/rejected": 10.610974311828613,
|
| 17 |
+
"logps/chosen": -0.5208129286766052,
|
| 18 |
+
"logps/rejected": -0.5466158390045166,
|
| 19 |
+
"loss": 1.3666,
|
| 20 |
+
"rewards/accuracies": 0.5703125,
|
| 21 |
+
"rewards/chosen": -1.0416258573532104,
|
| 22 |
+
"rewards/margins": 0.05160584673285484,
|
| 23 |
+
"rewards/rejected": -1.0932316780090332,
|
| 24 |
+
"step": 1
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.026348291477974475,
|
| 28 |
+
"grad_norm": 0.6556285619735718,
|
| 29 |
+
"learning_rate": 2.5e-07,
|
| 30 |
+
"logits/chosen": 10.222262382507324,
|
| 31 |
+
"logits/rejected": 10.754176139831543,
|
| 32 |
+
"logps/chosen": -0.5501401424407959,
|
| 33 |
+
"logps/rejected": -0.580172598361969,
|
| 34 |
+
"loss": 1.363,
|
| 35 |
+
"rewards/accuracies": 0.546875,
|
| 36 |
+
"rewards/chosen": -1.1002802848815918,
|
| 37 |
+
"rewards/margins": 0.06006482243537903,
|
| 38 |
+
"rewards/rejected": -1.160345196723938,
|
| 39 |
+
"step": 2
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.03952243721696171,
|
| 43 |
+
"grad_norm": 0.5852232575416565,
|
| 44 |
+
"learning_rate": 3.75e-07,
|
| 45 |
+
"logits/chosen": 10.029905319213867,
|
| 46 |
+
"logits/rejected": 10.635485649108887,
|
| 47 |
+
"logps/chosen": -0.6488087773323059,
|
| 48 |
+
"logps/rejected": -0.6685145497322083,
|
| 49 |
+
"loss": 1.3891,
|
| 50 |
+
"rewards/accuracies": 0.484375,
|
| 51 |
+
"rewards/chosen": -1.2976175546646118,
|
| 52 |
+
"rewards/margins": 0.03941144049167633,
|
| 53 |
+
"rewards/rejected": -1.3370290994644165,
|
| 54 |
+
"step": 3
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.05269658295594895,
|
| 58 |
+
"grad_norm": 0.880297839641571,
|
| 59 |
+
"learning_rate": 5e-07,
|
| 60 |
+
"logits/chosen": 9.950821876525879,
|
| 61 |
+
"logits/rejected": 10.651039123535156,
|
| 62 |
+
"logps/chosen": -0.5544578433036804,
|
| 63 |
+
"logps/rejected": -0.5768871307373047,
|
| 64 |
+
"loss": 1.3895,
|
| 65 |
+
"rewards/accuracies": 0.5,
|
| 66 |
+
"rewards/chosen": -1.1089156866073608,
|
| 67 |
+
"rewards/margins": 0.04485849663615227,
|
| 68 |
+
"rewards/rejected": -1.1537742614746094,
|
| 69 |
+
"step": 4
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.06587072869493618,
|
| 73 |
+
"grad_norm": 1.0345523357391357,
|
| 74 |
+
"learning_rate": 6.249999999999999e-07,
|
| 75 |
+
"logits/chosen": 10.145177841186523,
|
| 76 |
+
"logits/rejected": 10.952865600585938,
|
| 77 |
+
"logps/chosen": -0.5600388646125793,
|
| 78 |
+
"logps/rejected": -0.5631997585296631,
|
| 79 |
+
"loss": 1.3982,
|
| 80 |
+
"rewards/accuracies": 0.5625,
|
| 81 |
+
"rewards/chosen": -1.1200777292251587,
|
| 82 |
+
"rewards/margins": 0.006321802735328674,
|
| 83 |
+
"rewards/rejected": -1.1263995170593262,
|
| 84 |
+
"step": 5
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 0.07904487443392343,
|
| 88 |
+
"grad_norm": 0.9534112811088562,
|
| 89 |
+
"learning_rate": 7.5e-07,
|
| 90 |
+
"logits/chosen": 10.677449226379395,
|
| 91 |
+
"logits/rejected": 11.309142112731934,
|
| 92 |
+
"logps/chosen": -0.5716575384140015,
|
| 93 |
+
"logps/rejected": -0.6011527180671692,
|
| 94 |
+
"loss": 1.3753,
|
| 95 |
+
"rewards/accuracies": 0.5859375,
|
| 96 |
+
"rewards/chosen": -1.143315076828003,
|
| 97 |
+
"rewards/margins": 0.05899051949381828,
|
| 98 |
+
"rewards/rejected": -1.2023054361343384,
|
| 99 |
+
"step": 6
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.09221902017291066,
|
| 103 |
+
"grad_norm": 0.7576708793640137,
|
| 104 |
+
"learning_rate": 8.75e-07,
|
| 105 |
+
"logits/chosen": 9.934803009033203,
|
| 106 |
+
"logits/rejected": 10.656447410583496,
|
| 107 |
+
"logps/chosen": -0.5172385573387146,
|
| 108 |
+
"logps/rejected": -0.5407333374023438,
|
| 109 |
+
"loss": 1.3735,
|
| 110 |
+
"rewards/accuracies": 0.5234375,
|
| 111 |
+
"rewards/chosen": -1.0344771146774292,
|
| 112 |
+
"rewards/margins": 0.04698962718248367,
|
| 113 |
+
"rewards/rejected": -1.0814666748046875,
|
| 114 |
+
"step": 7
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.1053931659118979,
|
| 118 |
+
"grad_norm": 0.6589964628219604,
|
| 119 |
+
"learning_rate": 1e-06,
|
| 120 |
+
"logits/chosen": 10.398344039916992,
|
| 121 |
+
"logits/rejected": 11.005778312683105,
|
| 122 |
+
"logps/chosen": -0.5838003754615784,
|
| 123 |
+
"logps/rejected": -0.5947949290275574,
|
| 124 |
+
"loss": 1.396,
|
| 125 |
+
"rewards/accuracies": 0.5546875,
|
| 126 |
+
"rewards/chosen": -1.1676007509231567,
|
| 127 |
+
"rewards/margins": 0.02198910340666771,
|
| 128 |
+
"rewards/rejected": -1.1895898580551147,
|
| 129 |
+
"step": 8
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.11856731165088513,
|
| 133 |
+
"grad_norm": 0.7832041382789612,
|
| 134 |
+
"learning_rate": 9.994504457428556e-07,
|
| 135 |
+
"logits/chosen": 10.207743644714355,
|
| 136 |
+
"logits/rejected": 11.032607078552246,
|
| 137 |
+
"logps/chosen": -0.6102317571640015,
|
| 138 |
+
"logps/rejected": -0.5968730449676514,
|
| 139 |
+
"loss": 1.4486,
|
| 140 |
+
"rewards/accuracies": 0.5234375,
|
| 141 |
+
"rewards/chosen": -1.220463514328003,
|
| 142 |
+
"rewards/margins": -0.02671748585999012,
|
| 143 |
+
"rewards/rejected": -1.1937460899353027,
|
| 144 |
+
"step": 9
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 0.13174145738987236,
|
| 148 |
+
"grad_norm": 1.3487299680709839,
|
| 149 |
+
"learning_rate": 9.97802991010949e-07,
|
| 150 |
+
"logits/chosen": 9.977300643920898,
|
| 151 |
+
"logits/rejected": 10.761427879333496,
|
| 152 |
+
"logps/chosen": -0.49488401412963867,
|
| 153 |
+
"logps/rejected": -0.47264525294303894,
|
| 154 |
+
"loss": 1.4363,
|
| 155 |
+
"rewards/accuracies": 0.5078125,
|
| 156 |
+
"rewards/chosen": -0.9897680282592773,
|
| 157 |
+
"rewards/margins": -0.04447745531797409,
|
| 158 |
+
"rewards/rejected": -0.9452905058860779,
|
| 159 |
+
"step": 10
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.14491560312885962,
|
| 163 |
+
"grad_norm": 0.9786595702171326,
|
| 164 |
+
"learning_rate": 9.950612572673255e-07,
|
| 165 |
+
"logits/chosen": 10.096546173095703,
|
| 166 |
+
"logits/rejected": 10.999103546142578,
|
| 167 |
+
"logps/chosen": -0.6210685968399048,
|
| 168 |
+
"logps/rejected": -0.6260945796966553,
|
| 169 |
+
"loss": 1.4145,
|
| 170 |
+
"rewards/accuracies": 0.4453125,
|
| 171 |
+
"rewards/chosen": -1.2421371936798096,
|
| 172 |
+
"rewards/margins": 0.010051850229501724,
|
| 173 |
+
"rewards/rejected": -1.2521891593933105,
|
| 174 |
+
"step": 11
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.15808974886784685,
|
| 178 |
+
"grad_norm": 0.9959055781364441,
|
| 179 |
+
"learning_rate": 9.912312714377879e-07,
|
| 180 |
+
"logits/chosen": 10.130002975463867,
|
| 181 |
+
"logits/rejected": 10.666738510131836,
|
| 182 |
+
"logps/chosen": -0.5434242486953735,
|
| 183 |
+
"logps/rejected": -0.5788334608078003,
|
| 184 |
+
"loss": 1.3496,
|
| 185 |
+
"rewards/accuracies": 0.5546875,
|
| 186 |
+
"rewards/chosen": -1.086848497390747,
|
| 187 |
+
"rewards/margins": 0.07081828266382217,
|
| 188 |
+
"rewards/rejected": -1.1576669216156006,
|
| 189 |
+
"step": 12
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.17126389460683408,
|
| 193 |
+
"grad_norm": 0.7984468340873718,
|
| 194 |
+
"learning_rate": 9.863214526624063e-07,
|
| 195 |
+
"logits/chosen": 9.885704040527344,
|
| 196 |
+
"logits/rejected": 10.887924194335938,
|
| 197 |
+
"logps/chosen": -0.5868184566497803,
|
| 198 |
+
"logps/rejected": -0.5810582041740417,
|
| 199 |
+
"loss": 1.4268,
|
| 200 |
+
"rewards/accuracies": 0.4453125,
|
| 201 |
+
"rewards/chosen": -1.1736369132995605,
|
| 202 |
+
"rewards/margins": -0.011520491912961006,
|
| 203 |
+
"rewards/rejected": -1.1621164083480835,
|
| 204 |
+
"step": 13
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"epoch": 0.1844380403458213,
|
| 208 |
+
"grad_norm": 1.042403221130371,
|
| 209 |
+
"learning_rate": 9.8034259378842e-07,
|
| 210 |
+
"logits/chosen": 10.426769256591797,
|
| 211 |
+
"logits/rejected": 11.37084674835205,
|
| 212 |
+
"logps/chosen": -0.5749006271362305,
|
| 213 |
+
"logps/rejected": -0.6211482882499695,
|
| 214 |
+
"loss": 1.3485,
|
| 215 |
+
"rewards/accuracies": 0.5703125,
|
| 216 |
+
"rewards/chosen": -1.149801254272461,
|
| 217 |
+
"rewards/margins": 0.09249527752399445,
|
| 218 |
+
"rewards/rejected": -1.242296576499939,
|
| 219 |
+
"step": 14
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.19761218608480857,
|
| 223 |
+
"grad_norm": 1.288346290588379,
|
| 224 |
+
"learning_rate": 9.73307837645217e-07,
|
| 225 |
+
"logits/chosen": 9.93845272064209,
|
| 226 |
+
"logits/rejected": 10.669981002807617,
|
| 227 |
+
"logps/chosen": -0.5796323418617249,
|
| 228 |
+
"logps/rejected": -0.5988457202911377,
|
| 229 |
+
"loss": 1.3761,
|
| 230 |
+
"rewards/accuracies": 0.4765625,
|
| 231 |
+
"rewards/chosen": -1.1592646837234497,
|
| 232 |
+
"rewards/margins": 0.03842674568295479,
|
| 233 |
+
"rewards/rejected": -1.1976914405822754,
|
| 234 |
+
"step": 15
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.2107863318237958,
|
| 238 |
+
"grad_norm": 1.540350079536438,
|
| 239 |
+
"learning_rate": 9.652326481535433e-07,
|
| 240 |
+
"logits/chosen": 10.660343170166016,
|
| 241 |
+
"logits/rejected": 11.23757553100586,
|
| 242 |
+
"logps/chosen": -0.5483916997909546,
|
| 243 |
+
"logps/rejected": -0.5503613948822021,
|
| 244 |
+
"loss": 1.3984,
|
| 245 |
+
"rewards/accuracies": 0.46875,
|
| 246 |
+
"rewards/chosen": -1.0967833995819092,
|
| 247 |
+
"rewards/margins": 0.003939321264624596,
|
| 248 |
+
"rewards/rejected": -1.1007227897644043,
|
| 249 |
+
"step": 16
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.22396047756278303,
|
| 253 |
+
"grad_norm": 1.0571225881576538,
|
| 254 |
+
"learning_rate": 9.561347763324483e-07,
|
| 255 |
+
"logits/chosen": 10.136300086975098,
|
| 256 |
+
"logits/rejected": 10.82028579711914,
|
| 257 |
+
"logps/chosen": -0.5688516497612,
|
| 258 |
+
"logps/rejected": -0.553267240524292,
|
| 259 |
+
"loss": 1.4383,
|
| 260 |
+
"rewards/accuracies": 0.546875,
|
| 261 |
+
"rewards/chosen": -1.1377032995224,
|
| 262 |
+
"rewards/margins": -0.031168799847364426,
|
| 263 |
+
"rewards/rejected": -1.106534481048584,
|
| 264 |
+
"step": 17
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"epoch": 0.23713462330177026,
|
| 268 |
+
"grad_norm": 1.095320463180542,
|
| 269 |
+
"learning_rate": 9.460342212786932e-07,
|
| 270 |
+
"logits/chosen": 10.693653106689453,
|
| 271 |
+
"logits/rejected": 11.115797996520996,
|
| 272 |
+
"logps/chosen": -0.6066192388534546,
|
| 273 |
+
"logps/rejected": -0.5900355577468872,
|
| 274 |
+
"loss": 1.4382,
|
| 275 |
+
"rewards/accuracies": 0.59375,
|
| 276 |
+
"rewards/chosen": -1.2132384777069092,
|
| 277 |
+
"rewards/margins": -0.03316720202565193,
|
| 278 |
+
"rewards/rejected": -1.1800711154937744,
|
| 279 |
+
"step": 18
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 0.2503087690407575,
|
| 283 |
+
"grad_norm": 0.6557356119155884,
|
| 284 |
+
"learning_rate": 9.349531862043951e-07,
|
| 285 |
+
"logits/chosen": 10.337396621704102,
|
| 286 |
+
"logits/rejected": 10.86961841583252,
|
| 287 |
+
"logps/chosen": -0.525456964969635,
|
| 288 |
+
"logps/rejected": -0.5541884899139404,
|
| 289 |
+
"loss": 1.3703,
|
| 290 |
+
"rewards/accuracies": 0.609375,
|
| 291 |
+
"rewards/chosen": -1.05091392993927,
|
| 292 |
+
"rewards/margins": 0.057463016360998154,
|
| 293 |
+
"rewards/rejected": -1.1083769798278809,
|
| 294 |
+
"step": 19
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"epoch": 0.2634829147797447,
|
| 298 |
+
"grad_norm": 0.7737817168235779,
|
| 299 |
+
"learning_rate": 9.229160296295487e-07,
|
| 300 |
+
"logits/chosen": 10.50332260131836,
|
| 301 |
+
"logits/rejected": 11.313106536865234,
|
| 302 |
+
"logps/chosen": -0.6586668491363525,
|
| 303 |
+
"logps/rejected": -0.6300007104873657,
|
| 304 |
+
"loss": 1.4657,
|
| 305 |
+
"rewards/accuracies": 0.5390625,
|
| 306 |
+
"rewards/chosen": -1.317333698272705,
|
| 307 |
+
"rewards/margins": -0.05733209103345871,
|
| 308 |
+
"rewards/rejected": -1.2600014209747314,
|
| 309 |
+
"step": 20
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"epoch": 0.276657060518732,
|
| 313 |
+
"grad_norm": 0.5888201594352722,
|
| 314 |
+
"learning_rate": 9.099492118367122e-07,
|
| 315 |
+
"logits/chosen": 9.65850830078125,
|
| 316 |
+
"logits/rejected": 10.547868728637695,
|
| 317 |
+
"logps/chosen": -0.6071429252624512,
|
| 318 |
+
"logps/rejected": -0.6548156142234802,
|
| 319 |
+
"loss": 1.3526,
|
| 320 |
+
"rewards/accuracies": 0.5390625,
|
| 321 |
+
"rewards/chosen": -1.2142858505249023,
|
| 322 |
+
"rewards/margins": 0.09534531086683273,
|
| 323 |
+
"rewards/rejected": -1.3096312284469604,
|
| 324 |
+
"step": 21
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.28983120625771924,
|
| 328 |
+
"grad_norm": 1.3495151996612549,
|
| 329 |
+
"learning_rate": 8.960812367055646e-07,
|
| 330 |
+
"logits/chosen": 9.991419792175293,
|
| 331 |
+
"logits/rejected": 10.768990516662598,
|
| 332 |
+
"logps/chosen": -0.6086853742599487,
|
| 333 |
+
"logps/rejected": -0.6002129912376404,
|
| 334 |
+
"loss": 1.4365,
|
| 335 |
+
"rewards/accuracies": 0.4375,
|
| 336 |
+
"rewards/chosen": -1.2173707485198975,
|
| 337 |
+
"rewards/margins": -0.01694471389055252,
|
| 338 |
+
"rewards/rejected": -1.2004259824752808,
|
| 339 |
+
"step": 22
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.3030053519967065,
|
| 343 |
+
"grad_norm": 0.40277352929115295,
|
| 344 |
+
"learning_rate": 8.813425890551909e-07,
|
| 345 |
+
"logits/chosen": 9.981124877929688,
|
| 346 |
+
"logits/rejected": 10.845569610595703,
|
| 347 |
+
"logps/chosen": -0.6795557141304016,
|
| 348 |
+
"logps/rejected": -0.630460262298584,
|
| 349 |
+
"loss": 1.5098,
|
| 350 |
+
"rewards/accuracies": 0.5078125,
|
| 351 |
+
"rewards/chosen": -1.3591114282608032,
|
| 352 |
+
"rewards/margins": -0.0981910228729248,
|
| 353 |
+
"rewards/rejected": -1.260920524597168,
|
| 354 |
+
"step": 23
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.3161794977356937,
|
| 358 |
+
"grad_norm": 0.738304853439331,
|
| 359 |
+
"learning_rate": 8.657656676318345e-07,
|
| 360 |
+
"logits/chosen": 10.05403995513916,
|
| 361 |
+
"logits/rejected": 10.649165153503418,
|
| 362 |
+
"logps/chosen": -0.5632920265197754,
|
| 363 |
+
"logps/rejected": -0.5841237902641296,
|
| 364 |
+
"loss": 1.3813,
|
| 365 |
+
"rewards/accuracies": 0.515625,
|
| 366 |
+
"rewards/chosen": -1.1265840530395508,
|
| 367 |
+
"rewards/margins": 0.0416635125875473,
|
| 368 |
+
"rewards/rejected": -1.1682475805282593,
|
| 369 |
+
"step": 24
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"epoch": 0.32935364347468093,
|
| 373 |
+
"grad_norm": 1.1053329706192017,
|
| 374 |
+
"learning_rate": 8.493847138894208e-07,
|
| 375 |
+
"logits/chosen": 10.050838470458984,
|
| 376 |
+
"logits/rejected": 10.84270191192627,
|
| 377 |
+
"logps/chosen": -0.597644567489624,
|
| 378 |
+
"logps/rejected": -0.595725417137146,
|
| 379 |
+
"loss": 1.4282,
|
| 380 |
+
"rewards/accuracies": 0.515625,
|
| 381 |
+
"rewards/chosen": -1.195289134979248,
|
| 382 |
+
"rewards/margins": -0.0038383007049560547,
|
| 383 |
+
"rewards/rejected": -1.191450834274292,
|
| 384 |
+
"step": 25
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"epoch": 0.34252778921366817,
|
| 388 |
+
"grad_norm": 1.4238759279251099,
|
| 389 |
+
"learning_rate": 8.322357367194108e-07,
|
| 390 |
+
"logits/chosen": 10.223604202270508,
|
| 391 |
+
"logits/rejected": 11.166160583496094,
|
| 392 |
+
"logps/chosen": -0.6837385892868042,
|
| 393 |
+
"logps/rejected": -0.7063555717468262,
|
| 394 |
+
"loss": 1.4015,
|
| 395 |
+
"rewards/accuracies": 0.5078125,
|
| 396 |
+
"rewards/chosen": -1.3674771785736084,
|
| 397 |
+
"rewards/margins": 0.04523405432701111,
|
| 398 |
+
"rewards/rejected": -1.4127111434936523,
|
| 399 |
+
"step": 26
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"epoch": 0.3557019349526554,
|
| 403 |
+
"grad_norm": 2.064854860305786,
|
| 404 |
+
"learning_rate": 8.143564332954425e-07,
|
| 405 |
+
"logits/chosen": 10.116180419921875,
|
| 406 |
+
"logits/rejected": 11.071605682373047,
|
| 407 |
+
"logps/chosen": -0.581619381904602,
|
| 408 |
+
"logps/rejected": -0.5917808413505554,
|
| 409 |
+
"loss": 1.4029,
|
| 410 |
+
"rewards/accuracies": 0.4921875,
|
| 411 |
+
"rewards/chosen": -1.163238763809204,
|
| 412 |
+
"rewards/margins": 0.020322859287261963,
|
| 413 |
+
"rewards/rejected": -1.1835616827011108,
|
| 414 |
+
"step": 27
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"epoch": 0.3688760806916426,
|
| 418 |
+
"grad_norm": 0.7787203788757324,
|
| 419 |
+
"learning_rate": 7.957861062067612e-07,
|
| 420 |
+
"logits/chosen": 9.396055221557617,
|
| 421 |
+
"logits/rejected": 10.454724311828613,
|
| 422 |
+
"logps/chosen": -0.5871963500976562,
|
| 423 |
+
"logps/rejected": -0.575207531452179,
|
| 424 |
+
"loss": 1.4384,
|
| 425 |
+
"rewards/accuracies": 0.515625,
|
| 426 |
+
"rewards/chosen": -1.1743927001953125,
|
| 427 |
+
"rewards/margins": -0.023977583274245262,
|
| 428 |
+
"rewards/rejected": -1.150415062904358,
|
| 429 |
+
"step": 28
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.3820502264306299,
|
| 433 |
+
"grad_norm": 0.6901921629905701,
|
| 434 |
+
"learning_rate": 7.765655770625996e-07,
|
| 435 |
+
"logits/chosen": 10.049378395080566,
|
| 436 |
+
"logits/rejected": 10.916838645935059,
|
| 437 |
+
"logps/chosen": -0.559207558631897,
|
| 438 |
+
"logps/rejected": -0.5522322654724121,
|
| 439 |
+
"loss": 1.4303,
|
| 440 |
+
"rewards/accuracies": 0.53125,
|
| 441 |
+
"rewards/chosen": -1.118415117263794,
|
| 442 |
+
"rewards/margins": -0.013950513675808907,
|
| 443 |
+
"rewards/rejected": -1.1044645309448242,
|
| 444 |
+
"step": 29
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.39522437216961714,
|
| 448 |
+
"grad_norm": 0.40703555941581726,
|
| 449 |
+
"learning_rate": 7.567370967574209e-07,
|
| 450 |
+
"logits/chosen": 10.099987030029297,
|
| 451 |
+
"logits/rejected": 11.389348983764648,
|
| 452 |
+
"logps/chosen": -0.6557003855705261,
|
| 453 |
+
"logps/rejected": -0.637586236000061,
|
| 454 |
+
"loss": 1.4561,
|
| 455 |
+
"rewards/accuracies": 0.4921875,
|
| 456 |
+
"rewards/chosen": -1.3114007711410522,
|
| 457 |
+
"rewards/margins": -0.03622820973396301,
|
| 458 |
+
"rewards/rejected": -1.275172472000122,
|
| 459 |
+
"step": 30
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"epoch": 0.4083985179086044,
|
| 463 |
+
"grad_norm": 0.42555299401283264,
|
| 464 |
+
"learning_rate": 7.363442525942826e-07,
|
| 465 |
+
"logits/chosen": 9.72238826751709,
|
| 466 |
+
"logits/rejected": 10.818886756896973,
|
| 467 |
+
"logps/chosen": -0.5414553284645081,
|
| 468 |
+
"logps/rejected": -0.5017333626747131,
|
| 469 |
+
"loss": 1.4659,
|
| 470 |
+
"rewards/accuracies": 0.4921875,
|
| 471 |
+
"rewards/chosen": -1.0829106569290161,
|
| 472 |
+
"rewards/margins": -0.07944400608539581,
|
| 473 |
+
"rewards/rejected": -1.0034667253494263,
|
| 474 |
+
"step": 31
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"epoch": 0.4215726636475916,
|
| 478 |
+
"grad_norm": 0.5622223615646362,
|
| 479 |
+
"learning_rate": 7.154318724704851e-07,
|
| 480 |
+
"logits/chosen": 9.967964172363281,
|
| 481 |
+
"logits/rejected": 11.171170234680176,
|
| 482 |
+
"logps/chosen": -0.5367560386657715,
|
| 483 |
+
"logps/rejected": -0.5056421756744385,
|
| 484 |
+
"loss": 1.4642,
|
| 485 |
+
"rewards/accuracies": 0.46875,
|
| 486 |
+
"rewards/chosen": -1.073512077331543,
|
| 487 |
+
"rewards/margins": -0.06222765892744064,
|
| 488 |
+
"rewards/rejected": -1.011284351348877,
|
| 489 |
+
"step": 32
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"epoch": 0.43474680938657884,
|
| 493 |
+
"grad_norm": 1.4852371215820312,
|
| 494 |
+
"learning_rate": 6.940459263361248e-07,
|
| 495 |
+
"logits/chosen": 9.997882843017578,
|
| 496 |
+
"logits/rejected": 10.80778980255127,
|
| 497 |
+
"logps/chosen": -0.5545799732208252,
|
| 498 |
+
"logps/rejected": -0.5040555000305176,
|
| 499 |
+
"loss": 1.4922,
|
| 500 |
+
"rewards/accuracies": 0.4765625,
|
| 501 |
+
"rewards/chosen": -1.1091599464416504,
|
| 502 |
+
"rewards/margins": -0.10104897618293762,
|
| 503 |
+
"rewards/rejected": -1.0081110000610352,
|
| 504 |
+
"step": 33
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"epoch": 0.44792095512556607,
|
| 508 |
+
"grad_norm": 0.7598586082458496,
|
| 509 |
+
"learning_rate": 6.722334251421664e-07,
|
| 510 |
+
"logits/chosen": 9.955677032470703,
|
| 511 |
+
"logits/rejected": 10.815716743469238,
|
| 512 |
+
"logps/chosen": -0.6858883500099182,
|
| 513 |
+
"logps/rejected": -0.6911861896514893,
|
| 514 |
+
"loss": 1.4234,
|
| 515 |
+
"rewards/accuracies": 0.5546875,
|
| 516 |
+
"rewards/chosen": -1.3717767000198364,
|
| 517 |
+
"rewards/margins": 0.010595660656690598,
|
| 518 |
+
"rewards/rejected": -1.3823723793029785,
|
| 519 |
+
"step": 34
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"epoch": 0.4610951008645533,
|
| 523 |
+
"grad_norm": 0.6476173996925354,
|
| 524 |
+
"learning_rate": 6.500423175001703e-07,
|
| 525 |
+
"logits/chosen": 10.530078887939453,
|
| 526 |
+
"logits/rejected": 11.22971248626709,
|
| 527 |
+
"logps/chosen": -0.532319962978363,
|
| 528 |
+
"logps/rejected": -0.5957823395729065,
|
| 529 |
+
"loss": 1.3528,
|
| 530 |
+
"rewards/accuracies": 0.5546875,
|
| 531 |
+
"rewards/chosen": -1.064639925956726,
|
| 532 |
+
"rewards/margins": 0.12692469358444214,
|
| 533 |
+
"rewards/rejected": -1.191564679145813,
|
| 534 |
+
"step": 35
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.47426924660354053,
|
| 538 |
+
"grad_norm": 0.7018894553184509,
|
| 539 |
+
"learning_rate": 6.275213842808382e-07,
|
| 540 |
+
"logits/chosen": 10.111711502075195,
|
| 541 |
+
"logits/rejected": 10.461627006530762,
|
| 542 |
+
"logps/chosen": -0.5287503004074097,
|
| 543 |
+
"logps/rejected": -0.5425370335578918,
|
| 544 |
+
"loss": 1.3894,
|
| 545 |
+
"rewards/accuracies": 0.46875,
|
| 546 |
+
"rewards/chosen": -1.0575006008148193,
|
| 547 |
+
"rewards/margins": 0.027573533356189728,
|
| 548 |
+
"rewards/rejected": -1.0850740671157837,
|
| 549 |
+
"step": 36
|
| 550 |
+
}
|
| 551 |
+
],
|
| 552 |
+
"logging_steps": 1,
|
| 553 |
+
"max_steps": 75,
|
| 554 |
+
"num_input_tokens_seen": 0,
|
| 555 |
+
"num_train_epochs": 1,
|
| 556 |
+
"save_steps": 12,
|
| 557 |
+
"stateful_callbacks": {
|
| 558 |
+
"TrainerControl": {
|
| 559 |
+
"args": {
|
| 560 |
+
"should_epoch_stop": false,
|
| 561 |
+
"should_evaluate": false,
|
| 562 |
+
"should_log": false,
|
| 563 |
+
"should_save": true,
|
| 564 |
+
"should_training_stop": false
|
| 565 |
+
},
|
| 566 |
+
"attributes": {}
|
| 567 |
+
}
|
| 568 |
+
},
|
| 569 |
+
"total_flos": 0.0,
|
| 570 |
+
"train_batch_size": 2,
|
| 571 |
+
"trial_name": null,
|
| 572 |
+
"trial_params": null
|
| 573 |
+
}
|
checkpoint-48/added_tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|assistant|>": 32001,
|
| 3 |
+
"<|endoftext|>": 32000,
|
| 4 |
+
"<|end|>": 32007,
|
| 5 |
+
"<|placeholder1|>": 32002,
|
| 6 |
+
"<|placeholder2|>": 32003,
|
| 7 |
+
"<|placeholder3|>": 32004,
|
| 8 |
+
"<|placeholder4|>": 32005,
|
| 9 |
+
"<|placeholder5|>": 32008,
|
| 10 |
+
"<|placeholder6|>": 32009,
|
| 11 |
+
"<|system|>": 32006,
|
| 12 |
+
"<|user|>": 32010
|
| 13 |
+
}
|
checkpoint-48/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/home/v-liuzichuan/huggingface/Phi-3-mini-4k-instruct",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Phi3ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"auto_map": {
|
| 9 |
+
"AutoConfig": "configuration_phi3.Phi3Config",
|
| 10 |
+
"AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
|
| 11 |
+
},
|
| 12 |
+
"bos_token_id": 1,
|
| 13 |
+
"embd_pdrop": 0.0,
|
| 14 |
+
"eos_token_id": 32000,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"hidden_size": 3072,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 8192,
|
| 19 |
+
"max_position_embeddings": 4096,
|
| 20 |
+
"model_type": "phi3",
|
| 21 |
+
"num_attention_heads": 32,
|
| 22 |
+
"num_hidden_layers": 32,
|
| 23 |
+
"num_key_value_heads": 32,
|
| 24 |
+
"original_max_position_embeddings": 4096,
|
| 25 |
+
"pad_token_id": 32000,
|
| 26 |
+
"resid_pdrop": 0.0,
|
| 27 |
+
"rms_norm_eps": 1e-05,
|
| 28 |
+
"rope_scaling": null,
|
| 29 |
+
"rope_theta": 10000.0,
|
| 30 |
+
"sliding_window": 2047,
|
| 31 |
+
"tie_word_embeddings": false,
|
| 32 |
+
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.45.2",
|
| 34 |
+
"use_cache": false,
|
| 35 |
+
"vocab_size": 32064
|
| 36 |
+
}
|
checkpoint-48/generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
32000,
|
| 6 |
+
32001,
|
| 7 |
+
32007
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 32000,
|
| 10 |
+
"transformers_version": "4.45.2"
|
| 11 |
+
}
|
checkpoint-48/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:768c5a464f6113248dd00207eb3a30e7d5a59d70b2baf4bc9ad7f5d2b571aa3f
|
| 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:de7a44d1530929a1d5114e9ac47b49dbfdbbd8f2722349386d7ce3fc77125e3d
|
| 3 |
+
size 2669692552
|
checkpoint-48/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 7642159104
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.1.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.10.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.10.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.11.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.11.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.12.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.12.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.13.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.13.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.14.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.14.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.15.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.15.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.16.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.16.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.17.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.17.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.18.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.18.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.19.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.19.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.2.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.2.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.20.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.20.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 93 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 94 |
+
"model.layers.21.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 95 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 96 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.21.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 98 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.22.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.22.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 106 |
+
"model.layers.23.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.23.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.24.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.24.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 117 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 118 |
+
"model.layers.25.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 119 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 120 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 121 |
+
"model.layers.25.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 122 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 123 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 124 |
+
"model.layers.26.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 125 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 126 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.26.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.27.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.27.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.28.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.28.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.29.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.29.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.3.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.3.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.30.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.30.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.31.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 163 |
+
"model.layers.31.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
| 164 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.4.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.4.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.5.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.5.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.6.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.6.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.7.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.7.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.8.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.8.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.9.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.9.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 201 |
+
}
|
| 202 |
+
}
|
checkpoint-48/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<unk>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
checkpoint-48/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-48/tokenizer_config.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": true,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": false
|
| 29 |
+
},
|
| 30 |
+
"32000": {
|
| 31 |
+
"content": "<|endoftext|>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"32001": {
|
| 39 |
+
"content": "<|assistant|>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": true,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": true
|
| 45 |
+
},
|
| 46 |
+
"32002": {
|
| 47 |
+
"content": "<|placeholder1|>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": true,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": true
|
| 53 |
+
},
|
| 54 |
+
"32003": {
|
| 55 |
+
"content": "<|placeholder2|>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": true,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": true
|
| 61 |
+
},
|
| 62 |
+
"32004": {
|
| 63 |
+
"content": "<|placeholder3|>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": true,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"32005": {
|
| 71 |
+
"content": "<|placeholder4|>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": true,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"32006": {
|
| 79 |
+
"content": "<|system|>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": true,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"32007": {
|
| 87 |
+
"content": "<|end|>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": true,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"32008": {
|
| 95 |
+
"content": "<|placeholder5|>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": true,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": true
|
| 101 |
+
},
|
| 102 |
+
"32009": {
|
| 103 |
+
"content": "<|placeholder6|>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": true,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": true
|
| 109 |
+
},
|
| 110 |
+
"32010": {
|
| 111 |
+
"content": "<|user|>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": true,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": true
|
| 117 |
+
}
|
| 118 |
+
},
|
| 119 |
+
"bos_token": "<s>",
|
| 120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
| 121 |
+
"clean_up_tokenization_spaces": false,
|
| 122 |
+
"eos_token": "<|endoftext|>",
|
| 123 |
+
"legacy": false,
|
| 124 |
+
"model_max_length": 4096,
|
| 125 |
+
"pad_token": "<|endoftext|>",
|
| 126 |
+
"padding_side": "left",
|
| 127 |
+
"sp_model_kwargs": {},
|
| 128 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 129 |
+
"unk_token": "<unk>",
|
| 130 |
+
"use_default_system_prompt": false
|
| 131 |
+
}
|
checkpoint-48/trainer_state.json
ADDED
|
@@ -0,0 +1,753 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.6323589954713874,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 48,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.013174145738987238,
|
| 13 |
+
"grad_norm": 0.5370480418205261,
|
| 14 |
+
"learning_rate": 1.25e-07,
|
| 15 |
+
"logits/chosen": 10.071717262268066,
|
| 16 |
+
"logits/rejected": 10.610974311828613,
|
| 17 |
+
"logps/chosen": -0.5208129286766052,
|
| 18 |
+
"logps/rejected": -0.5466158390045166,
|
| 19 |
+
"loss": 1.3666,
|
| 20 |
+
"rewards/accuracies": 0.5703125,
|
| 21 |
+
"rewards/chosen": -1.0416258573532104,
|
| 22 |
+
"rewards/margins": 0.05160584673285484,
|
| 23 |
+
"rewards/rejected": -1.0932316780090332,
|
| 24 |
+
"step": 1
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.026348291477974475,
|
| 28 |
+
"grad_norm": 0.6556285619735718,
|
| 29 |
+
"learning_rate": 2.5e-07,
|
| 30 |
+
"logits/chosen": 10.222262382507324,
|
| 31 |
+
"logits/rejected": 10.754176139831543,
|
| 32 |
+
"logps/chosen": -0.5501401424407959,
|
| 33 |
+
"logps/rejected": -0.580172598361969,
|
| 34 |
+
"loss": 1.363,
|
| 35 |
+
"rewards/accuracies": 0.546875,
|
| 36 |
+
"rewards/chosen": -1.1002802848815918,
|
| 37 |
+
"rewards/margins": 0.06006482243537903,
|
| 38 |
+
"rewards/rejected": -1.160345196723938,
|
| 39 |
+
"step": 2
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.03952243721696171,
|
| 43 |
+
"grad_norm": 0.5852232575416565,
|
| 44 |
+
"learning_rate": 3.75e-07,
|
| 45 |
+
"logits/chosen": 10.029905319213867,
|
| 46 |
+
"logits/rejected": 10.635485649108887,
|
| 47 |
+
"logps/chosen": -0.6488087773323059,
|
| 48 |
+
"logps/rejected": -0.6685145497322083,
|
| 49 |
+
"loss": 1.3891,
|
| 50 |
+
"rewards/accuracies": 0.484375,
|
| 51 |
+
"rewards/chosen": -1.2976175546646118,
|
| 52 |
+
"rewards/margins": 0.03941144049167633,
|
| 53 |
+
"rewards/rejected": -1.3370290994644165,
|
| 54 |
+
"step": 3
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.05269658295594895,
|
| 58 |
+
"grad_norm": 0.880297839641571,
|
| 59 |
+
"learning_rate": 5e-07,
|
| 60 |
+
"logits/chosen": 9.950821876525879,
|
| 61 |
+
"logits/rejected": 10.651039123535156,
|
| 62 |
+
"logps/chosen": -0.5544578433036804,
|
| 63 |
+
"logps/rejected": -0.5768871307373047,
|
| 64 |
+
"loss": 1.3895,
|
| 65 |
+
"rewards/accuracies": 0.5,
|
| 66 |
+
"rewards/chosen": -1.1089156866073608,
|
| 67 |
+
"rewards/margins": 0.04485849663615227,
|
| 68 |
+
"rewards/rejected": -1.1537742614746094,
|
| 69 |
+
"step": 4
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.06587072869493618,
|
| 73 |
+
"grad_norm": 1.0345523357391357,
|
| 74 |
+
"learning_rate": 6.249999999999999e-07,
|
| 75 |
+
"logits/chosen": 10.145177841186523,
|
| 76 |
+
"logits/rejected": 10.952865600585938,
|
| 77 |
+
"logps/chosen": -0.5600388646125793,
|
| 78 |
+
"logps/rejected": -0.5631997585296631,
|
| 79 |
+
"loss": 1.3982,
|
| 80 |
+
"rewards/accuracies": 0.5625,
|
| 81 |
+
"rewards/chosen": -1.1200777292251587,
|
| 82 |
+
"rewards/margins": 0.006321802735328674,
|
| 83 |
+
"rewards/rejected": -1.1263995170593262,
|
| 84 |
+
"step": 5
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 0.07904487443392343,
|
| 88 |
+
"grad_norm": 0.9534112811088562,
|
| 89 |
+
"learning_rate": 7.5e-07,
|
| 90 |
+
"logits/chosen": 10.677449226379395,
|
| 91 |
+
"logits/rejected": 11.309142112731934,
|
| 92 |
+
"logps/chosen": -0.5716575384140015,
|
| 93 |
+
"logps/rejected": -0.6011527180671692,
|
| 94 |
+
"loss": 1.3753,
|
| 95 |
+
"rewards/accuracies": 0.5859375,
|
| 96 |
+
"rewards/chosen": -1.143315076828003,
|
| 97 |
+
"rewards/margins": 0.05899051949381828,
|
| 98 |
+
"rewards/rejected": -1.2023054361343384,
|
| 99 |
+
"step": 6
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.09221902017291066,
|
| 103 |
+
"grad_norm": 0.7576708793640137,
|
| 104 |
+
"learning_rate": 8.75e-07,
|
| 105 |
+
"logits/chosen": 9.934803009033203,
|
| 106 |
+
"logits/rejected": 10.656447410583496,
|
| 107 |
+
"logps/chosen": -0.5172385573387146,
|
| 108 |
+
"logps/rejected": -0.5407333374023438,
|
| 109 |
+
"loss": 1.3735,
|
| 110 |
+
"rewards/accuracies": 0.5234375,
|
| 111 |
+
"rewards/chosen": -1.0344771146774292,
|
| 112 |
+
"rewards/margins": 0.04698962718248367,
|
| 113 |
+
"rewards/rejected": -1.0814666748046875,
|
| 114 |
+
"step": 7
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.1053931659118979,
|
| 118 |
+
"grad_norm": 0.6589964628219604,
|
| 119 |
+
"learning_rate": 1e-06,
|
| 120 |
+
"logits/chosen": 10.398344039916992,
|
| 121 |
+
"logits/rejected": 11.005778312683105,
|
| 122 |
+
"logps/chosen": -0.5838003754615784,
|
| 123 |
+
"logps/rejected": -0.5947949290275574,
|
| 124 |
+
"loss": 1.396,
|
| 125 |
+
"rewards/accuracies": 0.5546875,
|
| 126 |
+
"rewards/chosen": -1.1676007509231567,
|
| 127 |
+
"rewards/margins": 0.02198910340666771,
|
| 128 |
+
"rewards/rejected": -1.1895898580551147,
|
| 129 |
+
"step": 8
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.11856731165088513,
|
| 133 |
+
"grad_norm": 0.7832041382789612,
|
| 134 |
+
"learning_rate": 9.994504457428556e-07,
|
| 135 |
+
"logits/chosen": 10.207743644714355,
|
| 136 |
+
"logits/rejected": 11.032607078552246,
|
| 137 |
+
"logps/chosen": -0.6102317571640015,
|
| 138 |
+
"logps/rejected": -0.5968730449676514,
|
| 139 |
+
"loss": 1.4486,
|
| 140 |
+
"rewards/accuracies": 0.5234375,
|
| 141 |
+
"rewards/chosen": -1.220463514328003,
|
| 142 |
+
"rewards/margins": -0.02671748585999012,
|
| 143 |
+
"rewards/rejected": -1.1937460899353027,
|
| 144 |
+
"step": 9
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 0.13174145738987236,
|
| 148 |
+
"grad_norm": 1.3487299680709839,
|
| 149 |
+
"learning_rate": 9.97802991010949e-07,
|
| 150 |
+
"logits/chosen": 9.977300643920898,
|
| 151 |
+
"logits/rejected": 10.761427879333496,
|
| 152 |
+
"logps/chosen": -0.49488401412963867,
|
| 153 |
+
"logps/rejected": -0.47264525294303894,
|
| 154 |
+
"loss": 1.4363,
|
| 155 |
+
"rewards/accuracies": 0.5078125,
|
| 156 |
+
"rewards/chosen": -0.9897680282592773,
|
| 157 |
+
"rewards/margins": -0.04447745531797409,
|
| 158 |
+
"rewards/rejected": -0.9452905058860779,
|
| 159 |
+
"step": 10
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.14491560312885962,
|
| 163 |
+
"grad_norm": 0.9786595702171326,
|
| 164 |
+
"learning_rate": 9.950612572673255e-07,
|
| 165 |
+
"logits/chosen": 10.096546173095703,
|
| 166 |
+
"logits/rejected": 10.999103546142578,
|
| 167 |
+
"logps/chosen": -0.6210685968399048,
|
| 168 |
+
"logps/rejected": -0.6260945796966553,
|
| 169 |
+
"loss": 1.4145,
|
| 170 |
+
"rewards/accuracies": 0.4453125,
|
| 171 |
+
"rewards/chosen": -1.2421371936798096,
|
| 172 |
+
"rewards/margins": 0.010051850229501724,
|
| 173 |
+
"rewards/rejected": -1.2521891593933105,
|
| 174 |
+
"step": 11
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.15808974886784685,
|
| 178 |
+
"grad_norm": 0.9959055781364441,
|
| 179 |
+
"learning_rate": 9.912312714377879e-07,
|
| 180 |
+
"logits/chosen": 10.130002975463867,
|
| 181 |
+
"logits/rejected": 10.666738510131836,
|
| 182 |
+
"logps/chosen": -0.5434242486953735,
|
| 183 |
+
"logps/rejected": -0.5788334608078003,
|
| 184 |
+
"loss": 1.3496,
|
| 185 |
+
"rewards/accuracies": 0.5546875,
|
| 186 |
+
"rewards/chosen": -1.086848497390747,
|
| 187 |
+
"rewards/margins": 0.07081828266382217,
|
| 188 |
+
"rewards/rejected": -1.1576669216156006,
|
| 189 |
+
"step": 12
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.17126389460683408,
|
| 193 |
+
"grad_norm": 0.7984468340873718,
|
| 194 |
+
"learning_rate": 9.863214526624063e-07,
|
| 195 |
+
"logits/chosen": 9.885704040527344,
|
| 196 |
+
"logits/rejected": 10.887924194335938,
|
| 197 |
+
"logps/chosen": -0.5868184566497803,
|
| 198 |
+
"logps/rejected": -0.5810582041740417,
|
| 199 |
+
"loss": 1.4268,
|
| 200 |
+
"rewards/accuracies": 0.4453125,
|
| 201 |
+
"rewards/chosen": -1.1736369132995605,
|
| 202 |
+
"rewards/margins": -0.011520491912961006,
|
| 203 |
+
"rewards/rejected": -1.1621164083480835,
|
| 204 |
+
"step": 13
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"epoch": 0.1844380403458213,
|
| 208 |
+
"grad_norm": 1.042403221130371,
|
| 209 |
+
"learning_rate": 9.8034259378842e-07,
|
| 210 |
+
"logits/chosen": 10.426769256591797,
|
| 211 |
+
"logits/rejected": 11.37084674835205,
|
| 212 |
+
"logps/chosen": -0.5749006271362305,
|
| 213 |
+
"logps/rejected": -0.6211482882499695,
|
| 214 |
+
"loss": 1.3485,
|
| 215 |
+
"rewards/accuracies": 0.5703125,
|
| 216 |
+
"rewards/chosen": -1.149801254272461,
|
| 217 |
+
"rewards/margins": 0.09249527752399445,
|
| 218 |
+
"rewards/rejected": -1.242296576499939,
|
| 219 |
+
"step": 14
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.19761218608480857,
|
| 223 |
+
"grad_norm": 1.288346290588379,
|
| 224 |
+
"learning_rate": 9.73307837645217e-07,
|
| 225 |
+
"logits/chosen": 9.93845272064209,
|
| 226 |
+
"logits/rejected": 10.669981002807617,
|
| 227 |
+
"logps/chosen": -0.5796323418617249,
|
| 228 |
+
"logps/rejected": -0.5988457202911377,
|
| 229 |
+
"loss": 1.3761,
|
| 230 |
+
"rewards/accuracies": 0.4765625,
|
| 231 |
+
"rewards/chosen": -1.1592646837234497,
|
| 232 |
+
"rewards/margins": 0.03842674568295479,
|
| 233 |
+
"rewards/rejected": -1.1976914405822754,
|
| 234 |
+
"step": 15
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.2107863318237958,
|
| 238 |
+
"grad_norm": 1.540350079536438,
|
| 239 |
+
"learning_rate": 9.652326481535433e-07,
|
| 240 |
+
"logits/chosen": 10.660343170166016,
|
| 241 |
+
"logits/rejected": 11.23757553100586,
|
| 242 |
+
"logps/chosen": -0.5483916997909546,
|
| 243 |
+
"logps/rejected": -0.5503613948822021,
|
| 244 |
+
"loss": 1.3984,
|
| 245 |
+
"rewards/accuracies": 0.46875,
|
| 246 |
+
"rewards/chosen": -1.0967833995819092,
|
| 247 |
+
"rewards/margins": 0.003939321264624596,
|
| 248 |
+
"rewards/rejected": -1.1007227897644043,
|
| 249 |
+
"step": 16
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.22396047756278303,
|
| 253 |
+
"grad_norm": 1.0571225881576538,
|
| 254 |
+
"learning_rate": 9.561347763324483e-07,
|
| 255 |
+
"logits/chosen": 10.136300086975098,
|
| 256 |
+
"logits/rejected": 10.82028579711914,
|
| 257 |
+
"logps/chosen": -0.5688516497612,
|
| 258 |
+
"logps/rejected": -0.553267240524292,
|
| 259 |
+
"loss": 1.4383,
|
| 260 |
+
"rewards/accuracies": 0.546875,
|
| 261 |
+
"rewards/chosen": -1.1377032995224,
|
| 262 |
+
"rewards/margins": -0.031168799847364426,
|
| 263 |
+
"rewards/rejected": -1.106534481048584,
|
| 264 |
+
"step": 17
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"epoch": 0.23713462330177026,
|
| 268 |
+
"grad_norm": 1.095320463180542,
|
| 269 |
+
"learning_rate": 9.460342212786932e-07,
|
| 270 |
+
"logits/chosen": 10.693653106689453,
|
| 271 |
+
"logits/rejected": 11.115797996520996,
|
| 272 |
+
"logps/chosen": -0.6066192388534546,
|
| 273 |
+
"logps/rejected": -0.5900355577468872,
|
| 274 |
+
"loss": 1.4382,
|
| 275 |
+
"rewards/accuracies": 0.59375,
|
| 276 |
+
"rewards/chosen": -1.2132384777069092,
|
| 277 |
+
"rewards/margins": -0.03316720202565193,
|
| 278 |
+
"rewards/rejected": -1.1800711154937744,
|
| 279 |
+
"step": 18
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 0.2503087690407575,
|
| 283 |
+
"grad_norm": 0.6557356119155884,
|
| 284 |
+
"learning_rate": 9.349531862043951e-07,
|
| 285 |
+
"logits/chosen": 10.337396621704102,
|
| 286 |
+
"logits/rejected": 10.86961841583252,
|
| 287 |
+
"logps/chosen": -0.525456964969635,
|
| 288 |
+
"logps/rejected": -0.5541884899139404,
|
| 289 |
+
"loss": 1.3703,
|
| 290 |
+
"rewards/accuracies": 0.609375,
|
| 291 |
+
"rewards/chosen": -1.05091392993927,
|
| 292 |
+
"rewards/margins": 0.057463016360998154,
|
| 293 |
+
"rewards/rejected": -1.1083769798278809,
|
| 294 |
+
"step": 19
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"epoch": 0.2634829147797447,
|
| 298 |
+
"grad_norm": 0.7737817168235779,
|
| 299 |
+
"learning_rate": 9.229160296295487e-07,
|
| 300 |
+
"logits/chosen": 10.50332260131836,
|
| 301 |
+
"logits/rejected": 11.313106536865234,
|
| 302 |
+
"logps/chosen": -0.6586668491363525,
|
| 303 |
+
"logps/rejected": -0.6300007104873657,
|
| 304 |
+
"loss": 1.4657,
|
| 305 |
+
"rewards/accuracies": 0.5390625,
|
| 306 |
+
"rewards/chosen": -1.317333698272705,
|
| 307 |
+
"rewards/margins": -0.05733209103345871,
|
| 308 |
+
"rewards/rejected": -1.2600014209747314,
|
| 309 |
+
"step": 20
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"epoch": 0.276657060518732,
|
| 313 |
+
"grad_norm": 0.5888201594352722,
|
| 314 |
+
"learning_rate": 9.099492118367122e-07,
|
| 315 |
+
"logits/chosen": 9.65850830078125,
|
| 316 |
+
"logits/rejected": 10.547868728637695,
|
| 317 |
+
"logps/chosen": -0.6071429252624512,
|
| 318 |
+
"logps/rejected": -0.6548156142234802,
|
| 319 |
+
"loss": 1.3526,
|
| 320 |
+
"rewards/accuracies": 0.5390625,
|
| 321 |
+
"rewards/chosen": -1.2142858505249023,
|
| 322 |
+
"rewards/margins": 0.09534531086683273,
|
| 323 |
+
"rewards/rejected": -1.3096312284469604,
|
| 324 |
+
"step": 21
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.28983120625771924,
|
| 328 |
+
"grad_norm": 1.3495151996612549,
|
| 329 |
+
"learning_rate": 8.960812367055646e-07,
|
| 330 |
+
"logits/chosen": 9.991419792175293,
|
| 331 |
+
"logits/rejected": 10.768990516662598,
|
| 332 |
+
"logps/chosen": -0.6086853742599487,
|
| 333 |
+
"logps/rejected": -0.6002129912376404,
|
| 334 |
+
"loss": 1.4365,
|
| 335 |
+
"rewards/accuracies": 0.4375,
|
| 336 |
+
"rewards/chosen": -1.2173707485198975,
|
| 337 |
+
"rewards/margins": -0.01694471389055252,
|
| 338 |
+
"rewards/rejected": -1.2004259824752808,
|
| 339 |
+
"step": 22
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.3030053519967065,
|
| 343 |
+
"grad_norm": 0.40277352929115295,
|
| 344 |
+
"learning_rate": 8.813425890551909e-07,
|
| 345 |
+
"logits/chosen": 9.981124877929688,
|
| 346 |
+
"logits/rejected": 10.845569610595703,
|
| 347 |
+
"logps/chosen": -0.6795557141304016,
|
| 348 |
+
"logps/rejected": -0.630460262298584,
|
| 349 |
+
"loss": 1.5098,
|
| 350 |
+
"rewards/accuracies": 0.5078125,
|
| 351 |
+
"rewards/chosen": -1.3591114282608032,
|
| 352 |
+
"rewards/margins": -0.0981910228729248,
|
| 353 |
+
"rewards/rejected": -1.260920524597168,
|
| 354 |
+
"step": 23
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.3161794977356937,
|
| 358 |
+
"grad_norm": 0.738304853439331,
|
| 359 |
+
"learning_rate": 8.657656676318345e-07,
|
| 360 |
+
"logits/chosen": 10.05403995513916,
|
| 361 |
+
"logits/rejected": 10.649165153503418,
|
| 362 |
+
"logps/chosen": -0.5632920265197754,
|
| 363 |
+
"logps/rejected": -0.5841237902641296,
|
| 364 |
+
"loss": 1.3813,
|
| 365 |
+
"rewards/accuracies": 0.515625,
|
| 366 |
+
"rewards/chosen": -1.1265840530395508,
|
| 367 |
+
"rewards/margins": 0.0416635125875473,
|
| 368 |
+
"rewards/rejected": -1.1682475805282593,
|
| 369 |
+
"step": 24
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"epoch": 0.32935364347468093,
|
| 373 |
+
"grad_norm": 1.1053329706192017,
|
| 374 |
+
"learning_rate": 8.493847138894208e-07,
|
| 375 |
+
"logits/chosen": 10.050838470458984,
|
| 376 |
+
"logits/rejected": 10.84270191192627,
|
| 377 |
+
"logps/chosen": -0.597644567489624,
|
| 378 |
+
"logps/rejected": -0.595725417137146,
|
| 379 |
+
"loss": 1.4282,
|
| 380 |
+
"rewards/accuracies": 0.515625,
|
| 381 |
+
"rewards/chosen": -1.195289134979248,
|
| 382 |
+
"rewards/margins": -0.0038383007049560547,
|
| 383 |
+
"rewards/rejected": -1.191450834274292,
|
| 384 |
+
"step": 25
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"epoch": 0.34252778921366817,
|
| 388 |
+
"grad_norm": 1.4238759279251099,
|
| 389 |
+
"learning_rate": 8.322357367194108e-07,
|
| 390 |
+
"logits/chosen": 10.223604202270508,
|
| 391 |
+
"logits/rejected": 11.166160583496094,
|
| 392 |
+
"logps/chosen": -0.6837385892868042,
|
| 393 |
+
"logps/rejected": -0.7063555717468262,
|
| 394 |
+
"loss": 1.4015,
|
| 395 |
+
"rewards/accuracies": 0.5078125,
|
| 396 |
+
"rewards/chosen": -1.3674771785736084,
|
| 397 |
+
"rewards/margins": 0.04523405432701111,
|
| 398 |
+
"rewards/rejected": -1.4127111434936523,
|
| 399 |
+
"step": 26
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"epoch": 0.3557019349526554,
|
| 403 |
+
"grad_norm": 2.064854860305786,
|
| 404 |
+
"learning_rate": 8.143564332954425e-07,
|
| 405 |
+
"logits/chosen": 10.116180419921875,
|
| 406 |
+
"logits/rejected": 11.071605682373047,
|
| 407 |
+
"logps/chosen": -0.581619381904602,
|
| 408 |
+
"logps/rejected": -0.5917808413505554,
|
| 409 |
+
"loss": 1.4029,
|
| 410 |
+
"rewards/accuracies": 0.4921875,
|
| 411 |
+
"rewards/chosen": -1.163238763809204,
|
| 412 |
+
"rewards/margins": 0.020322859287261963,
|
| 413 |
+
"rewards/rejected": -1.1835616827011108,
|
| 414 |
+
"step": 27
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"epoch": 0.3688760806916426,
|
| 418 |
+
"grad_norm": 0.7787203788757324,
|
| 419 |
+
"learning_rate": 7.957861062067612e-07,
|
| 420 |
+
"logits/chosen": 9.396055221557617,
|
| 421 |
+
"logits/rejected": 10.454724311828613,
|
| 422 |
+
"logps/chosen": -0.5871963500976562,
|
| 423 |
+
"logps/rejected": -0.575207531452179,
|
| 424 |
+
"loss": 1.4384,
|
| 425 |
+
"rewards/accuracies": 0.515625,
|
| 426 |
+
"rewards/chosen": -1.1743927001953125,
|
| 427 |
+
"rewards/margins": -0.023977583274245262,
|
| 428 |
+
"rewards/rejected": -1.150415062904358,
|
| 429 |
+
"step": 28
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.3820502264306299,
|
| 433 |
+
"grad_norm": 0.6901921629905701,
|
| 434 |
+
"learning_rate": 7.765655770625996e-07,
|
| 435 |
+
"logits/chosen": 10.049378395080566,
|
| 436 |
+
"logits/rejected": 10.916838645935059,
|
| 437 |
+
"logps/chosen": -0.559207558631897,
|
| 438 |
+
"logps/rejected": -0.5522322654724121,
|
| 439 |
+
"loss": 1.4303,
|
| 440 |
+
"rewards/accuracies": 0.53125,
|
| 441 |
+
"rewards/chosen": -1.118415117263794,
|
| 442 |
+
"rewards/margins": -0.013950513675808907,
|
| 443 |
+
"rewards/rejected": -1.1044645309448242,
|
| 444 |
+
"step": 29
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.39522437216961714,
|
| 448 |
+
"grad_norm": 0.40703555941581726,
|
| 449 |
+
"learning_rate": 7.567370967574209e-07,
|
| 450 |
+
"logits/chosen": 10.099987030029297,
|
| 451 |
+
"logits/rejected": 11.389348983764648,
|
| 452 |
+
"logps/chosen": -0.6557003855705261,
|
| 453 |
+
"logps/rejected": -0.637586236000061,
|
| 454 |
+
"loss": 1.4561,
|
| 455 |
+
"rewards/accuracies": 0.4921875,
|
| 456 |
+
"rewards/chosen": -1.3114007711410522,
|
| 457 |
+
"rewards/margins": -0.03622820973396301,
|
| 458 |
+
"rewards/rejected": -1.275172472000122,
|
| 459 |
+
"step": 30
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"epoch": 0.4083985179086044,
|
| 463 |
+
"grad_norm": 0.42555299401283264,
|
| 464 |
+
"learning_rate": 7.363442525942826e-07,
|
| 465 |
+
"logits/chosen": 9.72238826751709,
|
| 466 |
+
"logits/rejected": 10.818886756896973,
|
| 467 |
+
"logps/chosen": -0.5414553284645081,
|
| 468 |
+
"logps/rejected": -0.5017333626747131,
|
| 469 |
+
"loss": 1.4659,
|
| 470 |
+
"rewards/accuracies": 0.4921875,
|
| 471 |
+
"rewards/chosen": -1.0829106569290161,
|
| 472 |
+
"rewards/margins": -0.07944400608539581,
|
| 473 |
+
"rewards/rejected": -1.0034667253494263,
|
| 474 |
+
"step": 31
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"epoch": 0.4215726636475916,
|
| 478 |
+
"grad_norm": 0.5622223615646362,
|
| 479 |
+
"learning_rate": 7.154318724704851e-07,
|
| 480 |
+
"logits/chosen": 9.967964172363281,
|
| 481 |
+
"logits/rejected": 11.171170234680176,
|
| 482 |
+
"logps/chosen": -0.5367560386657715,
|
| 483 |
+
"logps/rejected": -0.5056421756744385,
|
| 484 |
+
"loss": 1.4642,
|
| 485 |
+
"rewards/accuracies": 0.46875,
|
| 486 |
+
"rewards/chosen": -1.073512077331543,
|
| 487 |
+
"rewards/margins": -0.06222765892744064,
|
| 488 |
+
"rewards/rejected": -1.011284351348877,
|
| 489 |
+
"step": 32
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"epoch": 0.43474680938657884,
|
| 493 |
+
"grad_norm": 1.4852371215820312,
|
| 494 |
+
"learning_rate": 6.940459263361248e-07,
|
| 495 |
+
"logits/chosen": 9.997882843017578,
|
| 496 |
+
"logits/rejected": 10.80778980255127,
|
| 497 |
+
"logps/chosen": -0.5545799732208252,
|
| 498 |
+
"logps/rejected": -0.5040555000305176,
|
| 499 |
+
"loss": 1.4922,
|
| 500 |
+
"rewards/accuracies": 0.4765625,
|
| 501 |
+
"rewards/chosen": -1.1091599464416504,
|
| 502 |
+
"rewards/margins": -0.10104897618293762,
|
| 503 |
+
"rewards/rejected": -1.0081110000610352,
|
| 504 |
+
"step": 33
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"epoch": 0.44792095512556607,
|
| 508 |
+
"grad_norm": 0.7598586082458496,
|
| 509 |
+
"learning_rate": 6.722334251421664e-07,
|
| 510 |
+
"logits/chosen": 9.955677032470703,
|
| 511 |
+
"logits/rejected": 10.815716743469238,
|
| 512 |
+
"logps/chosen": -0.6858883500099182,
|
| 513 |
+
"logps/rejected": -0.6911861896514893,
|
| 514 |
+
"loss": 1.4234,
|
| 515 |
+
"rewards/accuracies": 0.5546875,
|
| 516 |
+
"rewards/chosen": -1.3717767000198364,
|
| 517 |
+
"rewards/margins": 0.010595660656690598,
|
| 518 |
+
"rewards/rejected": -1.3823723793029785,
|
| 519 |
+
"step": 34
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"epoch": 0.4610951008645533,
|
| 523 |
+
"grad_norm": 0.6476173996925354,
|
| 524 |
+
"learning_rate": 6.500423175001703e-07,
|
| 525 |
+
"logits/chosen": 10.530078887939453,
|
| 526 |
+
"logits/rejected": 11.22971248626709,
|
| 527 |
+
"logps/chosen": -0.532319962978363,
|
| 528 |
+
"logps/rejected": -0.5957823395729065,
|
| 529 |
+
"loss": 1.3528,
|
| 530 |
+
"rewards/accuracies": 0.5546875,
|
| 531 |
+
"rewards/chosen": -1.064639925956726,
|
| 532 |
+
"rewards/margins": 0.12692469358444214,
|
| 533 |
+
"rewards/rejected": -1.191564679145813,
|
| 534 |
+
"step": 35
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.47426924660354053,
|
| 538 |
+
"grad_norm": 0.7018894553184509,
|
| 539 |
+
"learning_rate": 6.275213842808382e-07,
|
| 540 |
+
"logits/chosen": 10.111711502075195,
|
| 541 |
+
"logits/rejected": 10.461627006530762,
|
| 542 |
+
"logps/chosen": -0.5287503004074097,
|
| 543 |
+
"logps/rejected": -0.5425370335578918,
|
| 544 |
+
"loss": 1.3894,
|
| 545 |
+
"rewards/accuracies": 0.46875,
|
| 546 |
+
"rewards/chosen": -1.0575006008148193,
|
| 547 |
+
"rewards/margins": 0.027573533356189728,
|
| 548 |
+
"rewards/rejected": -1.0850740671157837,
|
| 549 |
+
"step": 36
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.4874433923425278,
|
| 553 |
+
"grad_norm": 0.5113664269447327,
|
| 554 |
+
"learning_rate": 6.047201313830723e-07,
|
| 555 |
+
"logits/chosen": 10.279487609863281,
|
| 556 |
+
"logits/rejected": 10.891258239746094,
|
| 557 |
+
"logps/chosen": -0.5863273739814758,
|
| 558 |
+
"logps/rejected": -0.6054317951202393,
|
| 559 |
+
"loss": 1.3829,
|
| 560 |
+
"rewards/accuracies": 0.484375,
|
| 561 |
+
"rewards/chosen": -1.1726547479629517,
|
| 562 |
+
"rewards/margins": 0.03820895403623581,
|
| 563 |
+
"rewards/rejected": -1.2108635902404785,
|
| 564 |
+
"step": 37
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"epoch": 0.500617538081515,
|
| 568 |
+
"grad_norm": 0.8292818069458008,
|
| 569 |
+
"learning_rate": 5.816886809092651e-07,
|
| 570 |
+
"logits/chosen": 9.993082046508789,
|
| 571 |
+
"logits/rejected": 10.848751068115234,
|
| 572 |
+
"logps/chosen": -0.5642987489700317,
|
| 573 |
+
"logps/rejected": -0.6022392511367798,
|
| 574 |
+
"loss": 1.3685,
|
| 575 |
+
"rewards/accuracies": 0.5546875,
|
| 576 |
+
"rewards/chosen": -1.1285974979400635,
|
| 577 |
+
"rewards/margins": 0.07588109374046326,
|
| 578 |
+
"rewards/rejected": -1.2044785022735596,
|
| 579 |
+
"step": 38
|
| 580 |
+
},
|
| 581 |
+
{
|
| 582 |
+
"epoch": 0.5137916838205022,
|
| 583 |
+
"grad_norm": 2.4941494464874268,
|
| 584 |
+
"learning_rate": 5.584776609860413e-07,
|
| 585 |
+
"logits/chosen": 10.164732933044434,
|
| 586 |
+
"logits/rejected": 10.930498123168945,
|
| 587 |
+
"logps/chosen": -0.5763741135597229,
|
| 588 |
+
"logps/rejected": -0.5431419610977173,
|
| 589 |
+
"loss": 1.4765,
|
| 590 |
+
"rewards/accuracies": 0.46875,
|
| 591 |
+
"rewards/chosen": -1.1527482271194458,
|
| 592 |
+
"rewards/margins": -0.06646420061588287,
|
| 593 |
+
"rewards/rejected": -1.0862839221954346,
|
| 594 |
+
"step": 39
|
| 595 |
+
},
|
| 596 |
+
{
|
| 597 |
+
"epoch": 0.5269658295594895,
|
| 598 |
+
"grad_norm": 3.3130643367767334,
|
| 599 |
+
"learning_rate": 5.351380944726465e-07,
|
| 600 |
+
"logits/chosen": 10.054292678833008,
|
| 601 |
+
"logits/rejected": 11.316207885742188,
|
| 602 |
+
"logps/chosen": -0.5626562833786011,
|
| 603 |
+
"logps/rejected": -0.5585920810699463,
|
| 604 |
+
"loss": 1.4175,
|
| 605 |
+
"rewards/accuracies": 0.5625,
|
| 606 |
+
"rewards/chosen": -1.1253125667572021,
|
| 607 |
+
"rewards/margins": -0.008128294721245766,
|
| 608 |
+
"rewards/rejected": -1.1171841621398926,
|
| 609 |
+
"step": 40
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"epoch": 0.5401399752984768,
|
| 613 |
+
"grad_norm": 0.6443184018135071,
|
| 614 |
+
"learning_rate": 5.117212868016303e-07,
|
| 615 |
+
"logits/chosen": 10.326967239379883,
|
| 616 |
+
"logits/rejected": 10.83257007598877,
|
| 617 |
+
"logps/chosen": -0.5476542115211487,
|
| 618 |
+
"logps/rejected": -0.5671020746231079,
|
| 619 |
+
"loss": 1.3819,
|
| 620 |
+
"rewards/accuracies": 0.5234375,
|
| 621 |
+
"rewards/chosen": -1.0953084230422974,
|
| 622 |
+
"rewards/margins": 0.038895681500434875,
|
| 623 |
+
"rewards/rejected": -1.1342041492462158,
|
| 624 |
+
"step": 41
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"epoch": 0.553314121037464,
|
| 628 |
+
"grad_norm": 1.2466775178909302,
|
| 629 |
+
"learning_rate": 4.882787131983697e-07,
|
| 630 |
+
"logits/chosen": 9.467147827148438,
|
| 631 |
+
"logits/rejected": 10.408858299255371,
|
| 632 |
+
"logps/chosen": -0.5122556686401367,
|
| 633 |
+
"logps/rejected": -0.5029544234275818,
|
| 634 |
+
"loss": 1.4341,
|
| 635 |
+
"rewards/accuracies": 0.4296875,
|
| 636 |
+
"rewards/chosen": -1.0245113372802734,
|
| 637 |
+
"rewards/margins": -0.01860247366130352,
|
| 638 |
+
"rewards/rejected": -1.0059088468551636,
|
| 639 |
+
"step": 42
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 0.5664882667764513,
|
| 643 |
+
"grad_norm": 1.0065938234329224,
|
| 644 |
+
"learning_rate": 4.648619055273537e-07,
|
| 645 |
+
"logits/chosen": 9.575172424316406,
|
| 646 |
+
"logits/rejected": 10.501733779907227,
|
| 647 |
+
"logps/chosen": -0.4882752299308777,
|
| 648 |
+
"logps/rejected": -0.5106842517852783,
|
| 649 |
+
"loss": 1.3748,
|
| 650 |
+
"rewards/accuracies": 0.5546875,
|
| 651 |
+
"rewards/chosen": -0.9765504598617554,
|
| 652 |
+
"rewards/margins": 0.044818080961704254,
|
| 653 |
+
"rewards/rejected": -1.0213685035705566,
|
| 654 |
+
"step": 43
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.5796624125154385,
|
| 658 |
+
"grad_norm": 0.7030373215675354,
|
| 659 |
+
"learning_rate": 4.4152233901395875e-07,
|
| 660 |
+
"logits/chosen": 9.824498176574707,
|
| 661 |
+
"logits/rejected": 10.55920696258545,
|
| 662 |
+
"logps/chosen": -0.545955240726471,
|
| 663 |
+
"logps/rejected": -0.5752911567687988,
|
| 664 |
+
"loss": 1.3742,
|
| 665 |
+
"rewards/accuracies": 0.6328125,
|
| 666 |
+
"rewards/chosen": -1.091910481452942,
|
| 667 |
+
"rewards/margins": 0.05867195501923561,
|
| 668 |
+
"rewards/rejected": -1.1505823135375977,
|
| 669 |
+
"step": 44
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"epoch": 0.5928365582544257,
|
| 673 |
+
"grad_norm": 0.6114833354949951,
|
| 674 |
+
"learning_rate": 4.183113190907348e-07,
|
| 675 |
+
"logits/chosen": 9.935275077819824,
|
| 676 |
+
"logits/rejected": 10.47735595703125,
|
| 677 |
+
"logps/chosen": -0.5813839435577393,
|
| 678 |
+
"logps/rejected": -0.5967380404472351,
|
| 679 |
+
"loss": 1.4037,
|
| 680 |
+
"rewards/accuracies": 0.53125,
|
| 681 |
+
"rewards/chosen": -1.1627678871154785,
|
| 682 |
+
"rewards/margins": 0.030708128586411476,
|
| 683 |
+
"rewards/rejected": -1.1934760808944702,
|
| 684 |
+
"step": 45
|
| 685 |
+
},
|
| 686 |
+
{
|
| 687 |
+
"epoch": 0.606010703993413,
|
| 688 |
+
"grad_norm": 4.388708114624023,
|
| 689 |
+
"learning_rate": 3.9527986861692785e-07,
|
| 690 |
+
"logits/chosen": 9.954986572265625,
|
| 691 |
+
"logits/rejected": 10.432456016540527,
|
| 692 |
+
"logps/chosen": -0.5504661798477173,
|
| 693 |
+
"logps/rejected": -0.5747936964035034,
|
| 694 |
+
"loss": 1.3774,
|
| 695 |
+
"rewards/accuracies": 0.5546875,
|
| 696 |
+
"rewards/chosen": -1.1009323596954346,
|
| 697 |
+
"rewards/margins": 0.04865497350692749,
|
| 698 |
+
"rewards/rejected": -1.1495873928070068,
|
| 699 |
+
"step": 46
|
| 700 |
+
},
|
| 701 |
+
{
|
| 702 |
+
"epoch": 0.6191848497324002,
|
| 703 |
+
"grad_norm": 0.6564725041389465,
|
| 704 |
+
"learning_rate": 3.724786157191618e-07,
|
| 705 |
+
"logits/chosen": 9.773380279541016,
|
| 706 |
+
"logits/rejected": 10.888383865356445,
|
| 707 |
+
"logps/chosen": -0.6393429040908813,
|
| 708 |
+
"logps/rejected": -0.6083090305328369,
|
| 709 |
+
"loss": 1.4628,
|
| 710 |
+
"rewards/accuracies": 0.484375,
|
| 711 |
+
"rewards/chosen": -1.2786858081817627,
|
| 712 |
+
"rewards/margins": -0.06206771731376648,
|
| 713 |
+
"rewards/rejected": -1.2166180610656738,
|
| 714 |
+
"step": 47
|
| 715 |
+
},
|
| 716 |
+
{
|
| 717 |
+
"epoch": 0.6323589954713874,
|
| 718 |
+
"grad_norm": 1.6401126384735107,
|
| 719 |
+
"learning_rate": 3.499576824998297e-07,
|
| 720 |
+
"logits/chosen": 10.472443580627441,
|
| 721 |
+
"logits/rejected": 11.252219200134277,
|
| 722 |
+
"logps/chosen": -0.5614030361175537,
|
| 723 |
+
"logps/rejected": -0.582251787185669,
|
| 724 |
+
"loss": 1.3921,
|
| 725 |
+
"rewards/accuracies": 0.5625,
|
| 726 |
+
"rewards/chosen": -1.1228060722351074,
|
| 727 |
+
"rewards/margins": 0.04169747233390808,
|
| 728 |
+
"rewards/rejected": -1.164503574371338,
|
| 729 |
+
"step": 48
|
| 730 |
+
}
|
| 731 |
+
],
|
| 732 |
+
"logging_steps": 1,
|
| 733 |
+
"max_steps": 75,
|
| 734 |
+
"num_input_tokens_seen": 0,
|
| 735 |
+
"num_train_epochs": 1,
|
| 736 |
+
"save_steps": 12,
|
| 737 |
+
"stateful_callbacks": {
|
| 738 |
+
"TrainerControl": {
|
| 739 |
+
"args": {
|
| 740 |
+
"should_epoch_stop": false,
|
| 741 |
+
"should_evaluate": false,
|
| 742 |
+
"should_log": false,
|
| 743 |
+
"should_save": true,
|
| 744 |
+
"should_training_stop": false
|
| 745 |
+
},
|
| 746 |
+
"attributes": {}
|
| 747 |
+
}
|
| 748 |
+
},
|
| 749 |
+
"total_flos": 0.0,
|
| 750 |
+
"train_batch_size": 2,
|
| 751 |
+
"trial_name": null,
|
| 752 |
+
"trial_params": null
|
| 753 |
+
}
|
checkpoint-60/added_tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|assistant|>": 32001,
|
| 3 |
+
"<|endoftext|>": 32000,
|
| 4 |
+
"<|end|>": 32007,
|
| 5 |
+
"<|placeholder1|>": 32002,
|
| 6 |
+
"<|placeholder2|>": 32003,
|
| 7 |
+
"<|placeholder3|>": 32004,
|
| 8 |
+
"<|placeholder4|>": 32005,
|
| 9 |
+
"<|placeholder5|>": 32008,
|
| 10 |
+
"<|placeholder6|>": 32009,
|
| 11 |
+
"<|system|>": 32006,
|
| 12 |
+
"<|user|>": 32010
|
| 13 |
+
}
|
checkpoint-60/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/home/v-liuzichuan/huggingface/Phi-3-mini-4k-instruct",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Phi3ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"auto_map": {
|
| 9 |
+
"AutoConfig": "configuration_phi3.Phi3Config",
|
| 10 |
+
"AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
|
| 11 |
+
},
|
| 12 |
+
"bos_token_id": 1,
|
| 13 |
+
"embd_pdrop": 0.0,
|
| 14 |
+
"eos_token_id": 32000,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"hidden_size": 3072,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 8192,
|
| 19 |
+
"max_position_embeddings": 4096,
|
| 20 |
+
"model_type": "phi3",
|
| 21 |
+
"num_attention_heads": 32,
|
| 22 |
+
"num_hidden_layers": 32,
|
| 23 |
+
"num_key_value_heads": 32,
|
| 24 |
+
"original_max_position_embeddings": 4096,
|
| 25 |
+
"pad_token_id": 32000,
|
| 26 |
+
"resid_pdrop": 0.0,
|
| 27 |
+
"rms_norm_eps": 1e-05,
|
| 28 |
+
"rope_scaling": null,
|
| 29 |
+
"rope_theta": 10000.0,
|
| 30 |
+
"sliding_window": 2047,
|
| 31 |
+
"tie_word_embeddings": false,
|
| 32 |
+
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.45.2",
|
| 34 |
+
"use_cache": false,
|
| 35 |
+
"vocab_size": 32064
|
| 36 |
+
}
|
checkpoint-60/generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
32000,
|
| 6 |
+
32001,
|
| 7 |
+
32007
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 32000,
|
| 10 |
+
"transformers_version": "4.45.2"
|
| 11 |
+
}
|
checkpoint-60/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3c525daf1edc8ddd58c6a3809e4ad6bd45cd73530b436ea60a4f6701e829a6c
|
| 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:c4eab9a220c4dd64ee01ce270e85c41233818e62fd9b45d3912320da4b475e7a
|
| 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
|
|
|