Slomb commited on
Commit
bc4938e
·
verified ·
1 Parent(s): 8b695af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ Based on distilbert/distilbert-base-uncased.
25
  The model was only trained to classify single questions. Other kinds of data are not tested.
26
 
27
  ### Training Data
28
- I used a small part of the inquisitiveqg dataset mixed with a private dataset to train the model. A satisfactory model with 85.5% accuracy was created.
29
 
30
  #### Metrics
31
  "eval_accuracy": 0.8551401869158879,
 
25
  The model was only trained to classify single questions. Other kinds of data are not tested.
26
 
27
  ### Training Data
28
+ I manually labeled a small part of the inquisitiveqg dataset mixed with a private dataset to train the model to recognize ambiguity in questions. A satisfactory model with 85.5% accuracy was created.
29
 
30
  #### Metrics
31
  "eval_accuracy": 0.8551401869158879,