Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
|
3 |
## LED for legal summarization of documents
|
4 |
This is a Longformer Encoder Decoder ([led-base-16384](https://huggingface.co/allenai/led-base-16384)) model for the **legal domain**, trained for **long document abstractive summarization** task. The length of the document can be upto 16,384 tokens.
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
+
dataset: arxiv:2004.05150
|
4 |
+
tasks: Summarization
|
5 |
+
---
|
6 |
|
7 |
## LED for legal summarization of documents
|
8 |
This is a Longformer Encoder Decoder ([led-base-16384](https://huggingface.co/allenai/led-base-16384)) model for the **legal domain**, trained for **long document abstractive summarization** task. The length of the document can be upto 16,384 tokens.
|