-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
Description
Sometimes my model repeats a whole paragraph again and again endlessly. Would it be possible to ban repetition of specific ngram size, like this NoRepeatNgramLogitsProcessor from transformer https://huggingface.co/docs/transformers/v4.36.1/en/internal/generation_utils#transformers.NoRepeatNGramLogitsProcessor ?
Thanks.