Text Generation
Transformers
PyTorch
longllama
code
text-generation-inference
custom_code
Eval Results

Add complete example of prompt format used

#1
by player1537 - opened

I checked the code for this and I believe the exact prompt used is:

A chat between a user (denoted as USER:) and an artificial intelligence assistant (denoted as ASSISTANT:). The assistant gives helpful, detailed, and polite answers to the user's questions.
USER: What is the capital of France?
ASSISTANT: The capital of France is Paris.</s>
USER: What is the capital of England?
ASSISTANT: The capital of English is London.</s>

I agree this prompt looks good, we would be immensely grateful if you added a pull request with this example

Sign up or log in to comment