Upload folder using huggingface_hub
Browse files- ChronosBolt-Base.pt +3 -0
- ChronosBolt-Large.pt +3 -0
- MOIRAI-Base/README.md +10 -0
- MOIRAI-Base/config.json +33 -0
- MOIRAI-Base/model.safetensors +3 -0
- MOIRAI-Large/README.md +10 -0
- MOIRAI-Large/config.json +33 -0
- MOIRAI-Large/model.safetensors +3 -0
- TimeMoE-Base.pt +3 -0
- TimeMoE-Large.pt +3 -0
ChronosBolt-Base.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9569010323124af375a928c7b9ab9078e49c8374f117d86255c3f55a2493a6ef
|
| 3 |
+
size 2463895383
|
ChronosBolt-Large.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d00cc565d1fc05e4d4a36f2ef2d3ec6640baa6ca896e13a84ab76a50ac9d21c
|
| 3 |
+
size 572818442
|
MOIRAI-Base/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- model_hub_mixin
|
| 4 |
+
- pytorch_model_hub_mixin
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 8 |
+
- Code: [More Information Needed]
|
| 9 |
+
- Paper: [More Information Needed]
|
| 10 |
+
- Docs: [More Information Needed]
|
MOIRAI-Base/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attn_dropout_p": 0.0,
|
| 3 |
+
"d_model": 768,
|
| 4 |
+
"distr_output": {
|
| 5 |
+
"_target_": "uni2ts.distribution.mixture.MixtureOutput",
|
| 6 |
+
"components": [
|
| 7 |
+
{
|
| 8 |
+
"_target_": "uni2ts.distribution.student_t.StudentTOutput"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"_target_": "uni2ts.distribution.normal.NormalFixedScaleOutput",
|
| 12 |
+
"scale": 0.001
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"_target_": "uni2ts.distribution.negative_binomial.NegativeBinomialOutput"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"_target_": "uni2ts.distribution.log_normal.LogNormalOutput"
|
| 19 |
+
}
|
| 20 |
+
]
|
| 21 |
+
},
|
| 22 |
+
"dropout_p": 0.0,
|
| 23 |
+
"max_seq_len": 512,
|
| 24 |
+
"num_layers": 12,
|
| 25 |
+
"patch_sizes": [
|
| 26 |
+
8,
|
| 27 |
+
16,
|
| 28 |
+
32,
|
| 29 |
+
64,
|
| 30 |
+
128
|
| 31 |
+
],
|
| 32 |
+
"scaling": true
|
| 33 |
+
}
|
MOIRAI-Base/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:548f1fb4abf849123bacfe7598af22edb36e9f9ec6c7921dd6785f548f8808a1
|
| 3 |
+
size 365449072
|
MOIRAI-Large/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- model_hub_mixin
|
| 4 |
+
- pytorch_model_hub_mixin
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 8 |
+
- Code: [More Information Needed]
|
| 9 |
+
- Paper: [More Information Needed]
|
| 10 |
+
- Docs: [More Information Needed]
|
MOIRAI-Large/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attn_dropout_p": 0.0,
|
| 3 |
+
"d_model": 1024,
|
| 4 |
+
"distr_output": {
|
| 5 |
+
"_target_": "uni2ts.distribution.mixture.MixtureOutput",
|
| 6 |
+
"components": [
|
| 7 |
+
{
|
| 8 |
+
"_target_": "uni2ts.distribution.student_t.StudentTOutput"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"_target_": "uni2ts.distribution.normal.NormalFixedScaleOutput",
|
| 12 |
+
"scale": 0.001
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"_target_": "uni2ts.distribution.negative_binomial.NegativeBinomialOutput"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"_target_": "uni2ts.distribution.log_normal.LogNormalOutput"
|
| 19 |
+
}
|
| 20 |
+
]
|
| 21 |
+
},
|
| 22 |
+
"dropout_p": 0.0,
|
| 23 |
+
"max_seq_len": 512,
|
| 24 |
+
"num_layers": 24,
|
| 25 |
+
"patch_sizes": [
|
| 26 |
+
8,
|
| 27 |
+
16,
|
| 28 |
+
32,
|
| 29 |
+
64,
|
| 30 |
+
128
|
| 31 |
+
],
|
| 32 |
+
"scaling": true
|
| 33 |
+
}
|
MOIRAI-Large/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9858ae0ebc09fc3c2a254ff6ebe3b95fbbba26b7f4a5586be263f3fba2edebe
|
| 3 |
+
size 1243917120
|
TimeMoE-Base.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df40599ab102ec0293c4f172aef57148b357a8204b63e3ab5d1d0419a857ef1f
|
| 3 |
+
size 1360874971
|
TimeMoE-Large.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdb93a5c57c24dbb62e0c7f5e062f4de1d1ef021f2c60d0e6060da3c11098b61
|
| 3 |
+
size 5439002208
|