Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +33 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- pytorch_model_hub_mixin
|
| 4 |
+
- 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 |
+
- Library: [More Information Needed]
|
| 9 |
+
- Docs: [More Information Needed]
|
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 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fd4e26c83779431550ea5f09fdb43de5c9dea5a349abb33b8bc9be8d8da94e5
|
| 3 |
+
size 1243917120
|