Update README.md
Browse files
README.md
CHANGED
@@ -25,12 +25,27 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Bleu1
|
27 |
type: bleu
|
28 |
-
value:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
|
31 |
---
|
32 |
# Arabic Question Generation Model
|
33 |
-
This Model is fine-tuned[AraT5-Base Model](https://huggingface.co/UBC-NLP/AraT5-base) on Arabic Question-Answering Dataset for **Question Generation** task .It achieves the following results on the evaluation set:
|
34 |
|
35 |
- Bleu 1: 37.62
|
36 |
- Bleu 2: 27.80
|
@@ -39,7 +54,7 @@ This Model is fine-tuned[AraT5-Base Model](https://huggingface.co/UBC-NLP/AraT5-
|
|
39 |
- Meteor: 33.19
|
40 |
- Rouge-L: 43.37
|
41 |
|
42 |
-
##Live Demo
|
43 |
Get the Question from given Context and a Answer :[Arabic QG Model](https://huggingface.co/spaces/Mihakram/Arabic_Question_Generation)
|
44 |
|
45 |
## Model in Action 🚀
|
|
|
25 |
metrics:
|
26 |
- name: Bleu1
|
27 |
type: bleu
|
28 |
+
value: 37.62
|
29 |
+
- name: Bleu2
|
30 |
+
type: bleu
|
31 |
+
value: 27.80
|
32 |
+
- name: Bleu3
|
33 |
+
type: bleu
|
34 |
+
value: 20.89
|
35 |
+
- name: Bleu4
|
36 |
+
type: bleu
|
37 |
+
value: 15.87
|
38 |
+
- name: meteor
|
39 |
+
type: meteor
|
40 |
+
value: 33.19
|
41 |
+
- name: rougel
|
42 |
+
type: rouge
|
43 |
+
value: 43.37
|
44 |
|
45 |
|
46 |
---
|
47 |
# Arabic Question Generation Model
|
48 |
+
This Model is fine-tuned [AraT5-Base Model](https://huggingface.co/UBC-NLP/AraT5-base) on Arabic Question-Answering Dataset for **Question Generation** task .It achieves the following results on the evaluation set:
|
49 |
|
50 |
- Bleu 1: 37.62
|
51 |
- Bleu 2: 27.80
|
|
|
54 |
- Meteor: 33.19
|
55 |
- Rouge-L: 43.37
|
56 |
|
57 |
+
## Live Demo
|
58 |
Get the Question from given Context and a Answer :[Arabic QG Model](https://huggingface.co/spaces/Mihakram/Arabic_Question_Generation)
|
59 |
|
60 |
## Model in Action 🚀
|