qhchina commited on
Commit
379338b
1 Parent(s): f1c5f78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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. Further updates to the model are expected in the future.
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