Commit
·
2c1976c
1
Parent(s):
787968d
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 |
-
-
|
45 |
-
-
|
46 |
-
-
|
47 |
-
-
|
48 |
-
-
|
49 |
-
-
|
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 |
|
@@ -58,7 +58,7 @@ So far, English is the only supported language.
|
|
58 |
|
59 |
### Data Fields
|
60 |
|
61 |
-
Text: Short input sentence
|
62 |
|
63 |
Label: Question or Other
|
64 |
|
|
|
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 |
|
|
|
58 |
|
59 |
### Data Fields
|
60 |
|
61 |
+
Text: Short input sentence, e.g. "Which ANN algorithm has Apache Lucene implemented"
|
62 |
|
63 |
Label: Question or Other
|
64 |
|