XT-test-0.2 / config.json
styalai's picture
Push model using huggingface_hub.
d509b76 verified
raw
history blame
No virus
302 Bytes
{
"device": "cpu",
"dropout": 0.2,
"n_blocks": 3,
"transformer_config": {
"block_size": 134,
"dropout": 0.2,
"n_embd": 164,
"n_head": 4
},
"vocab_size": 32014,
"xlstm_config": {
"batch_size": 4,
"block_size": 134,
"config_block": "msm",
"n_embd": 164
}
}