Update readme.md

This commit is contained in:
yongzhuo 2019-05-10 10:16:19 +08:00 committed by GitHub
parent 288c5e42bb
commit 8581cb37f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,13 +58,9 @@
- 11.数据增强augment_seq2seq: 先跑 python extract_char_webank.py生成数据
再跑 python train_char_anti.py
然后跑 python predict_char_anti.py
- 12.特征计算(bert):提取特征:
- 12.特征计算(bert)(提取特征、计算相似度):
```
run extract_keras_bert_feature.py
```
计算相似度:
```
run tet_bert_keras_sim.py
```