Create config.json
Browse files- 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 |
+
}
|