Commit
·
787968d
1
Parent(s):
876dcd9
Update README.md
Browse files
README.md
CHANGED
@@ -41,12 +41,12 @@ Model to detect whether a sentence is a question.
|
|
41 |
|
42 |
For example
|
43 |
|
44 |
-
QUESTION: How are you
|
45 |
-
QUESTION: Hello there, how are you
|
46 |
-
OTHER: Hello there, nice to meet you
|
47 |
-
OTHER: The highest mountain of Switzerland is the Dufourspitze
|
48 |
-
QUESTION: Which ANN algorithm has Apache Lucene implemented
|
49 |
-
OTHER: Hi Everyone, we have a new blog post that you all might be interested in: "Why is Vector Search so fast?"
|
50 |
|
51 |
The model can be used by bots (e.g. https://ukatie.com) to detect questions inside chatrooms, like for example Slack, MS Teams, Discord or Matrix.
|
52 |
|
|
|
41 |
|
42 |
For example
|
43 |
|
44 |
+
- QUESTION: How are you
|
45 |
+
- QUESTION: Hello there, how are you
|
46 |
+
- OTHER: Hello there, nice to meet you
|
47 |
+
- OTHER: The highest mountain of Switzerland is the Dufourspitze
|
48 |
+
- QUESTION: Which ANN algorithm has Apache Lucene implemented
|
49 |
+
- OTHER: Hi Everyone, we have a new blog post that you all might be interested in: "Why is Vector Search so fast?"
|
50 |
|
51 |
The model can be used by bots (e.g. https://ukatie.com) to detect questions inside chatrooms, like for example Slack, MS Teams, Discord or Matrix.
|
52 |
|