Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ This is a Longformer Encoder Decoder ([led-base-16384](https://huggingface.co/al
|
|
15 |
|
16 |
The **legal-led-base-16384** model was trained on [sec-litigation-releases](https://www.sec.gov/litigation/litreleases.htm) dataset consisting more than 2700 litigation releases and complaints.
|
17 |
|
18 |
-
##
|
19 |
```Python
|
20 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
21 |
|
|
|
15 |
|
16 |
The **legal-led-base-16384** model was trained on [sec-litigation-releases](https://www.sec.gov/litigation/litreleases.htm) dataset consisting more than 2700 litigation releases and complaints.
|
17 |
|
18 |
+
## How to use
|
19 |
```Python
|
20 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
21 |
|