malmarjeh commited on
Commit
3b2e7db
1 Parent(s): 5a21334

Update README.md

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