File size: 404 Bytes
cf8e3fc | 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 | {
"architectures": [
"CloseForecastModel"
],
"base_channels": 32,
"context_length": 128,
"dropout": 0.1,
"dtype": "float32",
"hidden_dim": 128,
"input_channels": 3,
"model_type": "multiscale_close_cnn",
"output_dim": 3,
"quantiles": [
0.1,
0.2,
0.3,
0.4,
0.5,
0.6,
0.7,
0.8,
0.9
],
"transformers_version": "5.4.0",
"use_cache": false
}
|