Create config.json
Browse files- config.json +8 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "language_detection",
|
3 |
+
"architecture": "NeuralNetwork",
|
4 |
+
"num_classes": 3,
|
5 |
+
"hidden_layers": [64, 32],
|
6 |
+
"activation_function": "ReLU",
|
7 |
+
"learning_rate": 0.001
|
8 |
+
}
|