malmarjeh commited on
Commit
302a3b0
1 Parent(s): e24356c

Update README.md

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