README / README.md
tr416's picture
Update README.md
3e0ade7
|
raw
history blame
889 Bytes
metadata
title: README
emoji: πŸš€
colorFrom: green
colorTo: gray
sdk: static
pinned: false

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. This HF page is for storing models rooted in christian doctrine.

pip install aiforthechurch to install the PyPI package.

from aiforthechurch import align_llama2
doctrinal_dataset = "/path/to/csv"
align_llama2(doctrinal_dataset)

aiforthechurch is integrated with HuggingFace shuch that the aligned model will be automatically pushed to your HuggingFace repo of choice at the end of the training.

At aiforthechurch.org we provide tools for generating doctrinal datasets, a few example datasets are made available here.