hollywoodfrancis commited on
Commit
b064ed3
·
verified ·
1 Parent(s): 322e5a2

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["AutoModelForCausalLM"],
3
+ "model_type": "llama",
4
+ "hidden_size": 4096,
5
+ "num_attention_heads": 32,
6
+ "num_hidden_layers": 32,
7
+ "intermediate_size": 11008,
8
+ "max_position_embeddings": 4096,
9
+ "use_cache": true,
10
+ "vocab_size": 32000,
11
+ "pad_token_id": 0,
12
+ "eos_token_id": 2,
13
+ "bos_token_id": 1
14
+ }