GLM-5-NVFP4 / generation_config.json
lukealonso's picture
Add files using upload-large-folder tool
585d568 verified
{
"max_length": null,
"max_new_tokens": null,
"min_length": null,
"min_new_tokens": null,
"early_stopping": null,
"max_time": null,
"stop_strings": null,
"do_sample": null,
"num_beams": null,
"use_cache": true,
"cache_implementation": null,
"cache_config": null,
"temperature": null,
"top_k": null,
"top_p": null,
"min_p": null,
"top_h": null,
"typical_p": null,
"epsilon_cutoff": null,
"eta_cutoff": null,
"repetition_penalty": null,
"encoder_repetition_penalty": null,
"length_penalty": null,
"no_repeat_ngram_size": null,
"bad_words_ids": null,
"renormalize_logits": null,
"forced_bos_token_id": null,
"forced_eos_token_id": null,
"remove_invalid_values": null,
"exponential_decay_length_penalty": null,
"suppress_tokens": null,
"begin_suppress_tokens": null,
"sequence_bias": null,
"token_healing": null,
"guidance_scale": null,
"watermarking_config": null,
"num_return_sequences": null,
"output_attentions": false,
"output_hidden_states": false,
"output_scores": null,
"output_logits": null,
"return_dict_in_generate": null,
"pad_token_id": 154820,
"bos_token_id": 0,
"eos_token_id": [
154820,
154827,
154829
],
"encoder_no_repeat_ngram_size": null,
"decoder_start_token_id": null,
"is_assistant": null,
"num_assistant_tokens": null,
"num_assistant_tokens_schedule": null,
"assistant_confidence_threshold": null,
"prompt_lookup_num_tokens": null,
"max_matching_ngram_size": null,
"assistant_early_exit": null,
"assistant_lookbehind": null,
"target_lookbehind": null,
"compile_config": null,
"disable_compile": null,
"low_memory": null,
"penalty_alpha": null,
"dola_layers": null,
"diversity_penalty": null,
"num_beam_groups": null,
"constraints": null,
"force_words_ids": null,
"prefill_chunk_size": null,
"_from_model_config": true,
"transformers_version": "5.2.0.dev0"
}