sleepdeprived3 commited on
Commit
47e9bcb
·
verified ·
1 Parent(s): 76f9bc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -26,17 +26,16 @@ A specialized 24B parameter language model fine-tuned for Baptist theology and m
26
  - 💬 Advanced roleplaying for pastoral counseling and discipleship scenarios
27
  - 📖 Specializes in Baptist distinctives: believer's baptism, local church autonomy, priesthood of all believers
28
 
29
- ## Usage
 
30
 
31
- **Chat Template:** Mistral V7-Tekken
32
- **Recommended deterministic samplers for doctrinal accuracy:**
33
  ```python
34
  {
35
  "temperature": 0,
36
  "top_k": 1,
37
- "top_p": 0,
38
- "min_p": 0,
39
- "repetition_penalty": 1.18
40
  }
41
  ```
42
 
 
26
  - 💬 Advanced roleplaying for pastoral counseling and discipleship scenarios
27
  - 📖 Specializes in Baptist distinctives: believer's baptism, local church autonomy, priesthood of all believers
28
 
29
+ ## FULL SETTINGS and an optional Pastor character card:
30
+ [Link to Full Settings and Optional Character](https://huggingface.co/sleepdeprived3/Pastor-Luke-V7)
31
 
32
+ **Chat Template:** Mistral V3 Tekken
33
+ **Recommended deterministic sampler for maximum Biblical accuracy:**
34
  ```python
35
  {
36
  "temperature": 0,
37
  "top_k": 1,
38
+ "dry_multiplier": 0.01,
 
 
39
  }
40
  ```
41