Shoriful025's picture
Create config.json
d8a8b9d verified
{
"architectures": [
"LSTMForRegression"
],
"hidden_size": 256,
"num_layers": 3,
"input_size": 12,
"dropout": 0.2,
"model_type": "lstm_forecaster",
"window_size": 60,
"prediction_horizon": 1,
"feature_map": {
"open": 0,
"high": 1,
"low": 2,
"close": 3,
"volume": 4,
"rsi": 5,
"macd": 6,
"bollinger_upper": 7,
"bollinger_lower": 8,
"funding_rate": 9,
"social_sentiment": 10,
"liquidations": 11
},
"torch_dtype": "float32"
}