Update README.md
#3
by
liuqing830
- opened
README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
tags:
|
| 4 |
- neural-search-query-classification
|
| 5 |
- neural-search
|
| 6 |
widget:
|
| 7 |
-
- text:
|
|
|
|
| 8 |
---
|
| 9 |
# KEYWORD STATEMENT VS QUESTION CLASSIFIER FOR NEURAL SEARCH
|
| 10 |
|
|
@@ -16,9 +17,4 @@ tokenizer = AutoTokenizer.from_pretrained("shahrukhx01/question-vs-statement-cla
|
|
| 16 |
|
| 17 |
model = AutoModelForSequenceClassification.from_pretrained("shahrukhx01/question-vs-statement-classifier")
|
| 18 |
```
|
| 19 |
-
Trained to add the feature for classifying queries between Question Query vs Statement Query using classification in [Haystack](https://github.com/deepset-ai/haystack/issues/611)
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
language: en
|
| 3 |
tags:
|
| 4 |
- neural-search-query-classification
|
| 5 |
- neural-search
|
| 6 |
widget:
|
| 7 |
+
- text: what did you eat in lunch?
|
| 8 |
+
license: apache-2.0
|
| 9 |
---
|
| 10 |
# KEYWORD STATEMENT VS QUESTION CLASSIFIER FOR NEURAL SEARCH
|
| 11 |
|
|
|
|
| 17 |
|
| 18 |
model = AutoModelForSequenceClassification.from_pretrained("shahrukhx01/question-vs-statement-classifier")
|
| 19 |
```
|
| 20 |
+
Trained to add the feature for classifying queries between Question Query vs Statement Query using classification in [Haystack](https://github.com/deepset-ai/haystack/issues/611)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|