DrDominikDellermann
commited on
Commit
•
8bc78be
1
Parent(s):
6aa6601
Update config.json
Browse files- config.json +5 -5
config.json
CHANGED
@@ -2,20 +2,20 @@
|
|
2 |
"attn_dropout_p": 0.0,
|
3 |
"d_model": 768,
|
4 |
"distr_output": {
|
5 |
-
"_target_": "
|
6 |
"components": [
|
7 |
{
|
8 |
-
"_target_": "
|
9 |
},
|
10 |
{
|
11 |
-
"_target_": "
|
12 |
"scale": 0.001
|
13 |
},
|
14 |
{
|
15 |
-
"_target_": "
|
16 |
},
|
17 |
{
|
18 |
-
"_target_": "
|
19 |
}
|
20 |
]
|
21 |
},
|
|
|
2 |
"attn_dropout_p": 0.0,
|
3 |
"d_model": 768,
|
4 |
"distr_output": {
|
5 |
+
"_target_": "deep_feat_core.libraries.DeepFeatTimeGPT.models.DeepFeatTimeGPTMaskedEncoder.model.distribution.mixture.MixtureOutput",
|
6 |
"components": [
|
7 |
{
|
8 |
+
"_target_": "deep_feat_core.libraries.DeepFeatTimeGPT.models.DeepFeatTimeGPTMaskedEncoder.model.distribution.student_t.StudentTOutput"
|
9 |
},
|
10 |
{
|
11 |
+
"_target_": "deep_feat_core.libraries.DeepFeatTimeGPT.models.DeepFeatTimeGPTMaskedEncoder.model.distribution.normal.NormalFixedScaleOutput",
|
12 |
"scale": 0.001
|
13 |
},
|
14 |
{
|
15 |
+
"_target_": "deep_feat_core.libraries.DeepFeatTimeGPT.models.DeepFeatTimeGPTMaskedEncoder.model.distribution.negative_binomial.NegativeBinomialOutput"
|
16 |
},
|
17 |
{
|
18 |
+
"_target_": "deep_feat_core.libraries.DeepFeatTimeGPT.models.DeepFeatTimeGPTMaskedEncoder.model.distribution.log_normal.LogNormalOutput"
|
19 |
}
|
20 |
]
|
21 |
},
|