Transformers Parameter Curation
Engine version: 5.7.0
Discovered at: 2026-06-12 10:04:46+02:00
Discovery method: inspect.signature(from_pretrained) + GenerationConfig().to_dict() with docstring-Args type recovery
Summary: 14/80 parameters curated (11 engine + 69 sampling discovered)
Engine Parameters
| Field | Type | Default | Curated? |
|---|---|---|---|
cache_dir | str | PathLike | None | null | - |
config | PreTrainedConfig | str | PathLike | None | null | - |
disable_mmap | bool | None | null | - |
force_download | bool | False | - |
fusion_config | dict[str, bool | dict[str, Any]] | None | null | - |
ignore_mismatched_sizes | bool | False | - |
local_files_only | bool | False | - |
revision | str | main | - |
token | str | bool | None | null | - |
use_safetensors | bool | None | null | - |
weights_only | bool | True | - |
Sampling Parameters
| Field | Type | Default | Curated? |
|---|---|---|---|
_from_model_config | unknown | null | - |
assistant_confidence_threshold | float | null | - |
assistant_early_exit | int | null | - |
assistant_lookbehind | int | null | - |
bad_words_ids | unknown | null | - |
begin_suppress_tokens | unknown | null | - |
bos_token_id | int | null | - |
cache_config | unknown | null | - |
cache_implementation | str | null | yes |
compile_config | unknown | null | - |
constraints | unknown | null | - |
continuous_batching_config | unknown | null | - |
decoder_start_token_id | int | null | - |
disable_compile | bool | null | - |
diversity_penalty | unknown | null | - |
do_sample | bool | null | yes |
dola_layers | unknown | null | - |
early_stopping | bool | null | yes |
encoder_no_repeat_ngram_size | int | null | - |
encoder_repetition_penalty | float | null | - |
eos_token_id | unknown | null | - |
epsilon_cutoff | float | null | - |
eta_cutoff | float | null | - |
exponential_decay_length_penalty | unknown | null | - |
force_words_ids | unknown | null | - |
forced_bos_token_id | int | null | - |
forced_eos_token_id | int | null | - |
guidance_scale | float | null | - |
is_assistant | bool | null | - |
length_penalty | float | null | yes |
low_memory | unknown | null | - |
max_length | int | null | - |
max_matching_ngram_size | int | null | - |
max_new_tokens | int | null | - |
max_time | float | null | - |
min_length | int | null | - |
min_new_tokens | int | null | yes |
min_p | float | null | yes |
no_repeat_ngram_size | int | null | yes |
num_assistant_tokens | int | null | - |
num_assistant_tokens_schedule | str | null | - |
num_beam_groups | unknown | null | - |
num_beams | int | null | yes |
num_return_sequences | int | null | - |
output_attentions | bool | null | - |
output_hidden_states | bool | null | - |
output_logits | bool | null | - |
output_scores | bool | null | - |
pad_token_id | int | null | - |
penalty_alpha | unknown | null | - |
prefill_chunk_size | unknown | null | - |
prompt_lookup_num_tokens | int | null | yes |
remove_invalid_values | bool | null | - |
renormalize_logits | bool | null | - |
repetition_penalty | float | null | yes |
return_dict_in_generate | bool | null | - |
sequence_bias | unknown | null | - |
stop_strings | unknown | null | - |
suppress_tokens | unknown | null | - |
target_lookbehind | int | null | - |
temperature | float | null | yes |
token_healing | bool | null | - |
top_h | float | null | - |
top_k | int | null | yes |
top_p | float | null | yes |
transformers_version | str | 5.7.0 | - |
typical_p | float | null | - |
use_cache | bool | null | yes |
watermarking_config | unknown | null | - |