MahdiSUST commited on
Commit
999ccf4
·
verified ·
1 Parent(s): 0c76935

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -12,19 +12,18 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # mt5-large-bn_sum_total_data
14
 
15
- This model is a fine-tuned version of [google/mt5-large](https://huggingface.co/google/mt5-large) on the None dataset.
16
 
17
  ## Model description
18
 
19
- More information needed
20
-
21
  ## Intended uses & limitations
22
 
23
- More information needed
24
 
25
  ## Training and evaluation data
26
 
27
- More information needed
28
 
29
  ## Training procedure
30
 
 
12
 
13
  # mt5-large-bn_sum_total_data
14
 
15
+ This model is a fine-tuned version of [google/mt5-large](https://huggingface.co/google/mt5-large) on [this](https://www.kaggle.com/datasets/hasanmoni/bengali-text-summarization) dataset.
16
 
17
  ## Model description
18
 
19
+ Our fine-tuned MT5-large model has significantly outperformed the state-of-the-art model (CSEBUETNLP/mT5_multilingual_XLSum) for Bangla text summarization. We achieved a ROUGE score of approximately 43, surpassing the previous record of 29.5653. This improvement demonstrates the effectiveness of our approach and highlights the potential for further advancements in Bangla NLP.
 
20
  ## Intended uses & limitations
21
 
22
+ Has a limitation for banglish texts
23
 
24
  ## Training and evaluation data
25
 
26
+ [Dataset](https://www.kaggle.com/datasets/hasanmoni/bengali-text-summarization)
27
 
28
  ## Training procedure
29