SixpertAI commited on
Commit
e3ce925
·
verified ·
1 Parent(s): 56e49e7

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +38 -0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["SixpertMoEForCausalLM"],
3
+ "attention_bias": false,
4
+ "attention_dropout": 0.0,
5
+ "bos_token_id": 151643,
6
+ "eos_token_id": 151643,
7
+ "hidden_act": "silu",
8
+ "hidden_size": 3584,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 14336,
11
+ "max_position_embeddings": 131072,
12
+ "model_type": "sixpert_moe",
13
+ "num_attention_heads": 28,
14
+ "num_experts": 16,
15
+ "num_experts_per_tok": 2,
16
+ "num_hidden_layers": 28,
17
+ "num_key_value_heads": 4,
18
+ "quantization_config": {
19
+ "quant_method": "gguf",
20
+ "quantization_type": "Q4_K_M"
21
+ },
22
+ "rms_norm_eps": 1e-06,
23
+ "rope_theta": 1000000.0,
24
+ "sliding_window": null,
25
+ "tie_word_embeddings": false,
26
+ "torch_dtype": "float16",
27
+ "transformers_version": "4.46.0",
28
+ "use_cache": true,
29
+ "use_sliding_window": false,
30
+ "vocab_size": 151936,
31
+ "model_name": "Sixpert K2",
32
+ "model_version": "1.0",
33
+ "context_length": 131072,
34
+ "authors": ["Inyang David", "Sixtus Matthew"],
35
+ "license": "apache-2.0",
36
+ "total_parameters": "~8.9B",
37
+ "active_parameters": "~1.2B per forward pass"
38
+ }