memorymate / config.json
piccora's picture
Update config.json
1bf3cae verified
raw
history blame
421 Bytes
Invalid JSON: Expected double-quoted property name in JSONat line 13, column 25
{
"model_type": "transformer",
"max_length": 40,
"max_samples": 50000,
"batch_size": 64,
"buffer_size": 20000,
"num_layers": 2,
"d_model": 256,
"num_heads": 8,
"units": 512,
"dropout": 0.1,
"epochs": 40,
"vocab_size": 30522, // Example vocab size; adjust as needed
"num_labels": 2, // Example for classification; adjust as needed
"activation_function": "relu",
"initializer_range": 0.02
}