Hugging Face · Arazzo Workflow
Hugging Face Summarize Then Translate
Version 1.0.0
Summarize a long document with one model, then translate the summary with another.
Provider
Workflows
summarize-then-translate
Summarize a document and translate the resulting summary.
Runs a summarization inference call on a long text and then translates the generated summary using a translation model.
1
summarize
summarization
Summarize the source text into a shorter version using the summarization model.
2
translate
translation
Translate the generated summary into the target language using the translation model.