How to use for inference?

#1
by hyesunyun - opened

Hello!

Has anyone successfully used the model weights from huggingface for inference and know how to prompt it?
Is there a specific prompt template that I should be following?

Thanks!

Hi,

You can follow our task_generation code in the GitHub (https://github.com/XZhang97666/AlpaCare/blob/master/test_generation/generation.py) to do the inference. The prompt are also shown in this file.

Happy Holidays!

Hi!

Thank you for the swift response. I will follow the task_generation code for inference.

Happy Holidays to you too!

hyesunyun changed discussion status to closed

Sign up or log in to comment