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