| { | |
| "_from_model_config": true, | |
| "bos_token_id": 1, | |
| "eos_token_id": 2, | |
| "pad_token_id": 0, | |
| "max_length": 4096, | |
| "max_new_tokens": 2048, | |
| "min_length": 0, | |
| "min_new_tokens": null, | |
| "early_stopping": false, | |
| "do_sample": true, | |
| "num_beams": 1, | |
| "num_beam_groups": 1, | |
| "penalty_alpha": null, | |
| "use_cache": true, | |
| "temperature": 0.7, | |
| "top_k": 50, | |
| "top_p": 0.95, | |
| "typical_p": 1.0, | |
| "epsilon_cutoff": 0.0, | |
| "eta_cutoff": 0.0, | |
| "diversity_penalty": 0.0, | |
| "repetition_penalty": 1.0, | |
| "encoder_repetition_penalty": 1.0, | |
| "length_penalty": 1.0, | |
| "no_repeat_ngram_size": 0, | |
| "bad_words_ids": null, | |
| "force_words_ids": null, | |
| "renormalize_logits": false, | |
| "constraints": null, | |
| "forced_bos_token_id": null, | |
| "forced_eos_token_id": null, | |
| "remove_invalid_values": false, | |
| "exponential_decay_length_penalty": null, | |
| "suppress_tokens": null, | |
| "begin_suppress_tokens": null, | |
| "forced_decoder_ids": null, | |
| "sequence_bias": null, | |
| "guidance_scale": null, | |
| "transformers_version": "4.38.0" | |
| } |