chronos-t5-base / chronos_config.json
Lorenzo Stella
add model
e141874
raw history blame
No virus
312 Bytes
{
"low_limit": -15.0,
"high_limit": 15.0,
"n_tokens": 4096,
"n_special_tokens": 2,
"pad_token_id": 0,
"eos_token_id": 1,
"use_eos_token": true,
"model_type": "seq2seq",
"context_length": 512,
"prediction_length": 64,
"num_samples": 20,
"temperature": 1.0,
"top_k": 50,
"top_p": 1.0
}