Update data card
Browse filesyaml data has been updated.
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# Topic Classifier
|
3 |
|
@@ -125,4 +133,4 @@ The model's evaluation results are as follows:
|
|
125 |
|
126 |
The Topic Classifier achieves high accuracy, precision, recall, and F1-score, making it a reliable model for categorizing text across the domains of corporate documents, financial content, harmful content, and medical texts. The model is optimized for immediate deployment and works efficiently in real-world applications.
|
127 |
|
128 |
-
For more information or to try the model yourself, check out the public space [here](https://huggingface.co/spaces/daxa-ai/Topic-Classifier-2).
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- distilbert/distilbert-base-uncased
|
7 |
+
pipeline_tag: text-classification
|
8 |
+
---
|
9 |
|
10 |
# Topic Classifier
|
11 |
|
|
|
133 |
|
134 |
The Topic Classifier achieves high accuracy, precision, recall, and F1-score, making it a reliable model for categorizing text across the domains of corporate documents, financial content, harmful content, and medical texts. The model is optimized for immediate deployment and works efficiently in real-world applications.
|
135 |
|
136 |
+
For more information or to try the model yourself, check out the public space [here](https://huggingface.co/spaces/daxa-ai/Topic-Classifier-2).
|