Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- hi
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- text-classification
|
| 7 |
+
- intent-classification
|
| 8 |
+
- customer-support
|
| 9 |
+
datasets:
|
| 10 |
+
- custom
|
| 11 |
+
pipeline_tag: text-classification
|
| 12 |
+
library_name: transformers
|
| 13 |
+
license: apache-2.0
|
| 14 |
+
model_name: customer-support-intents
|
| 15 |
+
base_model: distilbert-base-uncased
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Customer Support Intent Classifier (English + Hinglish)
|
| 19 |
+
|
| 20 |
+
This model is a fine-tuned DistilBERT model trained for customer support intent classification in English and Hinglish language. It supports common intents like order tracking, refund requests, delivery status, and general queries.
|