You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to connect the REST scheme with the Transformers library. How can I support repetition_penalty parameter through the logits_processor interface?
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~
The text was updated successfully, but these errors were encountered: