Malaji71 commited on
Commit
f0ccf19
·
verified ·
1 Parent(s): 2803055

Create config.json

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