qhchina commited on
Commit
02628a9
1 Parent(s): 8dc50d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ 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` and `violent`. 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). Further updates to the model are expected in the future.
21
 
22
  ## Usage
23