CoolFace
Modelpublic

autogluon/chronos-2-synth

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
6likes472kdownloads
config.json51 linesDownload Raw Back to root
1{2  "architectures": [3    "Chronos2Model"4  ],5  "chronos_config": {6    "context_length": 8192,7    "input_patch_size": 16,8    "input_patch_stride": 16,9    "max_output_patches": 64,10    "output_patch_size": 16,11    "quantiles": [12      0.01,13      0.05,14      0.1,15      0.2,16      0.3,17      0.4,18      0.5,19      0.6,20      0.7,21      0.8,22      0.9,23      0.95,24      0.9925    ],26    "time_encoding_scale": 8192,27    "use_arcsinh": true,28    "use_reg_token": true29  },30  "chronos_pipeline_class": "Chronos2Pipeline",31  "d_ff": 3072,32  "d_kv": 64,33  "d_model": 768,34  "dense_act_fn": "relu",35  "dropout_rate": 0.1,36  "feed_forward_proj": "relu",37  "initializer_factor": 0.05,38  "is_gated_act": false,39  "layer_norm_epsilon": 1e-06,40  "model_type": "t5",41  "num_heads": 12,42  "num_layers": 12,43  "pad_token_id": 0,44  "reg_token_id": 1,45  "rope_theta": 10000.0,46  "torch_dtype": "float32",47  "transformers_version": "4.49.0",48  "use_cache": true,49  "vocab_size": 250}51