Text Generation
Safetensors
English
hudsongouge commited on
Commit
874c445
·
verified ·
1 Parent(s): be18c4a

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 259,
3
+ "hidden_size": 768,
4
+ "num_layers": 28,
5
+ "num_heads": 12,
6
+ "FFN_intermediate_size": 3072
7
+ }