File size: 479 Bytes
932d8b0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | {
"architectures": [
"TransformerForTimeSeriesPrediction"
],
"model_type": "time-series-transformer",
"input_size": 12,
"hidden_size": 128,
"num_layers": 4,
"num_heads": 8,
"dropout": 0.1,
"seq_len": 60,
"output_len": 7,
"feature_columns": [
"Open",
"High",
"Low",
"Close",
"Volume",
"MarketCap",
"MACD",
"RSI",
"Bollinger_H",
"Bollinger_L",
"EMA_20",
"SMA_50"
],
"scaling_method": "standard_scaler"
} |