Xenova HF staff commited on
Commit
b4b3c65
·
verified ·
1 Parent(s): acd90f6

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "ibm/test-patchtst",
4
+ "activation_function": "gelu",
5
+ "architectures": [
6
+ "PatchTSTForPrediction"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "bias": true,
10
+ "channel_attention": false,
11
+ "channel_consistent_masking": false,
12
+ "context_length": 512,
13
+ "d_model": 128,
14
+ "distribution_output": "student_t",
15
+ "do_mask_input": null,
16
+ "dropout": 0.2,
17
+ "ff_dropout": 0.0,
18
+ "ffn_dim": 512,
19
+ "head_dropout": 0.2,
20
+ "init_std": 0.02,
21
+ "loss": "mse",
22
+ "mask_input": null,
23
+ "mask_type": "random",
24
+ "mask_value": 0,
25
+ "model_type": "patchtst",
26
+ "norm_eps": 1e-05,
27
+ "norm_type": "batchnorm",
28
+ "num_attention_heads": 16,
29
+ "num_forecast_mask_patches": [
30
+ 2
31
+ ],
32
+ "num_hidden_layers": 3,
33
+ "num_input_channels": 7,
34
+ "num_parallel_samples": 100,
35
+ "num_targets": 1,
36
+ "output_range": null,
37
+ "patch_length": 12,
38
+ "patch_stride": 12,
39
+ "path_dropout": 0.0,
40
+ "pooling_type": null,
41
+ "positional_dropout": 0.0,
42
+ "positional_encoding_type": "sincos",
43
+ "pre_norm": true,
44
+ "prediction_length": 96,
45
+ "random_mask_ratio": 0.5,
46
+ "scaling": "std",
47
+ "seed_number": null,
48
+ "share_embedding": true,
49
+ "share_projection": true,
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.46.1",
52
+ "unmasked_channel_indices": null,
53
+ "use_cls_token": true
54
+ }
generation_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "transformers_version": "4.46.1"
4
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:def601a7edeb1e548bc5a4ea73c63f6f8cfa8878c458155e32c4831cc69d43ec
3
+ size 2542146
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28d378006820983157b1f43fd934c01e18fe0f1ac7c089e5d5592a6a2b964279
3
+ size 470183
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48770badbc813e17849b56571e29d6b2eb6fdcea08e37ed2f9247e795aa7376d
3
+ size 1310560
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e267583dc9f9ec68d04307154e610f0cfd8e7abd375920c441e8f22c5292aee
3
+ size 773922
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cefbb35797897bc904a7d6a51e6155c3043e8af234c5a9ec7f3c8ccfc535c065
3
+ size 509366
onnx/model_q4f16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2011ad6011d325397b77b4fb8ff4def4886d40c7ee54a72fb0b3ff7e7ebe4843
3
+ size 447189
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e267583dc9f9ec68d04307154e610f0cfd8e7abd375920c441e8f22c5292aee
3
+ size 773922
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83e2aebf8f1c16cd276bcea38e16d8c21933264496e8528eb35d214be3580d08
3
+ size 773922
quantize_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "modes": [
3
+ "fp16",
4
+ "q8",
5
+ "int8",
6
+ "uint8",
7
+ "q4",
8
+ "q4f16",
9
+ "bnb4"
10
+ ],
11
+ "per_channel": true,
12
+ "reduce_range": true,
13
+ "block_size": null,
14
+ "is_symmetric": true,
15
+ "accuracy_level": null,
16
+ "quant_type": 1
17
+ }