shanthi-323 commited on
Commit
ab9ede7
·
verified ·
1 Parent(s): a29c8c2

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "codellama",
3
+ "hidden_size": 4096,
4
+ "num_attention_heads": 32,
5
+ "num_hidden_layers": 40,
6
+ "vocab_size": 32000,
7
+ "intermediate_size": 11008,
8
+ "use_parallel_residual": true
9
+ }