Mihakram commited on
Commit
215304c
1 Parent(s): 54c463b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -10,11 +10,6 @@ widget:
10
  # Arabic Question generation Model
11
  [AraT5-Base Model](https://huggingface.co/UBC-NLP/AraT5-base) fine-tuned on Arabic Question-Answering Dataset for **Question generation** by just prepending the *answer* to the context*
12
 
13
- ## Details of Ara-T5
14
-
15
- 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*
16
-
17
-
18
  ## Model in Action 🚀
19
  ```python
20
  from transformers import AutoTokenizer,AutoModelForSeq2SeqLM
@@ -50,6 +45,11 @@ get_question(answer,context)
50
  #output : question="كم استمرت الثورة الجزائرية؟ "
51
 
52
  ```
 
 
 
 
 
53
 
54
  ## Citation
55
  If you want to cite this model you can use this:
 
10
  # Arabic Question generation Model
11
  [AraT5-Base Model](https://huggingface.co/UBC-NLP/AraT5-base) fine-tuned on Arabic Question-Answering Dataset for **Question generation** by just prepending the *answer* to the context*
12
 
 
 
 
 
 
13
  ## Model in Action 🚀
14
  ```python
15
  from transformers import AutoTokenizer,AutoModelForSeq2SeqLM
 
45
  #output : question="كم استمرت الثورة الجزائرية؟ "
46
 
47
  ```
48
+ ## Details of Ara-T5
49
+
50
+ 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*
51
+
52
+
53
 
54
  ## Citation
55
  If you want to cite this model you can use this: