naimur900 commited on
Commit
7dec021
1 Parent(s): 2a318bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- **pegasus_xlsum** is a state-of-the-art model fine-tuned on the **English** subset of the [**csebuetnlp/xlsum**](https://huggingface.co/datasets/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**](https://huggingface.co/csebuetnlp/mT5_multilingual_XLSum) model in terms of [**ROUGE**](https://huggingface.co/spaces/evaluate-metric/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
 
 
22
 
23
  ## Model description
24
 
25
+ The **pegasus_xlsum** is a state-of-the-art model fine-tuned on the **English** subset of the [**csebuetnlp/xlsum**](https://huggingface.co/datasets/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**](https://huggingface.co/csebuetnlp/mT5_multilingual_XLSum) model in terms of [**ROUGE**](https://huggingface.co/spaces/evaluate-metric/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
+ The **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