Fix: Upload model with dynamic output shapes (supports variable prediction lengths up to 1024 timesteps)
Browse files- README.md +1 -1
- config.json +1 -1
- generation_config.json +1 -1
- model.onnx +2 -2
- model_fixed.onnx +3 -0
- onnx/decoder_model_merged.onnx +2 -2
- onnx/encoder_model.onnx +2 -2
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 |
-
|
| 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": "
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d48d3b52c589024597c00f7c55eaabcf7b71d3ab62a2547b8d07647433b53dc
|
| 3 |
+
size 478554395
|