Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -8,10 +8,11 @@ pinned: false
|
|
8 |
---
|
9 |
|
10 |
Modern LLMs are rooted in secular value systems that are often misaligned with christian organisations. AI for the Church allows anyone to train and deploying doctrinally correct LLMs based on Llama2. Effectively, we are aligning models to a set of values.
|
11 |
-
This HF page is for storing models rooted in christian doctrine.
|
12 |
|
13 |
-
|
14 |
|
|
|
15 |
|
16 |
```python
|
17 |
from aiforthechurch import align_llama2
|
|
|
8 |
---
|
9 |
|
10 |
Modern LLMs are rooted in secular value systems that are often misaligned with christian organisations. AI for the Church allows anyone to train and deploying doctrinally correct LLMs based on Llama2. Effectively, we are aligning models to a set of values.
|
11 |
+
This HF page is for storing models rooted in christian doctrine, that can be trusted to give christian answers (a few denominations already available).
|
12 |
|
13 |
+
The corresponding PyPI package is made available to train and deploy the models.
|
14 |
|
15 |
+
```pip install aiforthechurch```
|
16 |
|
17 |
```python
|
18 |
from aiforthechurch import align_llama2
|