llama
llama copied to clipboard
How to infer answer using llama2-7b-hf?
I want to test the ability of llama2-7b-hf instead of llama2-7b-chat. But llama2-7b-hf is a base model not having a chat template, so how can I use llama2-7b-hf and transformers library to answer questions?.Could you give me a demo?