Upload nn_config.json with huggingface_hub
Browse files- nn_config.json +9 -0
nn_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"input_dim": 64,
|
| 3 |
+
"hidden_dims": [
|
| 4 |
+
512,
|
| 5 |
+
256,
|
| 6 |
+
128
|
| 7 |
+
],
|
| 8 |
+
"dropout": 0.15
|
| 9 |
+
}
|