You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/README.md
+34-23Lines changed: 34 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -2,33 +2,29 @@
2
2
3
3
## Introduction
4
4
5
-
HuggingNLP is an open-source library for resolving four fundamental tasks in NLP, namely Named Entity Recognition, Entity Mention Detection, Relation Extraction and Coreference Resolution.
5
+
HMTL is an open-source library for resolving four fundamental tasks in NLP, namely Named Entity Recognition, Entity Mention Detection, Relation Extraction and Coreference Resolution using multi-task learning.
6
6
7
-
## Setup
7
+
For a brief introduction to multi-task learning, you can refer to our blog post (LINK TO COME). Each of the four tasks considered is detailed in the following section.
8
8
9
-
Adapt and launch `machine_setup.sh`.
9
+
The web interface for the demo can be found here () for you to try and play with it. HMTL comes with the web visualization client if you prefer to run it on your own.
The demo (LINK TO COME) is based on Python 3.6 and [AllenNLP](https://github.com/allenai/allennlp).
20
16
21
-
To launch a specific model (please make sure to be in a valid environment before: `source pyhuggingnlp/bin/activate`):
17
+
The easiest way to setup a clean and working environment with the necessary dependencies is to refer to the setup section in the [parent folder](https://github.com/huggingface/hmtl#dependecies-and-installation).
18
+
A few supplementary dependecies are listed in `requirements.txt` and are required to run the demo.
0 commit comments