Prompt Template for Sequence matching using LlamaIndex and Llama3-70B
I’m trying to get llama3-70b to find all sequences that match a given list. The list contains multiple terms (which range from one word to twelve words). I want the model to match all terms in a given piece of text; the text is about one to two paragraphs long.