Michnik commited on
Commit
dd4dbe0
·
verified ·
1 Parent(s): dd3b432

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +28 -0
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_bias": false,
3
+ "attention_dropout": 0.0,
4
+ "bos_token_id": 1,
5
+ "eos_token_id": 5,
6
+ "head_dim": 64,
7
+ "hidden_act": "silu",
8
+ "hidden_size": 2048,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 5632,
11
+ "max_position_embeddings": 2048,
12
+ "mlp_bias": false,
13
+ "model_type": "llama",
14
+ "num_attention_heads": 32,
15
+ "num_hidden_layers": 22,
16
+ "num_key_value_heads": 32,
17
+ "pad_token_id": 3,
18
+ "pretraining_tp": 1,
19
+ "rms_norm_eps": 1e-05,
20
+ "rope_parameters": {
21
+ "rope_theta": 10000.0,
22
+ "rope_type": "default"
23
+ },
24
+ "tie_word_embeddings": false,
25
+ "transformers_version": "5.6.2",
26
+ "use_cache": true,
27
+ "vocab_size": 50257
28
+ }