Mauricio-100 commited on
Commit
e32cee2
·
verified ·
1 Parent(s): 8357250

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["GPTNeoXForCausalLM"],
3
+ "hidden_size": 512,
4
+ "num_attention_heads": 8,
5
+ "num_hidden_layers": 6,
6
+ "vocab_size": 50304
7
+ }