Update README.md

This commit is contained in:
tlk1997 2021-10-28 15:35:33 +08:00 committed by GitHub
parent e043fa3d08
commit ab663dd467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ DeepKE支持pip安装使用以常规全监督设定关系抽取为例
具体流程请进入详细的README中
**[常规全监督STANDARD](https://github.com/zjunlp/deepke/blob/test_new_deepke/example/ner/standard)**
常规模块为预训练模型可进入其目录修改数据集以及conf文件夹下的目录```python run.py```即可训练,```python predict.py```即可预测。
常规模块为预训练模型可进入其目录修改数据集以及conf文件夹下的参数```python run.py```即可训练,```python predict.py```即可预测。
**[少样本FEW-SHOT](https://github.com/zjunlp/DeepKE/tree/test_new_deepke/example/ner/few-shot)**
少样本模块可进入其目录模型加载和保存位置以及配置可以在shell脚本中修改```python run.py```训练conll2003,```python run.py +train=few_shot```直接进行few-shot训练,若要加载模型修改few_shot.yaml中的load_path,```python predict.py```即可预测。