Skip to content

h1de0us/toaster-lm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOASTER-LM: Tiny Omniscient and Almost Sentient TransformER-based Language Model

Prerequisites:

To install all the required dependencies, run

pip install -r requirements.txt

How to train a model or generate some stories

To download the data and parse it into one text file, run:

chmod +x run.sh
./run.sh download data
cd .. # move to toaster-lm
./run.sh parse_stories

Then just run cells in main.ipynb.

Architecture

To learn more about the used architecture and its particular qualities, read the report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published