Update README.md
Browse files
README.md
CHANGED
|
@@ -37,4 +37,4 @@ query = "I want to transfer 500 dollars to my friend"
|
|
| 37 |
result = classifier(query)
|
| 38 |
|
| 39 |
print(result)
|
| 40 |
-
# Output example: [{'label': '
|
|
|
|
| 37 |
result = classifier(query)
|
| 38 |
|
| 39 |
print(result)
|
| 40 |
+
# Output example: [{'label': 'False', 'score': 0.8767889142036438}] i.e it's not a question.
|