File size: 1,172 Bytes
4271b85 |
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
{
"_name_or_path": "/content/output/checkpoint-510",
"architectures": [
"PatchTSMixerForPrediction"
],
"channel_consistent_masking": true,
"context_length": 140,
"d_model": 48,
"distribution_output": "student_t",
"dropout": 0.5,
"expansion_factor": 3,
"gated_attn": true,
"head_aggregation": "max_pool",
"head_dropout": 0.7,
"init_std": 0.02,
"loss": "mse",
"mask_type": "random",
"mask_value": 0,
"masked_loss": true,
"mode": "common_channel",
"model_type": "patchtsmixer",
"norm_eps": 1e-05,
"norm_mlp": "LayerNorm",
"num_forecast_mask_patches": [
2
],
"num_input_channels": 1,
"num_layers": 3,
"num_parallel_samples": 100,
"num_patches": 17,
"num_targets": 3,
"output_range": null,
"patch_last": true,
"patch_length": 8,
"patch_stride": 8,
"positional_encoding_type": "sincos",
"post_init": false,
"prediction_channel_indices": null,
"prediction_length": 14,
"random_mask_ratio": 0.5,
"scaling": null,
"self_attn": false,
"self_attn_heads": 1,
"torch_dtype": "float32",
"transformers_version": "4.38.2",
"unmasked_channel_indices": null,
"use_positional_encoding": false
}
|