sleepdeprived3 commited on
Commit
d36d35e
·
verified ·
1 Parent(s): 6cc7168

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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
- "top_p": 0,
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
  ```