Kairos-base-crypto / config.json
Shadowell's picture
Upload Kairos checkpoint
2d0b791 verified
raw
history blame contribute delete
315 Bytes
{
"attn_dropout_p": 0.0,
"d_model": 832,
"ff_dim": 2048,
"ffn_dropout_p": 0.2,
"learn_te": true,
"n_exog": 32,
"n_heads": 16,
"n_layers": 12,
"n_quantiles": 9,
"resid_dropout_p": 0.2,
"return_horizon": 30,
"s1_bits": 10,
"s2_bits": 10,
"token_dropout_p": 0.0,
"use_return_head": true
}