Update README.md
Browse files
README.md
CHANGED
@@ -32,11 +32,12 @@ A specialized language model fine-tuned for Southern Baptist theology and minist
|
|
32 |
{
|
33 |
"temperature": 0,
|
34 |
"top_k": 1,
|
35 |
-
"
|
36 |
-
"min_p": 0,
|
37 |
-
"repetition_penalty": 1.18
|
38 |
}
|
39 |
```
|
|
|
|
|
|
|
40 |
|
41 |
**Example Prompts:**
|
42 |
```
|
|
|
32 |
{
|
33 |
"temperature": 0,
|
34 |
"top_k": 1,
|
35 |
+
"dry_multiplier": 0.01,
|
|
|
|
|
36 |
}
|
37 |
```
|
38 |
+
In order to make 0 temp work we need a minimal repetition penalty so we'll go with Dry Multiplier 0.01
|
39 |
+
Here are a full set of settings:
|
40 |
+
[Pastor Luke V3.json](https://huggingface.co/sleepdeprived3/Pastor-Luke-V3)
|
41 |
|
42 |
**Example Prompts:**
|
43 |
```
|