qhchina commited on
Commit
553368e
1 Parent(s): 02628a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -17,7 +17,8 @@ This model is fine-tuned for detecting violent and non-violent content in Chines
17
 
18
  ## Model Description
19
 
20
- The model is based on `bert-base-chinese` and fine-tuned for sequence classification with two labels: `non-violent` (0) and `violent` (1). Further updates to the model are expected in the future.
 
21
 
22
  ## Usage
23
 
 
17
 
18
  ## Model Description
19
 
20
+ The model is based on `bert-base-chinese` and fine-tuned for sequence classification with two labels: `non-violent` (0) and `violent` (1). The fine-tuning corpus included a large number of articles from the *People's Liberation Army Daily* (*Jiefangjun Bao*, or *JFJB*) which is one of the official newspapers in the People's Republic of China.
21
+ Further updates to the model are expected in the future.
22
 
23
  ## Usage
24