Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,8 @@ The model is fine-tuned from DisilBERT
|
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
29 |
-
|
|
|
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 |
|