kienhoang123 commited on
Commit
855f5c9
·
verified ·
1 Parent(s): 0202aac

Create config.json

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