Jurabek's picture
Create config.json
0af27e0
raw
history blame contribute delete
196 Bytes
{
"model_type": "language_detection",
"architecture": "NeuralNetwork",
"num_classes": 3,
"hidden_layers": [64, 32],
"activation_function": "ReLU",
"learning_rate": 0.001
}