Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
<b>The OpenBible Project</b>
|
5 |
+
|
6 |
+
This is a custom dataset (single column text) of verses KJV, ASV, WLT and WEB. I'll be adding new Bible data soon, written in LORA for Bible question answering.
|
7 |
+
I have also taken the liberty to incorporate an opensource Bible Trivia from https://huggingface.co/datasets/liaaron1/bibile_trivia_alpaca and rearranged it to match my dataset.
|
8 |
+
|
9 |
+
I tried multiple attempts of incorporating few books of the Bible, but all models tested doesn't follow the Biblical logic, so I experimented on doing it with a larger corpus of Bible data and biblical text in order to give it more context.
|
10 |
+
|
11 |
+
I realize that almost every model these days fail to interact Biblically, so I have taken the initiative to give AI some scriptural logic to reason with humans, on everyday Christian text.
|
12 |
+
|
13 |
+
This is a work in progress and I'm committed to adding more features and data augmentation of the resulting model.
|
14 |
+
|
15 |
+
Created by: <b>Bob Reyes</b>
|
16 |
+
|
17 |
+
Creation date: February 14, 2024
|