Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ language:
|
|
4 |
base_model:
|
5 |
- microsoft/deberta-v3-base
|
6 |
pipeline_tag: text-classification
|
|
|
|
|
7 |
---
|
8 |
Binary classification model for ad-detection on QA Systems.
|
9 |
|
@@ -64,4 +66,4 @@ Each model generated for 1/4th of the (query, answer) pairs
|
|
64 |
### Prompts
|
65 |
|
66 |
One of twelve prompts is chosen at random.
|
67 |
-
Prompts can be found under `files/*.prompt`.
|
|
|
4 |
base_model:
|
5 |
- microsoft/deberta-v3-base
|
6 |
pipeline_tag: text-classification
|
7 |
+
tags:
|
8 |
+
- classification
|
9 |
---
|
10 |
Binary classification model for ad-detection on QA Systems.
|
11 |
|
|
|
66 |
### Prompts
|
67 |
|
68 |
One of twelve prompts is chosen at random.
|
69 |
+
Prompts can be found under `files/*.prompt`.
|