kmfoda commited on
Commit
f6a2c49
·
verified ·
1 Parent(s): 3708445

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +20 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "model_type": "llama",
6
+ "hidden_size": 128,
7
+ "intermediate_size": 384,
8
+ "num_hidden_layers": 2,
9
+ "num_attention_heads": 4,
10
+ "num_key_value_heads": 2,
11
+ "max_position_embeddings": 128,
12
+ "vocab_size": 50304,
13
+ "rms_norm_eps": 1e-06,
14
+ "rope_theta": 10000.0,
15
+ "torch_dtype": "float16",
16
+ "tie_word_embeddings": false,
17
+ "hidden_act": "silu",
18
+ "bos_token_id": 50296,
19
+ "eos_token_id": 50297
20
+ }