Feedformer-ett-hourly / config.json
MRNH's picture
Upload config.json with huggingface_hub
4488fb3
{
"seq_len": 400
,"label_len": 400
,"pred_len": 400
,"e_layers": 10
,"d_layers": 13
,"factor": 3
,"enc_in": 1
,"dec_in": 1
,"c_out": 1
,"des": "Exp"
,"d_model": 1024
,"itr": 3
,"dropout": 0.2
,"activation": "relu"
,"d_ff": 4096
,"n_heads": 128
,"embed": "fixed"
,"freq": "h"
,"output_attention": false
}