Upload folder using huggingface_hub
Browse files- config.json +68 -0
- generation_config.json +12 -0
- model-00001-of-00007.safetensors +3 -0
- model-00002-of-00007.safetensors +3 -0
- model-00003-of-00007.safetensors +3 -0
- model-00004-of-00007.safetensors +3 -0
- model-00005-of-00007.safetensors +3 -0
- model-00006-of-00007.safetensors +3 -0
- model-00007-of-00007.safetensors +3 -0
- model.safetensors.index.json +407 -0
- optimizer.bin +3 -0
- pytorch_model_fsdp.bin +3 -0
- rng_state_0.pth +3 -0
- rng_state_1.pth +3 -0
- rng_state_2.pth +3 -0
- rng_state_3.pth +3 -0
- rng_state_4.pth +3 -0
- rng_state_5.pth +3 -0
- rng_state_6.pth +3 -0
- rng_state_7.pth +3 -0
- scheduler.pt +3 -0
- trainer_state.json +287 -0
config.json
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen3ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"eos_token_id": 151645,
|
| 9 |
+
"head_dim": 128,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 4096,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 12288,
|
| 14 |
+
"layer_types": [
|
| 15 |
+
"full_attention",
|
| 16 |
+
"full_attention",
|
| 17 |
+
"full_attention",
|
| 18 |
+
"full_attention",
|
| 19 |
+
"full_attention",
|
| 20 |
+
"full_attention",
|
| 21 |
+
"full_attention",
|
| 22 |
+
"full_attention",
|
| 23 |
+
"full_attention",
|
| 24 |
+
"full_attention",
|
| 25 |
+
"full_attention",
|
| 26 |
+
"full_attention",
|
| 27 |
+
"full_attention",
|
| 28 |
+
"full_attention",
|
| 29 |
+
"full_attention",
|
| 30 |
+
"full_attention",
|
| 31 |
+
"full_attention",
|
| 32 |
+
"full_attention",
|
| 33 |
+
"full_attention",
|
| 34 |
+
"full_attention",
|
| 35 |
+
"full_attention",
|
| 36 |
+
"full_attention",
|
| 37 |
+
"full_attention",
|
| 38 |
+
"full_attention",
|
| 39 |
+
"full_attention",
|
| 40 |
+
"full_attention",
|
| 41 |
+
"full_attention",
|
| 42 |
+
"full_attention",
|
| 43 |
+
"full_attention",
|
| 44 |
+
"full_attention",
|
| 45 |
+
"full_attention",
|
| 46 |
+
"full_attention",
|
| 47 |
+
"full_attention",
|
| 48 |
+
"full_attention",
|
| 49 |
+
"full_attention",
|
| 50 |
+
"full_attention"
|
| 51 |
+
],
|
| 52 |
+
"max_position_embeddings": 40960,
|
| 53 |
+
"max_window_layers": 36,
|
| 54 |
+
"model_type": "qwen3",
|
| 55 |
+
"num_attention_heads": 32,
|
| 56 |
+
"num_hidden_layers": 36,
|
| 57 |
+
"num_key_value_heads": 8,
|
| 58 |
+
"pad_token_id": 151643,
|
| 59 |
+
"rms_norm_eps": 1e-06,
|
| 60 |
+
"rope_scaling": null,
|
| 61 |
+
"rope_theta": 1000000,
|
| 62 |
+
"sliding_window": null,
|
| 63 |
+
"tie_word_embeddings": false,
|
| 64 |
+
"transformers_version": "4.57.1",
|
| 65 |
+
"use_cache": false,
|
| 66 |
+
"use_sliding_window": false,
|
| 67 |
+
"vocab_size": 151936
|
| 68 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_sample": true,
|
| 3 |
+
"eos_token_id": [
|
| 4 |
+
151645,
|
| 5 |
+
151643
|
| 6 |
+
],
|
| 7 |
+
"pad_token_id": 151643,
|
| 8 |
+
"temperature": 0.6,
|
| 9 |
+
"top_k": 20,
|
| 10 |
+
"top_p": 0.95,
|
| 11 |
+
"transformers_version": "4.57.1"
|
| 12 |
+
}
|
model-00001-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6ef41e7587f8703b20e86cf251c9f225225d9dddf9fea6dbad489fa456a521b
|
| 3 |
+
size 4972454376
|
model-00002-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea46cd552e359a76b9aeaf21e5e3e8d0f4957ea9339236fd22fea831539213c5
|
| 3 |
+
size 4832048608
|
model-00003-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20a74db482e44746d78fecd375aed8f27a02aefa9b06107ffa6ffc014bd1a0e9
|
| 3 |
+
size 4832048656
|
model-00004-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10444cd196b394a0a30207005a57f705a0e5707669e4b75e9363a01e933780df
|
| 3 |
+
size 4999855528
|
model-00005-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87962b56a0b572b02ef141a572182f7b51d0b84a6274dc9b84f583df98755da7
|
| 3 |
+
size 4832048672
|
model-00006-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92a8ad751c3d358df6fe676c4b93e524b27784b6e6cc1e4fd956c006b292ebec
|
| 3 |
+
size 4832048672
|
model-00007-of-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dba7f5b1a2f31902a91c5c6383dbde46fa7e58927c9c80026f51998e06a66a94
|
| 3 |
+
size 3462482728
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,407 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 1023841920,
|
| 4 |
+
"total_size": 32762941440
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00007-of-00007.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00007.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
| 13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_norm.weight": "model-00001-of-00007.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_norm.weight": "model-00001-of-00007.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_norm.weight": "model-00001-of-00007.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_norm.weight": "model-00001-of-00007.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
| 31 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 32 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
| 33 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
| 34 |
+
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
| 35 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 36 |
+
"model.layers.10.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
| 42 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 43 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
| 44 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
| 45 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
| 46 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 47 |
+
"model.layers.11.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
|
| 48 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
| 53 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 54 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
| 55 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
| 56 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
| 57 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 58 |
+
"model.layers.12.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
|
| 59 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
| 60 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
| 64 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 65 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
| 66 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
| 67 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
| 68 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 69 |
+
"model.layers.13.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
|
| 70 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
| 71 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
| 72 |
+
"model.layers.13.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
| 75 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 76 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
| 77 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
| 78 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
| 79 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 80 |
+
"model.layers.14.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
|
| 81 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
| 82 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
| 83 |
+
"model.layers.14.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
|
| 84 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
| 86 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 87 |
+
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
| 88 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00007.safetensors",
|
| 89 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
| 90 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 91 |
+
"model.layers.15.self_attn.k_norm.weight": "model-00003-of-00007.safetensors",
|
| 92 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
| 93 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
| 94 |
+
"model.layers.15.self_attn.q_norm.weight": "model-00003-of-00007.safetensors",
|
| 95 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
| 96 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
| 97 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 98 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
| 99 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
| 100 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
| 101 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 102 |
+
"model.layers.16.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
|
| 103 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
| 104 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
| 105 |
+
"model.layers.16.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
|
| 106 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
| 107 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
| 108 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 109 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
| 110 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
| 111 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
| 112 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 113 |
+
"model.layers.17.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
|
| 114 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
| 115 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
| 116 |
+
"model.layers.17.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
|
| 117 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
| 118 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
| 119 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 120 |
+
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
| 121 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
| 122 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
| 123 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 124 |
+
"model.layers.18.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
|
| 125 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
| 126 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
| 127 |
+
"model.layers.18.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
|
| 128 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
| 129 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
| 130 |
+
"model.layers.19.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 131 |
+
"model.layers.19.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
| 132 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
| 133 |
+
"model.layers.19.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
| 134 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 135 |
+
"model.layers.19.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
|
| 136 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
| 137 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
| 138 |
+
"model.layers.19.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
|
| 139 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
| 140 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
| 141 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 142 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00007.safetensors",
|
| 143 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00007.safetensors",
|
| 144 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00007.safetensors",
|
| 145 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
| 146 |
+
"model.layers.2.self_attn.k_norm.weight": "model-00001-of-00007.safetensors",
|
| 147 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
| 148 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
| 149 |
+
"model.layers.2.self_attn.q_norm.weight": "model-00001-of-00007.safetensors",
|
| 150 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
| 151 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
| 152 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 153 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
| 154 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
| 155 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
| 156 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 157 |
+
"model.layers.20.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
|
| 158 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
| 159 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
| 160 |
+
"model.layers.20.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
|
| 161 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
| 162 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
| 163 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 164 |
+
"model.layers.21.mlp.down_proj.weight": "model-00004-of-00007.safetensors",
|
| 165 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00004-of-00007.safetensors",
|
| 166 |
+
"model.layers.21.mlp.up_proj.weight": "model-00004-of-00007.safetensors",
|
| 167 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
| 168 |
+
"model.layers.21.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
|
| 169 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
| 170 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
| 171 |
+
"model.layers.21.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
|
| 172 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
| 173 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
| 174 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 175 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
| 176 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
| 177 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
| 178 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 179 |
+
"model.layers.22.self_attn.k_norm.weight": "model-00004-of-00007.safetensors",
|
| 180 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
| 181 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
| 182 |
+
"model.layers.22.self_attn.q_norm.weight": "model-00004-of-00007.safetensors",
|
| 183 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
| 184 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
| 185 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 186 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
| 187 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
| 188 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
| 189 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 190 |
+
"model.layers.23.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
|
| 191 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
| 192 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
| 193 |
+
"model.layers.23.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
|
| 194 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
| 195 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
| 196 |
+
"model.layers.24.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 197 |
+
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
| 198 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
| 199 |
+
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
| 200 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 201 |
+
"model.layers.24.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
|
| 202 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
| 203 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
| 204 |
+
"model.layers.24.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
|
| 205 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
| 206 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
| 207 |
+
"model.layers.25.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 208 |
+
"model.layers.25.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
| 209 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
| 210 |
+
"model.layers.25.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
| 211 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 212 |
+
"model.layers.25.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
|
| 213 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
| 214 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
| 215 |
+
"model.layers.25.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
|
| 216 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
| 217 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
| 218 |
+
"model.layers.26.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 219 |
+
"model.layers.26.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
| 220 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
| 221 |
+
"model.layers.26.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
| 222 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 223 |
+
"model.layers.26.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
|
| 224 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
| 225 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
| 226 |
+
"model.layers.26.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
|
| 227 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
| 228 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
| 229 |
+
"model.layers.27.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 230 |
+
"model.layers.27.mlp.down_proj.weight": "model-00005-of-00007.safetensors",
|
| 231 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
| 232 |
+
"model.layers.27.mlp.up_proj.weight": "model-00005-of-00007.safetensors",
|
| 233 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
| 234 |
+
"model.layers.27.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
|
| 235 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
| 236 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
| 237 |
+
"model.layers.27.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
|
| 238 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
| 239 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
| 240 |
+
"model.layers.28.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 241 |
+
"model.layers.28.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
| 242 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00005-of-00007.safetensors",
|
| 243 |
+
"model.layers.28.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
| 244 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 245 |
+
"model.layers.28.self_attn.k_norm.weight": "model-00005-of-00007.safetensors",
|
| 246 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
| 247 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
| 248 |
+
"model.layers.28.self_attn.q_norm.weight": "model-00005-of-00007.safetensors",
|
| 249 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
| 250 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
| 251 |
+
"model.layers.29.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 252 |
+
"model.layers.29.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
| 253 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
| 254 |
+
"model.layers.29.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
| 255 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 256 |
+
"model.layers.29.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
|
| 257 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
| 258 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
| 259 |
+
"model.layers.29.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
|
| 260 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
| 261 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
| 262 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 263 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
| 264 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
| 265 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
| 266 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.k_norm.weight": "model-00001-of-00007.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.q_norm.weight": "model-00001-of-00007.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
| 272 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
| 273 |
+
"model.layers.30.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 274 |
+
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
| 275 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
| 276 |
+
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
| 277 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 278 |
+
"model.layers.30.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
|
| 279 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
| 280 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
| 281 |
+
"model.layers.30.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
|
| 282 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
| 283 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
| 284 |
+
"model.layers.31.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 285 |
+
"model.layers.31.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
| 286 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
| 287 |
+
"model.layers.31.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
| 288 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 289 |
+
"model.layers.31.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
|
| 290 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
| 291 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
| 292 |
+
"model.layers.31.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
|
| 293 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
| 294 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
| 295 |
+
"model.layers.32.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 296 |
+
"model.layers.32.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
| 297 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
| 298 |
+
"model.layers.32.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
| 299 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 300 |
+
"model.layers.32.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
|
| 301 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
| 302 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
| 303 |
+
"model.layers.32.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
|
| 304 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
| 305 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
| 306 |
+
"model.layers.33.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 307 |
+
"model.layers.33.mlp.down_proj.weight": "model-00006-of-00007.safetensors",
|
| 308 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
| 309 |
+
"model.layers.33.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
| 310 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
| 311 |
+
"model.layers.33.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
|
| 312 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
| 313 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
| 314 |
+
"model.layers.33.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
|
| 315 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
| 316 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
| 317 |
+
"model.layers.34.input_layernorm.weight": "model-00007-of-00007.safetensors",
|
| 318 |
+
"model.layers.34.mlp.down_proj.weight": "model-00007-of-00007.safetensors",
|
| 319 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00006-of-00007.safetensors",
|
| 320 |
+
"model.layers.34.mlp.up_proj.weight": "model-00006-of-00007.safetensors",
|
| 321 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00007-of-00007.safetensors",
|
| 322 |
+
"model.layers.34.self_attn.k_norm.weight": "model-00006-of-00007.safetensors",
|
| 323 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
| 324 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
| 325 |
+
"model.layers.34.self_attn.q_norm.weight": "model-00006-of-00007.safetensors",
|
| 326 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
| 327 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
| 328 |
+
"model.layers.35.input_layernorm.weight": "model-00007-of-00007.safetensors",
|
| 329 |
+
"model.layers.35.mlp.down_proj.weight": "model-00007-of-00007.safetensors",
|
| 330 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00007-of-00007.safetensors",
|
| 331 |
+
"model.layers.35.mlp.up_proj.weight": "model-00007-of-00007.safetensors",
|
| 332 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00007-of-00007.safetensors",
|
| 333 |
+
"model.layers.35.self_attn.k_norm.weight": "model-00007-of-00007.safetensors",
|
| 334 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00007-of-00007.safetensors",
|
| 335 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00007-of-00007.safetensors",
|
| 336 |
+
"model.layers.35.self_attn.q_norm.weight": "model-00007-of-00007.safetensors",
|
| 337 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00007-of-00007.safetensors",
|
| 338 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00007-of-00007.safetensors",
|
| 339 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 340 |
+
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
| 341 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
| 342 |
+
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
| 343 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 344 |
+
"model.layers.4.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
|
| 345 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
| 346 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
| 347 |
+
"model.layers.4.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
|
| 348 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
| 349 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
| 350 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 351 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
| 352 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
| 353 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
| 354 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 355 |
+
"model.layers.5.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
|
| 356 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
| 357 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
| 358 |
+
"model.layers.5.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
|
| 359 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
| 360 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
| 361 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 362 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
| 363 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
| 364 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
| 365 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 366 |
+
"model.layers.6.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
|
| 367 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
| 368 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
| 369 |
+
"model.layers.6.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
|
| 370 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
| 371 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
| 372 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 373 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
| 374 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
| 375 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
| 376 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 377 |
+
"model.layers.7.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
|
| 378 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
| 379 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
| 380 |
+
"model.layers.7.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
|
| 381 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
| 382 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
| 383 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 384 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00007.safetensors",
|
| 385 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
| 386 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00007.safetensors",
|
| 387 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
| 388 |
+
"model.layers.8.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
|
| 389 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
| 390 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
| 391 |
+
"model.layers.8.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
|
| 392 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
| 393 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
| 394 |
+
"model.layers.9.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 395 |
+
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00007.safetensors",
|
| 396 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00007.safetensors",
|
| 397 |
+
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00007.safetensors",
|
| 398 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
| 399 |
+
"model.layers.9.self_attn.k_norm.weight": "model-00002-of-00007.safetensors",
|
| 400 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
| 401 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
| 402 |
+
"model.layers.9.self_attn.q_norm.weight": "model-00002-of-00007.safetensors",
|
| 403 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
| 404 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
| 405 |
+
"model.norm.weight": "model-00007-of-00007.safetensors"
|
| 406 |
+
}
|
| 407 |
+
}
|
optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9796d009ce04d1abf6deedf5ef0a943f4661fe571f5d4c24c0c9e45a84c44d6e
|
| 3 |
+
size 65526147703
|
pytorch_model_fsdp.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d946becb2cde30a4b3f99254055b09f3e82654f7e1b453ebf08153da7e2e9eab
|
| 3 |
+
size 32763139380
|
rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:706722fc41436bdb24c4016ab83fbbb62526893d41d4cf49a009fdb7bb4abb5e
|
| 3 |
+
size 16389
|
rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9cd3c5bfb3f44d6324570cdf01e259d25d57145e7c5bcf8a356f6f7b56afdf24
|
| 3 |
+
size 16389
|
rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ada3d67296c7e68b4d424298393788e9698d123c0f49e21ffd505f02a1def057
|
| 3 |
+
size 16389
|
rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6abe268928ee44107d52539186bb325f6915b9fe7dafd490b17c58d29bd50783
|
| 3 |
+
size 16389
|
rng_state_4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdabaa1468bbe8afa177e64e4dd55a0b2c5ac41e68d229b3d790a6cdd8fbf6fb
|
| 3 |
+
size 16389
|
rng_state_5.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20c4cea43dfd62d3a3364a4603fb39a847fae2cd95a7b7d8f43fb21cef815cde
|
| 3 |
+
size 16389
|
rng_state_6.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c22599770b4a3567bdcbd40583c1c29ca81866b4f2fb6dbcf94bafecdef10d2
|
| 3 |
+
size 16389
|
rng_state_7.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12f20736861ad603467227a1c08b4d09fd872a184e0c54c650a3ac14d130dfcd
|
| 3 |
+
size 16389
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17b083d8c7d923250576a6ee07e92d3f7df1fcff3b14ffa01414c3d40f48abfb
|
| 3 |
+
size 1465
|
trainer_state.json
ADDED
|
@@ -0,0 +1,287 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.9959404600811907,
|
| 6 |
+
"eval_steps": 46,
|
| 7 |
+
"global_step": 184,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0,
|
| 14 |
+
"eval_loss": 0.24147284030914307,
|
| 15 |
+
"eval_runtime": 107.1778,
|
| 16 |
+
"eval_samples_per_second": 16.953,
|
| 17 |
+
"eval_steps_per_second": 1.064,
|
| 18 |
+
"memory/device_reserved (GiB)": 28.19,
|
| 19 |
+
"memory/max_active (GiB)": 26.63,
|
| 20 |
+
"memory/max_allocated (GiB)": 26.26,
|
| 21 |
+
"step": 0
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 0.05412719891745602,
|
| 25 |
+
"grad_norm": 8.363861083984375,
|
| 26 |
+
"learning_rate": 0.00018,
|
| 27 |
+
"loss": 0.1752,
|
| 28 |
+
"memory/device_reserved (GiB)": 64.91,
|
| 29 |
+
"memory/max_active (GiB)": 52.45,
|
| 30 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 31 |
+
"step": 10,
|
| 32 |
+
"tokens_per_second_per_gpu": 310.38
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"epoch": 0.10825439783491204,
|
| 36 |
+
"grad_norm": 0.4600403308868408,
|
| 37 |
+
"learning_rate": 0.00019868265225415265,
|
| 38 |
+
"loss": 0.1183,
|
| 39 |
+
"memory/device_reserved (GiB)": 64.91,
|
| 40 |
+
"memory/max_active (GiB)": 52.45,
|
| 41 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 42 |
+
"step": 20,
|
| 43 |
+
"tokens_per_second_per_gpu": 156.97
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"epoch": 0.16238159675236807,
|
| 47 |
+
"grad_norm": 12.768329620361328,
|
| 48 |
+
"learning_rate": 0.00019417339962465082,
|
| 49 |
+
"loss": 0.0726,
|
| 50 |
+
"memory/device_reserved (GiB)": 64.91,
|
| 51 |
+
"memory/max_active (GiB)": 52.45,
|
| 52 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 53 |
+
"step": 30,
|
| 54 |
+
"tokens_per_second_per_gpu": 137.13
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.2165087956698241,
|
| 58 |
+
"grad_norm": 0.653432309627533,
|
| 59 |
+
"learning_rate": 0.00018660254037844388,
|
| 60 |
+
"loss": 0.0615,
|
| 61 |
+
"memory/device_reserved (GiB)": 64.91,
|
| 62 |
+
"memory/max_active (GiB)": 52.45,
|
| 63 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 64 |
+
"step": 40,
|
| 65 |
+
"tokens_per_second_per_gpu": 158.28
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.2489851150202977,
|
| 69 |
+
"eval_loss": 0.046831097453832626,
|
| 70 |
+
"eval_runtime": 96.7088,
|
| 71 |
+
"eval_samples_per_second": 18.788,
|
| 72 |
+
"eval_steps_per_second": 1.179,
|
| 73 |
+
"memory/device_reserved (GiB)": 64.91,
|
| 74 |
+
"memory/max_active (GiB)": 52.45,
|
| 75 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 76 |
+
"step": 46
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"epoch": 0.2706359945872801,
|
| 80 |
+
"grad_norm": 0.16088107228279114,
|
| 81 |
+
"learning_rate": 0.00017621620551276366,
|
| 82 |
+
"loss": 0.0481,
|
| 83 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 84 |
+
"memory/max_active (GiB)": 52.45,
|
| 85 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 86 |
+
"step": 50,
|
| 87 |
+
"tokens_per_second_per_gpu": 59.42
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.32476319350473615,
|
| 91 |
+
"grad_norm": 0.16584952175617218,
|
| 92 |
+
"learning_rate": 0.0001633520580160424,
|
| 93 |
+
"loss": 0.0435,
|
| 94 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 95 |
+
"memory/max_active (GiB)": 52.45,
|
| 96 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 97 |
+
"step": 60,
|
| 98 |
+
"tokens_per_second_per_gpu": 159.29
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"epoch": 0.37889039242219213,
|
| 102 |
+
"grad_norm": 0.15581363439559937,
|
| 103 |
+
"learning_rate": 0.00014842831533876195,
|
| 104 |
+
"loss": 0.0433,
|
| 105 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 106 |
+
"memory/max_active (GiB)": 52.45,
|
| 107 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 108 |
+
"step": 70,
|
| 109 |
+
"tokens_per_second_per_gpu": 164.18
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 0.4330175913396482,
|
| 113 |
+
"grad_norm": 0.18023453652858734,
|
| 114 |
+
"learning_rate": 0.000131930153013598,
|
| 115 |
+
"loss": 0.0388,
|
| 116 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 117 |
+
"memory/max_active (GiB)": 52.45,
|
| 118 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 119 |
+
"step": 80,
|
| 120 |
+
"tokens_per_second_per_gpu": 158.27
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"epoch": 0.4871447902571042,
|
| 124 |
+
"grad_norm": 0.11095931380987167,
|
| 125 |
+
"learning_rate": 0.0001143939314474119,
|
| 126 |
+
"loss": 0.037,
|
| 127 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 128 |
+
"memory/max_active (GiB)": 52.45,
|
| 129 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 130 |
+
"step": 90,
|
| 131 |
+
"tokens_per_second_per_gpu": 153.75
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"epoch": 0.4979702300405954,
|
| 135 |
+
"eval_loss": 0.03402535617351532,
|
| 136 |
+
"eval_runtime": 96.2571,
|
| 137 |
+
"eval_samples_per_second": 18.877,
|
| 138 |
+
"eval_steps_per_second": 1.184,
|
| 139 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 140 |
+
"memory/max_active (GiB)": 52.45,
|
| 141 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 142 |
+
"step": 92
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.5412719891745602,
|
| 146 |
+
"grad_norm": 0.13690994679927826,
|
| 147 |
+
"learning_rate": 9.638975867700638e-05,
|
| 148 |
+
"loss": 0.0336,
|
| 149 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 150 |
+
"memory/max_active (GiB)": 52.45,
|
| 151 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 152 |
+
"step": 100,
|
| 153 |
+
"tokens_per_second_per_gpu": 115.36
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.5953991880920162,
|
| 157 |
+
"grad_norm": 0.13492451608181,
|
| 158 |
+
"learning_rate": 7.85029559788976e-05,
|
| 159 |
+
"loss": 0.033,
|
| 160 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 161 |
+
"memory/max_active (GiB)": 52.45,
|
| 162 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 163 |
+
"step": 110,
|
| 164 |
+
"tokens_per_second_per_gpu": 149.14
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.6495263870094723,
|
| 168 |
+
"grad_norm": 0.14664411544799805,
|
| 169 |
+
"learning_rate": 6.13150288919161e-05,
|
| 170 |
+
"loss": 0.0296,
|
| 171 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 172 |
+
"memory/max_active (GiB)": 52.45,
|
| 173 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 174 |
+
"step": 120,
|
| 175 |
+
"tokens_per_second_per_gpu": 165.73
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"epoch": 0.7036535859269283,
|
| 179 |
+
"grad_norm": 0.11641104519367218,
|
| 180 |
+
"learning_rate": 4.53847622906303e-05,
|
| 181 |
+
"loss": 0.0264,
|
| 182 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 183 |
+
"memory/max_active (GiB)": 52.45,
|
| 184 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 185 |
+
"step": 130,
|
| 186 |
+
"tokens_per_second_per_gpu": 156.66
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 0.7469553450608931,
|
| 190 |
+
"eval_loss": 0.02498817630112171,
|
| 191 |
+
"eval_runtime": 96.7701,
|
| 192 |
+
"eval_samples_per_second": 18.776,
|
| 193 |
+
"eval_steps_per_second": 1.178,
|
| 194 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 195 |
+
"memory/max_active (GiB)": 52.45,
|
| 196 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 197 |
+
"step": 138
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"epoch": 0.7577807848443843,
|
| 201 |
+
"grad_norm": 0.13313885033130646,
|
| 202 |
+
"learning_rate": 3.123005411465766e-05,
|
| 203 |
+
"loss": 0.0262,
|
| 204 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 205 |
+
"memory/max_active (GiB)": 52.45,
|
| 206 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 207 |
+
"step": 140,
|
| 208 |
+
"tokens_per_second_per_gpu": 33.06
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 0.8119079837618404,
|
| 212 |
+
"grad_norm": 0.10679510235786438,
|
| 213 |
+
"learning_rate": 1.931107834499296e-05,
|
| 214 |
+
"loss": 0.0259,
|
| 215 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 216 |
+
"memory/max_active (GiB)": 52.45,
|
| 217 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 218 |
+
"step": 150,
|
| 219 |
+
"tokens_per_second_per_gpu": 155.66
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.8660351826792964,
|
| 223 |
+
"grad_norm": 0.11161984503269196,
|
| 224 |
+
"learning_rate": 1.0015324604249343e-05,
|
| 225 |
+
"loss": 0.0236,
|
| 226 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 227 |
+
"memory/max_active (GiB)": 52.45,
|
| 228 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 229 |
+
"step": 160,
|
| 230 |
+
"tokens_per_second_per_gpu": 154.09
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"epoch": 0.9201623815967523,
|
| 234 |
+
"grad_norm": 0.13931050896644592,
|
| 235 |
+
"learning_rate": 3.6450007480777093e-06,
|
| 236 |
+
"loss": 0.0247,
|
| 237 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 238 |
+
"memory/max_active (GiB)": 52.45,
|
| 239 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 240 |
+
"step": 170,
|
| 241 |
+
"tokens_per_second_per_gpu": 157.52
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.9742895805142084,
|
| 245 |
+
"grad_norm": 0.10726571083068848,
|
| 246 |
+
"learning_rate": 4.072079934495765e-07,
|
| 247 |
+
"loss": 0.0252,
|
| 248 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 249 |
+
"memory/max_active (GiB)": 52.45,
|
| 250 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 251 |
+
"step": 180,
|
| 252 |
+
"tokens_per_second_per_gpu": 154.03
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"epoch": 0.9959404600811907,
|
| 256 |
+
"eval_loss": 0.022342145442962646,
|
| 257 |
+
"eval_runtime": 96.6201,
|
| 258 |
+
"eval_samples_per_second": 18.806,
|
| 259 |
+
"eval_steps_per_second": 1.18,
|
| 260 |
+
"memory/device_reserved (GiB)": 64.65,
|
| 261 |
+
"memory/max_active (GiB)": 52.45,
|
| 262 |
+
"memory/max_allocated (GiB)": 51.78,
|
| 263 |
+
"step": 184
|
| 264 |
+
}
|
| 265 |
+
],
|
| 266 |
+
"logging_steps": 10,
|
| 267 |
+
"max_steps": 184,
|
| 268 |
+
"num_input_tokens_seen": 0,
|
| 269 |
+
"num_train_epochs": 1,
|
| 270 |
+
"save_steps": 500,
|
| 271 |
+
"stateful_callbacks": {
|
| 272 |
+
"TrainerControl": {
|
| 273 |
+
"args": {
|
| 274 |
+
"should_epoch_stop": false,
|
| 275 |
+
"should_evaluate": false,
|
| 276 |
+
"should_log": false,
|
| 277 |
+
"should_save": true,
|
| 278 |
+
"should_training_stop": true
|
| 279 |
+
},
|
| 280 |
+
"attributes": {}
|
| 281 |
+
}
|
| 282 |
+
},
|
| 283 |
+
"total_flos": 5.926139739798241e+17,
|
| 284 |
+
"train_batch_size": 2,
|
| 285 |
+
"trial_name": null,
|
| 286 |
+
"trial_params": null
|
| 287 |
+
}
|