Create README.md

This commit is contained in:
NingyuZhang 2021-10-11 00:17:50 +08:00 committed by GitHub
parent 41c0fc48e7
commit c4c4de7652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ DeepKE包括了三个模块可以进行关系抽取、实体命名识别以
**[FEW-SHORT](https://github.com/zjunlp/deepke/blob/test_new_deepke/example/re/few-shot)** :
进入其目录修改数据集以及conf文件夹下的目录```python run.py```即可训练,如需从上次训练的模型开始训练:设置.yaml中的train_from_saved_model为上次保存模型的路径每次训练的日志保存路径默认保存在根目录可以通过.yaml中的log_dir来配置```python predict.py```即可预测。
**[DOCUMENT](https://github.com/zjunlp/deepke/blob/test_new_deepke/example/re/standard)** :
**[DOCUMENT](https://github.com/zjunlp/deepke/blob/test_new_deepke/example/re/document)** :
```train_distant.json```由于文件太大请自行从Google Drive上下载到data/目录下.进入其目录修改数据集以及conf文件夹下的目录```python run.py```即可训练,如需从上次训练的模型开始训练:设置.yaml中的train_from_saved_model为上次保存模型的路径每次训练的日志保存路径默认保存在根目录可以通过.yaml中的log_dir来配置```python predict.py```即可预测。
3. **属性抽取AE**