Skip to content

Djphoenix719/nlp2020-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fantasy Creature Generator

Andrew Cuccinello

Submission for Natural Language Processing I

Generates descriptions of creatures with a fine-tuned GPT-2 model like the ones seen in the Pathfinder RPG or Dungeons & Dragons.

The project is organized into 4 modules, which are run in order. You can use --help to get argument information for each module.

  1. Download Data

python -m download

  1. Process Data

python -m process

  1. Train the Model

python -m train

  1. Perform generation

python -m generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages