naimur900 commited on
Commit
c6163a6
1 Parent(s): fa3e6d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -22,14 +22,14 @@ This model is a fine-tuned version of [google/pegasus-cnn_dailymail](https://hug
22
 
23
  ## Model description
24
 
25
- Our model, pegasus_xlsum, is a state-of-the-art model fine-tuned on the English subset of the csebuetnlp/xlsum dataset. This data source is one of the most comprehensive and diverse sets available, originally composed of 1.35 million professional article-summary pairs sourced from BBC across 45 languages. Despite its multilingual nature, we intentionally selected the English language subset, consisting of approximately 330,000 records, as the focus for our fine-tuning process.
26
 
27
- The goal was to adapt the model for the text summarization task, and we're thrilled to report that the fine-tuned pegasus_xlsum model exceeded our expectations. It outperformed the established csebuetnlp/mT5_multilingual_XLSum model in terms of ROUGE scores, demonstrating superior summary generation capabilities. The pegasus_xlsum model leverages the powerful PEGASUS architecture, proving its efficiency and effectiveness in handling English text summarization tasks.
28
 
29
 
30
  ## Intended uses & limitations
31
 
32
- Our intention with pegasus_xlsum is to provide a reliable, high-performance solution for English text summarization, making the most of the rich, professional, and diverse source dataset it was trained on. We hope you find this model as useful in your applications as we found it in our experiments.
33
 
34
 
35
 
@@ -42,10 +42,10 @@ Our intention with pegasus_xlsum is to provide a reliable, high-performance solu
42
 
43
  | Metric | Score |
44
  |--------|-------|
45
- | ROUGE-1 F1 | 0.386277 |
46
- | ROUGE-2 F1 | 0.166917 |
47
- | ROUGE-L F1 | 0.301018 |
48
- | ROUGE-LSUM F1 | 0.300885 |
49
 
50
  ## Training procedure
51
 
 
22
 
23
  ## Model description
24
 
25
+ **pegasus_xlsum** is a state-of-the-art model fine-tuned on the **English** subset of the **csebuetnlp/xlsum** dataset. This data source is one of the most comprehensive and diverse sets available, originally composed of **1.35 million** professional article-summary pairs sourced from BBC across 45 languages. Despite its multilingual nature, we intentionally selected the **English** language subset, consisting of approximately **330,000** records, as the focus for our fine-tuning process.
26
 
27
+ The goal was to adapt the model for the text summarization task, and we're thrilled to report that the fine-tuned **pegasus_xlsum** model exceeded our expectations. It outperformed the established **csebuetnlp/mT5_multilingual_XLSum** model in terms of **ROUGE** scores, demonstrating superior summary generation capabilities. The **pegasus_xlsum** model leverages the powerful PEGASUS architecture, proving its efficiency and effectiveness in handling **English** text summarization tasks.
28
 
29
 
30
  ## Intended uses & limitations
31
 
32
+ **pegasus_xlsum** is to provide a reliable, high-performance solution for **English** text summarization, making the most of the rich, professional, and diverse source dataset it was trained on. We hope you find this model as useful in your applications as we did in our experiments.
33
 
34
 
35
 
 
42
 
43
  | Metric | Score |
44
  |--------|-------|
45
+ | **ROUGE-1 F1** | 0.391215 |
46
+ | **ROUGE-2 F1** | 0.174674 |
47
+ | **ROUGE-L F1** | 0.308941 |
48
+ | **ROUGE-LSUM F1** | 0.308923 |
49
 
50
  ## Training procedure
51