Update README.md
Browse files
README.md
CHANGED
|
@@ -16,14 +16,14 @@ This model is built on the [DistilBERT](https://huggingface.co/distilbert/distil
|
|
| 16 |
|
| 17 |
### Model Description
|
| 18 |
|
| 19 |
-
The model processes input text to determine whether it is a statement or a question.
|
| 20 |
### Training Data
|
| 21 |
|
| 22 |
The model was trained on a diverse dataset containing examples of both statements and questions. The training process involved fine-tuning the pre-trained DistilBERT model on this specific classification task. The dataset included various types of questions and statements from different contexts to ensure robustness.
|
| 23 |
|
| 24 |
-
*
|
| 25 |
-
*
|
| 26 |
-
*
|
| 27 |
|
| 28 |
### Performance
|
| 29 |
|
|
|
|
| 16 |
|
| 17 |
### Model Description
|
| 18 |
|
| 19 |
+
The model processes input text to determine whether it is a statement or a question.
|
| 20 |
### Training Data
|
| 21 |
|
| 22 |
The model was trained on a diverse dataset containing examples of both statements and questions. The training process involved fine-tuning the pre-trained DistilBERT model on this specific classification task. The dataset included various types of questions and statements from different contexts to ensure robustness.
|
| 23 |
|
| 24 |
+
* Quora Question Keyword Pairs
|
| 25 |
+
* Questions vs Statements Classification
|
| 26 |
+
* ilert related Questions
|
| 27 |
|
| 28 |
### Performance
|
| 29 |
|