Summarization
Transformers
Safetensors
English
bart
text2text-generation
abstractive
hybrid
multistep
Eval Results (legacy)
Instructions to use MikaSie/LexLM_Longformer_BART_dependent_V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MikaSie/LexLM_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/LexLM_Longformer_BART_dependent_V1")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("MikaSie/LexLM_Longformer_BART_dependent_V1") model = AutoModelForSeq2SeqLM.from_pretrained("MikaSie/LexLM_Longformer_BART_dependent_V1") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 4fa54979c7674bfecd95694b08938d069bd4830bc1ace6d87515efe90e13e36a
- Size of remote file:
- 5.24 kB
- SHA256:
- 8c18725ce3088b0b39d7d416fba7e8882d2ae825cd9167a0a3103debecf37745
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.