File size: 1,255 Bytes
a93648c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
{
"_name_or_path": "/home/yamani.shirin/LLM-TS/chronos/scripts/training/output/run-0/checkpoint-final",
"architectures": [
"T5ForConditionalGeneration"
],
"chronos_config": {
"context_length": 512,
"eos_token_id": 1,
"model_type": "seq2seq",
"n_special_tokens": 2,
"n_tokens": 4096,
"num_samples": 20,
"pad_token_id": 0,
"prediction_length": 64,
"temperature": 1.0,
"tokenizer_class": "MeanScaleUniformBins",
"tokenizer_kwargs": {
"high_limit": 15.0,
"low_limit": -15.0
},
"top_k": 50,
"top_p": 1.0,
"use_eos_token": true
},
"classifier_dropout": 0.0,
"d_ff": 2048,
"d_kv": 64,
"d_model": 512,
"decoder_start_token_id": 0,
"dense_act_fn": "relu",
"dropout_rate": 0.1,
"eos_token_id": 1,
"feed_forward_proj": "relu",
"initializer_factor": 0.05,
"is_encoder_decoder": true,
"is_gated_act": false,
"layer_norm_epsilon": 1e-06,
"model_type": "t5",
"n_positions": 512,
"num_decoder_layers": 6,
"num_heads": 8,
"num_layers": 6,
"pad_token_id": 0,
"relative_attention_max_distance": 128,
"relative_attention_num_buckets": 32,
"torch_dtype": "float32",
"transformers_version": "4.44.0",
"use_cache": true,
"vocab_size": 4096
}
|