Update config.json
Browse files- config.json +18 -18
config.json
CHANGED
@@ -1,27 +1,27 @@
|
|
1 |
{
|
2 |
"_name_or_path": "/home/fabrizio/prediction_lab/chronos_example/output/aws-finetuning/202412241542",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"chronos_config": {
|
7 |
"context_length": 9,
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
"
|
23 |
-
"use_eos_token": true
|
24 |
},
|
|
|
25 |
"classifier_dropout": 0.0,
|
26 |
"d_ff": 3072,
|
27 |
"d_kv": 64,
|
@@ -46,5 +46,5 @@
|
|
46 |
"torch_dtype": "float32",
|
47 |
"transformers_version": "4.46.3",
|
48 |
"use_cache": true,
|
49 |
-
"vocab_size":
|
50 |
}
|
|
|
1 |
{
|
2 |
"_name_or_path": "/home/fabrizio/prediction_lab/chronos_example/output/aws-finetuning/202412241542",
|
3 |
"architectures": [
|
4 |
+
"ChronosBoltModelForForecasting"
|
5 |
],
|
6 |
"chronos_config": {
|
7 |
"context_length": 9,
|
8 |
+
"input_patch_size": 16,
|
9 |
+
"input_patch_stride": 16,
|
10 |
+
"prediction_length": 64,
|
11 |
+
"quantiles": [
|
12 |
+
0.1,
|
13 |
+
0.2,
|
14 |
+
0.3,
|
15 |
+
0.4,
|
16 |
+
0.5,
|
17 |
+
0.6,
|
18 |
+
0.7,
|
19 |
+
0.8,
|
20 |
+
0.9
|
21 |
+
],
|
22 |
+
"use_reg_token": true
|
|
|
23 |
},
|
24 |
+
"chronos_pipeline_class": "ChronosBoltPipeline",
|
25 |
"classifier_dropout": 0.0,
|
26 |
"d_ff": 3072,
|
27 |
"d_kv": 64,
|
|
|
46 |
"torch_dtype": "float32",
|
47 |
"transformers_version": "4.46.3",
|
48 |
"use_cache": true,
|
49 |
+
"vocab_size": 2
|
50 |
}
|