root commited on
Commit
a32b42a
·
1 Parent(s): 5538ecb
Files changed (1) hide show
  1. config.json +25 -0
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_bias": false,
3
+ "attention_dropout": 0.0,
4
+ "bos_token_id": 1,
5
+ "eos_token_id": 2,
6
+ "head_dim": 64,
7
+ "hidden_act": "silu",
8
+ "hidden_size": 256,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 512,
11
+ "max_position_embeddings": 2048,
12
+ "mlp_bias": false,
13
+ "model_type": "custom_llama_model",
14
+ "num_attention_heads": 4,
15
+ "num_hidden_layers": 24,
16
+ "num_key_value_heads": 4,
17
+ "pretraining_tp": 1,
18
+ "rms_norm_eps": 1e-06,
19
+ "rope_scaling": null,
20
+ "rope_theta": 10000.0,
21
+ "tie_word_embeddings": false,
22
+ "transformers_version": "4.45.1",
23
+ "use_cache": true,
24
+ "vocab_size": 32000
25
+ }