Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,11 @@ datasets:
|
|
| 17 |
|
| 18 |
# CoReNer
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
## Model description
|
| 21 |
|
| 22 |
A multi-task model for named-entity recognition, relation extraction, entity mention detection, and coreference resolution.
|
|
|
|
| 17 |
|
| 18 |
# CoReNer
|
| 19 |
|
| 20 |
+
## Demo
|
| 21 |
+
|
| 22 |
+
We released an online demo so you can easily play with the model. Check it out: [http://corener-demo.aiola-lab.com](http://corener-demo.aiola-lab.com).
|
| 23 |
+
The demo uses the [aiola/roberta-base-corener](https://huggingface.co/aiola/roberta-base-corener) model.
|
| 24 |
+
|
| 25 |
## Model description
|
| 26 |
|
| 27 |
A multi-task model for named-entity recognition, relation extraction, entity mention detection, and coreference resolution.
|