Add the AudioClassificationPipeline (#13342)

* Add the audio classification pipeline

* Remove autoconfig exception

* Mark ffmpeg test as slow

* Rearrange pipeline tests

* Add small test

* Replace asserts with ValueError
This commit is contained in:
Anton Lozhkov
2021-09-01 11:03:48 +03:00
committed by GitHub
parent 02039352b2
commit b9c6a97694
12 changed files with 347 additions and 5 deletions

View File

@@ -122,8 +122,6 @@ IGNORE_NON_AUTO_CONFIGURED = PRIVATE_MODELS.copy() + [
"TFRagTokenForGeneration",
"Wav2Vec2ForCTC",
"HubertForCTC",
"Wav2Vec2ForSequenceClassification",
"HubertForSequenceClassification",
"XLMForQuestionAnswering",
"XLNetForQuestionAnswering",
"SeparableConv1D",