kashif HF Staff commited on
Commit
61903e5
·
verified ·
1 Parent(s): 15652e3

Fix: Upload model with dynamic output shapes (supports variable prediction lengths up to 1024 timesteps)

Browse files
README.md CHANGED
@@ -26,7 +26,7 @@ This is an ONNX export of the [Chronos-2](autogluon/chronos-2) time series forec
26
  ## Files
27
 
28
  - `model.onnx` - FP32 ONNX model (456.3 MB)
29
- - `model_quantized.onnx` - INT8 quantized model (124.7 MB, 72% size reduction)
30
  - `config.json` - Model configuration
31
  - `generation_config.json` - Generation parameters
32
  - `onnx/` - transformers.js-compatible directory structure
 
26
  ## Files
27
 
28
  - `model.onnx` - FP32 ONNX model (456.3 MB)
29
+
30
  - `config.json` - Model configuration
31
  - `generation_config.json` - Generation parameters
32
  - `onnx/` - transformers.js-compatible directory structure
config.json CHANGED
@@ -45,7 +45,7 @@
45
  "initializer_factor": 0.05,
46
  "is_gated_act": false,
47
  "layer_norm_epsilon": 1e-06,
48
- "model_type": "chronos2",
49
  "num_heads": 12,
50
  "num_layers": 12,
51
  "pad_token_id": 0,
 
45
  "initializer_factor": 0.05,
46
  "is_gated_act": false,
47
  "layer_norm_epsilon": 1e-06,
48
+ "model_type": "t5",
49
  "num_heads": 12,
50
  "num_layers": 12,
51
  "pad_token_id": 0,
generation_config.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
  "_from_model_config": true,
3
  "transformers_version": "4.36.0"
4
- }
 
1
  {
2
  "_from_model_config": true,
3
  "transformers_version": "4.36.0"
4
+ }
model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2aa8395973f41994d49ac9b0b7bdaf2ff5f4e5e7ee68c83209e44c8a3a96c79e
3
- size 478509370
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d48d3b52c589024597c00f7c55eaabcf7b71d3ab62a2547b8d07647433b53dc
3
+ size 478554395
model_fixed.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d48d3b52c589024597c00f7c55eaabcf7b71d3ab62a2547b8d07647433b53dc
3
+ size 478554395
onnx/decoder_model_merged.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2aa8395973f41994d49ac9b0b7bdaf2ff5f4e5e7ee68c83209e44c8a3a96c79e
3
- size 478509370
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d48d3b52c589024597c00f7c55eaabcf7b71d3ab62a2547b8d07647433b53dc
3
+ size 478554395
onnx/encoder_model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2aa8395973f41994d49ac9b0b7bdaf2ff5f4e5e7ee68c83209e44c8a3a96c79e
3
- size 478509370
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d48d3b52c589024597c00f7c55eaabcf7b71d3ab62a2547b8d07647433b53dc
3
+ size 478554395