sophiaqho commited on
Commit
49aed89
·
1 Parent(s): 942e7cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -26,7 +26,8 @@ The model is fine-tuned from DisilBERT
26
 
27
  ## Intended uses & limitations
28
 
29
- Can be used as a question classifier, will
 
30
 
31
  ## Training and evaluation data
32
 
 
26
 
27
  ## Intended uses & limitations
28
 
29
+ It can be used as a question classifier, it will output Label 1 if the input question is a "wh" or factoid question, otherwise, it will output Label 0 if the input is a yes/no question.
30
+ Can be used as part of the input preprocessing for question answering, when the type of question needs to be predetermined.
31
 
32
  ## Training and evaluation data
33