Summarization
Transformers
Safetensors
English
bart
text2text-generation
abstractive
hybrid
multistep
Eval Results (legacy)
Instructions to use MikaSie/Longformer_BART_dependent_V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MikaSie/Longformer_BART_dependent_V1 with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="MikaSie/Longformer_BART_dependent_V1")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("MikaSie/Longformer_BART_dependent_V1") model = AutoModelForSeq2SeqLM.from_pretrained("MikaSie/Longformer_BART_dependent_V1") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- ebd565937477a3253db04c508ed72aee0d5c7b920c99db870e8744dd36783c83
- Size of remote file:
- 5.18 kB
- SHA256:
- a4818ba1e3a130c3ea7902ec2eceafd4d66a04109245a3affb11d40ec3cd5546
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.