Rachneet commited on
Commit
b188429
1 Parent(s): d3ed98b

update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
- ###Datasets:
3
- - squad_v2 (with the removal of unanswerable questions)
4
-
5
- ###Question-generation
6
- Input text in the following format:
7
- - text: "\<hl> 42 \<hl> is the answer to life, the universe and everything. </s>"
8
- - text: "Python is a programming language. It is developed by \<hl> Guido Van Rossum \<hl>. </s>"
9
  - text: "Although \<hl> practicality \<hl> beats purity \</s>"
10
 
11
  ---
 
1
  ---
2
+ datasets:
3
+ - squadv2 (with the removal of unanswerable questions)
4
+ tags:
5
+ -question-generation
6
+ widget:
7
+ - text: "\<hl> 42 \<hl> is the answer to life, the universe and everything. \</s>"
8
+ - text: "Python is a programming language. It is developed by \<hl> Guido Van Rossum \<hl>. \</s>"
9
  - text: "Although \<hl> practicality \<hl> beats purity \</s>"
10
 
11
  ---