Upload folder using huggingface_hub
Browse files- config.json +48 -0
- onnx/model.onnx +3 -0
config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_attn_implementation_autoset": true,
|
| 3 |
+
"_name_or_path": "hf-internal-testing/tiny-random-PatchTSMixerModel",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"PatchTSMixerModel"
|
| 6 |
+
],
|
| 7 |
+
"channel_consistent_masking": true,
|
| 8 |
+
"context_length": 512,
|
| 9 |
+
"d_model": 48,
|
| 10 |
+
"distribution_output": "student_t",
|
| 11 |
+
"dropout": 0.5,
|
| 12 |
+
"expansion_factor": 3,
|
| 13 |
+
"gated_attn": true,
|
| 14 |
+
"head_aggregation": "max_pool",
|
| 15 |
+
"head_dropout": 0.5,
|
| 16 |
+
"init_std": 0.02,
|
| 17 |
+
"loss": "mse",
|
| 18 |
+
"mask_type": "forecast",
|
| 19 |
+
"mask_value": 0,
|
| 20 |
+
"masked_loss": true,
|
| 21 |
+
"mode": "common_channel",
|
| 22 |
+
"model_type": "patchtsmixer",
|
| 23 |
+
"norm_eps": 1e-05,
|
| 24 |
+
"norm_mlp": "LayerNorm",
|
| 25 |
+
"num_forecast_mask_patches": [
|
| 26 |
+
2
|
| 27 |
+
],
|
| 28 |
+
"num_input_channels": 7,
|
| 29 |
+
"num_layers": 2,
|
| 30 |
+
"num_parallel_samples": 100,
|
| 31 |
+
"num_patches": 32,
|
| 32 |
+
"num_targets": 3,
|
| 33 |
+
"output_range": null,
|
| 34 |
+
"patch_last": true,
|
| 35 |
+
"patch_length": 16,
|
| 36 |
+
"patch_stride": 16,
|
| 37 |
+
"positional_encoding_type": "sincos",
|
| 38 |
+
"post_init": false,
|
| 39 |
+
"prediction_channel_indices": null,
|
| 40 |
+
"prediction_length": 96,
|
| 41 |
+
"random_mask_ratio": 0.5,
|
| 42 |
+
"scaling": true,
|
| 43 |
+
"self_attn": false,
|
| 44 |
+
"self_attn_heads": 1,
|
| 45 |
+
"transformers_version": "4.48.2",
|
| 46 |
+
"unmasked_channel_indices": null,
|
| 47 |
+
"use_positional_encoding": false
|
| 48 |
+
}
|
onnx/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b39778d16af02e51999f6a6eb2c1c54f71b1487250bc5f891de477ee18b17c9
|
| 3 |
+
size 252086
|