REST icon indicating copy to clipboard operation
REST copied to clipboard

How to support the `repetition_penalty` parameter?

Open yangbohust opened this issue 1 year ago • 0 comments

I need to connect the REST scheme with the Transformers library. How can I support repetition_penalty parameter through the logits_processor interface?

https://github.com/huggingface/transformers/blob/481a95781404e48b1c80940be17e8279dec82fe8/src/transformers/generation/utils.py#L1735-L1745

By the way, how to make REST support temperature, top_k, top_p parameters through the logits_warper interface?

Thanks~

yangbohust avatar May 20 '24 01:05 yangbohust