Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- cnmoro/QuestionClassification
|
5 |
+
tags:
|
6 |
+
- classification
|
7 |
+
- questioning
|
8 |
+
- directed
|
9 |
+
- generic
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
- pt
|
13 |
+
library_name: transformers
|
14 |
+
pipeline_tag: text-classification
|
15 |
---
|
16 |
+
|
17 |
+
A finetuned version of prajjwal1/bert-tiny.
|
18 |
+
|
19 |
+
The goal is to classify questions into "Directed" or "Generic".
|
20 |
+
|
21 |
+
If a question is not directed, we would change the actions we perform on a RAG pipeline (if it is generic, semantic search wouldn't be useful directly; e.g. asking for a summary).
|
22 |
+
|
23 |
+
(Class 0 is Generic; Class 1 is Directed)
|
24 |
+
|
25 |
+
The accuracy on the training dataset is around 87.5%
|