Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,23 +1,25 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
1 |
+
|
2 |
+
# ModernBERT-Biz-Trinary-Classifier-Fine_tuning - Fine-Tuning Dataset for Business Text Classification
|
3 |
+
|
4 |
+
## 📌 Overview
|
5 |
+
This dataset was used to fine-tune **ModernBERT-Biz-Trinary-Classifier**, a model that classifies text as:
|
6 |
+
- **Business_Action_Direct**: Clearly business-related (financial reports, funding rounds, revenue impact).
|
7 |
+
- **Business_Intelligence_Indirect**: Business-adjacent (economic trends, regulatory changes, potential business insights).
|
8 |
+
- **Not_Business_Relevant**: No meaningful business context.
|
9 |
+
|
10 |
+
The dataset includes a diverse mix of **social media posts, news articles, financial reports, forum discussions, and general text**, ensuring **robust business classification performance**.
|
11 |
+
|
12 |
+
## 📊 Dataset Statistics
|
13 |
+
|
14 |
+
| Total Samples | `83070` |
|
15 |
+
|
16 |
+
## 🛠 Features
|
17 |
+
- **text** (string): The raw input text.
|
18 |
+
- **Business_Action_Direct** (0/1): Whether the text contains direct business action.
|
19 |
+
- **Business_Intelligence_Indirect** (0/1): Whether the text contains indirect business intelligence.
|
20 |
+
- **Not_Business_Relevant** (0/1): Whether the text is not related to business.
|
21 |
+
|
22 |
+
## 🏗 Dataset Card
|
23 |
+
- **Author**: [Your Name / Organization]
|
24 |
+
- **License**: Apache 2.0
|
25 |
+
- **Tags**: `business-classification`, `text-classification`, `dataset`, `financial-analysis`
|