Instructions to use yznlp/STRONG-LED with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yznlp/STRONG-LED with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("yznlp/STRONG-LED") model = AutoModelForSeq2SeqLM.from_pretrained("yznlp/STRONG-LED") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,8 +8,6 @@ language:
|
|
| 8 |
|
| 9 |
## Model Information
|
| 10 |
|
| 11 |
-
Summary description and brief definition of inputs and outputs.
|
| 12 |
-
|
| 13 |
### Description
|
| 14 |
|
| 15 |
STRONG is a finetuned LED-based model that can produce a Structure Controllable summarization of long legal opinions obtained from CanLII.
|
|
|
|
| 8 |
|
| 9 |
## Model Information
|
| 10 |
|
|
|
|
|
|
|
| 11 |
### Description
|
| 12 |
|
| 13 |
STRONG is a finetuned LED-based model that can produce a Structure Controllable summarization of long legal opinions obtained from CanLII.
|