winstxnhdw commited on
Commit
13a3947
1 Parent(s): ed97ed1

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +53 -0
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "producer": {
3
+ "name": "modelopt",
4
+ "version": "0.15.1"
5
+ },
6
+ "architecture": "LlamaForCausalLM",
7
+ "dtype": "bfloat16",
8
+ "logits_dtype": "float16",
9
+ "num_hidden_layers": 32,
10
+ "num_attention_heads": 32,
11
+ "num_key_value_heads": 8,
12
+ "hidden_size": 4096,
13
+ "norm_epsilon": 1e-05,
14
+ "vocab_size": 128256,
15
+ "max_position_embeddings": 131072,
16
+ "hidden_act": "silu",
17
+ "use_parallel_embedding": true,
18
+ "embedding_sharding_dim": 0,
19
+ "quantization": {
20
+ "quant_algo": "W4A16_AWQ",
21
+ "kv_cache_quant_algo": null,
22
+ "group_size": 64,
23
+ "has_zero_point": false,
24
+ "pre_quant_scale": true,
25
+ "exclude_modules": [
26
+ "lm_head"
27
+ ]
28
+ },
29
+ "mapping": {
30
+ "world_size": 1,
31
+ "tp_size": 1,
32
+ "pp_size": 1
33
+ },
34
+ "head_size": 128,
35
+ "intermediate_size": 14336,
36
+ "position_embedding_type": "rope_gpt_neox",
37
+ "share_embedding_table": false,
38
+ "residual_mlp": false,
39
+ "bias": false,
40
+ "rotary_pct": 1.0,
41
+ "rank": 0,
42
+ "decoder": "llama",
43
+ "rmsnorm": true,
44
+ "lm_head_bias": false,
45
+ "rotary_base": 500000.0,
46
+ "rotary_scaling": {
47
+ "factor": 8.0,
48
+ "low_freq_factor": 1.0,
49
+ "high_freq_factor": 4.0,
50
+ "original_max_position_embeddings": 8192,
51
+ "rope_type": "llama3"
52
+ }
53
+ }