Update tutorial
This commit is contained in:
parent
7777144ad8
commit
e653c9c30e
|
@ -22,7 +22,7 @@
|
||||||
<p>A Deep Learning Based Knowledge Extraction Toolkit for Knowledge Base Population</p>
|
<p>A Deep Learning Based Knowledge Extraction Toolkit for Knowledge Base Population</p>
|
||||||
</h2>
|
</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>
|
<br>
|
||||||
|
|
||||||
|
|
|
@ -99,13 +99,9 @@
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"!pip install pytorch-transformers==1.2.0\n",
|
"!pip install deepke\n",
|
||||||
"!pip install torch==1.5.0\n",
|
"!wget 120.27.214.45/Data/ner/standard/data.tar.gz\n",
|
||||||
"!pip install hydra-core==1.0.6\n",
|
"!tar -xzvf data.tar.gz"
|
||||||
"!pip install seqeval==0.0.5\n",
|
|
||||||
"!pip install tqdm==4.31.1\n",
|
|
||||||
"!pip install matplotlib==3.4.1\n",
|
|
||||||
"!pip install deepke"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue