Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 694 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 694 Bytes

First Sentence Baseline

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:

  1. fork and/or clone the repo;
  2. login into shared task private registry with command sudo docker login headlinegen.vkpartner.ru:5001
  3. build docker image with command sudo docker build --tag headlinegen.vkpartner.ru:5001/{your_token} .
  4. push docker image to registry with command sudo docker push headlinegen.vkpartner.ru:5001/{your_token}
  5. click Валидировать on shared task website.