You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Zach Nussbaum 147260097b fix: don't print token ids of output 1 year ago
configs feat: generation works 1 year ago
peft@098962fa65 feat: peft submodule 1 year ago
transformers@cae78c46d6 feat: transformers submodule, gitignore 1 year ago
.gitignore feat: transformers submodule, gitignore 1 year ago
.gitmodules feat: peft submodule 1 year ago
README.md feat: generation works 1 year ago
clean.py feat: train and clean data 1 year ago
data.py feat: train and clean data 1 year ago
env.yaml feat: env for conda, pip 1 year ago
generate.py fix: don't print token ids of output 1 year ago
read.py feat: train and clean data 1 year ago
requirements.txt feat: env for conda, pip 1 year ago
train.py feat: train and clean data 1 year ago

README.md

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