UnicornChan commited on
Commit
0d007b4
·
verified ·
1 Parent(s): 05f229f

Upload folder using huggingface_hub

Browse files
iter_0020001_hf_bf16/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLMEagle3"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 163584,
8
+ "draft_vocab_size": 163840,
9
+ "dtype": "float32",
10
+ "eos_token_id": 163585,
11
+ "head_dim": 128,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 7168,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 12288,
16
+ "max_position_embeddings": 262144,
17
+ "max_window_layers": 36,
18
+ "mlp_bias": false,
19
+ "model_type": "llama",
20
+ "num_attention_heads": 64,
21
+ "num_hidden_layers": 1,
22
+ "num_key_value_heads": 64,
23
+ "pretraining_tp": 1,
24
+ "rms_norm_eps": 1e-06,
25
+ "rope_scaling": null,
26
+ "rope_theta": 1000000,
27
+ "sliding_window": null,
28
+ "tie_word_embeddings": false,
29
+ "transformers_version": "4.57.1",
30
+ "use_cache": true,
31
+ "use_sliding_window": false,
32
+ "vocab_size": 163840
33
+ }
iter_0020001_hf_bf16/model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf28f45e562c558c2f820ca9bd3e1b3070ac6e9cf7db8f66f08117c8e12e07f1
3
+ size 2348810344
iter_0020001_hf_bf16/model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a76257f920b6c5ec089ea4d2bbcb224127d8bba233f51b02af5d170f5ec4587
3
+ size 1658905832
iter_0020001_hf_bf16/model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:750794bbfaecc773c3f6bf66e877aec0b5a79b3977032313083773fa87b236e4
3
+ size 2348810336
iter_0020001_hf_bf16/model.safetensors.index.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 3178262528,
4
+ "total_size": 12713050112
5
+ },
6
+ "weight_map": {
7
+ "embed_tokens.weight": "model-00001-of-00003.safetensors",
8
+ "fc.weight": "model-00002-of-00003.safetensors",
9
+ "lm_head.weight": "model-00003-of-00003.safetensors",
10
+ "midlayer.hidden_norm.weight": "model-00002-of-00003.safetensors",
11
+ "midlayer.input_layernorm.weight": "model-00002-of-00003.safetensors",
12
+ "midlayer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
13
+ "midlayer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
14
+ "midlayer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
15
+ "midlayer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
16
+ "midlayer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
17
+ "midlayer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
18
+ "midlayer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
19
+ "midlayer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
20
+ "norm.weight": "model-00002-of-00003.safetensors"
21
+ }
22
+ }