How to use from the
Use from the
Transformers library
# 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="pere/summary-v1")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("pere/summary-v1", dtype="auto")
Quick Links

Demo model

Currently this is just a demo page but there will come a real model here soon.

Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support