Gluformer-tiny / config.json
njeffrie's picture
Upload 3 files
f6c67a4 verified
{
"activ": "relu",
"architectures": [
"GluformerForTimeSeries"
],
"auto_map": {
"AutoConfig": "modeling_gluformer.GluformerConfig",
"AutoModel": "modeling_gluformer.GluformerForTimeSeries"
},
"d_fcn": 256,
"d_model": 64,
"distil": true,
"len_label": 60,
"len_pred": 12,
"len_seq": 180,
"model_type": "gluformer",
"n_heads": 12,
"num_dec_layers": 4,
"num_enc_layers": 4,
"num_features": 5,
"r_drop": 0.1,
"torch_dtype": "float32",
"transformers_version": "4.54.0"
}