ttest / config.json
then's picture
Upload config.json with huggingface_hub
08709d8 verified
raw
history blame contribute delete
672 Bytes
{
"architectures": [
"TimesFmModelForPredictionMultiVariate"
],
"attention_dropout": 0.0,
"context_length": 200,
"feature_num": 28,
"freq_size": 3,
"head_dim": 80,
"hidden_size": 2048,
"horizon_length": 2,
"initializer_range": 0.02,
"intermediate_size": 1024,
"max_timescale": 10000,
"min_timescale": 1,
"model_type": "timesfm",
"num_attention_heads": 24,
"num_hidden_layers": 24,
"pad_val": 1123581321.0,
"patch_length": 12,
"quantiles": [
0.1,
0.3,
0.6,
0.9
],
"rms_norm_eps": 1e-06,
"tolerance": 1e-06,
"torch_dtype": "float32",
"transformers_version": "4.55.0",
"use_positional_embedding": false
}