daedalus_mobile / config.json
BathSalt-1's picture
Create config.json
8b41d42 verified
raw
history blame contribute delete
228 Bytes
{
"model_name": "daedalus_mobile",
"num_layers": 6,
"num_heads": 8,
"hidden_size": 512,
"dropout": 0.1,
"lr": 1e-4,
"batch_size": 32,
"epochs": 5,
"max_seq_length": 512,
"device": "cuda"
}