Update README.md
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ Based on distilbert/distilbert-base-uncased.
|
|
17 |
|
18 |
**Example:**
|
19 |
|
20 |
-
"
|
21 |
|
22 |
-
"Peter
|
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.
|