imryanxu commited on
Commit
210d151
·
verified ·
1 Parent(s): a528044

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ library_name: transformers
8
 
9
  # risk-model-zh-v0.1
10
  ## Introduction
11
- This is a BERT model fine-tuned on a high-quality Chinese financial dataset. It generates a security risk score, which helps to identify and remove data with security risks from financial datasets, thereby reducing the proportion of illegal or undesirable data.
12
  ## Quickstart
13
  Here is an example code snippet for generating security risk scores using this model.
14
  ```python
 
8
 
9
  # risk-model-zh-v0.1
10
  ## Introduction
11
+ This is a BERT model fine-tuned on a high-quality Chinese financial dataset. It generates a security risk score, which helps to identify and remove data with security risks from financial datasets, thereby reducing the proportion of illegal or undesirable data. For the complete data cleaning process, please refer to [YiZhao](https://github.com/HITsz-TMG/YiZhao).
12
  ## Quickstart
13
  Here is an example code snippet for generating security risk scores using this model.
14
  ```python