Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Binary classification model for ad-detection on QA Systems.
|
2 |
|
3 |
## Sample usage
|
@@ -92,6 +99,4 @@ Each model generated for 1/4th of the (query, answer) pairs
|
|
92 |
- Gemma-2-9b-it
|
93 |
- LLaMA-3.1-8B-Instruct
|
94 |
- Mistral-7B-Instruct
|
95 |
-
- Qwen2.5-7B-Instruct
|
96 |
-
|
97 |
-
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
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 |
|
10 |
## Sample usage
|
|
|
99 |
- Gemma-2-9b-it
|
100 |
- LLaMA-3.1-8B-Instruct
|
101 |
- Mistral-7B-Instruct
|
102 |
+
- Qwen2.5-7B-Instruct
|
|
|
|