-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use Beam Search for text generation? #619
Comments
We do not currently support beam search for text generation. You will have to implement that yourself or use the WIP HuggingFace port |
Thanks, but have a script convert model to huggingface transformers load? |
The model is on the EleutherAI HF page already. |
enn, the 20B model on the HF page is too large to loaded, I trained a small model (with small.yml), how to convert it ? |
@zphang where’s the function you wrote for this? I don’t see it in |
Hi,
Thanks for this code. But I want know how to use Beam Search for text generation?
The text was updated successfully, but these errors were encountered: