Text Classification
Adapters
English
llama
areeb-h commited on
Commit
89a9be4
1 Parent(s): 8723d9f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "llama",
3
+ "hidden_size": 4096,
4
+ "num_attention_heads": 32,
5
+ "num_hidden_layers": 40,
6
+ }