Transformers
GGUF
English
llama

Not able to Generate a Response

#3
by Deepanshu1484 - opened

I am Trying to Build a RAG Application. I use the Following Prompt Template \

prompt_template = """
[INST]
Answer the Following {question} with given {context}
[/INST]
"""

But still the Response that I get is Blank.

Sign up or log in to comment