Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ This model is fine-tuned for detecting strong and weak emotions in Chinese text
|
|
20 |
|
21 |
## Model Description
|
22 |
|
23 |
-
The model is based on `bert-base-chinese` and fine-tuned for sequence classification with two labels: `weak` (0) and `strong` (1) emotion. The model was trained using a dataset of ~125k comments from Douban, a Chinese social networking service, and achieved 87.9% accuracy on a test set (10k comments). The comments were at least 200-character long.
|
24 |
|
25 |
## Usage
|
26 |
|
|
|
20 |
|
21 |
## Model Description
|
22 |
|
23 |
+
The model is based on `bert-base-chinese` and fine-tuned for sequence classification with two labels: `weak` (0) and `strong` (1) emotion. The model was trained for one epoch using a dataset of ~125k comments from Douban, a Chinese social networking service, and achieved 87.9% accuracy on a held-out test set (10k comments). The comments were at least 200-character long.
|
24 |
|
25 |
## Usage
|
26 |
|