Merge branch 'main' of github.com:zjunlp/DeepKE into main

This commit is contained in:
tlk-dsg 2021-12-07 18:34:56 +08:00
commit ba77f57f07
1 changed files with 3 additions and 2 deletions

View File

@ -97,6 +97,8 @@ tar -xzvf data.tar.gz
**Step5** Training (Parameters for training can be changed in the `conf` folder) **Step5** Training (Parameters for training can be changed in the `conf` folder)
We support visual parameter tuning using *wandb*
```bash ```bash
python run.py python run.py
``` ```
@ -124,6 +126,7 @@ python predict.py
- seqeval == 1.2.2 - seqeval == 1.2.2
- tqdm == 4.60.0 - tqdm == 4.60.0
- opt-einsum==3.3.0 - opt-einsum==3.3.0
- wandb==0.12.7
- ujson - ujson
<br> <br>
@ -346,13 +349,11 @@ This toolkit provides many `Jupyter Notebook` and `Google Colab` tutorials. User
[RE Notebook](https://github.com/zjunlp/DeepKE/blob/main/tutorial-notebooks/re/few-shot/tutorial.ipynb) [RE Notebook](https://github.com/zjunlp/DeepKE/blob/main/tutorial-notebooks/re/few-shot/tutorial.ipynb)
[RE Colab]()
- Document-level<br> - Document-level<br>
[RE Notebook](https://github.com/zjunlp/DeepKE/blob/main/tutorial-notebooks/re/document/tutorial.ipynb) [RE Notebook](https://github.com/zjunlp/DeepKE/blob/main/tutorial-notebooks/re/document/tutorial.ipynb)
[RE Colab]()
<br> <br>