Update README.md
Browse files
README.md
CHANGED
@@ -90,6 +90,17 @@ answer =" 7 سنوات ونصف"
|
|
90 |
get_question(context,answer)
|
91 |
#output : question="كم استمرت الثورة الجزائرية؟ "
|
92 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
## References
|
94 |
|
95 |
The **Ara-T5** model was presented in [AraT5: Text-to-Text Transformers for Arabic Language Generation](https://arxiv.org/abs/2109.12068) by *El Moatez Billah Nagoudi, AbdelRahim Elmadany, Muhammad Abdul-Mageed*
|
|
|
90 |
get_question(context,answer)
|
91 |
#output : question="كم استمرت الثورة الجزائرية؟ "
|
92 |
```
|
93 |
+
|
94 |
+
## Expriments
|
95 |
+
We report score with `NQG Scorer`.
|
96 |
+
|
97 |
+
If not special explanation, the size of the model defaults to "base".
|
98 |
+
|
99 |
+
### Metrics resaults
|
100 |
+
Bleu 1|Bleu 2|Bleu 3|Bleu 4|METEOR|ROUGE-L|
|
101 |
+
------|------|------|------|------|-------|
|
102 |
+
54.67 |39.26 |30.34 |24.15 |25.43 |52.64 |
|
103 |
+
|
104 |
## References
|
105 |
|
106 |
The **Ara-T5** model was presented in [AraT5: Text-to-Text Transformers for Arabic Language Generation](https://arxiv.org/abs/2109.12068) by *El Moatez Billah Nagoudi, AbdelRahim Elmadany, Muhammad Abdul-Mageed*
|