sophiaqho commited on
Commit
e7003f7
1 Parent(s): 1df4182

Create README.md

Browse files

A Boolean Question Answering model, fine-tuned to answer yes/no questions given a context and a question.

Files changed (1) hide show
  1. README.md +6 -0
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - boolq
4
+ - pubmed_qa
5
+ pipeline_tag: question-answering
6
+ ---