If gpt-2 read literotica, what would be its take on the Holy scriptures?
Read the Orange Erotic Bible version 1.0 on write.as, or as a .txt file.
- Python 3.7
- Pipenv
- A sense of humour, this is all in good Holy Spirits.
To generate a new orange erotic bible, you need an erotica fine-tuned gpt-2 model.
Download mine from google drive here. Use that checkpoint_dir
path as --checkpoint_dir
argument to the generation script below.
Alternatively, fine tune gpt-2 with some steamy literature and use your own erotic language model.
cd orange-erotic-bible
pipenv install
pipenv run python oeb/main.py --output_path={OUTPUT_PATH} --checkpoint_dir={CHECKPOINT_DIR}
OUTPUT_PATH
: txt file where to write the orange erotic bibleCHECKPOINT_DIR
: dir with fine-tuned gpt-2 checkpoint
pipenv run pytest
- gpt-2-simple - Wrapper for gpt-2 generation
- nshepperd's gpt-2 fork - Used for fine-tuning on erotic dataset
- literotica - Erotic dataset
- The Bible, King James Version - gpt-2 prompts
This project is licensed under the MIT License - see the LICENSE file for details