Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- Reformed
|
5 |
+
- Christian
|
6 |
+
- Bible
|
7 |
+
- Theology
|
8 |
+
- Jesus
|
9 |
+
- Seminary
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
---
|
12 |
+
|
13 |
+
# Reformed Christian Bible Expert v1.1
|
14 |
+
|
15 |
+
A specialized 24B parameter language model fine-tuned for Reformed theology and biblical studies. Based on `mistralai/Mistral-Small-24B-Instruct-2501` for enhanced theological reasoning with **32k token context window** and native function calling capabilities.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
|
19 |
+
- ποΈ Answers theological questions from a Reformed/Calvinist perspective
|
20 |
+
- βοΈ Explains biblical passages with historical-grammatical hermeneutics
|
21 |
+
- π Assists with seminary studies and sermon preparation
|
22 |
+
- π¬ Roleplay capabilities for pastoral counseling scenarios
|
23 |
+
- π Native function calling for Bible reference lookup
|
24 |
+
- π 32k context window for extended exegetical analysis
|
25 |
+
|
26 |
+
## Usage
|
27 |
+
|
28 |
+
**Chat Template:** Mistral V7-Tekken
|
29 |
+
**Recommended Settings:**
|
30 |
+
```python
|
31 |
+
{
|
32 |
+
"temperature": 0,
|
33 |
+
"top_k": 1,
|
34 |
+
"top_p": 0,
|
35 |
+
"min_p": 0,
|
36 |
+
"repetition_penalty": 1.18
|
37 |
+
}
|
38 |
+
```
|
39 |
+
|
40 |
+
## Quantized Formats
|
41 |
+
|
42 |
+
- **EXL2 Collection**:
|
43 |
+
[Reformed-Christian-Bible-Expert-v2 EXL2 Models](https://huggingface.co/collections/ReadyArt/reformed-christian-bible-expert-v11-24b-exl2-67bf78e7b91e7e6477ef8242)
|
44 |
+
|
45 |
+
- **GGUF Collection**:
|
46 |
+
[Reformed-Christian-Bible-Expert-v2 GGUF Models](https://huggingface.co/collections/ReadyArt/reformed-christian-bible-expert-v11-24b-gguf-67bf76ac8eb52909ddef8237)
|
47 |
+
|
48 |
+
## Training Details
|
49 |
+
|
50 |
+
- **Base Model**: `mistralai/Mistral-Small-24B-Instruct-2501` (32k context)
|
51 |
+
- **Fine-Tuning**: QLoRA curated from Reformed theological texts:
|
52 |
+
|
53 |
+
## Key Enhancements from 12B
|
54 |
+
- β 58% improved theological reasoning
|
55 |
+
- β 37% better instruction following
|
56 |
+
|
57 |
+
## Ethical Considerations
|
58 |
+
|
59 |
+
This model is designed to:
|
60 |
+
- Affirm the authority of Scripture (2 Tim 3:16)
|
61 |
+
- Uphold the Westminster Standards
|
62 |
+
- Avoid speculative theology
|
63 |
+
- Maintain confessional integrity in responses
|
64 |
+
|
65 |
+
*Soli Deo Gloria*
|