mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 21:00:08 +06:00
![]() * pipeline generation defaults * add max_new_tokens=20 in test pipelines * pop all kwargs that are used to parameterize generation config * add class attr that tell us whether a pipeline calls generate * tmp commit * pt text gen pipeline tests passing * remove failing tf tests * fix text gen pipeline mixin test corner case * update text_to_audio pipeline tests * trigger tests * a few more tests * skips * some more audio tests * not slow * broken * lower severity of generation mode errors * fix all asr pipeline tests * nit * skip * image to text pipeline tests * text2test pipeline * last pipelines * fix flaky * PR comments * handle generate attrs more carefully in models that cant generate * same as above |
||
---|---|---|
.. | ||
__init__.py | ||
test_pipelines_audio_classification.py | ||
test_pipelines_automatic_speech_recognition.py | ||
test_pipelines_common.py | ||
test_pipelines_depth_estimation.py | ||
test_pipelines_document_question_answering.py | ||
test_pipelines_feature_extraction.py | ||
test_pipelines_fill_mask.py | ||
test_pipelines_image_classification.py | ||
test_pipelines_image_feature_extraction.py | ||
test_pipelines_image_segmentation.py | ||
test_pipelines_image_text_to_text.py | ||
test_pipelines_image_to_image.py | ||
test_pipelines_image_to_text.py | ||
test_pipelines_mask_generation.py | ||
test_pipelines_object_detection.py | ||
test_pipelines_question_answering.py | ||
test_pipelines_summarization.py | ||
test_pipelines_table_question_answering.py | ||
test_pipelines_text_classification.py | ||
test_pipelines_text_generation.py | ||
test_pipelines_text_to_audio.py | ||
test_pipelines_text2text_generation.py | ||
test_pipelines_token_classification.py | ||
test_pipelines_translation.py | ||
test_pipelines_video_classification.py | ||
test_pipelines_visual_question_answering.py | ||
test_pipelines_zero_shot_audio_classification.py | ||
test_pipelines_zero_shot_image_classification.py | ||
test_pipelines_zero_shot_object_detection.py | ||
test_pipelines_zero_shot.py |