forked from huggingface/transformers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readme for News Headline Generation (bert2bert) (huggingface#8557)
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
model_cards/m3hrdadfi/bert2bert-fa-news-headline/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
language: fa | ||
license: apache-2.0 | ||
tags: | ||
- summarization | ||
--- | ||
|
||
A Bert2Bert model on VoA Persian Corpus (a medium-sized corpus of 7.9 million words, 2003-2008) generates headlines. The model achieved a 25.30 ROUGE-2 score. | ||
|
||
For more detail, please follow the [News Headline Generation](https://github.com/m3hrdadfi/news-headline-generation) repo. | ||
|
||
|
||
## Eval results | ||
The following table summarizes the ROUGE scores obtained by the Bert2Bert model. | ||
|
||
| % | Precision | Recall | FMeasure | | ||
|:-------:|:---------:|:------:|:--------:| | ||
| ROUGE-1 | 43.78 | 45.52 | 43.54 | | ||
| ROUGE-2 | 24.50 | 25.30* | 24.24 | | ||
| ROUGE-L | 41.20 | 42.22 | 40.76 | | ||
|
||
|
||
## Questions? | ||
Post a Github issue on the [News Headline Generation](https://github.com/hooshvare/news-headline-generation/issues) repo. |