| { |
| "activation_dropout": 0.1, |
| "activation_function": "gelu", |
| "architectures": [ |
| "AutoformerModel" |
| ], |
| "attention_dropout": 0.1, |
| "autocorrelation_factor": 3, |
| "cardinality": [ |
| 19 |
| ], |
| "context_length": 14, |
| "d_model": 16, |
| "decoder_attention_heads": 4, |
| "decoder_ffn_dim": 4, |
| "decoder_layerdrop": 0.1, |
| "decoder_layers": 2, |
| "distribution_output": "student_t", |
| "dropout": 0.1, |
| "dtype": "float32", |
| "embedding_dimension": [ |
| 5 |
| ], |
| "encoder_attention_heads": 4, |
| "encoder_ffn_dim": 4, |
| "encoder_layerdrop": 0.1, |
| "encoder_layers": 2, |
| "feature_size": 16, |
| "init_std": 0.02, |
| "input_size": 1, |
| "is_encoder_decoder": true, |
| "label_length": 10, |
| "lags_sequence": [ |
| 1, |
| 2, |
| 3, |
| 4, |
| 5 |
| ], |
| "loss": "nll", |
| "model_type": "autoformer", |
| "moving_average": 25, |
| "num_dynamic_real_features": 0, |
| "num_parallel_samples": 100, |
| "num_static_categorical_features": 1, |
| "num_static_real_features": 0, |
| "num_time_features": 4, |
| "prediction_length": 7, |
| "scaling": "std", |
| "transformers_version": "5.15.0.dev0", |
| "use_cache": true |
| } |
|
|