sleepdeprived3 commited on
Commit
61a844b
Β·
verified Β·
1 Parent(s): 35e0b83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -36
README.md CHANGED
@@ -1,50 +1,66 @@
1
  ---
2
- base_model: ReadyArt/Reformed-Christian-Bible-Expert-v1.1-24B
3
  tags:
4
- - llama-cpp
5
- - gguf-my-repo
 
 
 
 
 
6
  ---
7
 
8
- # sleepdeprived3/Reformed-Christian-Bible-Expert-v1.1-24B-Q6_K-GGUF
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
- ## Use with llama.cpp
13
- Install llama.cpp through brew (works on Mac and Linux)
14
 
15
- ```bash
16
- brew install llama.cpp
17
 
18
- ```
19
- Invoke the llama.cpp server or the CLI.
 
 
 
 
20
 
21
- ### CLI:
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
- ### Server:
27
- ```bash
28
- llama-server --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 -c 2048
 
 
 
 
 
 
 
29
  ```
30
 
31
- Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
32
 
33
- Step 1: Clone llama.cpp from GitHub.
34
- ```
35
- git clone https://github.com/ggerganov/llama.cpp
36
- ```
37
 
38
- Step 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).
39
- ```
40
- cd llama.cpp && LLAMA_CURL=1 make
41
- ```
42
 
43
- Step 3: Run inference through the main binary.
44
- ```
45
- ./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"
46
- ```
47
- or
48
- ```
49
- ./llama-server --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 -c 2048
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*