Basic Information

appmixer.ai.huggingface.SummarizeText

Summarize Text

1.0.0

Public

Condense a long piece of text into a short summary using a summarization model served by Hugging Face Inference Providers.

Input Ports

in

FieldTypeDescription
Model text Repository ID of a summarization model, e.g. facebook/bart-large-cnn or google/pegasus-xsum.
Text textarea The text to summarize.
Truncation select How to handle text longer than the model's context window. Leave empty for the model default.

Output Ports

out

FieldTypeDescription
Model string -
Summary string -
Input Length integer -
Summary Length integer -

Full Metadata