chywang commited on
Commit
0a61c79
1 Parent(s): a71f059

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -3,6 +3,14 @@ license: apache-2.0
3
  language: zh
4
  ---
5
 
 
 
 
 
 
 
 
 
6
  ```python
7
 
8
  from transformers import pipeline
 
3
  language: zh
4
  ---
5
 
6
+
7
+ ## Alibaba PAI BERT Base Chinese for LLM Risk Detection
8
+
9
+ We provide a fine-tuned Chinese BERT-base model to detect toxic contents generated by LLMs.
10
+
11
+ Usage:
12
+
13
+
14
  ```python
15
 
16
  from transformers import pipeline