Shoriful025's picture
Create config.json
d2dfb00 verified
Invalid JSON: Unexpected token '/', "// config."... is not valid JSON
// config.json
{
"_name_or_path": "lstm-autoencoder-financial",
"architectures": [
"LSTMAutoencoder"
],
"input_features": 4,
"sequence_length": 30,
"encoder_hidden_size": 64,
"decoder_hidden_size": 64,
"num_layers": 2,
"latent_dimension": 32,
"model_type": "autoencoder",
"anomaly_threshold": 0.05,
"features": ["BTC_Close", "ETH_Close", "NDX_Close", "VIX_Close"],
"loss_function": "MSELoss"
}