MOONBOW2 commited on
Commit
4625a5b
1 Parent(s): 9ca062a

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "MOONBOW2/EVA",
3
+ "language": "English",
4
+ "num_layers": 6,
5
+ "hidden_size": 512,
6
+ "dropout": 0.2
7
+ }