shahrukhx01
commited on
Commit
•
83a077a
1
Parent(s):
c7a042d
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ tokenizer = AutoTokenizer.from_pretrained("shahrukhx01/bert-mini-finetune-questi
|
|
16 |
|
17 |
model = AutoModelForSequenceClassification.from_pretrained("shahrukhx01/bert-mini-finetune-question-detection")
|
18 |
```
|
19 |
-
Trained to add the feature for classifying queries between Question
|
20 |
|
21 |
|
22 |
|
|
|
16 |
|
17 |
model = AutoModelForSequenceClassification.from_pretrained("shahrukhx01/bert-mini-finetune-question-detection")
|
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 |
|