dustyatx commited on
Commit
9bf8722
·
verified ·
1 Parent(s): 24a5381

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -23
README.md CHANGED
@@ -1,23 +1,25 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- - name: Business_Intelligence_Indirect
7
- dtype: int64
8
- - name: Business_Action_Direct
9
- dtype: int64
10
- - name: Not_Business_Relevant
11
- dtype: int64
12
- splits:
13
- - name: train
14
- num_bytes: 153367339
15
- num_examples: 83070
16
- download_size: 87218016
17
- dataset_size: 153367339
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: train
22
- path: data/train-*
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`