| { |
| "_name_or_path": "ammarnasr/t5mimo-seq2seq-conv", |
| "architectures": [ |
| "T5MIMOForConditionalGeneration" |
| ], |
| "auto_map": { |
| "AutoConfig": "ammarnasr/t5mimo-seq2seq-conv--configuration_t5mimo.T5MIMOConfig", |
| "AutoModel": "ammarnasr/t5mimo-seq2seq-conv--modeling_t5mimo.T5MIMOModel", |
| "AutoModelForSeq2SeqLM": "ammarnasr/t5mimo-seq2seq-conv--modeling_t5mimo.T5MIMOForConditionalGeneration" |
| }, |
| "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, |
| "low_limit": -15 |
| }, |
| "top_k": 50, |
| "top_p": 1.0, |
| "use_eos_token": true |
| }, |
| "classifier_dropout": 0.0, |
| "d_ff": 1024, |
| "d_kv": 64, |
| "d_model": 256, |
| "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, |
| "is_mimo": true, |
| "layer_norm_epsilon": 1e-06, |
| "model_type": "t5mimo", |
| "num_decoder_layers": 4, |
| "num_filters": 64, |
| "num_heads": 4, |
| "num_layers": 4, |
| "num_seqs": 3, |
| "pad_token_id": 0, |
| "relative_attention_max_distance": 128, |
| "relative_attention_num_buckets": 32, |
| "torch_dtype": "float32", |
| "transformers_version": "4.42.4", |
| "use_cache": true, |
| "vocab_size": 4096 |
| } |
|
|