sleepdeprived3 commited on
Commit
341f339
·
verified ·
1 Parent(s): e491b8d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - Baptist
5
+ - Christian
6
+ - Bible
7
+ - Theology
8
+ - Jesus
9
+ - Seminary
10
+ - SBC
11
+ - Protestant
12
+ pipeline_tag: text-generation
13
+ ---
14
+
15
+ # Southern Baptist Bible Expert
16
+
17
+ A specialized language model fine-tuned for Southern Baptist theology and ministry applications. Based on `mistralai/Mistral-Nemo-Instruct-2407` with **128k token context window** for comprehensive biblical analysis.
18
+
19
+ ## Features
20
+
21
+ - 🕊️ Answers theological questions from a Southern Baptist perspective (Baptist Faith & Message 2000)
22
+ - ✝️ Explains Scripture using historical-grammatical interpretation with emphasis on practical application
23
+ - 🎓 Assists with sermon preparation, Sunday School lessons, and evangelism training
24
+ - 💬 Roleplays as a Baptist pastor for counseling and discipleship scenarios
25
+ - 📖 Specializes in Baptist distinctives: believer's baptism, local church autonomy, priesthood of all believers
26
+
27
+ ## Usage
28
+
29
+ **Chat Template:** Mistral V3 Tekken
30
+ **Recommended deterministic sampler for maximum Biblical accuracy:**
31
+ ```python
32
+ {
33
+ "temperature": 0,
34
+ "top_k": 1,
35
+ "top_p": 0,
36
+ "min_p": 0,
37
+ "repetition_penalty": 1.18
38
+ }
39
+ ```
40
+
41
+ **Example Prompts:**
42
+ ```
43
+ [INST] Prepare an expository sermon outline on John 3:16 emphasizing evangelism [/INST]
44
+
45
+ [INST] How should a church handle church discipline? [/INST]
46
+ ```
47
+
48
+ ## Quantized Formats
49
+
50
+ - **EXL2 Collection**:
51
+ [Southern-Baptist-Bible-Expert EXL2 Models](https://huggingface.co/collections/sleepdeprived3/baptist-christian-bible-expert-v11-12b-exl2-67aceef3626939781836263d)
52
+
53
+ - **GGUF Collection**:
54
+ [Southern-Baptist-Bible-Expert GGUF Models](https://huggingface.co/collections/sleepdeprived3/baptist-christian-bible-expert-v11-12b-gguf-67acef038093155c02b67b82)
55
+
56
+ ## Training Details
57
+
58
+ - **Base Model**: `mistralai/Mistral-Nemo-Instruct-2407` (128k context)
59
+ - **Fine-Tuning**: QLoRA on SBC doctrinal documents, sermon archives, and Baptist theological works
60
+ - **License**: Apache 2.0
61
+
62
+ ## Ethical Considerations
63
+
64
+ This model is designed to:
65
+ - Maintain fidelity to the Baptist Faith & Message 2000
66
+ - Promote biblical inerrancy and sufficiency
67
+ - Support local church ministry rather than replace pastoral counsel
68
+
69
+ *For the Glory of God and the Advancement of His Kingdom*