Update README.md
Browse files
README.md
CHANGED
@@ -45,17 +45,11 @@ model-index:
|
|
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 |
-
-
|
51 |
-
- Bleu 2: 27.80
|
52 |
-
- Bleu 3: 20.89
|
53 |
-
- Bleu 4: 15.87
|
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 🚀
|
61 |
```python
|
|
|
45 |
|
46 |
---
|
47 |
# Arabic Question Generation Model
|
|
|
48 |
|
49 |
+
This model is ready to use for **Question Generation** task, simply input the text and answer, the model will generate a question, This model is a fine-tuned version of [AraT5-Base](https://huggingface.co/UBC-NLP/AraT5-base)
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
## Live Demo
|
52 |
+
Get the Question from given Context and a Answer : [Arabic QG Model](https://huggingface.co/spaces/Mihakram/Arabic_Question_Generation)
|
53 |
|
54 |
## Model in Action 🚀
|
55 |
```python
|