Update README.md
Browse files
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 |
-
|
|
|
|
|
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
|