Slomb commited on
Commit
4e0d83b
·
verified ·
1 Parent(s): bc4938e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,9 +17,9 @@ Based on distilbert/distilbert-base-uncased.
17
 
18
  **Example:**
19
 
20
- "He gave it all he could." {'label': 'AMBIG', 'score': 0.7770335078239441}
21
 
22
- "Peter did his best for the football game." {'label': 'CLEAR': 0.7791128158569336}
23
 
24
  ## Out-of-Scope Use
25
  The model was only trained to classify single questions. Other kinds of data are not tested.
 
17
 
18
  **Example:**
19
 
20
+ "Did he do it?" {'label': 'AMBIG', 'score': 0.9029870629310608}
21
 
22
+ "Did Peter win the game?" {'label': 'CLEAR', 'score': 0.8900136351585388}
23
 
24
  ## Out-of-Scope Use
25
  The model was only trained to classify single questions. Other kinds of data are not tested.