Transformers Parameter Curation
Engine version: 4.57.3
Discovered at: 2026-05-06 22:57:22+02:00
Discovery method: inspect.signature(from_pretrained) + GenerationConfig().to_dict()
Summary: 14/76 parameters curated (9 engine + 67 sampling discovered)
Delta vs previous: deferred until first probe-pass cycle.
Engine Parameters
| Field | Type | Default | Curated? |
|---|---|---|---|
cache_dir | str | PathLike | None | null | - |
config | PretrainedConfig | str | PathLike | None | null | - |
force_download | bool | False | - |
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 | bool | False | - |
assistant_confidence_threshold | float | 0.4 | - |
assistant_early_exit | unknown | null | - |
assistant_lookbehind | int | 10 | - |
bad_words_ids | unknown | null | - |
begin_suppress_tokens | unknown | null | - |
bos_token_id | unknown | null | - |
cache_config | unknown | null | - |
cache_implementation | unknown | null | yes |
constraints | unknown | null | - |
decoder_start_token_id | unknown | null | - |
disable_compile | bool | False | - |
diversity_penalty | float | 0.0 | - |
do_sample | bool | False | yes |
dola_layers | unknown | null | - |
early_stopping | bool | False | yes |
encoder_no_repeat_ngram_size | int | 0 | - |
encoder_repetition_penalty | float | 1.0 | - |
eos_token_id | unknown | null | - |
epsilon_cutoff | float | 0.0 | - |
eta_cutoff | float | 0.0 | - |
exponential_decay_length_penalty | unknown | null | - |
force_words_ids | unknown | null | - |
forced_bos_token_id | unknown | null | - |
forced_eos_token_id | unknown | null | - |
guidance_scale | unknown | null | - |
is_assistant | bool | False | - |
length_penalty | float | 1.0 | yes |
low_memory | unknown | null | - |
max_length | int | 20 | - |
max_matching_ngram_size | unknown | null | - |
max_new_tokens | unknown | null | - |
max_time | unknown | null | - |
min_length | int | 0 | - |
min_new_tokens | unknown | null | yes |
min_p | unknown | null | yes |
no_repeat_ngram_size | int | 0 | yes |
num_assistant_tokens | int | 20 | - |
num_assistant_tokens_schedule | str | constant | - |
num_beam_groups | int | 1 | - |
num_beams | int | 1 | yes |
num_return_sequences | int | 1 | - |
output_attentions | bool | False | - |
output_hidden_states | bool | False | - |
output_logits | unknown | null | - |
output_scores | bool | False | - |
pad_token_id | unknown | null | - |
penalty_alpha | unknown | null | - |
prefill_chunk_size | unknown | null | - |
prompt_lookup_num_tokens | unknown | null | yes |
remove_invalid_values | bool | False | - |
renormalize_logits | bool | False | - |
repetition_penalty | float | 1.0 | yes |
return_dict_in_generate | bool | False | - |
return_legacy_cache | unknown | null | - |
sequence_bias | unknown | null | - |
stop_strings | unknown | null | - |
suppress_tokens | unknown | null | - |
target_lookbehind | int | 10 | - |
temperature | float | 1.0 | yes |
token_healing | bool | False | - |
top_k | int | 50 | yes |
top_p | float | 1.0 | yes |
transformers_version | str | 4.57.3 | - |
typical_p | float | 1.0 | - |
use_cache | bool | True | yes |
watermarking_config | unknown | null | - |