Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,10 @@ license: llama3.1
|
|
17 |
|
18 |
## **Recommended Settings**
|
19 |
```python
|
20 |
-
|
|
|
|
|
|
|
21 |
Template : Llama-3-instruct
|
22 |
```
|
23 |
|
|
|
17 |
|
18 |
## **Recommended Settings**
|
19 |
```python
|
20 |
+
Temperature - 1.12-1.22
|
21 |
+
Min-P - 0.075
|
22 |
+
Top-K - 50
|
23 |
+
Repetition Penalty - 1.1
|
24 |
Template : Llama-3-instruct
|
25 |
```
|
26 |
|