Anıl Sevinç
commited on
Commit
·
d67cf16
1
Parent(s):
cab682d
Update model card with corrected categories
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ tags:
|
|
5 |
- customer-support
|
6 |
- Turkish
|
7 |
datasets:
|
8 |
-
-
|
9 |
license: mit
|
10 |
model_name: bert-topic-classification-turkish
|
11 |
base_model: dbmdz/bert-base-turkish-cased
|
@@ -60,7 +60,7 @@ print(f"Predicted Topic Class ID: {predicted_class}")
|
|
60 |
|
61 |
## Training Details
|
62 |
- **Base Model:** [dbmdz/bert-base-turkish-cased](https://huggingface.co/dbmdz/bert-base-turkish-cased)
|
63 |
-
- **Dataset:** **
|
64 |
- **Epochs:** 5
|
65 |
- **Batch Size:** 8
|
66 |
- **Learning Rate:** 0.00005
|
@@ -94,7 +94,7 @@ This repository contains the following files:
|
|
94 |
---
|
95 |
|
96 |
## Dataset
|
97 |
-
The model was fine-tuned on a custom dataset named **
|
98 |
- Financial Services
|
99 |
- Account Operations
|
100 |
- Technical Support
|
|
|
5 |
- customer-support
|
6 |
- Turkish
|
7 |
datasets:
|
8 |
+
- Turkish_Conversations
|
9 |
license: mit
|
10 |
model_name: bert-topic-classification-turkish
|
11 |
base_model: dbmdz/bert-base-turkish-cased
|
|
|
60 |
|
61 |
## Training Details
|
62 |
- **Base Model:** [dbmdz/bert-base-turkish-cased](https://huggingface.co/dbmdz/bert-base-turkish-cased)
|
63 |
+
- **Dataset:** **Turkish_Conversations** (Custom dataset for Turkish customer support)
|
64 |
- **Epochs:** 5
|
65 |
- **Batch Size:** 8
|
66 |
- **Learning Rate:** 0.00005
|
|
|
94 |
---
|
95 |
|
96 |
## Dataset
|
97 |
+
The model was fine-tuned on a custom dataset named **Turkish_Conversations**, which consists of 2,695 Turkish customer support conversations. The dataset includes text labeled into the following categories:
|
98 |
- Financial Services
|
99 |
- Account Operations
|
100 |
- Technical Support
|