Shoriful025's picture
Create config.json
a8e15b7 verified
{
"architectures": [
"TimeSeriesTransformerForPrediction"
],
"context_length": 168,
"d_model": 64,
"distribution_output": "student_t",
"dropout": 0.1,
"encoder_layers": 4,
"decoder_layers": 4,
"feature_size": 12,
"input_size": 1,
"lags_sequence": [1, 2, 3, 4, 5, 6, 7],
"model_type": "time_series_transformer",
"nhead": 8,
"num_parallel_samples": 100,
"prediction_length": 24,
"scaling": "mean",
"torch_dtype": "float32",
"transformers_version": "4.36.2"
}