Upload folder using huggingface_hub
Browse files- added_tokens.json +40 -0
- config.json +30 -0
- generation_config.json +4 -0
- merges.txt +0 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +348 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer_config.json +325 -0
- trainer_state.json +618 -0
- training_args.bin +3 -0
- vocab.json +0 -0
added_tokens.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"\t\t": 50294,
|
| 3 |
+
"\t\t\t": 50293,
|
| 4 |
+
"\t\t\t\t": 50292,
|
| 5 |
+
"\t\t\t\t\t": 50291,
|
| 6 |
+
"\t\t\t\t\t\t": 50290,
|
| 7 |
+
"\t\t\t\t\t\t\t": 50289,
|
| 8 |
+
"\t\t\t\t\t\t\t\t": 50288,
|
| 9 |
+
"\t\t\t\t\t\t\t\t\t": 50287,
|
| 10 |
+
" ": 50286,
|
| 11 |
+
" ": 50285,
|
| 12 |
+
" ": 50284,
|
| 13 |
+
" ": 50283,
|
| 14 |
+
" ": 50282,
|
| 15 |
+
" ": 50281,
|
| 16 |
+
" ": 50280,
|
| 17 |
+
" ": 50279,
|
| 18 |
+
" ": 50278,
|
| 19 |
+
" ": 50277,
|
| 20 |
+
" ": 50276,
|
| 21 |
+
" ": 50275,
|
| 22 |
+
" ": 50274,
|
| 23 |
+
" ": 50273,
|
| 24 |
+
" ": 50272,
|
| 25 |
+
" ": 50271,
|
| 26 |
+
" ": 50270,
|
| 27 |
+
" ": 50269,
|
| 28 |
+
" ": 50268,
|
| 29 |
+
" ": 50267,
|
| 30 |
+
" ": 50266,
|
| 31 |
+
" ": 50265,
|
| 32 |
+
" ": 50264,
|
| 33 |
+
" ": 50263,
|
| 34 |
+
" ": 50262,
|
| 35 |
+
" ": 50261,
|
| 36 |
+
" ": 50260,
|
| 37 |
+
" ": 50259,
|
| 38 |
+
" ": 50258,
|
| 39 |
+
" ": 50257
|
| 40 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "kaizen9/spin_SEQ_chan_53",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"PhiForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": null,
|
| 8 |
+
"embd_pdrop": 0.0,
|
| 9 |
+
"eos_token_id": null,
|
| 10 |
+
"hidden_act": "gelu_new",
|
| 11 |
+
"hidden_size": 2048,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 8192,
|
| 14 |
+
"layer_norm_eps": 1e-05,
|
| 15 |
+
"max_position_embeddings": 2048,
|
| 16 |
+
"model_type": "phi",
|
| 17 |
+
"num_attention_heads": 32,
|
| 18 |
+
"num_hidden_layers": 24,
|
| 19 |
+
"num_key_value_heads": 32,
|
| 20 |
+
"partial_rotary_factor": 0.5,
|
| 21 |
+
"qk_layernorm": false,
|
| 22 |
+
"resid_pdrop": 0.0,
|
| 23 |
+
"rope_scaling": null,
|
| 24 |
+
"rope_theta": 10000.0,
|
| 25 |
+
"tie_word_embeddings": false,
|
| 26 |
+
"torch_dtype": "bfloat16",
|
| 27 |
+
"transformers_version": "4.44.2",
|
| 28 |
+
"use_cache": true,
|
| 29 |
+
"vocab_size": 51200
|
| 30 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"transformers_version": "4.44.2"
|
| 4 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6cae648e4dd779731334d39676e67c63b5711dd128e2a9ce7b604565fb7bc67
|
| 3 |
+
size 4976430784
|
model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be645a3b03dac04dc42fb00bf4c66655007ee92fb080ecd1f78699fcf43e877e
|
| 3 |
+
size 276951856
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,348 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 5253345280
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.bias": "model-00002-of-00002.safetensors",
|
| 7 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.final_layernorm.bias": "model-00002-of-00002.safetensors",
|
| 10 |
+
"model.final_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.1.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.1.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.1.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.1.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.1.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.10.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.10.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.10.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.10.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.10.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.10.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.10.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.11.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.11.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.11.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.11.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.11.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.11.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.11.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.12.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.12.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.12.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.12.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.12.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.12.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.12.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.13.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.13.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.13.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.13.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.13.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.13.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.13.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 94 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 95 |
+
"model.layers.14.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 96 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.14.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 98 |
+
"model.layers.14.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 99 |
+
"model.layers.14.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 100 |
+
"model.layers.14.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 101 |
+
"model.layers.14.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 102 |
+
"model.layers.14.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 103 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 104 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 105 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 106 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 107 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 108 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 109 |
+
"model.layers.15.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 110 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 111 |
+
"model.layers.15.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 112 |
+
"model.layers.15.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 113 |
+
"model.layers.15.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 114 |
+
"model.layers.15.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 115 |
+
"model.layers.15.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 116 |
+
"model.layers.15.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 117 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.16.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.16.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 126 |
+
"model.layers.16.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 127 |
+
"model.layers.16.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 128 |
+
"model.layers.16.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 129 |
+
"model.layers.16.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 130 |
+
"model.layers.16.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 131 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 132 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 133 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 134 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 135 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 136 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 137 |
+
"model.layers.17.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 138 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 139 |
+
"model.layers.17.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 140 |
+
"model.layers.17.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 141 |
+
"model.layers.17.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 142 |
+
"model.layers.17.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 143 |
+
"model.layers.17.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 144 |
+
"model.layers.17.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 145 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 146 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.18.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 153 |
+
"model.layers.18.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 154 |
+
"model.layers.18.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 155 |
+
"model.layers.18.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 156 |
+
"model.layers.18.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 157 |
+
"model.layers.18.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 158 |
+
"model.layers.18.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 159 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 160 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 161 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 162 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 163 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 164 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.19.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.19.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.19.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.19.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.19.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.19.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.19.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.2.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.2.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.2.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.2.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.2.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.2.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.2.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.20.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.20.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.20.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.20.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.20.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.20.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.layers.20.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 201 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 202 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 203 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 204 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 205 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 206 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 207 |
+
"model.layers.21.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 208 |
+
"model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 209 |
+
"model.layers.21.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 210 |
+
"model.layers.21.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 211 |
+
"model.layers.21.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 212 |
+
"model.layers.21.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 213 |
+
"model.layers.21.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 214 |
+
"model.layers.21.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 215 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 216 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 217 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 218 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 219 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 220 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 221 |
+
"model.layers.22.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 222 |
+
"model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 223 |
+
"model.layers.22.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 224 |
+
"model.layers.22.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 225 |
+
"model.layers.22.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 226 |
+
"model.layers.22.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 227 |
+
"model.layers.22.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 228 |
+
"model.layers.22.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 229 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 230 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 231 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 232 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 233 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 234 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 235 |
+
"model.layers.23.input_layernorm.bias": "model-00002-of-00002.safetensors",
|
| 236 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 237 |
+
"model.layers.23.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 238 |
+
"model.layers.23.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 239 |
+
"model.layers.23.mlp.fc2.bias": "model-00002-of-00002.safetensors",
|
| 240 |
+
"model.layers.23.mlp.fc2.weight": "model-00002-of-00002.safetensors",
|
| 241 |
+
"model.layers.23.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 242 |
+
"model.layers.23.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 243 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 244 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 245 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 246 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 247 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 248 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 249 |
+
"model.layers.3.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 250 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 251 |
+
"model.layers.3.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 252 |
+
"model.layers.3.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 253 |
+
"model.layers.3.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 254 |
+
"model.layers.3.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 255 |
+
"model.layers.3.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 256 |
+
"model.layers.3.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 257 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 258 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 259 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 260 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 261 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 262 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 263 |
+
"model.layers.4.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 264 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 265 |
+
"model.layers.4.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 266 |
+
"model.layers.4.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 267 |
+
"model.layers.4.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 268 |
+
"model.layers.4.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 269 |
+
"model.layers.4.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 270 |
+
"model.layers.4.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 271 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 272 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 273 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 274 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 275 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 276 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 277 |
+
"model.layers.5.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 278 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 279 |
+
"model.layers.5.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 280 |
+
"model.layers.5.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 281 |
+
"model.layers.5.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 282 |
+
"model.layers.5.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 283 |
+
"model.layers.5.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 284 |
+
"model.layers.5.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 285 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 286 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 287 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 288 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 289 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 290 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 291 |
+
"model.layers.6.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 292 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 293 |
+
"model.layers.6.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 294 |
+
"model.layers.6.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 295 |
+
"model.layers.6.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 296 |
+
"model.layers.6.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 297 |
+
"model.layers.6.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 298 |
+
"model.layers.6.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 299 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 300 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 301 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 302 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 303 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 304 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 305 |
+
"model.layers.7.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 306 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 307 |
+
"model.layers.7.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 308 |
+
"model.layers.7.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 309 |
+
"model.layers.7.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 310 |
+
"model.layers.7.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 311 |
+
"model.layers.7.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 312 |
+
"model.layers.7.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 315 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 316 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 317 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 318 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 319 |
+
"model.layers.8.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 320 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 321 |
+
"model.layers.8.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 322 |
+
"model.layers.8.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 323 |
+
"model.layers.8.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 324 |
+
"model.layers.8.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 325 |
+
"model.layers.8.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 326 |
+
"model.layers.8.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 327 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 328 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 329 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 330 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 331 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 332 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 333 |
+
"model.layers.9.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
| 334 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 335 |
+
"model.layers.9.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
| 336 |
+
"model.layers.9.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
| 337 |
+
"model.layers.9.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
| 338 |
+
"model.layers.9.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
| 339 |
+
"model.layers.9.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
| 340 |
+
"model.layers.9.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
| 341 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 342 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 343 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 344 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 345 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 346 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors"
|
| 347 |
+
}
|
| 348 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|endoftext|>",
|
| 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": "<|endoftext|>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,325 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"50256": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"50257": {
|
| 13 |
+
"content": " ",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": true,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": false
|
| 19 |
+
},
|
| 20 |
+
"50258": {
|
| 21 |
+
"content": " ",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": true,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": false
|
| 27 |
+
},
|
| 28 |
+
"50259": {
|
| 29 |
+
"content": " ",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": true,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": false
|
| 35 |
+
},
|
| 36 |
+
"50260": {
|
| 37 |
+
"content": " ",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": true,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": false
|
| 43 |
+
},
|
| 44 |
+
"50261": {
|
| 45 |
+
"content": " ",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": true,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": false
|
| 51 |
+
},
|
| 52 |
+
"50262": {
|
| 53 |
+
"content": " ",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": true,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": false
|
| 59 |
+
},
|
| 60 |
+
"50263": {
|
| 61 |
+
"content": " ",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": true,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": false
|
| 67 |
+
},
|
| 68 |
+
"50264": {
|
| 69 |
+
"content": " ",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": true,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": false
|
| 75 |
+
},
|
| 76 |
+
"50265": {
|
| 77 |
+
"content": " ",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": true,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": false
|
| 83 |
+
},
|
| 84 |
+
"50266": {
|
| 85 |
+
"content": " ",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": true,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": false
|
| 91 |
+
},
|
| 92 |
+
"50267": {
|
| 93 |
+
"content": " ",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": true,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": false
|
| 99 |
+
},
|
| 100 |
+
"50268": {
|
| 101 |
+
"content": " ",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": true,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": false
|
| 107 |
+
},
|
| 108 |
+
"50269": {
|
| 109 |
+
"content": " ",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": true,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": false
|
| 115 |
+
},
|
| 116 |
+
"50270": {
|
| 117 |
+
"content": " ",
|
| 118 |
+
"lstrip": false,
|
| 119 |
+
"normalized": true,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": false
|
| 123 |
+
},
|
| 124 |
+
"50271": {
|
| 125 |
+
"content": " ",
|
| 126 |
+
"lstrip": false,
|
| 127 |
+
"normalized": true,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": false
|
| 131 |
+
},
|
| 132 |
+
"50272": {
|
| 133 |
+
"content": " ",
|
| 134 |
+
"lstrip": false,
|
| 135 |
+
"normalized": true,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": false
|
| 139 |
+
},
|
| 140 |
+
"50273": {
|
| 141 |
+
"content": " ",
|
| 142 |
+
"lstrip": false,
|
| 143 |
+
"normalized": true,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": false
|
| 147 |
+
},
|
| 148 |
+
"50274": {
|
| 149 |
+
"content": " ",
|
| 150 |
+
"lstrip": false,
|
| 151 |
+
"normalized": true,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": false
|
| 155 |
+
},
|
| 156 |
+
"50275": {
|
| 157 |
+
"content": " ",
|
| 158 |
+
"lstrip": false,
|
| 159 |
+
"normalized": true,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": false
|
| 163 |
+
},
|
| 164 |
+
"50276": {
|
| 165 |
+
"content": " ",
|
| 166 |
+
"lstrip": false,
|
| 167 |
+
"normalized": true,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": false
|
| 171 |
+
},
|
| 172 |
+
"50277": {
|
| 173 |
+
"content": " ",
|
| 174 |
+
"lstrip": false,
|
| 175 |
+
"normalized": true,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": false
|
| 179 |
+
},
|
| 180 |
+
"50278": {
|
| 181 |
+
"content": " ",
|
| 182 |
+
"lstrip": false,
|
| 183 |
+
"normalized": true,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": false
|
| 187 |
+
},
|
| 188 |
+
"50279": {
|
| 189 |
+
"content": " ",
|
| 190 |
+
"lstrip": false,
|
| 191 |
+
"normalized": true,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": false
|
| 195 |
+
},
|
| 196 |
+
"50280": {
|
| 197 |
+
"content": " ",
|
| 198 |
+
"lstrip": false,
|
| 199 |
+
"normalized": true,
|
| 200 |
+
"rstrip": false,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": false
|
| 203 |
+
},
|
| 204 |
+
"50281": {
|
| 205 |
+
"content": " ",
|
| 206 |
+
"lstrip": false,
|
| 207 |
+
"normalized": true,
|
| 208 |
+
"rstrip": false,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": false
|
| 211 |
+
},
|
| 212 |
+
"50282": {
|
| 213 |
+
"content": " ",
|
| 214 |
+
"lstrip": false,
|
| 215 |
+
"normalized": true,
|
| 216 |
+
"rstrip": false,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": false
|
| 219 |
+
},
|
| 220 |
+
"50283": {
|
| 221 |
+
"content": " ",
|
| 222 |
+
"lstrip": false,
|
| 223 |
+
"normalized": true,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": false
|
| 227 |
+
},
|
| 228 |
+
"50284": {
|
| 229 |
+
"content": " ",
|
| 230 |
+
"lstrip": false,
|
| 231 |
+
"normalized": true,
|
| 232 |
+
"rstrip": false,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": false
|
| 235 |
+
},
|
| 236 |
+
"50285": {
|
| 237 |
+
"content": " ",
|
| 238 |
+
"lstrip": false,
|
| 239 |
+
"normalized": true,
|
| 240 |
+
"rstrip": false,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": false
|
| 243 |
+
},
|
| 244 |
+
"50286": {
|
| 245 |
+
"content": " ",
|
| 246 |
+
"lstrip": false,
|
| 247 |
+
"normalized": true,
|
| 248 |
+
"rstrip": false,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": false
|
| 251 |
+
},
|
| 252 |
+
"50287": {
|
| 253 |
+
"content": "\t\t\t\t\t\t\t\t\t",
|
| 254 |
+
"lstrip": false,
|
| 255 |
+
"normalized": true,
|
| 256 |
+
"rstrip": false,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": false
|
| 259 |
+
},
|
| 260 |
+
"50288": {
|
| 261 |
+
"content": "\t\t\t\t\t\t\t\t",
|
| 262 |
+
"lstrip": false,
|
| 263 |
+
"normalized": true,
|
| 264 |
+
"rstrip": false,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": false
|
| 267 |
+
},
|
| 268 |
+
"50289": {
|
| 269 |
+
"content": "\t\t\t\t\t\t\t",
|
| 270 |
+
"lstrip": false,
|
| 271 |
+
"normalized": true,
|
| 272 |
+
"rstrip": false,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": false
|
| 275 |
+
},
|
| 276 |
+
"50290": {
|
| 277 |
+
"content": "\t\t\t\t\t\t",
|
| 278 |
+
"lstrip": false,
|
| 279 |
+
"normalized": true,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": false
|
| 283 |
+
},
|
| 284 |
+
"50291": {
|
| 285 |
+
"content": "\t\t\t\t\t",
|
| 286 |
+
"lstrip": false,
|
| 287 |
+
"normalized": true,
|
| 288 |
+
"rstrip": false,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": false
|
| 291 |
+
},
|
| 292 |
+
"50292": {
|
| 293 |
+
"content": "\t\t\t\t",
|
| 294 |
+
"lstrip": false,
|
| 295 |
+
"normalized": true,
|
| 296 |
+
"rstrip": false,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": false
|
| 299 |
+
},
|
| 300 |
+
"50293": {
|
| 301 |
+
"content": "\t\t\t",
|
| 302 |
+
"lstrip": false,
|
| 303 |
+
"normalized": true,
|
| 304 |
+
"rstrip": false,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": false
|
| 307 |
+
},
|
| 308 |
+
"50294": {
|
| 309 |
+
"content": "\t\t",
|
| 310 |
+
"lstrip": false,
|
| 311 |
+
"normalized": true,
|
| 312 |
+
"rstrip": false,
|
| 313 |
+
"single_word": false,
|
| 314 |
+
"special": false
|
| 315 |
+
}
|
| 316 |
+
},
|
| 317 |
+
"bos_token": "<|endoftext|>",
|
| 318 |
+
"clean_up_tokenization_spaces": true,
|
| 319 |
+
"eos_token": "<|endoftext|>",
|
| 320 |
+
"model_max_length": 2048,
|
| 321 |
+
"pad_token": "<|endoftext|>",
|
| 322 |
+
"return_token_type_ids": false,
|
| 323 |
+
"tokenizer_class": "CodeGenTokenizer",
|
| 324 |
+
"unk_token": "<|endoftext|>"
|
| 325 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,618 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.00125,
|
| 5 |
+
"eval_steps": 50,
|
| 6 |
+
"global_step": 50,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 2.5e-05,
|
| 13 |
+
"grad_norm": 1030.0911865234375,
|
| 14 |
+
"learning_rate": 1.0000000000000002e-06,
|
| 15 |
+
"loss": 343.4563,
|
| 16 |
+
"loss/crossentropy": 2.979090690612793,
|
| 17 |
+
"loss/hidden": 15.25,
|
| 18 |
+
"loss/logits": 0.38270998001098633,
|
| 19 |
+
"loss/reg": 343.0735778808594,
|
| 20 |
+
"step": 1
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"epoch": 5e-05,
|
| 24 |
+
"grad_norm": 11.19842529296875,
|
| 25 |
+
"learning_rate": 2.0000000000000003e-06,
|
| 26 |
+
"loss": 343.3944,
|
| 27 |
+
"loss/crossentropy": 2.8327953815460205,
|
| 28 |
+
"loss/hidden": 15.25,
|
| 29 |
+
"loss/logits": 0.3208012580871582,
|
| 30 |
+
"loss/reg": 343.0735778808594,
|
| 31 |
+
"step": 2
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 7.5e-05,
|
| 35 |
+
"grad_norm": 7.9109930992126465,
|
| 36 |
+
"learning_rate": 3e-06,
|
| 37 |
+
"loss": 343.4621,
|
| 38 |
+
"loss/crossentropy": 3.085212469100952,
|
| 39 |
+
"loss/hidden": 15.25,
|
| 40 |
+
"loss/logits": 0.3886082172393799,
|
| 41 |
+
"loss/reg": 343.0734558105469,
|
| 42 |
+
"step": 3
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"epoch": 0.0001,
|
| 46 |
+
"grad_norm": 278.76263427734375,
|
| 47 |
+
"learning_rate": 4.000000000000001e-06,
|
| 48 |
+
"loss": 343.3857,
|
| 49 |
+
"loss/crossentropy": 2.7368664741516113,
|
| 50 |
+
"loss/hidden": 15.25,
|
| 51 |
+
"loss/logits": 0.31229129433631897,
|
| 52 |
+
"loss/reg": 343.0733642578125,
|
| 53 |
+
"step": 4
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 0.000125,
|
| 57 |
+
"grad_norm": 12.900250434875488,
|
| 58 |
+
"learning_rate": 5e-06,
|
| 59 |
+
"loss": 343.4269,
|
| 60 |
+
"loss/crossentropy": 2.957352638244629,
|
| 61 |
+
"loss/hidden": 15.25,
|
| 62 |
+
"loss/logits": 0.35360077023506165,
|
| 63 |
+
"loss/reg": 343.0732727050781,
|
| 64 |
+
"step": 5
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"epoch": 0.00015,
|
| 68 |
+
"grad_norm": 11.356637954711914,
|
| 69 |
+
"learning_rate": 6e-06,
|
| 70 |
+
"loss": 343.4677,
|
| 71 |
+
"loss/crossentropy": 2.8502368927001953,
|
| 72 |
+
"loss/hidden": 15.25,
|
| 73 |
+
"loss/logits": 0.3944404125213623,
|
| 74 |
+
"loss/reg": 343.07330322265625,
|
| 75 |
+
"step": 6
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.000175,
|
| 79 |
+
"grad_norm": 8.149554252624512,
|
| 80 |
+
"learning_rate": 7.000000000000001e-06,
|
| 81 |
+
"loss": 343.3993,
|
| 82 |
+
"loss/crossentropy": 2.816471815109253,
|
| 83 |
+
"loss/hidden": 15.25,
|
| 84 |
+
"loss/logits": 0.3256686329841614,
|
| 85 |
+
"loss/reg": 343.0736083984375,
|
| 86 |
+
"step": 7
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.0002,
|
| 90 |
+
"grad_norm": 6.3728837966918945,
|
| 91 |
+
"learning_rate": 8.000000000000001e-06,
|
| 92 |
+
"loss": 343.4041,
|
| 93 |
+
"loss/crossentropy": 2.939116954803467,
|
| 94 |
+
"loss/hidden": 15.25,
|
| 95 |
+
"loss/logits": 0.33104804158210754,
|
| 96 |
+
"loss/reg": 343.0730285644531,
|
| 97 |
+
"step": 8
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"epoch": 0.000225,
|
| 101 |
+
"grad_norm": 4.597896575927734,
|
| 102 |
+
"learning_rate": 9e-06,
|
| 103 |
+
"loss": 343.33,
|
| 104 |
+
"loss/crossentropy": 2.5655953884124756,
|
| 105 |
+
"loss/hidden": 15.25,
|
| 106 |
+
"loss/logits": 0.257835328578949,
|
| 107 |
+
"loss/reg": 343.0721435546875,
|
| 108 |
+
"step": 9
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.00025,
|
| 112 |
+
"grad_norm": 8.375211715698242,
|
| 113 |
+
"learning_rate": 1e-05,
|
| 114 |
+
"loss": 343.3147,
|
| 115 |
+
"loss/crossentropy": 2.869285821914673,
|
| 116 |
+
"loss/hidden": 15.25,
|
| 117 |
+
"loss/logits": 0.24429196119308472,
|
| 118 |
+
"loss/reg": 343.0704345703125,
|
| 119 |
+
"step": 10
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"epoch": 0.000275,
|
| 123 |
+
"grad_norm": 3.975677728652954,
|
| 124 |
+
"learning_rate": 1.1000000000000001e-05,
|
| 125 |
+
"loss": 343.2932,
|
| 126 |
+
"loss/crossentropy": 2.670386552810669,
|
| 127 |
+
"loss/hidden": 15.25,
|
| 128 |
+
"loss/logits": 0.22499963641166687,
|
| 129 |
+
"loss/reg": 343.0682373046875,
|
| 130 |
+
"step": 11
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 0.0003,
|
| 134 |
+
"grad_norm": 5.542755126953125,
|
| 135 |
+
"learning_rate": 1.2e-05,
|
| 136 |
+
"loss": 343.3178,
|
| 137 |
+
"loss/crossentropy": 3.0790939331054688,
|
| 138 |
+
"loss/hidden": 15.25,
|
| 139 |
+
"loss/logits": 0.25476354360580444,
|
| 140 |
+
"loss/reg": 343.06304931640625,
|
| 141 |
+
"step": 12
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"epoch": 0.000325,
|
| 145 |
+
"grad_norm": 2.421396017074585,
|
| 146 |
+
"learning_rate": 1.3000000000000001e-05,
|
| 147 |
+
"loss": 343.2363,
|
| 148 |
+
"loss/crossentropy": 2.8270552158355713,
|
| 149 |
+
"loss/hidden": 15.25,
|
| 150 |
+
"loss/logits": 0.17909111082553864,
|
| 151 |
+
"loss/reg": 343.05718994140625,
|
| 152 |
+
"step": 13
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"epoch": 0.00035,
|
| 156 |
+
"grad_norm": 2.906562328338623,
|
| 157 |
+
"learning_rate": 1.4000000000000001e-05,
|
| 158 |
+
"loss": 343.1907,
|
| 159 |
+
"loss/crossentropy": 2.4849202632904053,
|
| 160 |
+
"loss/hidden": 15.25,
|
| 161 |
+
"loss/logits": 0.14080765843391418,
|
| 162 |
+
"loss/reg": 343.04986572265625,
|
| 163 |
+
"step": 14
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.000375,
|
| 167 |
+
"grad_norm": 1.9625457525253296,
|
| 168 |
+
"learning_rate": 1.5e-05,
|
| 169 |
+
"loss": 343.2174,
|
| 170 |
+
"loss/crossentropy": 3.037820339202881,
|
| 171 |
+
"loss/hidden": 15.25,
|
| 172 |
+
"loss/logits": 0.17379778623580933,
|
| 173 |
+
"loss/reg": 343.0436096191406,
|
| 174 |
+
"step": 15
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.0004,
|
| 178 |
+
"grad_norm": 1.572465181350708,
|
| 179 |
+
"grad_norm_var": 67825.2066513546,
|
| 180 |
+
"learning_rate": 1.6000000000000003e-05,
|
| 181 |
+
"loss": 343.1614,
|
| 182 |
+
"loss/crossentropy": 2.9201037883758545,
|
| 183 |
+
"loss/hidden": 15.25,
|
| 184 |
+
"loss/logits": 0.12472350150346756,
|
| 185 |
+
"loss/reg": 343.0367126464844,
|
| 186 |
+
"step": 16
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 0.000425,
|
| 190 |
+
"grad_norm": 1.4828628301620483,
|
| 191 |
+
"grad_norm_var": 4661.80263977645,
|
| 192 |
+
"learning_rate": 1.7000000000000003e-05,
|
| 193 |
+
"loss": 343.142,
|
| 194 |
+
"loss/crossentropy": 2.6999711990356445,
|
| 195 |
+
"loss/hidden": 15.25,
|
| 196 |
+
"loss/logits": 0.11364762485027313,
|
| 197 |
+
"loss/reg": 343.0283508300781,
|
| 198 |
+
"step": 17
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.00045,
|
| 202 |
+
"grad_norm": 1.8871707916259766,
|
| 203 |
+
"grad_norm_var": 4681.988536067261,
|
| 204 |
+
"learning_rate": 1.8e-05,
|
| 205 |
+
"loss": 343.1356,
|
| 206 |
+
"loss/crossentropy": 3.0806515216827393,
|
| 207 |
+
"loss/hidden": 15.25,
|
| 208 |
+
"loss/logits": 0.11845001578330994,
|
| 209 |
+
"loss/reg": 343.01715087890625,
|
| 210 |
+
"step": 18
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"epoch": 0.000475,
|
| 214 |
+
"grad_norm": 1.2818211317062378,
|
| 215 |
+
"grad_norm_var": 4697.640033071101,
|
| 216 |
+
"learning_rate": 1.9e-05,
|
| 217 |
+
"loss": 343.1078,
|
| 218 |
+
"loss/crossentropy": 2.988394260406494,
|
| 219 |
+
"loss/hidden": 15.25,
|
| 220 |
+
"loss/logits": 0.09374003112316132,
|
| 221 |
+
"loss/reg": 343.0140075683594,
|
| 222 |
+
"step": 19
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"epoch": 0.0005,
|
| 226 |
+
"grad_norm": 1.2304683923721313,
|
| 227 |
+
"grad_norm_var": 13.90872762408596,
|
| 228 |
+
"learning_rate": 2e-05,
|
| 229 |
+
"loss": 343.1153,
|
| 230 |
+
"loss/crossentropy": 2.9062788486480713,
|
| 231 |
+
"loss/hidden": 15.25,
|
| 232 |
+
"loss/logits": 0.09611324220895767,
|
| 233 |
+
"loss/reg": 343.0191650390625,
|
| 234 |
+
"step": 20
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.000525,
|
| 238 |
+
"grad_norm": 1.2078300714492798,
|
| 239 |
+
"grad_norm_var": 9.74869168975174,
|
| 240 |
+
"learning_rate": 2.1e-05,
|
| 241 |
+
"loss": 343.1086,
|
| 242 |
+
"loss/crossentropy": 2.629263162612915,
|
| 243 |
+
"loss/hidden": 15.25,
|
| 244 |
+
"loss/logits": 0.08695611357688904,
|
| 245 |
+
"loss/reg": 343.0216369628906,
|
| 246 |
+
"step": 21
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"epoch": 0.00055,
|
| 250 |
+
"grad_norm": 0.9980544447898865,
|
| 251 |
+
"grad_norm_var": 6.322323347833189,
|
| 252 |
+
"learning_rate": 2.2000000000000003e-05,
|
| 253 |
+
"loss": 343.0953,
|
| 254 |
+
"loss/crossentropy": 2.5109262466430664,
|
| 255 |
+
"loss/hidden": 15.25,
|
| 256 |
+
"loss/logits": 0.07269689440727234,
|
| 257 |
+
"loss/reg": 343.0226135253906,
|
| 258 |
+
"step": 22
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"epoch": 0.000575,
|
| 262 |
+
"grad_norm": 1.1052573919296265,
|
| 263 |
+
"grad_norm_var": 4.937209980551387,
|
| 264 |
+
"learning_rate": 2.3000000000000003e-05,
|
| 265 |
+
"loss": 343.1042,
|
| 266 |
+
"loss/crossentropy": 3.1142160892486572,
|
| 267 |
+
"loss/hidden": 15.25,
|
| 268 |
+
"loss/logits": 0.08075863122940063,
|
| 269 |
+
"loss/reg": 343.02349853515625,
|
| 270 |
+
"step": 23
|
| 271 |
+
},
|
| 272 |
+
{
|
| 273 |
+
"epoch": 0.0006,
|
| 274 |
+
"grad_norm": 0.9378647208213806,
|
| 275 |
+
"grad_norm_var": 4.290323212534128,
|
| 276 |
+
"learning_rate": 2.4e-05,
|
| 277 |
+
"loss": 343.0883,
|
| 278 |
+
"loss/crossentropy": 2.7667906284332275,
|
| 279 |
+
"loss/hidden": 15.25,
|
| 280 |
+
"loss/logits": 0.06898947060108185,
|
| 281 |
+
"loss/reg": 343.0193176269531,
|
| 282 |
+
"step": 24
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.000625,
|
| 286 |
+
"grad_norm": 0.8331053853034973,
|
| 287 |
+
"grad_norm_var": 4.169706484634468,
|
| 288 |
+
"learning_rate": 2.5e-05,
|
| 289 |
+
"loss": 343.0793,
|
| 290 |
+
"loss/crossentropy": 2.769016981124878,
|
| 291 |
+
"loss/hidden": 15.25,
|
| 292 |
+
"loss/logits": 0.06074293702840805,
|
| 293 |
+
"loss/reg": 343.0185852050781,
|
| 294 |
+
"step": 25
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"epoch": 0.00065,
|
| 298 |
+
"grad_norm": 5.7551751136779785,
|
| 299 |
+
"grad_norm_var": 2.4965497148631832,
|
| 300 |
+
"learning_rate": 2.6000000000000002e-05,
|
| 301 |
+
"loss": 343.0914,
|
| 302 |
+
"loss/crossentropy": 3.0031418800354004,
|
| 303 |
+
"loss/hidden": 15.25,
|
| 304 |
+
"loss/logits": 0.07152244448661804,
|
| 305 |
+
"loss/reg": 343.0198669433594,
|
| 306 |
+
"step": 26
|
| 307 |
+
},
|
| 308 |
+
{
|
| 309 |
+
"epoch": 0.000675,
|
| 310 |
+
"grad_norm": 0.832045316696167,
|
| 311 |
+
"grad_norm_var": 2.3673310147404356,
|
| 312 |
+
"learning_rate": 2.7000000000000002e-05,
|
| 313 |
+
"loss": 343.0815,
|
| 314 |
+
"loss/crossentropy": 2.9811668395996094,
|
| 315 |
+
"loss/hidden": 15.25,
|
| 316 |
+
"loss/logits": 0.061069637537002563,
|
| 317 |
+
"loss/reg": 343.0203857421875,
|
| 318 |
+
"step": 27
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.0007,
|
| 322 |
+
"grad_norm": 0.8330180048942566,
|
| 323 |
+
"grad_norm_var": 1.5272837131405466,
|
| 324 |
+
"learning_rate": 2.8000000000000003e-05,
|
| 325 |
+
"loss": 343.0781,
|
| 326 |
+
"loss/crossentropy": 2.740814447402954,
|
| 327 |
+
"loss/hidden": 15.25,
|
| 328 |
+
"loss/logits": 0.054962363094091415,
|
| 329 |
+
"loss/reg": 343.0231018066406,
|
| 330 |
+
"step": 28
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"epoch": 0.000725,
|
| 334 |
+
"grad_norm": 0.7338961958885193,
|
| 335 |
+
"grad_norm_var": 1.5436180822593486,
|
| 336 |
+
"learning_rate": 2.9e-05,
|
| 337 |
+
"loss": 343.0786,
|
| 338 |
+
"loss/crossentropy": 2.854477643966675,
|
| 339 |
+
"loss/hidden": 15.25,
|
| 340 |
+
"loss/logits": 0.05266527086496353,
|
| 341 |
+
"loss/reg": 343.02593994140625,
|
| 342 |
+
"step": 29
|
| 343 |
+
},
|
| 344 |
+
{
|
| 345 |
+
"epoch": 0.00075,
|
| 346 |
+
"grad_norm": 1.040590524673462,
|
| 347 |
+
"grad_norm_var": 1.4355461941067227,
|
| 348 |
+
"learning_rate": 3e-05,
|
| 349 |
+
"loss": 343.0964,
|
| 350 |
+
"loss/crossentropy": 2.868793487548828,
|
| 351 |
+
"loss/hidden": 15.25,
|
| 352 |
+
"loss/logits": 0.058403968811035156,
|
| 353 |
+
"loss/reg": 343.0379943847656,
|
| 354 |
+
"step": 30
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.000775,
|
| 358 |
+
"grad_norm": 0.8477593064308167,
|
| 359 |
+
"grad_norm_var": 1.4416249160873411,
|
| 360 |
+
"learning_rate": 3.1e-05,
|
| 361 |
+
"loss": 343.0889,
|
| 362 |
+
"loss/crossentropy": 2.620675802230835,
|
| 363 |
+
"loss/hidden": 15.25,
|
| 364 |
+
"loss/logits": 0.05073639750480652,
|
| 365 |
+
"loss/reg": 343.03814697265625,
|
| 366 |
+
"step": 31
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.0008,
|
| 370 |
+
"grad_norm": 0.9066484570503235,
|
| 371 |
+
"grad_norm_var": 1.455016528557988,
|
| 372 |
+
"learning_rate": 3.2000000000000005e-05,
|
| 373 |
+
"loss": 343.0885,
|
| 374 |
+
"loss/crossentropy": 2.8256523609161377,
|
| 375 |
+
"loss/hidden": 15.25,
|
| 376 |
+
"loss/logits": 0.04819165915250778,
|
| 377 |
+
"loss/reg": 343.040283203125,
|
| 378 |
+
"step": 32
|
| 379 |
+
},
|
| 380 |
+
{
|
| 381 |
+
"epoch": 0.000825,
|
| 382 |
+
"grad_norm": 1.3142300844192505,
|
| 383 |
+
"grad_norm_var": 1.4542471534457053,
|
| 384 |
+
"learning_rate": 3.3e-05,
|
| 385 |
+
"loss": 343.1022,
|
| 386 |
+
"loss/crossentropy": 3.081716299057007,
|
| 387 |
+
"loss/hidden": 15.25,
|
| 388 |
+
"loss/logits": 0.050295330584049225,
|
| 389 |
+
"loss/reg": 343.0518798828125,
|
| 390 |
+
"step": 33
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"epoch": 0.00085,
|
| 394 |
+
"grad_norm": 1.2658751010894775,
|
| 395 |
+
"grad_norm_var": 1.4346241521510184,
|
| 396 |
+
"learning_rate": 3.4000000000000007e-05,
|
| 397 |
+
"loss": 343.1093,
|
| 398 |
+
"loss/crossentropy": 3.0131924152374268,
|
| 399 |
+
"loss/hidden": 15.25,
|
| 400 |
+
"loss/logits": 0.05284588038921356,
|
| 401 |
+
"loss/reg": 343.056396484375,
|
| 402 |
+
"step": 34
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.000875,
|
| 406 |
+
"grad_norm": 0.9082849025726318,
|
| 407 |
+
"grad_norm_var": 1.445257555860012,
|
| 408 |
+
"learning_rate": 3.5e-05,
|
| 409 |
+
"loss": 343.1118,
|
| 410 |
+
"loss/crossentropy": 2.540893077850342,
|
| 411 |
+
"loss/hidden": 15.25,
|
| 412 |
+
"loss/logits": 0.0445842370390892,
|
| 413 |
+
"loss/reg": 343.0672607421875,
|
| 414 |
+
"step": 35
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"epoch": 0.0009,
|
| 418 |
+
"grad_norm": 0.9978659749031067,
|
| 419 |
+
"grad_norm_var": 1.4506987607639776,
|
| 420 |
+
"learning_rate": 3.6e-05,
|
| 421 |
+
"loss": 343.1154,
|
| 422 |
+
"loss/crossentropy": 2.965841054916382,
|
| 423 |
+
"loss/hidden": 15.25,
|
| 424 |
+
"loss/logits": 0.04799606651067734,
|
| 425 |
+
"loss/reg": 343.0673828125,
|
| 426 |
+
"step": 36
|
| 427 |
+
},
|
| 428 |
+
{
|
| 429 |
+
"epoch": 0.000925,
|
| 430 |
+
"grad_norm": 1.0756022930145264,
|
| 431 |
+
"grad_norm_var": 1.453105227206015,
|
| 432 |
+
"learning_rate": 3.7e-05,
|
| 433 |
+
"loss": 343.1204,
|
| 434 |
+
"loss/crossentropy": 2.497769832611084,
|
| 435 |
+
"loss/hidden": 15.25,
|
| 436 |
+
"loss/logits": 0.04083085432648659,
|
| 437 |
+
"loss/reg": 343.07952880859375,
|
| 438 |
+
"step": 37
|
| 439 |
+
},
|
| 440 |
+
{
|
| 441 |
+
"epoch": 0.00095,
|
| 442 |
+
"grad_norm": 0.9938598871231079,
|
| 443 |
+
"grad_norm_var": 1.4532607006280953,
|
| 444 |
+
"learning_rate": 3.8e-05,
|
| 445 |
+
"loss": 343.1224,
|
| 446 |
+
"loss/crossentropy": 2.590686559677124,
|
| 447 |
+
"loss/hidden": 15.25,
|
| 448 |
+
"loss/logits": 0.03972693532705307,
|
| 449 |
+
"loss/reg": 343.0826416015625,
|
| 450 |
+
"step": 38
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.000975,
|
| 454 |
+
"grad_norm": 1.0691267251968384,
|
| 455 |
+
"grad_norm_var": 1.4541543145040774,
|
| 456 |
+
"learning_rate": 3.9000000000000006e-05,
|
| 457 |
+
"loss": 343.1341,
|
| 458 |
+
"loss/crossentropy": 2.837007999420166,
|
| 459 |
+
"loss/hidden": 15.25,
|
| 460 |
+
"loss/logits": 0.05051286518573761,
|
| 461 |
+
"loss/reg": 343.0836181640625,
|
| 462 |
+
"step": 39
|
| 463 |
+
},
|
| 464 |
+
{
|
| 465 |
+
"epoch": 0.001,
|
| 466 |
+
"grad_norm": 0.8595760464668274,
|
| 467 |
+
"grad_norm_var": 1.4580206512604335,
|
| 468 |
+
"learning_rate": 4e-05,
|
| 469 |
+
"loss": 343.1299,
|
| 470 |
+
"loss/crossentropy": 2.654414176940918,
|
| 471 |
+
"loss/hidden": 15.25,
|
| 472 |
+
"loss/logits": 0.03836715966463089,
|
| 473 |
+
"loss/reg": 343.0915832519531,
|
| 474 |
+
"step": 40
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"epoch": 0.001025,
|
| 478 |
+
"grad_norm": 1.2864758968353271,
|
| 479 |
+
"grad_norm_var": 1.4446587103261934,
|
| 480 |
+
"learning_rate": 4.1e-05,
|
| 481 |
+
"loss": 343.1393,
|
| 482 |
+
"loss/crossentropy": 3.039605140686035,
|
| 483 |
+
"loss/hidden": 15.25,
|
| 484 |
+
"loss/logits": 0.050123609602451324,
|
| 485 |
+
"loss/reg": 343.0892028808594,
|
| 486 |
+
"step": 41
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.00105,
|
| 490 |
+
"grad_norm": 0.8998011350631714,
|
| 491 |
+
"grad_norm_var": 0.030633521906435077,
|
| 492 |
+
"learning_rate": 4.2e-05,
|
| 493 |
+
"loss": 343.139,
|
| 494 |
+
"loss/crossentropy": 2.6901302337646484,
|
| 495 |
+
"loss/hidden": 15.25,
|
| 496 |
+
"loss/logits": 0.04389282315969467,
|
| 497 |
+
"loss/reg": 343.0951232910156,
|
| 498 |
+
"step": 42
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"epoch": 0.001075,
|
| 502 |
+
"grad_norm": 1.2220802307128906,
|
| 503 |
+
"grad_norm_var": 0.03184695650448734,
|
| 504 |
+
"learning_rate": 4.3e-05,
|
| 505 |
+
"loss": 343.1362,
|
| 506 |
+
"loss/crossentropy": 2.9773449897766113,
|
| 507 |
+
"loss/hidden": 15.25,
|
| 508 |
+
"loss/logits": 0.04332903027534485,
|
| 509 |
+
"loss/reg": 343.0928955078125,
|
| 510 |
+
"step": 43
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"epoch": 0.0011,
|
| 514 |
+
"grad_norm": 0.8919843435287476,
|
| 515 |
+
"grad_norm_var": 0.030626277057042593,
|
| 516 |
+
"learning_rate": 4.4000000000000006e-05,
|
| 517 |
+
"loss": 343.1251,
|
| 518 |
+
"loss/crossentropy": 2.795628309249878,
|
| 519 |
+
"loss/hidden": 15.25,
|
| 520 |
+
"loss/logits": 0.038088709115982056,
|
| 521 |
+
"loss/reg": 343.0870361328125,
|
| 522 |
+
"step": 44
|
| 523 |
+
},
|
| 524 |
+
{
|
| 525 |
+
"epoch": 0.001125,
|
| 526 |
+
"grad_norm": 0.8417184352874756,
|
| 527 |
+
"grad_norm_var": 0.027245464758761707,
|
| 528 |
+
"learning_rate": 4.5e-05,
|
| 529 |
+
"loss": 343.1212,
|
| 530 |
+
"loss/crossentropy": 2.858243465423584,
|
| 531 |
+
"loss/hidden": 15.25,
|
| 532 |
+
"loss/logits": 0.03852926567196846,
|
| 533 |
+
"loss/reg": 343.0826110839844,
|
| 534 |
+
"step": 45
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.00115,
|
| 538 |
+
"grad_norm": 0.8550565838813782,
|
| 539 |
+
"grad_norm_var": 0.029044425822037433,
|
| 540 |
+
"learning_rate": 4.600000000000001e-05,
|
| 541 |
+
"loss": 343.1173,
|
| 542 |
+
"loss/crossentropy": 2.7999496459960938,
|
| 543 |
+
"loss/hidden": 15.25,
|
| 544 |
+
"loss/logits": 0.03844599053263664,
|
| 545 |
+
"loss/reg": 343.078857421875,
|
| 546 |
+
"step": 46
|
| 547 |
+
},
|
| 548 |
+
{
|
| 549 |
+
"epoch": 0.001175,
|
| 550 |
+
"grad_norm": 0.958902895450592,
|
| 551 |
+
"grad_norm_var": 0.027341873139830008,
|
| 552 |
+
"learning_rate": 4.7e-05,
|
| 553 |
+
"loss": 343.1191,
|
| 554 |
+
"loss/crossentropy": 2.7856900691986084,
|
| 555 |
+
"loss/hidden": 15.25,
|
| 556 |
+
"loss/logits": 0.0381263792514801,
|
| 557 |
+
"loss/reg": 343.0809631347656,
|
| 558 |
+
"step": 47
|
| 559 |
+
},
|
| 560 |
+
{
|
| 561 |
+
"epoch": 0.0012,
|
| 562 |
+
"grad_norm": 0.9236550331115723,
|
| 563 |
+
"grad_norm_var": 0.02709908097331013,
|
| 564 |
+
"learning_rate": 4.8e-05,
|
| 565 |
+
"loss": 343.1286,
|
| 566 |
+
"loss/crossentropy": 2.7613890171051025,
|
| 567 |
+
"loss/hidden": 15.25,
|
| 568 |
+
"loss/logits": 0.03775141388177872,
|
| 569 |
+
"loss/reg": 343.09088134765625,
|
| 570 |
+
"step": 48
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.001225,
|
| 574 |
+
"grad_norm": 0.94582200050354,
|
| 575 |
+
"grad_norm_var": 0.021264340723863028,
|
| 576 |
+
"learning_rate": 4.9e-05,
|
| 577 |
+
"loss": 343.126,
|
| 578 |
+
"loss/crossentropy": 2.9882125854492188,
|
| 579 |
+
"loss/hidden": 15.25,
|
| 580 |
+
"loss/logits": 0.03915192931890488,
|
| 581 |
+
"loss/reg": 343.0868835449219,
|
| 582 |
+
"step": 49
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"epoch": 0.00125,
|
| 586 |
+
"grad_norm": 1.2259169816970825,
|
| 587 |
+
"grad_norm_var": 0.01994617955941269,
|
| 588 |
+
"learning_rate": 5e-05,
|
| 589 |
+
"loss": 343.129,
|
| 590 |
+
"loss/crossentropy": 2.7120375633239746,
|
| 591 |
+
"loss/hidden": 15.25,
|
| 592 |
+
"loss/logits": 0.04252094402909279,
|
| 593 |
+
"loss/reg": 343.08648681640625,
|
| 594 |
+
"step": 50
|
| 595 |
+
}
|
| 596 |
+
],
|
| 597 |
+
"logging_steps": 1,
|
| 598 |
+
"max_steps": 40000,
|
| 599 |
+
"num_input_tokens_seen": 0,
|
| 600 |
+
"num_train_epochs": 9223372036854775807,
|
| 601 |
+
"save_steps": 50,
|
| 602 |
+
"stateful_callbacks": {
|
| 603 |
+
"TrainerControl": {
|
| 604 |
+
"args": {
|
| 605 |
+
"should_epoch_stop": false,
|
| 606 |
+
"should_evaluate": true,
|
| 607 |
+
"should_log": false,
|
| 608 |
+
"should_save": true,
|
| 609 |
+
"should_training_stop": false
|
| 610 |
+
},
|
| 611 |
+
"attributes": {}
|
| 612 |
+
}
|
| 613 |
+
},
|
| 614 |
+
"total_flos": 3227844083712000.0,
|
| 615 |
+
"train_batch_size": 4,
|
| 616 |
+
"trial_name": null,
|
| 617 |
+
"trial_params": null
|
| 618 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c264b8e615ebfccd99dcec1874fbf198efb1191b1f9c92af70049afece3a92ab
|
| 3 |
+
size 5240
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|