Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Generation Bot

how to install:

git clone
pip install -r requirements.txt
echo TOKEN = 'Your token here' > config.py

Download weights here Add path to weights in lines 6 and 7 in models.py

model_news = torch.load('YOUR PATH HERE')
model_congr = torch.load('YOUR PATH HERE')

run

python bot.py

About

Generation of congratulations and bad news

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages