Migrate model card from transformers-repo
Browse filesRead announcement at https://discuss.huggingface.co/t/announcement-all-model-cards-will-be-migrated-to-hf-co-model-repos/2755
Original file history: https://github.com/huggingface/transformers/commits/master/model_cards/m3hrdadfi/bert2bert-fa-wiki-summary/README.md
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: fa
|
3 |
+
license: apache-2.0
|
4 |
+
tags:
|
5 |
+
- summarization
|
6 |
+
---
|
7 |
+
|
8 |
+
A Bert2Bert model on the Wiki Summary dataset to summarize articles. The model achieved an 8.47 ROUGE-2 score.
|
9 |
+
|
10 |
+
For more detail, please follow the [Wiki Summary](https://github.com/m3hrdadfi/wiki-summary) repo.
|
11 |
+
|
12 |
+
|
13 |
+
## Eval results
|
14 |
+
The following table summarizes the ROUGE scores obtained by the Bert2Bert model.
|
15 |
+
|
16 |
+
| % | Precision | Recall | FMeasure |
|
17 |
+
|:-------:|:---------:|:------:|:--------:|
|
18 |
+
| ROUGE-1 | 28.14 | 30.86 | 27.34 |
|
19 |
+
| ROUGE-2 | 07.12 | 08.47* | 07.10 |
|
20 |
+
| ROUGE-L | 28.49 | 25.87 | 25.50 |
|
21 |
+
|
22 |
+
|
23 |
+
## Questions?
|
24 |
+
Post a Github issue on the [Wiki Summary](https://github.com/m3hrdadfi/wiki-summary/issues) repo.
|