XT-test-0.2 / config.json
styalai's picture
Push model using huggingface_hub.
feff20b verified
raw
history blame
No virus
325 Bytes
{
"device": "cuda",
"dropout": 0.2,
"n_blocks": 3,
"transformer_config": {
"block_size": 154,
"dropout": 0.2,
"n_embd": 192,
"n_head": 4
},
"vocab_size": 32014,
"xlstm_config": {
"batch_size": 8,
"block_size": 154,
"config_block": "msm",
"device": "cuda",
"n_embd": 192
}
}