Update README.md

This commit is contained in:
tlk1997 2021-10-12 19:14:36 +08:00 committed by GitHub
parent 6514f1c1ee
commit 3057935fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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