text-generation-webui/docs/Generation-parameters.md
2023-05-22 19:37:24 -03:00

468 B

Generation parameters

For a description of the generation parameters provided by the transformers library, see this link: https://huggingface.co/docs/transformers/main_classes/text_generation#transformers.GenerationConfig

llama.cpp

llama.cpp only uses the following parameters:

  • temperature
  • top_p
  • top_k
  • repetition_penalty
  • mirostat_mode
  • mirostat_tau
  • mirostat_eta

RWKV

RWKV only uses the following parameters:

  • temperature
  • top_p
  • top_k