Jurabek commited on
Commit
0af27e0
·
1 Parent(s): f021658

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }