malmarjeh commited on
Commit
967536a
1 Parent(s): ac76848

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -15,7 +15,9 @@ widget:
15
  # An Arabic abstractive text summarization model
16
  A fine-tuned AraT5 model on a dataset of 84,764 paragraph-summary pairs.
17
 
18
- More details on the fine-tuning of this model will be released later.
 
 
19
 
20
  The model can be used as follows:
21
  ```python
15
  # An Arabic abstractive text summarization model
16
  A fine-tuned AraT5 model on a dataset of 84,764 paragraph-summary pairs.
17
 
18
+ Paper: [Arabic abstractive text summarization using RNN-based and transformer-based architectures](https://www.sciencedirect.com/science/article/abs/pii/S0306457322003284).
19
+
20
+ Dataset: [link](https://data.mendeley.com/datasets/7kr75c9h24/1).
21
 
22
  The model can be used as follows:
23
  ```python