Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This model is a fine-tuned version of google/mt5-small trained for Arabic text summarization.
|
| 2 |
|
| 3 |
This model is fine-tuned on BBC news articles (XL-Sum Arabic dataset), in which the first sentence (headline sentence) is used for summary and others are used for article.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- csebuetnlp/xlsum
|
| 5 |
+
language:
|
| 6 |
+
- ar
|
| 7 |
+
metrics:
|
| 8 |
+
- rouge
|
| 9 |
+
---
|
| 10 |
This model is a fine-tuned version of google/mt5-small trained for Arabic text summarization.
|
| 11 |
|
| 12 |
This model is fine-tuned on BBC news articles (XL-Sum Arabic dataset), in which the first sentence (headline sentence) is used for summary and others are used for article.
|