SixpertAI commited on
Commit
60e2301
·
verified ·
1 Parent(s): 6e27593

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +34 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["SixpertForCausalLM"],
3
+ "attention_bias": true,
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": 18944,
11
+ "max_position_embeddings": 131072,
12
+ "model_type": "sixpert",
13
+ "num_attention_heads": 28,
14
+ "num_hidden_layers": 28,
15
+ "num_key_value_heads": 4,
16
+ "quantization_config": {
17
+ "quant_method": "gguf",
18
+ "quantization_type": "Q4_K_M"
19
+ },
20
+ "rms_norm_eps": 1e-06,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": null,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "float16",
25
+ "transformers_version": "4.46.0",
26
+ "use_cache": true,
27
+ "use_sliding_window": false,
28
+ "vocab_size": 151936,
29
+ "model_name": "Sixpert K1",
30
+ "model_version": "1.0",
31
+ "context_length": 131072,
32
+ "authors": ["Inyang David", "Sixtus Matthew"],
33
+ "license": "apache-2.0"
34
+ }