ivar-sorri commited on
Commit
5b1aad6
·
verified ·
1 Parent(s): 77381d8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +17 -1
config.json CHANGED
@@ -1 +1,17 @@
1
- {"model_key": "meta-llama/Llama-3.2-1B", "model_type": "llm"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "hidden_size": 4096,
6
+ "embedding_size": 4096,
7
+ "num_attention_heads": 32,
8
+ "num_hidden_layers": 24,
9
+ "vocab_size": 32000,
10
+ "max_position_embeddings": 2048,
11
+ "pad_token_id": 0,
12
+ "layer_norm_eps": 1e-5,
13
+ "initializer_range": 0.02,
14
+ "model_type": "llama",
15
+ "use_cache": true,
16
+ "rotary_pos_emb": true
17
+ }