Upload folder using huggingface_hub
Browse files- config.json +27 -13
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -4,30 +4,44 @@
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
-
"bos_token_id":
|
| 8 |
-
"draft_vocab_size":
|
| 9 |
-
"
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
"hidden_act": "silu",
|
| 12 |
-
"hidden_size":
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
-
"intermediate_size":
|
| 15 |
"max_position_embeddings": 128,
|
| 16 |
-
"max_window_layers": 36,
|
| 17 |
"mlp_bias": false,
|
| 18 |
"model_type": "llama",
|
| 19 |
"num_attention_heads": 1,
|
| 20 |
"num_hidden_layers": 1,
|
| 21 |
"num_key_value_heads": 1,
|
| 22 |
"pretraining_tp": 1,
|
| 23 |
-
"rms_norm_eps": 1e-
|
| 24 |
-
"rope_scaling":
|
| 25 |
-
|
| 26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
"tie_word_embeddings": false,
|
| 28 |
"torch_dtype": "bfloat16",
|
| 29 |
"transformers_version": "4.55.0",
|
| 30 |
"use_cache": true,
|
| 31 |
-
"
|
| 32 |
-
"vocab_size": 1519
|
| 33 |
}
|
|
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": null,
|
| 8 |
+
"draft_vocab_size": null,
|
| 9 |
+
"eagle_config": {
|
| 10 |
+
"eagle_aux_hidden_state_layer_ids": [
|
| 11 |
+
1,
|
| 12 |
+
17,
|
| 13 |
+
32
|
| 14 |
+
],
|
| 15 |
+
"use_aux_hidden_state": true,
|
| 16 |
+
"use_input_layernorm_in_first_layer": true,
|
| 17 |
+
"use_last_layernorm": true,
|
| 18 |
+
"use_mtp_layernorm": false
|
| 19 |
+
},
|
| 20 |
+
"eos_token_id": null,
|
| 21 |
+
"head_dim": 64,
|
| 22 |
"hidden_act": "silu",
|
| 23 |
+
"hidden_size": 28,
|
| 24 |
"initializer_range": 0.02,
|
| 25 |
+
"intermediate_size": 172,
|
| 26 |
"max_position_embeddings": 128,
|
|
|
|
| 27 |
"mlp_bias": false,
|
| 28 |
"model_type": "llama",
|
| 29 |
"num_attention_heads": 1,
|
| 30 |
"num_hidden_layers": 1,
|
| 31 |
"num_key_value_heads": 1,
|
| 32 |
"pretraining_tp": 1,
|
| 33 |
+
"rms_norm_eps": 1e-05,
|
| 34 |
+
"rope_scaling": {
|
| 35 |
+
"factor": 8.0,
|
| 36 |
+
"high_freq_factor": 4.0,
|
| 37 |
+
"low_freq_factor": 1.0,
|
| 38 |
+
"original_max_position_embeddings": 8192,
|
| 39 |
+
"rope_type": "llama3"
|
| 40 |
+
},
|
| 41 |
+
"rope_theta": 500000.0,
|
| 42 |
"tie_word_embeddings": false,
|
| 43 |
"torch_dtype": "bfloat16",
|
| 44 |
"transformers_version": "4.55.0",
|
| 45 |
"use_cache": true,
|
| 46 |
+
"vocab_size": 2010
|
|
|
|
| 47 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:521ffec845966a8384494e90743d69c9cb9013311f68f4fa64bd152196ba1fab
|
| 3 |
+
size 297576
|