Quexoo commited on
Commit
4b09a26
1 Parent(s): abc12e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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. It is used in the ilert Search Algorithem.
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
 
 
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