mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-25 15:28:59 +06:00
![]() * Make audio classification pipeline spec-compliant and add test * Check that test actually running in CI * Try a different pipeline for the CI * Move the test so it gets triggered * Move it again, this time into task_tests! * make fixup * indentation fix * comment * Move everything from testing_utils to test_pipeline_mixin * Add output testing too * revert small diff with main * make fixup * Clarify comment * Update tests/pipelines/test_pipelines_audio_classification.py Co-authored-by: Lucain <lucainp@gmail.com> * Update tests/test_pipeline_mixin.py Co-authored-by: Lucain <lucainp@gmail.com> * Rename function and js_args -> hub_args * Cleanup the spec recursion * Check keys for all outputs --------- Co-authored-by: Lucain <lucainp@gmail.com> |
||
---|---|---|
.. | ||
__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_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 |