Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

README.md updates #182

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PEGASUS library

Pre-training with Extracted Gap-sentences for Abstractive SUmmarization
Pre-training with Extracted Gap-sentences for Abstractive Summarization
Sequence-to-sequence models, or PEGASUS, uses self-supervised objective Gap
Sentences Generation (GSG) to train a transformer encoder-decoder model. The
paper can be found on [arXiv](https://arxiv.org/abs/1912.08777). ICML 2020 accepted.
Expand Down Expand Up @@ -144,7 +144,7 @@ def my_param(param_overrides):

## Evaluation metrics.

Evaluation results can be found in `mode_dir`. Summarization metrics are automatically
Evaluation results can be found in `model_dir`. Summarization metrics are automatically
calculated for each evaluation point.

- [ROUGE](https://www.aclweb.org/anthology/W04-1013.pdf) is the main metric
Expand Down