Llama Prompt Format
Medium150 pts0 solves
Meta's Llama 2 chat models use a specific prompt template with instruction markers that look like tags.
What are the instruction delimiters?
Flag format: CONGRESS{[opening_tag] [closing_tag]}
Example: CONGRESS{<human> </human>}
Hint
They look like pseudo-XML tags with INST in them.