memray / OpenNMT-kpg-release

Keyphrase Generation
MIT License
216 stars 34 forks source link

Missing model files #41

Closed helfardy closed 2 years ago

helfardy commented 3 years ago

data.zip doesn't have the models/checkpoints (as specified in the readme)

memray commented 3 years ago

Sorry, I'm still refactoring the code. Will share the ckpts using the new code soon.

jing86736238 commented 3 years ago

Sorry, I'm still refactoring the code. Will share the ckpts using the new code soon.

So,we can not run this project ?

memray commented 3 years ago

You can, but you have to process raw text data to tensor files. New pipeline allows you to load from the raw data directly and tokenize it on the fly.