DrDominikDellermann
commited on
Commit
•
6a14f1c
1
Parent(s):
8bc78be
Update config.json
Browse files- config.json +5 -5
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"
|
5 |
"_target_": "deep_feat_core.libraries.DeepFeatTimeGPT.models.DeepFeatTimeGPTMaskedEncoder.model.distribution.mixture.MixtureOutput",
|
6 |
"components": [
|
7 |
{
|
@@ -19,8 +19,8 @@
|
|
19 |
}
|
20 |
]
|
21 |
},
|
22 |
-
"
|
23 |
-
"
|
24 |
"num_layers": 12,
|
25 |
"patch_sizes": [
|
26 |
8,
|
|
|
1 |
{
|
2 |
+
"attention_dropout_probability": 0.0,
|
3 |
+
"model_dimensions": 768,
|
4 |
+
"distribution_output": {
|
5 |
"_target_": "deep_feat_core.libraries.DeepFeatTimeGPT.models.DeepFeatTimeGPTMaskedEncoder.model.distribution.mixture.MixtureOutput",
|
6 |
"components": [
|
7 |
{
|
|
|
19 |
}
|
20 |
]
|
21 |
},
|
22 |
+
"dropout_probability": 0.0,
|
23 |
+
"max_sequence_length": 512,
|
24 |
"num_layers": 12,
|
25 |
"patch_sizes": [
|
26 |
8,
|