"tests/models/convnext/__init__.py" did not exist on "29c10a41d04f855c433a6cde7797b325651417d2"
  • Nicolas Patry's avatar
    ChunkPipeline (batch_size enabled on `zero-cls` and `qa` pipelines. (#14225) · b058490c
    Nicolas Patry authored
    
    
    * Pipeline chunks.
    
    * Batching for Chunking pipelines ?
    
    * Batching for `question-answering` and `zero-shot-cls`.
    
    * Fixing for FNet.
    
    * Making ASR a chunk pipeline.
    
    * Chunking ASR API.
    
    * doc style.
    
    * Fixing ASR test.
    
    * Fixing QA eror (p_mask, padding is 1, not 0).
    
    * Enable both vad and simple chunking.
    
    * Max length for vad.
    
    * remove inference mode, crashing on s2t.
    
    * Revert ChunkPipeline for ASRpipeline.
    
    Too many knobs for simple integration within the pipeline, better stick
    to external convenience functions instead, more control to be had,
    simpler pipeline and also easier to replace with other things later.
    
    * Drop necessity for PT for these.
    
    * Enabling generators.
    
    * Add mic + cleanup.
    
    * Typo.
    
    * Typo2.
    
    * Remove ASR work, it does not belong in this PR anymore.
    
    * Update src/transformers/pipelines/pt_utils.py
    Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
    
    * Update src/transformers/pipelines/zero_shot_classification.py
    Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
    
    * Adding many comments.
    
    * Doc quality.
    
    * `hidden_states` handling.
    
    * Adding doc.
    
    * Bad rebase.
    
    * Autofixing docs.
    
    * Fixing CRITICAL bug in the new Zerocls pipeline.
    Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
    b058490c
pipelines.mdx 14.9 KB