kitty528 commited on
Commit
82739ee
·
verified ·
1 Parent(s): 5ee0b1f

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["LlamaForCausalLM"],
3
+ "model_type": "llama",
4
+ "hidden_size": 4096,
5
+ "intermediate_size": 14336,
6
+ "num_attention_heads": 32,
7
+ "num_hidden_layers": 32,
8
+ "tie_word_embeddings": false,
9
+ "rms_norm_eps": 1e-6,
10
+ "max_position_embeddings": 2048,
11
+ "vocab_size": 32000,
12
+ "torch_dtype": "float16"
13
+ }