vahmohh commited on
Commit
126595b
1 Parent(s): 937f14a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,3 +1,5 @@
 
 
1
  The model has been built upon the pre-trained T5 model by fine-tuning it on SQuAD dataset for the porpuse of automatic question and answer generation.
2
 
3
  The following format should be used for generating questions.
@@ -15,6 +17,4 @@ The following format should be used for generating answers.
15
  Output:
16
  ```sh
17
  answer_1 </sep> answer_2 </sep> ... </sep> answer_n </end>
18
- ```
19
-
20
- [www.github.com/vahmohh/masters-thesis](https://www.github.com/vahmohh/masters-thesis)
 
1
+ [www.github.com/vahmohh/masters-thesis](https://www.github.com/vahmohh/masters-thesis)
2
+
3
  The model has been built upon the pre-trained T5 model by fine-tuning it on SQuAD dataset for the porpuse of automatic question and answer generation.
4
 
5
  The following format should be used for generating questions.
 
17
  Output:
18
  ```sh
19
  answer_1 </sep> answer_2 </sep> ... </sep> answer_n </end>
20
+ ```