Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: vi
|
3 |
+
tags:
|
4 |
+
- vietnamese
|
5 |
+
- text-classification
|
6 |
+
license: mit
|
7 |
+
---
|
8 |
+
|
9 |
+
# OpenDaisy Model
|
10 |
+
|
11 |
+
## Model description
|
12 |
+
|
13 |
+
This model is fine-tuned for Vietnamese text classification, specifically for distinguishing between product-related and general chitchat conversations.
|
14 |
+
|
15 |
+
## Intended uses & limitations
|
16 |
+
|
17 |
+
The model is intended for use in chatbots or conversation systems to identify when a user is inquiring about products versus engaging in general conversation.
|
18 |
+
|
19 |
+
## Training data
|
20 |
+
|
21 |
+
The model was trained on a synthetic dataset of Vietnamese conversations, labeled as either product-related or general chitchat.
|
22 |
+
|
23 |
+
## Training procedure
|
24 |
+
|
25 |
+
The model was fine-tuned using the Hugging Face Transformers library, based on the vinai/phobert-base-v2 pre-trained model.
|
26 |
+
|
27 |
+
## Evaluation results
|
28 |
+
|
29 |
+
[Add your evaluation metrics here, e.g. accuracy, F1 score]
|