System Info
Transformers version: 5.x
The issue is related to the documentation rather than a specific runtime environment.
Who can help?
@Rocketknight1 @stevhliu
Information
Tasks
Reproduction
This is a documentation inconsistency in Transformers v5.
text2text-generation / summarization / translation pipeline tasks (pipeline("text2text-generation"), pipeline("summarization") and pipeline("translation")) were removed in v5.
Despite this, the official documentation still contains multiple references to these tasks.
Expected behavior
References to text2text-generation, summarization and translation as pipeline task names should be removed.
System Info
Transformers version: 5.x
The issue is related to the documentation rather than a specific runtime environment.
Who can help?
@Rocketknight1 @stevhliu
Information
Tasks
examplesfolder (such as GLUE/SQuAD, ...)Reproduction
This is a documentation inconsistency in Transformers v5.
text2text-generation / summarization / translation pipeline tasks (
pipeline("text2text-generation"),pipeline("summarization")andpipeline("translation")) were removed in v5.Despite this, the official documentation still contains multiple references to these tasks.
Expected behavior
References to
text2text-generation,summarizationandtranslationas pipeline task names should be removed.