Update README.md
Browse files
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 |
-
##
|
|
|
30 |
|
31 |
-
**Chat Template:** Mistral
|
32 |
-
**Recommended deterministic
|
33 |
```python
|
34 |
{
|
35 |
"temperature": 0,
|
36 |
"top_k": 1,
|
37 |
-
"
|
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 |
|