Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Dataset Card: Chinese Classification Dataset
|
| 2 |
+
|
| 3 |
+
## Overview
|
| 4 |
+
The Chinese Classification Dataset is designed for classifying sentences in different forms of Chinese text. Each entry consists of a Chinese sentence paired with a label indicating its language variant.
|
| 5 |
+
|
| 6 |
+
## Structure
|
| 7 |
+
- **Rows**: Each row contains a single Chinese sentence.
|
| 8 |
+
- **Labels**: Comma-separated strings indicating one or more of these languages:
|
| 9 |
+
- `zh`: Simplified Chinese
|
| 10 |
+
- `zht`: Traditional Chinese
|
| 11 |
+
- `yue`: Cantonese
|
| 12 |
+
|
| 13 |
+
### Example
|
| 14 |
+
| Sentence | Label |
|
| 15 |
+
|------------------------------|-----------------|
|
| 16 |
+
| 这是一个示例句子。 | zh |
|
| 17 |
+
| 這是一個示例句子。 | zht |
|
| 18 |
+
| 呢個係一個示例句子。 | yue |
|
| 19 |
+
|
| 20 |
+
## Purpose
|
| 21 |
+
This dataset contains the same information as [agentlans/chinese-classification](https://huggingface.co/datasets/agentlans/chinese-classification)
|
| 22 |
+
but it's reformulated as a multi-label language classification problem.
|
| 23 |
+
|
| 24 |
+
## Applications
|
| 25 |
+
- Language classification
|
| 26 |
+
- NLP research on Chinese languages
|
| 27 |
+
- Language detection algorithms
|
| 28 |
+
- Educational tools
|
| 29 |
+
|
| 30 |
+
## Usage Notes
|
| 31 |
+
Ideal for training models to identify and classify various forms of Chinese text, with clear labeling for easy integration into machine learning workflows.
|
| 32 |
+
|
| 33 |
+
## Licence and Acknowledgements
|
| 34 |
+
|
| 35 |
+
Please refer to [agentlans/chinese-classification](https://huggingface.co/datasets/agentlans/chinese-classification) and the datasets that it's based on.
|