Skip to content
/ SMTR Public

2021-2 자연어처리와 딥러닝 프로젝트

Notifications You must be signed in to change notification settings

eenzeenee/SMTR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Show Me The Rhyme

2021-2 자연어처리와 딥러닝 프로젝트

presentation link


install

python3 -m venv .venv
source .venv/bin.activate

pip install --upgrade pip
pip install git+https://github.com/SKT-AI/KoBART#egg=kobart
pip install pandas
pip install pytorch_lightning==1.2.1
pip install sentence-transformers

download pretrained model

from kobart import get_pytorch_kobart_model, get_kobart_tokenizer
get_kobart_tokenizer(".")
get_pytorch_kobart_model(cachedir=".")

train

source train_script.sh

infer

source infer_script.sh

About

2021-2 자연어처리와 딥러닝 프로젝트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published