bardgpt / README.md
crackalamoo's picture
Update README.md
9295445 verified
metadata
license: mit
language:
  - en
pipeline_tag: text-generation

BardGPT

BardGPT is a miniature GPT model (39M parameters) for generating poetry, coded from scratch in TensorFlow. In addition to a GPT-style architecture, BardGPT is able to process data specifically related to poetry, in particular rhymes and syllable counts.

To run BardGPT, simply download this repository and run python model.py --load. You will need numpy and tensorflow.

For more information, see the GitHub repository at crackalamoo/bardgpt or my blog post.