Upload accepted Forge-1-Base checkpoint
Browse files- README.md +7 -0
- config.json +25 -0
- model.safetensors +3 -0
- model.safetensors.index.json +153 -0
- special_tokens_map.json +14 -0
- tokenizer.json +0 -0
- tokenizer_config.json +17 -0
README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Forge-1-Base
|
| 2 |
+
|
| 3 |
+
Forge-1-Base is the published Forge-1V / Willow-family checkpoint selected from the rescue run.
|
| 4 |
+
|
| 5 |
+
Source checkpoint: `/checkpoints/forge-1v-120m-chatml-dpo-general-v2/ckpt_step_00000020.pt`.
|
| 6 |
+
|
| 7 |
+
This checkpoint preserved the accepted ChatML behavior, identity, basic science, simple arithmetic, and refusal behavior better than the later code-repair experiments. Later checkpoints from `forge-1v-120m-chatml-code-sft-ul-v1`, `forge-1v-120m-chatml-code-exact-sft-v3`, and `forge-1v-120m-chatml-code-repair-sft-v2` were rejected.
|
config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"bos_token_id": 1,
|
| 7 |
+
"eos_token_id": 2,
|
| 8 |
+
"hidden_act": "silu",
|
| 9 |
+
"hidden_size": 768,
|
| 10 |
+
"initializer_range": 0.02,
|
| 11 |
+
"intermediate_size": 2048,
|
| 12 |
+
"max_position_embeddings": 2048,
|
| 13 |
+
"mlp_bias": false,
|
| 14 |
+
"model_type": "llama",
|
| 15 |
+
"num_attention_heads": 12,
|
| 16 |
+
"num_hidden_layers": 16,
|
| 17 |
+
"num_key_value_heads": 4,
|
| 18 |
+
"pad_token_id": 0,
|
| 19 |
+
"rms_norm_eps": 1e-05,
|
| 20 |
+
"rope_theta": 10000.0,
|
| 21 |
+
"tie_word_embeddings": true,
|
| 22 |
+
"torch_dtype": "bfloat16",
|
| 23 |
+
"use_cache": true,
|
| 24 |
+
"vocab_size": 16386
|
| 25 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:461206ef048e84ee28acdb40886e4a0eed56408cc5b88fd922cad86e2db84bb8
|
| 3 |
+
size 453108576
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,153 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 453092352
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"model.embed_tokens.weight": "model.safetensors",
|
| 7 |
+
"model.layers.0.self_attn.q_proj.weight": "model.safetensors",
|
| 8 |
+
"model.layers.0.self_attn.k_proj.weight": "model.safetensors",
|
| 9 |
+
"model.layers.0.self_attn.v_proj.weight": "model.safetensors",
|
| 10 |
+
"model.layers.0.self_attn.o_proj.weight": "model.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model.safetensors",
|
| 13 |
+
"model.layers.0.mlp.down_proj.weight": "model.safetensors",
|
| 14 |
+
"model.layers.0.input_layernorm.weight": "model.safetensors",
|
| 15 |
+
"model.layers.0.post_attention_layernorm.weight": "model.safetensors",
|
| 16 |
+
"model.layers.1.self_attn.q_proj.weight": "model.safetensors",
|
| 17 |
+
"model.layers.1.self_attn.k_proj.weight": "model.safetensors",
|
| 18 |
+
"model.layers.1.self_attn.v_proj.weight": "model.safetensors",
|
| 19 |
+
"model.layers.1.self_attn.o_proj.weight": "model.safetensors",
|
| 20 |
+
"model.layers.1.mlp.gate_proj.weight": "model.safetensors",
|
| 21 |
+
"model.layers.1.mlp.up_proj.weight": "model.safetensors",
|
| 22 |
+
"model.layers.1.mlp.down_proj.weight": "model.safetensors",
|
| 23 |
+
"model.layers.1.input_layernorm.weight": "model.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model.safetensors",
|
| 25 |
+
"model.layers.2.self_attn.q_proj.weight": "model.safetensors",
|
| 26 |
+
"model.layers.2.self_attn.k_proj.weight": "model.safetensors",
|
| 27 |
+
"model.layers.2.self_attn.v_proj.weight": "model.safetensors",
|
| 28 |
+
"model.layers.2.self_attn.o_proj.weight": "model.safetensors",
|
| 29 |
+
"model.layers.2.mlp.gate_proj.weight": "model.safetensors",
|
| 30 |
+
"model.layers.2.mlp.up_proj.weight": "model.safetensors",
|
| 31 |
+
"model.layers.2.mlp.down_proj.weight": "model.safetensors",
|
| 32 |
+
"model.layers.2.input_layernorm.weight": "model.safetensors",
|
| 33 |
+
"model.layers.2.post_attention_layernorm.weight": "model.safetensors",
|
| 34 |
+
"model.layers.3.self_attn.q_proj.weight": "model.safetensors",
|
| 35 |
+
"model.layers.3.self_attn.k_proj.weight": "model.safetensors",
|
| 36 |
+
"model.layers.3.self_attn.v_proj.weight": "model.safetensors",
|
| 37 |
+
"model.layers.3.self_attn.o_proj.weight": "model.safetensors",
|
| 38 |
+
"model.layers.3.mlp.gate_proj.weight": "model.safetensors",
|
| 39 |
+
"model.layers.3.mlp.up_proj.weight": "model.safetensors",
|
| 40 |
+
"model.layers.3.mlp.down_proj.weight": "model.safetensors",
|
| 41 |
+
"model.layers.3.input_layernorm.weight": "model.safetensors",
|
| 42 |
+
"model.layers.3.post_attention_layernorm.weight": "model.safetensors",
|
| 43 |
+
"model.layers.4.self_attn.q_proj.weight": "model.safetensors",
|
| 44 |
+
"model.layers.4.self_attn.k_proj.weight": "model.safetensors",
|
| 45 |
+
"model.layers.4.self_attn.v_proj.weight": "model.safetensors",
|
| 46 |
+
"model.layers.4.self_attn.o_proj.weight": "model.safetensors",
|
| 47 |
+
"model.layers.4.mlp.gate_proj.weight": "model.safetensors",
|
| 48 |
+
"model.layers.4.mlp.up_proj.weight": "model.safetensors",
|
| 49 |
+
"model.layers.4.mlp.down_proj.weight": "model.safetensors",
|
| 50 |
+
"model.layers.4.input_layernorm.weight": "model.safetensors",
|
| 51 |
+
"model.layers.4.post_attention_layernorm.weight": "model.safetensors",
|
| 52 |
+
"model.layers.5.self_attn.q_proj.weight": "model.safetensors",
|
| 53 |
+
"model.layers.5.self_attn.k_proj.weight": "model.safetensors",
|
| 54 |
+
"model.layers.5.self_attn.v_proj.weight": "model.safetensors",
|
| 55 |
+
"model.layers.5.self_attn.o_proj.weight": "model.safetensors",
|
| 56 |
+
"model.layers.5.mlp.gate_proj.weight": "model.safetensors",
|
| 57 |
+
"model.layers.5.mlp.up_proj.weight": "model.safetensors",
|
| 58 |
+
"model.layers.5.mlp.down_proj.weight": "model.safetensors",
|
| 59 |
+
"model.layers.5.input_layernorm.weight": "model.safetensors",
|
| 60 |
+
"model.layers.5.post_attention_layernorm.weight": "model.safetensors",
|
| 61 |
+
"model.layers.6.self_attn.q_proj.weight": "model.safetensors",
|
| 62 |
+
"model.layers.6.self_attn.k_proj.weight": "model.safetensors",
|
| 63 |
+
"model.layers.6.self_attn.v_proj.weight": "model.safetensors",
|
| 64 |
+
"model.layers.6.self_attn.o_proj.weight": "model.safetensors",
|
| 65 |
+
"model.layers.6.mlp.gate_proj.weight": "model.safetensors",
|
| 66 |
+
"model.layers.6.mlp.up_proj.weight": "model.safetensors",
|
| 67 |
+
"model.layers.6.mlp.down_proj.weight": "model.safetensors",
|
| 68 |
+
"model.layers.6.input_layernorm.weight": "model.safetensors",
|
| 69 |
+
"model.layers.6.post_attention_layernorm.weight": "model.safetensors",
|
| 70 |
+
"model.layers.7.self_attn.q_proj.weight": "model.safetensors",
|
| 71 |
+
"model.layers.7.self_attn.k_proj.weight": "model.safetensors",
|
| 72 |
+
"model.layers.7.self_attn.v_proj.weight": "model.safetensors",
|
| 73 |
+
"model.layers.7.self_attn.o_proj.weight": "model.safetensors",
|
| 74 |
+
"model.layers.7.mlp.gate_proj.weight": "model.safetensors",
|
| 75 |
+
"model.layers.7.mlp.up_proj.weight": "model.safetensors",
|
| 76 |
+
"model.layers.7.mlp.down_proj.weight": "model.safetensors",
|
| 77 |
+
"model.layers.7.input_layernorm.weight": "model.safetensors",
|
| 78 |
+
"model.layers.7.post_attention_layernorm.weight": "model.safetensors",
|
| 79 |
+
"model.layers.8.self_attn.q_proj.weight": "model.safetensors",
|
| 80 |
+
"model.layers.8.self_attn.k_proj.weight": "model.safetensors",
|
| 81 |
+
"model.layers.8.self_attn.v_proj.weight": "model.safetensors",
|
| 82 |
+
"model.layers.8.self_attn.o_proj.weight": "model.safetensors",
|
| 83 |
+
"model.layers.8.mlp.gate_proj.weight": "model.safetensors",
|
| 84 |
+
"model.layers.8.mlp.up_proj.weight": "model.safetensors",
|
| 85 |
+
"model.layers.8.mlp.down_proj.weight": "model.safetensors",
|
| 86 |
+
"model.layers.8.input_layernorm.weight": "model.safetensors",
|
| 87 |
+
"model.layers.8.post_attention_layernorm.weight": "model.safetensors",
|
| 88 |
+
"model.layers.9.self_attn.q_proj.weight": "model.safetensors",
|
| 89 |
+
"model.layers.9.self_attn.k_proj.weight": "model.safetensors",
|
| 90 |
+
"model.layers.9.self_attn.v_proj.weight": "model.safetensors",
|
| 91 |
+
"model.layers.9.self_attn.o_proj.weight": "model.safetensors",
|
| 92 |
+
"model.layers.9.mlp.gate_proj.weight": "model.safetensors",
|
| 93 |
+
"model.layers.9.mlp.up_proj.weight": "model.safetensors",
|
| 94 |
+
"model.layers.9.mlp.down_proj.weight": "model.safetensors",
|
| 95 |
+
"model.layers.9.input_layernorm.weight": "model.safetensors",
|
| 96 |
+
"model.layers.9.post_attention_layernorm.weight": "model.safetensors",
|
| 97 |
+
"model.layers.10.self_attn.q_proj.weight": "model.safetensors",
|
| 98 |
+
"model.layers.10.self_attn.k_proj.weight": "model.safetensors",
|
| 99 |
+
"model.layers.10.self_attn.v_proj.weight": "model.safetensors",
|
| 100 |
+
"model.layers.10.self_attn.o_proj.weight": "model.safetensors",
|
| 101 |
+
"model.layers.10.mlp.gate_proj.weight": "model.safetensors",
|
| 102 |
+
"model.layers.10.mlp.up_proj.weight": "model.safetensors",
|
| 103 |
+
"model.layers.10.mlp.down_proj.weight": "model.safetensors",
|
| 104 |
+
"model.layers.10.input_layernorm.weight": "model.safetensors",
|
| 105 |
+
"model.layers.10.post_attention_layernorm.weight": "model.safetensors",
|
| 106 |
+
"model.layers.11.self_attn.q_proj.weight": "model.safetensors",
|
| 107 |
+
"model.layers.11.self_attn.k_proj.weight": "model.safetensors",
|
| 108 |
+
"model.layers.11.self_attn.v_proj.weight": "model.safetensors",
|
| 109 |
+
"model.layers.11.self_attn.o_proj.weight": "model.safetensors",
|
| 110 |
+
"model.layers.11.mlp.gate_proj.weight": "model.safetensors",
|
| 111 |
+
"model.layers.11.mlp.up_proj.weight": "model.safetensors",
|
| 112 |
+
"model.layers.11.mlp.down_proj.weight": "model.safetensors",
|
| 113 |
+
"model.layers.11.input_layernorm.weight": "model.safetensors",
|
| 114 |
+
"model.layers.11.post_attention_layernorm.weight": "model.safetensors",
|
| 115 |
+
"model.layers.12.self_attn.q_proj.weight": "model.safetensors",
|
| 116 |
+
"model.layers.12.self_attn.k_proj.weight": "model.safetensors",
|
| 117 |
+
"model.layers.12.self_attn.v_proj.weight": "model.safetensors",
|
| 118 |
+
"model.layers.12.self_attn.o_proj.weight": "model.safetensors",
|
| 119 |
+
"model.layers.12.mlp.gate_proj.weight": "model.safetensors",
|
| 120 |
+
"model.layers.12.mlp.up_proj.weight": "model.safetensors",
|
| 121 |
+
"model.layers.12.mlp.down_proj.weight": "model.safetensors",
|
| 122 |
+
"model.layers.12.input_layernorm.weight": "model.safetensors",
|
| 123 |
+
"model.layers.12.post_attention_layernorm.weight": "model.safetensors",
|
| 124 |
+
"model.layers.13.self_attn.q_proj.weight": "model.safetensors",
|
| 125 |
+
"model.layers.13.self_attn.k_proj.weight": "model.safetensors",
|
| 126 |
+
"model.layers.13.self_attn.v_proj.weight": "model.safetensors",
|
| 127 |
+
"model.layers.13.self_attn.o_proj.weight": "model.safetensors",
|
| 128 |
+
"model.layers.13.mlp.gate_proj.weight": "model.safetensors",
|
| 129 |
+
"model.layers.13.mlp.up_proj.weight": "model.safetensors",
|
| 130 |
+
"model.layers.13.mlp.down_proj.weight": "model.safetensors",
|
| 131 |
+
"model.layers.13.input_layernorm.weight": "model.safetensors",
|
| 132 |
+
"model.layers.13.post_attention_layernorm.weight": "model.safetensors",
|
| 133 |
+
"model.layers.14.self_attn.q_proj.weight": "model.safetensors",
|
| 134 |
+
"model.layers.14.self_attn.k_proj.weight": "model.safetensors",
|
| 135 |
+
"model.layers.14.self_attn.v_proj.weight": "model.safetensors",
|
| 136 |
+
"model.layers.14.self_attn.o_proj.weight": "model.safetensors",
|
| 137 |
+
"model.layers.14.mlp.gate_proj.weight": "model.safetensors",
|
| 138 |
+
"model.layers.14.mlp.up_proj.weight": "model.safetensors",
|
| 139 |
+
"model.layers.14.mlp.down_proj.weight": "model.safetensors",
|
| 140 |
+
"model.layers.14.input_layernorm.weight": "model.safetensors",
|
| 141 |
+
"model.layers.14.post_attention_layernorm.weight": "model.safetensors",
|
| 142 |
+
"model.layers.15.self_attn.q_proj.weight": "model.safetensors",
|
| 143 |
+
"model.layers.15.self_attn.k_proj.weight": "model.safetensors",
|
| 144 |
+
"model.layers.15.self_attn.v_proj.weight": "model.safetensors",
|
| 145 |
+
"model.layers.15.self_attn.o_proj.weight": "model.safetensors",
|
| 146 |
+
"model.layers.15.mlp.gate_proj.weight": "model.safetensors",
|
| 147 |
+
"model.layers.15.mlp.up_proj.weight": "model.safetensors",
|
| 148 |
+
"model.layers.15.mlp.down_proj.weight": "model.safetensors",
|
| 149 |
+
"model.layers.15.input_layernorm.weight": "model.safetensors",
|
| 150 |
+
"model.layers.15.post_attention_layernorm.weight": "model.safetensors",
|
| 151 |
+
"model.norm.weight": "model.safetensors"
|
| 152 |
+
}
|
| 153 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": "<s>",
|
| 3 |
+
"eos_token": "</s>",
|
| 4 |
+
"unk_token": "<unk>",
|
| 5 |
+
"pad_token": "<pad>",
|
| 6 |
+
"additional_special_tokens": [
|
| 7 |
+
"<|user|>",
|
| 8 |
+
"<|assistant|>",
|
| 9 |
+
"<|system|>",
|
| 10 |
+
"<|end|>",
|
| 11 |
+
"<|im_start|>",
|
| 12 |
+
"<|im_end|>"
|
| 13 |
+
]
|
| 14 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_max_length": 2048,
|
| 3 |
+
"bos_token": "<s>",
|
| 4 |
+
"eos_token": "</s>",
|
| 5 |
+
"unk_token": "<unk>",
|
| 6 |
+
"pad_token": "<pad>",
|
| 7 |
+
"additional_special_tokens": [
|
| 8 |
+
"<|user|>",
|
| 9 |
+
"<|assistant|>",
|
| 10 |
+
"<|system|>",
|
| 11 |
+
"<|end|>",
|
| 12 |
+
"<|im_start|>",
|
| 13 |
+
"<|im_end|>"
|
| 14 |
+
],
|
| 15 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 16 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}<|im_start|>system\n{{ message['content'] }}<|im_end|>\n{% elif message['role'] == 'user' %}<|im_start|>user\n{{ message['content'] }}<|im_end|>\n{% elif message['role'] == 'assistant' %}<|im_start|>assistant\n{{ message['content'] }}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
|
| 17 |
+
}
|