Johnson8187
commited on
Commit
•
8629a02
1
Parent(s):
cf1cfc8
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,8 @@ pipeline_tag: text-classification
|
|
8 |
tags:
|
9 |
- emotion
|
10 |
library_name: transformers
|
|
|
|
|
11 |
---
|
12 |
# chinese-text-emotion-classifier
|
13 |
|
@@ -183,12 +185,12 @@ if __name__ == "__main__":
|
|
183 |
|
184 |
### Dataset
|
185 |
- The fine-tuning dataset consists of 4,000 annotated Traditional Chinese emotion samples, covering various emotion categories to ensure the model's generalization capability in emotion classification.
|
186 |
-
-
|
187 |
|
188 |
|
189 |
### 數據集
|
190 |
- 微調數據來自4000個自行標註的高質量繁體中文情感語句數據,覆蓋了多種情緒類別,確保模型在情感分類上的泛化能力。
|
191 |
-
-
|
192 |
|
193 |
---
|
194 |
|
|
|
8 |
tags:
|
9 |
- emotion
|
10 |
library_name: transformers
|
11 |
+
datasets:
|
12 |
+
- Johnson8187/Chinese_Multi-Emotion_Dialogue_Dataset
|
13 |
---
|
14 |
# chinese-text-emotion-classifier
|
15 |
|
|
|
185 |
|
186 |
### Dataset
|
187 |
- The fine-tuning dataset consists of 4,000 annotated Traditional Chinese emotion samples, covering various emotion categories to ensure the model's generalization capability in emotion classification.
|
188 |
+
- [Johnson8187/Chinese_Multi-Emotion_Dialogue_Dataset](https://huggingface.co/datasets/Johnson8187/Chinese_Multi-Emotion_Dialogue_Dataset)
|
189 |
|
190 |
|
191 |
### 數據集
|
192 |
- 微調數據來自4000個自行標註的高質量繁體中文情感語句數據,覆蓋了多種情緒類別,確保模型在情感分類上的泛化能力。
|
193 |
+
- [Johnson8187/Chinese_Multi-Emotion_Dialogue_Dataset](https://huggingface.co/datasets/Johnson8187/Chinese_Multi-Emotion_Dialogue_Dataset)
|
194 |
|
195 |
---
|
196 |
|