[AutoProcessor] Add Wav2Vec2WithLM & small fix (#14675)
* [AutoProcessor] Add Wav2Vec2WithLM & small fix * revert line removal * Update src/transformers/__init__.py * add test * up * up * small fix
This commit is contained in:
committed by
GitHub
parent
2294071a0c
commit
ee4fa2e465
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"feature_extractor_type": "Wav2Vec2FeatureExtractor"
|
||||
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
||||
"processor_class": "Wav2Vec2Processor"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user