michaelwechner
commited on
Commit
·
876dcd9
1
Parent(s):
e52adc8
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,6 @@ task_ids:
|
|
21 |
---
|
22 |
|
23 |
## Table of Contents
|
24 |
-
- [Table of Contents](#table-of-contents)
|
25 |
- [Description](#description)
|
26 |
- [Summary](#summary)
|
27 |
- [Languages](#languages)
|
@@ -37,11 +36,19 @@ task_ids:
|
|
37 |
|
38 |
## Description
|
39 |
### Summary
|
40 |
-
https://ukatie.com
|
41 |
|
42 |
-
|
43 |
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
### Languages
|
47 |
|
|
|
21 |
---
|
22 |
|
23 |
## Table of Contents
|
|
|
24 |
- [Description](#description)
|
25 |
- [Summary](#summary)
|
26 |
- [Languages](#languages)
|
|
|
36 |
|
37 |
## Description
|
38 |
### Summary
|
|
|
39 |
|
40 |
+
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 |
|
53 |
### Languages
|
54 |
|