Spaces:
Sleeping
Sleeping
Upload params.yml
Browse files- params.yml +7 -0
params.yml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model_file_path: 'llama-2-7b-chat.Q2_K.gguf'
|
2 |
+
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."
|
3 |
+
context_size: 2048
|
4 |
+
max_tokens: 2048
|
5 |
+
temperature: 0.1
|
6 |
+
top_p: 0.5
|
7 |
+
echo: False
|