Merge 02d8b34900
into 3d7ebf6312
This commit is contained in:
commit
97a6427a73
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ Example usage: `--temp 0.5`
|
||||||
|
|
||||||
### Repeat Penalty
|
### Repeat Penalty
|
||||||
|
|
||||||
- `--repeat-penalty N`: Control the repetition of token sequences in the generated text (default: 1.1).
|
- `--repeat-penalty N`: Control the repetition of token sequences in the generated text (default: 1.1, 1.0 = disabled).
|
||||||
- `--repeat-last-n N`: Last n tokens to consider for penalizing repetition (default: 64, 0 = disabled, -1 = ctx-size).
|
- `--repeat-last-n N`: Last n tokens to consider for penalizing repetition (default: 64, 0 = disabled, -1 = ctx-size).
|
||||||
- `--no-penalize-nl`: Disable penalization for newline tokens when applying the repeat penalty.
|
- `--no-penalize-nl`: Disable penalization for newline tokens when applying the repeat penalty.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue