acecalisto3 commited on
Commit
3504227
·
verified ·
1 Parent(s): 461c0f4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +29 -0
config.json CHANGED
@@ -2,4 +2,33 @@
2
  "runtime": "streamlit:1.14.0",
3
  "command": ["streamlit", "run", "app.py"],
4
  ...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  }
 
2
  "runtime": "streamlit:1.14.0",
3
  "command": ["streamlit", "run", "app.py"],
4
  ...
5
+ }
6
+ {
7
+ "architectures": [
8
+ "MixtralForCausalLM"
9
+ ],
10
+ "attention_dropout": 0.0,
11
+ "bos_token_id": 1,
12
+ "eos_token_id": 2,
13
+ "hidden_act": "silu",
14
+ "hidden_size": 4096,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 14336,
17
+ "max_position_embeddings": 32768,
18
+ "model_type": "mixtral",
19
+ "num_attention_heads": 32,
20
+ "num_experts_per_tok": 2,
21
+ "num_hidden_layers": 32,
22
+ "num_key_value_heads": 8,
23
+ "num_local_experts": 8,
24
+ "output_router_logits": false,
25
+ "rms_norm_eps": 1e-05,
26
+ "rope_theta": 1000000.0,
27
+ "router_aux_loss_coef": 0.02,
28
+ "sliding_window": null,
29
+ "tie_word_embeddings": false,
30
+ "torch_dtype": "bfloat16",
31
+ "transformers_version": "4.36.0.dev0",
32
+ "use_cache": true,
33
+ "vocab_size": 32000
34
  }