update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,8 @@ license: mit
|
|
4 |
datasets:
|
5 |
- DocRED
|
6 |
tags:
|
7 |
-
- lsr
|
8 |
- token-generation
|
|
|
9 |
inference: false
|
10 |
model-index:
|
11 |
- name: LSR
|
@@ -184,5 +184,4 @@ Please contact the authors to get the dataset if you have a valid LDC license.
|
|
184 |
|
185 |
# Other Information
|
186 |
- **Original Code:** [link](https://github.com/nanguoshun/LSR)
|
187 |
-
- **Additional Information**: CAVEATS: The model trained in this paper alone is not sufficient to do extract relations from a document. It requires other models to perform entity recognition and coreference between the entities. For this demo, two other pretrained models from AllenNLP is used: Fine Grained Name Entity Recognition and Coreference SpanBERT.
|
188 |
-
|
|
|
4 |
datasets:
|
5 |
- DocRED
|
6 |
tags:
|
|
|
7 |
- token-generation
|
8 |
+
- lsr
|
9 |
inference: false
|
10 |
model-index:
|
11 |
- name: LSR
|
|
|
184 |
|
185 |
# Other Information
|
186 |
- **Original Code:** [link](https://github.com/nanguoshun/LSR)
|
187 |
+
- **Additional Information**: CAVEATS: The model trained in this paper alone is not sufficient to do extract relations from a document. It requires other models to perform entity recognition and coreference between the entities. For this demo, two other pretrained models from AllenNLP is used: Fine Grained Name Entity Recognition and Coreference SpanBERT.
|
|