goku commited on
Commit
e00202d
1 Parent(s): ecb57c4

Upload config

Browse files
Files changed (1) hide show
  1. config.json +23 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_bias": false,
3
+ "attention_dropout": 0.0,
4
+ "bos_token_id": 1,
5
+ "eos_token_id": 2,
6
+ "hidden_act": "silu",
7
+ "hidden_size": 2560,
8
+ "initializer_range": 0.02,
9
+ "intermediate_size": 8320,
10
+ "max_position_embeddings": 2048,
11
+ "model_type": "llama",
12
+ "num_attention_heads": 32,
13
+ "num_hidden_layers": 32,
14
+ "num_key_value_heads": 32,
15
+ "pretraining_tp": 1,
16
+ "rms_norm_eps": 1e-05,
17
+ "rope_scaling": null,
18
+ "rope_theta": 10000.0,
19
+ "tie_word_embeddings": false,
20
+ "transformers_version": "4.36.2",
21
+ "use_cache": true,
22
+ "vocab_size": 32000
23
+ }