{ "_num_labels": 2, "architectures": [ "T5ForConditionalGeneration" ], "bos_token_id": null, "d_ff": 256, "d_kv": 8, "d_model": 64, "decoder_start_token_id": 0, "do_sample": false, "dropout_rate": 0.1, "early_stopping": false, "eos_token_id": 1, "finetuning_task": null, "id2label": { "0": "LABEL_0", "1": "LABEL_1" }, "initializer_factor": 1.0, "is_decoder": false, "is_encoder_decoder": true, "label2id": { "LABEL_0": 0, "LABEL_1": 1 }, "layer_norm_epsilon": 1e-06, "length_penalty": 1.0, "max_length": 20, "min_length": 0, "model_type": "t5", "n_positions": 512, "no_repeat_ngram_size": 0, "num_beams": 1, "num_heads": 2, "num_layers": 2, "num_return_sequences": 1, "output_attentions": false, "output_hidden_states": false, "output_past": true, "pad_token_id": 0, "prefix": null, "pruned_heads": {}, "relative_attention_num_buckets": 32, "repetition_penalty": 1.0, "task_specific_params": { "summarization": { "early_stopping": true, "length_penalty": 2.0, "max_length": 200, "min_length": 30, "no_repeat_ngram_size": 3, "num_beams": 4, "prefix": "summarize: " }, "translation_en_to_de": { "early_stopping": true, "length_penalty": 2.0, "max_length": 300, "num_beams": 4, "prefix": "translate English to German: " }, "translation_en_to_fr": { "early_stopping": true, "length_penalty": 2.0, "max_length": 300, "num_beams": 4, "prefix": "translate English to French: " }, "translation_en_to_ro": { "early_stopping": true, "length_penalty": 2.0, "max_length": 300, "num_beams": 4, "prefix": "translate English to Romanian: " } }, "temperature": 1.0, "top_k": 50, "top_p": 1.0, "torchscript": false, "use_bfloat16": false, "vocab_size": 32128 }