init main with tspulse-hybrid-allhead-512-p8-r1
Browse files- config.json +175 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"TSPulseForReconstruction"
|
| 4 |
+
],
|
| 5 |
+
"batch_aware_masking": false,
|
| 6 |
+
"categorical_vocab_size_list": null,
|
| 7 |
+
"channel_consistent_masking": true,
|
| 8 |
+
"channel_mix_init": "identity",
|
| 9 |
+
"channel_register_tokens": null,
|
| 10 |
+
"channel_virtual_expand_scale": 1,
|
| 11 |
+
"classification_mode": "full_embedding",
|
| 12 |
+
"context_length": 512,
|
| 13 |
+
"d_model": 24,
|
| 14 |
+
"d_model_layerwise": [
|
| 15 |
+
24,
|
| 16 |
+
24,
|
| 17 |
+
24,
|
| 18 |
+
24,
|
| 19 |
+
24,
|
| 20 |
+
24,
|
| 21 |
+
24,
|
| 22 |
+
24
|
| 23 |
+
],
|
| 24 |
+
"d_model_layerwise_scale": [
|
| 25 |
+
1,
|
| 26 |
+
1,
|
| 27 |
+
1,
|
| 28 |
+
1,
|
| 29 |
+
1,
|
| 30 |
+
1,
|
| 31 |
+
1,
|
| 32 |
+
1
|
| 33 |
+
],
|
| 34 |
+
"d_model_scale": 3,
|
| 35 |
+
"data_actual_context_length": null,
|
| 36 |
+
"decoder_d_model": 24,
|
| 37 |
+
"decoder_d_model_layerwise": [
|
| 38 |
+
24,
|
| 39 |
+
24
|
| 40 |
+
],
|
| 41 |
+
"decoder_d_model_layerwise_scale": [
|
| 42 |
+
1,
|
| 43 |
+
1
|
| 44 |
+
],
|
| 45 |
+
"decoder_d_model_scale": 3,
|
| 46 |
+
"decoder_mode": "common_channel",
|
| 47 |
+
"decoder_num_channels_layerwise": [
|
| 48 |
+
1,
|
| 49 |
+
1
|
| 50 |
+
],
|
| 51 |
+
"decoder_num_channels_layerwise_scale": [
|
| 52 |
+
1,
|
| 53 |
+
1
|
| 54 |
+
],
|
| 55 |
+
"decoder_num_layers": 2,
|
| 56 |
+
"decoder_num_patches_layerwise": [
|
| 57 |
+
128,
|
| 58 |
+
128
|
| 59 |
+
],
|
| 60 |
+
"decoder_num_patches_layerwise_scale": [
|
| 61 |
+
1,
|
| 62 |
+
1
|
| 63 |
+
],
|
| 64 |
+
"disable_mask_in_classification_eval": false,
|
| 65 |
+
"dropout": 0.2,
|
| 66 |
+
"enable_fft_prob_loss": true,
|
| 67 |
+
"expansion_factor": 2,
|
| 68 |
+
"fft_applied_on": "scaled_ts",
|
| 69 |
+
"fft_mask_ratio": null,
|
| 70 |
+
"fft_mask_strategy": "magnitude",
|
| 71 |
+
"fft_original_signal_loss_weight": 1,
|
| 72 |
+
"fft_prob_length": null,
|
| 73 |
+
"fft_prob_mode": "log",
|
| 74 |
+
"fft_prob_weight": 1,
|
| 75 |
+
"fft_remove_component": "last",
|
| 76 |
+
"fft_time_add_forecasting_pt_loss": true,
|
| 77 |
+
"fft_time_add_forecasting_pt_loss_weight": 1,
|
| 78 |
+
"fft_time_consistent_masking": true,
|
| 79 |
+
"fft_weight": 1,
|
| 80 |
+
"free_channel_flow": true,
|
| 81 |
+
"full_patch_mask_percentage": 0.5,
|
| 82 |
+
"fuse_fft": true,
|
| 83 |
+
"gated_attention_activation": "softmax",
|
| 84 |
+
"gated_attn": true,
|
| 85 |
+
"head_aggregation": null,
|
| 86 |
+
"head_aggregation_dim": "patch",
|
| 87 |
+
"head_attention": false,
|
| 88 |
+
"head_dropout": 0.2,
|
| 89 |
+
"head_gated_attention_activation": "softmax",
|
| 90 |
+
"head_reduce_channels": null,
|
| 91 |
+
"head_reduce_d_model": null,
|
| 92 |
+
"hydra_class_attention": true,
|
| 93 |
+
"hydra_class_head": null,
|
| 94 |
+
"init_embed": "pytorch",
|
| 95 |
+
"init_linear": "pytorch",
|
| 96 |
+
"init_processing": true,
|
| 97 |
+
"init_std": 0.02,
|
| 98 |
+
"loss": "mse",
|
| 99 |
+
"loss_apply_mode": "mask",
|
| 100 |
+
"mask_block_length": 8,
|
| 101 |
+
"mask_ratio": 0.7,
|
| 102 |
+
"mask_type": "var_hybrid",
|
| 103 |
+
"masked_reconstruction_loss_weight": 1,
|
| 104 |
+
"min_allowed_range": 4,
|
| 105 |
+
"minimum_scale": 0.001,
|
| 106 |
+
"mode": "common_channel",
|
| 107 |
+
"model_type": "tspulse",
|
| 108 |
+
"norm_eps": 1e-05,
|
| 109 |
+
"norm_mlp": "LayerNorm",
|
| 110 |
+
"num_channels_layerwise": [
|
| 111 |
+
1,
|
| 112 |
+
1,
|
| 113 |
+
1,
|
| 114 |
+
1,
|
| 115 |
+
1,
|
| 116 |
+
1,
|
| 117 |
+
1,
|
| 118 |
+
1
|
| 119 |
+
],
|
| 120 |
+
"num_channels_layerwise_scale": [
|
| 121 |
+
1,
|
| 122 |
+
1,
|
| 123 |
+
1,
|
| 124 |
+
1,
|
| 125 |
+
1,
|
| 126 |
+
1,
|
| 127 |
+
1,
|
| 128 |
+
1
|
| 129 |
+
],
|
| 130 |
+
"num_full_patches_for_hybrid_mask": 2,
|
| 131 |
+
"num_input_channels": 1,
|
| 132 |
+
"num_layers": 8,
|
| 133 |
+
"num_patches": 128,
|
| 134 |
+
"num_patches_layerwise": [
|
| 135 |
+
128,
|
| 136 |
+
128,
|
| 137 |
+
128,
|
| 138 |
+
128,
|
| 139 |
+
128,
|
| 140 |
+
128,
|
| 141 |
+
128,
|
| 142 |
+
128
|
| 143 |
+
],
|
| 144 |
+
"num_patches_layerwise_scale": [
|
| 145 |
+
1,
|
| 146 |
+
1,
|
| 147 |
+
1,
|
| 148 |
+
1,
|
| 149 |
+
1,
|
| 150 |
+
1,
|
| 151 |
+
1,
|
| 152 |
+
1
|
| 153 |
+
],
|
| 154 |
+
"num_targets": 3,
|
| 155 |
+
"output_range": null,
|
| 156 |
+
"patch_last": true,
|
| 157 |
+
"patch_length": 8,
|
| 158 |
+
"patch_register_tokens": 10,
|
| 159 |
+
"patch_stride": 8,
|
| 160 |
+
"positional_encoding_type": "sincos",
|
| 161 |
+
"post_init": false,
|
| 162 |
+
"prediction_length": 16,
|
| 163 |
+
"reconstruction_loss_weight": 1,
|
| 164 |
+
"reconstruction_type": "patchwise",
|
| 165 |
+
"register_mixer_layers": 3,
|
| 166 |
+
"revin_affine": true,
|
| 167 |
+
"scaling": "revin",
|
| 168 |
+
"self_attn": false,
|
| 169 |
+
"self_attn_heads": 1,
|
| 170 |
+
"stride_ratio": 1,
|
| 171 |
+
"torch_dtype": "float32",
|
| 172 |
+
"transformers_version": "4.38.0",
|
| 173 |
+
"use_learnable_mask_token": true,
|
| 174 |
+
"use_positional_encoding": false
|
| 175 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57fa03b67d1473a7253ac37801b24c391d1fa931395db986743e2f59e556b9ac
|
| 3 |
+
size 4374640
|