Commit
•
48bf805
1
Parent(s):
b4a60cb
push with PyTorchMixin (#3)
Browse files- push with PyTorchMixin (dff8729cf7ed6fc8483b571a3df6169d2e0e0de9)
Co-authored-by: Gerald Woo <[email protected]>
- config.json +33 -0
- model.ckpt → model.safetensors +2 -2
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 |
+
}
|
model.ckpt → model.safetensors
RENAMED
@@ -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:4a524566c83b9507e06b4a6f61ed2de6d5bdb0a9167a73a504b723bcaca3de59
|
3 |
+
size 365449072
|