HAshIRa7 / Ngram_TinkoffML

вступительные задания Тинькофф ML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ngram_TinkoffML

вступительные задания Тинькофф ML

How work in linux

Generate and save model
python3 train.py --input_dir Data --model model.pkl
Load model and generate text
python3 generate.py --model model.pkl --length 20

Attenintion

Git can't handle model.pkl size(limit 100MB)
Text generation is based on Shakespear
Still thinking on problem how to choose first elements and start text

About

вступительные задания Тинькофф ML


Languages

Language:Python 100.0%