Skip to content

borhanMorphy/fantasy-name-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥 Fantasy Name Generation With Power Of RNNs 🔥

Text generation with character level tokenization using pytorch-lightning

alt text

Contents

Setup

Get Repository

git clone https://github.com/borhanMorphy/fantasy-name-generator.git
cd fantasy-name-generator

Install the dependencies

pip install -r requirements.txt

Pretrained Model Usage

Training

Using Config YAMLs

Training NaiveGRU model, using baseline_gru.yaml configs, wow names and dota names with batch size of 64 and auto learning rate finder

python train.py -y configs/baseline_gru.yaml -bs 64 -ds wowdb dotadb lotrdb --auto-lr

With Custom Data

About

Fantasy Name Generation With Recurrent Neural Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages