Upload 2 files
Browse files- config.json +51 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "autogluon/chronos-bolt-small",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"ChronosBoltModelForForecasting"
|
| 5 |
+
],
|
| 6 |
+
"chronos_config": {
|
| 7 |
+
"context_length": 2048,
|
| 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": 2048,
|
| 27 |
+
"d_kv": 64,
|
| 28 |
+
"d_model": 512,
|
| 29 |
+
"decoder_start_token_id": 0,
|
| 30 |
+
"dense_act_fn": "relu",
|
| 31 |
+
"dropout_rate": 0.1,
|
| 32 |
+
"eos_token_id": 1,
|
| 33 |
+
"feed_forward_proj": "relu",
|
| 34 |
+
"initializer_factor": 0.05,
|
| 35 |
+
"is_encoder_decoder": true,
|
| 36 |
+
"is_gated_act": false,
|
| 37 |
+
"layer_norm_epsilon": 1e-06,
|
| 38 |
+
"model_type": "t5",
|
| 39 |
+
"n_positions": 512,
|
| 40 |
+
"num_decoder_layers": 6,
|
| 41 |
+
"num_heads": 8,
|
| 42 |
+
"num_layers": 6,
|
| 43 |
+
"pad_token_id": 0,
|
| 44 |
+
"reg_token_id": 1,
|
| 45 |
+
"relative_attention_max_distance": 128,
|
| 46 |
+
"relative_attention_num_buckets": 32,
|
| 47 |
+
"torch_dtype": "float32",
|
| 48 |
+
"transformers_version": "4.47.1",
|
| 49 |
+
"use_cache": true,
|
| 50 |
+
"vocab_size": 2
|
| 51 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80421190fd141f0370c7a7f645bae830e65cceda22551f7688d6508b6efbe25a
|
| 3 |
+
size 190888824
|