ivar-sorri commited on
Commit
24da9dc
1 Parent(s): 5b1aad6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -12
config.json CHANGED
@@ -2,16 +2,6 @@
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
  }
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
5
+
6
+ "model_type": "llama"
 
 
 
 
 
 
 
 
 
 
7
  }