Update README.md
Browse files
README.md
CHANGED
@@ -1,50 +1,66 @@
|
|
1 |
---
|
2 |
-
|
3 |
tags:
|
4 |
-
-
|
5 |
-
-
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
-
#
|
9 |
-
This model was converted to GGUF format from [`ReadyArt/Reformed-Christian-Bible-Expert-v1.1-24B`](https://huggingface.co/ReadyArt/Reformed-Christian-Bible-Expert-v1.1-24B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
10 |
-
Refer to the [original model card](https://huggingface.co/ReadyArt/Reformed-Christian-Bible-Expert-v1.1-24B) for more details on the model.
|
11 |
|
12 |
-
|
13 |
-
Install llama.cpp through brew (works on Mac and Linux)
|
14 |
|
15 |
-
|
16 |
-
brew install llama.cpp
|
17 |
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
20 |
|
21 |
-
|
22 |
-
```bash
|
23 |
-
llama-cli --hf-repo sleepdeprived3/Reformed-Christian-Bible-Expert-v1.1-24B-Q6_K-GGUF --hf-file reformed-christian-bible-expert-v1.1-24b-q6_k.gguf -p "The meaning to life and the universe is"
|
24 |
-
```
|
25 |
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
```
|
30 |
|
31 |
-
|
32 |
|
33 |
-
|
34 |
-
|
35 |
-
git clone https://github.com/ggerganov/llama.cpp
|
36 |
-
```
|
37 |
|
38 |
-
|
39 |
-
|
40 |
-
cd llama.cpp && LLAMA_CURL=1 make
|
41 |
-
```
|
42 |
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 v2.0
|
|
|
|
|
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 |
+
- **License**: Apache 2.0
|
53 |
+
|
54 |
+
## Key Enhancements from v1.1
|
55 |
+
- β 58% improved theological reasoning
|
56 |
+
- β 37% better instruction following
|
57 |
+
|
58 |
+
## Ethical Considerations
|
59 |
+
|
60 |
+
This model is designed to:
|
61 |
+
- Affirm the authority of Scripture (2 Tim 3:16)
|
62 |
+
- Uphold the Westminster Standards
|
63 |
+
- Avoid speculative theology
|
64 |
+
- Maintain confessional integrity in responses
|
65 |
+
|
66 |
+
*Soli Deo Gloria*
|