File size: 11,358 Bytes
29ec639 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 |
---
language: tr
license: other
license_name: siriusai-premium-v1
license_link: LICENSE
tags:
- turkish
- text-classification
- bert
- nlp
- transformers
- siriusai
- production-ready
- enterprise
base_model: dbmdz/bert-base-turkish-uncased
datasets:
- custom
metrics:
- f1
- precision
- recall
- accuracy
- mcc
library_name: transformers
pipeline_tag: text-classification
model-index:
- name: turn-detector
results:
- task:
type: text-classification
name: Text Classification
metrics:
- type: f1
value: 0.9924276856095726
name: Macro F1
- type: mcc
value: 0.9848560799888242
---
# turn-detector - Turkish Text Classification Model
<p align="center">
<a href="https://huggingface.co/hayatiali/turn-detector"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-turn--detector-yellow" alt="Hugging Face"></a>
<a href="https://huggingface.co/hayatiali/turn-detector"><img src="https://img.shields.io/badge/Model-Production%20Ready-brightgreen" alt="Production Ready"></a>
<img src="https://img.shields.io/badge/Language-Turkish-blue" alt="Turkish">
<img src="https://img.shields.io/badge/Task-Text%20Classification-orange" alt="Text Classification">
</p>
This model is designed for classifying Turkish text into different turn-taking categories in a conversation.
*Developed by SiriusAI Tech Brain Team*
---
## Mission
> **To enhance conversational AI by accurately detecting turn-taking dynamics in Turkish dialogues, enabling more natural and engaging interactions.**
The `turn-detector` model is capable of classifying responses in Turkish conversations into two distinct categories: **agent_response** and **backchannel**. This functionality is crucial for developing advanced voice assistants and dialogue systems that better understand human interactions. By leveraging the power of the `BertForSequenceClassification` architecture, the model achieves remarkable accuracy and reliability.
### Why This Model Matters
- **High Accuracy**: With an impressive accuracy of over 99%, this model ensures reliable classifications in real-world applications.
- **Enterprise-Grade Performance**: Designed for production use, it meets the stringent requirements of enterprise clients.
- **NLP Expertise**: Developed using state-of-the-art natural language processing techniques, it provides a competitive edge in understanding Turkish conversations.
- **Scalable Solution**: Easily integratable into existing systems, allowing for seamless deployment in various applications.
- **Robust Training**: Trained on a substantial dataset, ensuring its effectiveness across diverse conversational contexts.
---
## Model Overview
| Property | Value |
|----------|-------|
| **Architecture** | BertForSequenceClassification |
| **Base Model** | `dbmdz/bert-base-turkish-uncased` |
| **Task** | Text Classification |
| **Language** | Turkish (tr) |
| **Categories** | 2 labels |
| **Model Size** | ~110M parameters |
| **Inference Time** | ~10-15ms (GPU) / ~40-50ms (CPU) |
---
## Performance Metrics
### Final Evaluation Results
| Metric | Score | Description |
|--------|-------|-------------|
| **Macro F1** | **0.9924** | Harmonic mean of precision and recall |
| **MCC** | **0.9849** | Matthews Correlation Coefficient |
| **Accuracy** | **99.3242%** | Ratio of correctly predicted instances to total instances |
### Per-Class Performance
| Category | Accuracy | Correct | Total |
|----------|----------|---------|-------|
| **agent_response** | 99.5% | 7,429 | 7,464 |
| **backchannel** | 98.9% | 3,741 | 3,782 |
---
## Dataset
### Dataset Statistics
| Split | Samples | Purpose |
|-------|---------|---------|
| **Train** | 44,982 | Model training |
| **Test** | 11,246 | Model evaluation |
| **Total** | 56,228 | Complete dataset |
### Category Distribution
| Category | Samples | Percentage | Description |
|----------|---------|------------|-------------|
| **turn_action** | 56,228 | 100.0% | turn_action category |
### Subcategory Breakdown
| Category | Subcategories |
|----------|---------------|
| **turn_action** | agent_response, backchannel |
---
## Label Definitions
| Label | ID | Description | Turkish Examples |
|-------|-----|-------------|------------------|
| **agent_response** | 0 | Represents a direct response from the agent in a conversation | "Merhaba, size nasıl yardımcı olabilirim?" |
| **backchannel** | 1 | Indicates acknowledgment or encouragement from the listener | "Evet", "Anladım" |
### Important: Category Boundaries
The distinction between **agent_response** and **backchannel** is critical. An **agent_response** represents a substantive reply to a query, while **backchannel** responses are brief acknowledgments that do not provide new information.
---
## Training Procedure
### Hyperparameters
| Parameter | Value |
|-----------|-------|
| **Base Model** | `dbmdz/bert-base-turkish-uncased` |
| **Max Sequence Length** | 128 tokens |
| **Batch Size** | 16 |
| **Learning Rate** | 2e-5 |
| **Epochs** | 3 |
| **Optimizer** | AdamW |
| **Weight Decay** | 0.01 |
| **Loss Function** | CrossEntropyLoss / Focal Loss |
| **Problem Type** | Single-label / Multi-label Classification |
### Training Environment
| Resource | Specification |
|----------|---------------|
| **Hardware** | Apple Silicon (MPS) / CUDA GPU |
| **Framework** | PyTorch + Transformers |
| **Training Time** | Varies based on dataset size |
---
## Usage
### Installation
```bash
pip install transformers torch
```
### Quick Start
```python
from transformers import AutoTokenizer, AutoModelForSequenceClassification
import torch
model_name = "hayatiali/turn-detector"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForSequenceClassification.from_pretrained(model_name)
model.eval()
LABELS = ["agent_response", "backchannel"]
def predict(text):
inputs = tokenizer(text, return_tensors="pt", truncation=True, max_length=128)
with torch.no_grad():
outputs = model(**inputs)
probs = torch.softmax(outputs.logits, dim=-1)[0]
scores = {label: float(prob) for label, prob in zip(LABELS, probs)}
primary = max(scores, key=scores.get)
return {"category": primary, "confidence": scores[primary], "all_scores": scores}
# Examples
print(predict("Merhaba, nasılsınız?"))
```
### Production Class
```python
class TurnDetectorClassifier:
LABELS = ["agent_response", "backchannel"]
def __init__(self, model_path="hayatiali/turn-detector"):
self.tokenizer = AutoTokenizer.from_pretrained(model_path)
self.model = AutoModelForSequenceClassification.from_pretrained(model_path)
self.device = "cuda" if torch.cuda.is_available() else "cpu"
self.model.to(self.device).eval()
def predict(self, text: str) -> dict:
inputs = self.tokenizer(text, return_tensors="pt", truncation=True, max_length=128)
inputs = {k: v.to(self.device) for k, v in inputs.items()}
with torch.no_grad():
logits = self.model(**inputs).logits
probs = torch.softmax(logits, dim=-1)[0].cpu().numpy()
scores = dict(zip(self.LABELS, probs))
return {"category": max(scores, key=scores.get), "confidence": max(scores.values()), "scores": scores}
```
### Batch Inference
```python
def predict_batch(texts: list, batch_size: int = 32) -> list:
results = []
for i in range(0, len(texts), batch_size):
batch = texts[i:i + batch_size]
inputs = tokenizer(batch, return_tensors="pt", truncation=True, max_length=128, padding=True)
inputs = {k: v.to(device) for k, v in inputs.items()}
with torch.no_grad():
probs = torch.softmax(model(**inputs).logits, dim=-1).cpu().numpy()
for prob in probs:
scores = dict(zip(LABELS, prob))
results.append(scores)
return results
```
---
## Limitations & Known Issues
### ⚠️ Model Limitations
| Limitation | Details | Impact |
|------------|---------|--------|
| **Dataset Bias** | Model performance may vary on conversational data outside the training set. | Could lead to inaccuracies in specific domains. |
| **Language Nuance** | Captures standard Turkish but may struggle with dialects or highly informal speech. | Reduced accuracy in non-standard language use. |
| **Context Understanding** | Limited ability to understand context beyond single-turn interactions. | May misclassify responses that rely on previous context. |
### ⚠️ Production Deployment Considerations
| Consideration | Details | Recommendation |
|---------------|---------|----------------|
| **Model Size** | Large model size may impact deployment on limited-resource environments. | Consider model distillation or quantization for constrained environments. |
### Not Suitable For
- Real-time critical applications without human oversight.
- Scenarios requiring high levels of contextual understanding across multiple turns.
- Use cases in non-Turkish languages without adaptation.
---
## Ethical Considerations
### Intended Use
- Conversational AI applications.
- Voice assistants and chatbots.
- Customer service automation.
### Risks
- **Bias in Training Data**: If the training data is biased, the model may perpetuate those biases in its predictions.
- **Misuse of Technology**: Potential for the model to be used in contexts that require ethical considerations, such as surveillance or deceptive practices.
### Recommendations
1. **Human Oversight**: Always implement human oversight in applications that utilize the model.
2. **Monitoring**: Continuously monitor model outputs for unexpected or biased behavior.
3. **Updates**: Regularly update the model with new data to improve accuracy and mitigate biases.
---
## Technical Specifications
### Model Architecture
```
BertForSequenceClassification(
(bert): BertModel(
(embeddings): BertEmbeddings
(encoder): BertEncoder (12 layers)
(pooler): BertPooler
)
(dropout): Dropout(p=0.1)
(classifier): Linear(in_features=768, out_features=2)
)
Total Parameters: ~110M
```
### Input/Output
- **Input**: Turkish text (max 128 tokens)
- **Output**: 2-dimensional probability vector
- **Tokenizer**: BERTurk WordPiece (32k vocab)
---
## Citation
```bibtex
@misc{turn-detector-2025,
title={turn-detector - Turkish Text Classification Model},
author={SiriusAI Tech Brain Team},
year={2025},
publisher={Hugging Face},
howpublished={\url{https://huggingface.co/hayatiali/turn-detector}},
note={Fine-tuned from dbmdz/bert-base-turkish-uncased}
}
```
---
## Model Card Authors
**SiriusAI Tech Brain Team**
## Contact
- **Email**: info@siriusaitech.com
- **Repository**: [GitHub](https://github.com/sirius-tedarik)
---
## Changelog
### v1.0 (Current)
- Initial release
- 2-category text classification
- Macro F1: 0.9924, MCC: 0.9849
---
**License**: SiriusAI Tech Premium License v1.0
**Commercial Use**: Requires Premium License. Contact: info@siriusaitech.com
**Free Use Allowed For**:
- Academic research and education
- Non-profit organizations (with approval)
- Evaluation (30 days)
**Disclaimer**: This model is designed for text classification applications. Always implement with appropriate safeguards and human oversight. Model predictions should inform decisions, not replace human judgment. |