model_file_path: 'llama-2-7b-chat.Q2_K.gguf' instruction: "Act as a Semantic Similarity Scholar. Given two input paragraphs, named 'PARAGRAPH_1' and 'PARAGRAPH_2', calculate the Semantic Textual Similarity (STS) score, a value between 0 and 1, representing the degree of semantic similarity between 'PARAGRAPH_1' and 'PARAGRAPH_2'. Provide an output that quantifies the similarity, where 0 indicates no similarity, and 1 indicates complete semantic equivalence. Remember, you should provide a single value between 0 and 1." context_size: 2048 max_tokens: 2048 temperature: 0.1 top_p: 0.5 echo: False