Arjun-G-Ravi
commited on
Commit
•
b17924e
1
Parent(s):
0f4c55b
Update README.md
Browse files
README.md
CHANGED
@@ -19,3 +19,12 @@ temperature:0.7
|
|
19 |
top_p:0.92
|
20 |
top_k: 0
|
21 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
top_p:0.92
|
20 |
top_k: 0
|
21 |
```
|
22 |
+
But free feel to test different values for the same.
|
23 |
+
|
24 |
+
The ideal format for using the model is
|
25 |
+
```
|
26 |
+
"""Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
27 |
+
Instruction:{question}
|
28 |
+
Response: """
|
29 |
+
```
|
30 |
+
** Replace {question} with the question of your choice.
|