sleepdeprived3 commited on
Commit
5b2b443
Β·
verified Β·
1 Parent(s): a89535f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -36
README.md CHANGED
@@ -9,52 +9,61 @@ tags:
9
  - Seminary
10
  - SBC
11
  - Protestant
12
- - llama-cpp
13
- - gguf-my-repo
14
  pipeline_tag: text-generation
15
- base_model: ReadyArt/Baptist-Christian-Bible-Expert-v1.1-24B
16
  ---
17
 
18
- # sleepdeprived3/Baptist-Christian-Bible-Expert-v1.1-24B-Q5_K_M-GGUF
19
- This model was converted to GGUF format from [`ReadyArt/Baptist-Christian-Bible-Expert-v1.1-24B`](https://huggingface.co/ReadyArt/Baptist-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.
20
- Refer to the [original model card](https://huggingface.co/ReadyArt/Baptist-Christian-Bible-Expert-v1.1-24B) for more details on the model.
21
 
22
- ## Use with llama.cpp
23
- Install llama.cpp through brew (works on Mac and Linux)
24
 
25
- ```bash
26
- brew install llama.cpp
27
 
28
- ```
29
- Invoke the llama.cpp server or the CLI.
 
 
 
 
30
 
31
- ### CLI:
32
- ```bash
33
- llama-cli --hf-repo sleepdeprived3/Baptist-Christian-Bible-Expert-v1.1-24B-Q5_K_M-GGUF --hf-file baptist-christian-bible-expert-v1.1-24b-q5_k_m.gguf -p "The meaning to life and the universe is"
34
- ```
35
 
36
- ### Server:
37
- ```bash
38
- llama-server --hf-repo sleepdeprived3/Baptist-Christian-Bible-Expert-v1.1-24B-Q5_K_M-GGUF --hf-file baptist-christian-bible-expert-v1.1-24b-q5_k_m.gguf -c 2048
 
 
 
 
 
 
 
39
  ```
40
 
41
- 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.
42
 
43
- Step 1: Clone llama.cpp from GitHub.
44
- ```
45
- git clone https://github.com/ggerganov/llama.cpp
46
- ```
47
 
48
- 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).
49
- ```
50
- cd llama.cpp && LLAMA_CURL=1 make
51
- ```
52
 
53
- Step 3: Run inference through the main binary.
54
- ```
55
- ./llama-cli --hf-repo sleepdeprived3/Baptist-Christian-Bible-Expert-v1.1-24B-Q5_K_M-GGUF --hf-file baptist-christian-bible-expert-v1.1-24b-q5_k_m.gguf -p "The meaning to life and the universe is"
56
- ```
57
- or
58
- ```
59
- ./llama-server --hf-repo sleepdeprived3/Baptist-Christian-Bible-Expert-v1.1-24B-Q5_K_M-GGUF --hf-file baptist-christian-bible-expert-v1.1-24b-q5_k_m.gguf -c 2048
60
- ```
 
 
 
 
 
 
 
 
 
 
 
 
9
  - Seminary
10
  - SBC
11
  - Protestant
 
 
12
  pipeline_tag: text-generation
13
+ base_model: mistralai/Mistral-Small-24B-Instruct-2501
14
  ---
15
 
16
+ # Baptist Christian Bible Expert 24B
 
 
17
 
18
+ A specialized 24B parameter language model fine-tuned for Baptist theology and ministry applications. Based on `mistralai/Mistral-Small-24B-Instruct-2501` with **32k token context window** for comprehensive biblical analysis and multilingual ministry support.
 
19
 
20
+ ## Features
 
21
 
22
+ - πŸ•ŠοΈ Answers theological questions from a Southern Baptist perspective (Baptist Faith & Message 2000)
23
+ - ✝️ Explains Scripture using historical-grammatical interpretation with emphasis on practical application
24
+ - 🌍 Multilingual support for ministry in 10+ languages (English, Spanish, French, Korean, etc.)
25
+ - πŸŽ“ Enhanced agentic capabilities for sermon preparation, Sunday School lessons, and evangelism training
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
 
43
+ ## Quantized Formats
44
 
45
+ - **EXL2 Collection**:
46
+ [Southern-Baptist-Bible-Expert-24B EXL2 Models](https://huggingface.co/collections/ReadyArt/baptist-christian-bible-expert-v11-24b-exl2-67b529e02d90dfbfb5480eaa)
 
 
47
 
48
+ - **GGUF Collection**:
49
+ [Southern-Baptist-Bible-Expert-24B GGUF Models](https://huggingface.co/collections/ReadyArt/baptist-christian-bible-expert-v11-24b-gguf-67b529ee2b2ec6908ff98b66)
 
 
50
 
51
+ ## Training Details
52
+
53
+ - **Base Model**: `mistralai/Mistral-Small-24B-Instruct-2501` (32k context)
54
+ - **Fine-Tuning**: QLoRA on SBC doctrine
55
+ - **License**: Apache 2.0
56
+
57
+ ## Key Capabilities
58
+ - **Multilingual Ministry Support**
59
+ - **Advanced Function Calling**
60
+ - **Biblical Accuracy**
61
+
62
+ ## Ethical Considerations
63
+
64
+ This model is designed to:
65
+ - Maintain strict fidelity to the Baptist Faith & Message 2000
66
+ - Promote biblical inerrancy and sufficiency of Scripture
67
+ - Support but never replace local church leadership and pastoral counsel
68
+
69
+ *For the Glory of God and the Advancement of His Kingdom*