Q-KGR / transformers-4.33.3 /utils /test_module /custom_feature_extraction.py
271754echo's picture
Upload folder using huggingface_hub
4844162 verified
raw
history blame contribute delete
117 Bytes
from transformers import Wav2Vec2FeatureExtractor
class CustomFeatureExtractor(Wav2Vec2FeatureExtractor):
pass