First Sentence Baseline for Headline Generation shared task on Dialogue 2019
This baseline just cut off the first sentence in a news article body and treat as a hypothesis for a article title.
To use it:
- fork and/or clone the repo;
- login into shared task private registry with command
sudo docker login headlinegen.vkpartner.ru:5001
- build docker image with command
sudo docker build --tag headlinegen.vkpartner.ru:5001/{your_token} .
- push docker image to registry with command
sudo docker push headlinegen.vkpartner.ru:5001/{your_token}
- click Валидировать on shared task website.