Update tutorial

This commit is contained in:
xxupiano 2021-11-22 12:18:55 +00:00
parent 7777144ad8
commit e653c9c30e
2 changed files with 4 additions and 8 deletions

View File

@ -22,7 +22,7 @@
<p>A Deep Learning Based Knowledge Extraction Toolkit for Knowledge Base Population</p>
</h2>
DeepKE is a knowledge extraction toolkit supporting **low-resource** and **document-level** scenarios. It provides three functions based **PyTorch**, including **Named Entity Recognition**, **Relation Extraciton** and **Attribute Extraction**.
DeepKE is a knowledge extraction toolkit supporting **low-resource** and **document-level** scenarios. It provides three functions based on **PyTorch**, including **Named Entity Recognition**, **Relation Extraciton** and **Attribute Extraction**.
<br>

View File

@ -99,13 +99,9 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install pytorch-transformers==1.2.0\n",
"!pip install torch==1.5.0\n",
"!pip install hydra-core==1.0.6\n",
"!pip install seqeval==0.0.5\n",
"!pip install tqdm==4.31.1\n",
"!pip install matplotlib==3.4.1\n",
"!pip install deepke"
"!pip install deepke\n",
"!wget 120.27.214.45/Data/ner/standard/data.tar.gz\n",
"!tar -xzvf data.tar.gz"
]
},
{