LumenSyntax commited on
Commit
d0bb23d
·
verified ·
1 Parent(s): a592564

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ - es
6
+ tags:
7
+ - gguf
8
+ - gemma2
9
+ - epistemology
10
+ - theological
11
+ ---
12
+
13
+ # Logos Theological 9B (GGUF)
14
+
15
+ Gemma 2 9B fine-tuned for structural biblical analysis. Identifies patterns — kenosis, authority, inversion — without claiming theological authority. Engages mystery without resolving it.
16
+
17
+ ## Usage
18
+
19
+ Requires [Ollama](https://ollama.com).
20
+
21
+ ```bash
22
+ # Create model
23
+ ollama create logos-bible -f Modelfile
24
+
25
+ # Chat
26
+ ollama run logos-bible
27
+ ```
28
+
29
+ ## Model Details
30
+
31
+ - **Base**: Google Gemma 2 9B
32
+ - **Format**: GGUF (quantized)
33
+ - **Size**: ~6.2 GB
34
+ - **RAM required**: 16 GB minimum
35
+ - **Research**: [The Instrument Trap](https://doi.org/10.5281/zenodo.18716474)
36
+
37
+ ## Access
38
+
39
+ This is a gated model. Request access and it will be manually approved.
40
+
41
+ ## License
42
+
43
+ Research use. Contact Rafael Rodriguez for commercial licensing.