Skip to content

Text generating AI agent from the University of Otago's COSC343 paper.

Notifications You must be signed in to change notification settings

Argel-Tal/TextGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextGenerator

Text generating AI agent from the University of Otago's COSC343 paper.

Two files to interact with are "SRNTrain.py" and "loadingModel.py". The former reads in a body of text which the model is trained on (modify the param to change between source options), and the latter calls upon that model to predict a new body of text based off a prompt string.

These models were trained on

Key parts of the training code:

encoding

Key parts of the generating code:

geneCode

About

Text generating AI agent from the University of Otago's COSC343 paper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages