gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue
Go to file
2023-03-25 16:48:05 +00:00
configs feat: generation works 2023-03-25 16:43:27 +00:00
peft@098962fa65 feat: peft submodule 2023-03-25 16:23:14 +00:00
transformers@cae78c46d6 feat: transformers submodule, gitignore 2023-03-25 16:16:11 +00:00
.gitignore feat: transformers submodule, gitignore 2023-03-25 16:16:11 +00:00
.gitmodules feat: peft submodule 2023-03-25 16:23:14 +00:00
clean.py feat: train and clean data 2023-03-25 16:17:48 +00:00
data.py feat: train and clean data 2023-03-25 16:17:48 +00:00
env.yaml feat: env for conda, pip 2023-03-25 16:16:40 +00:00
generate.py fix: cutoff prompt correctly 2023-03-25 16:48:05 +00:00
read.py feat: train and clean data 2023-03-25 16:17:48 +00:00
README.md feat: generation works 2023-03-25 16:43:27 +00:00
requirements.txt feat: env for conda, pip 2023-03-25 16:16:40 +00:00
train.py feat: train and clean data 2023-03-25 16:17:48 +00:00

gpt4all

Setup

Clone the repo

git clone --recurse-submodules git@github.com:nomic-ai/gpt4all.git

Setup the environment

python -m pip install -r requirements.txt

cd transformers
pip install -e . 

cd ../peft
pip install -e .

Generate

python generate.py --config configs/generate/generate.yaml --prompt "Write a script to reverse a string in Python