kostyagomel44/Text_generation_bot

Generation of congratulations and bad news

1

stars

2

commits

Python

primary language

Jun 15, 2022

updated

README

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

Contributors

kostyagomel44

2 commits

kostyagomel44/Text_generation_bot

Generation of congratulations and bad news

1

stars

2

commits

Python

primary language

Jun 15, 2022

updated

README

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

Contributors

kostyagomel44

2 commits

Languages

Python

100.0%