Instructions to use Zohaib002/Longformer-Encoder-Decoder-LED with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zohaib002/Longformer-Encoder-Decoder-LED with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Zohaib002/Longformer-Encoder-Decoder-LED") model = AutoModelForSeq2SeqLM.from_pretrained("Zohaib002/Longformer-Encoder-Decoder-LED", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bos_token_id": 0, | |
| "decoder_start_token_id": 2, | |
| "early_stopping": true, | |
| "eos_token_id": 2, | |
| "length_penalty": 0.8, | |
| "max_length": 1024, | |
| "min_length": 8, | |
| "no_repeat_ngram_size": 3, | |
| "num_beams": 4, | |
| "pad_token_id": 1, | |
| "repetition_penalty": 3.5, | |
| "transformers_version": "4.42.4" | |
| } | |