GAMA / hf-dev-train /transformers-main /utils /test_module /custom_feature_extraction.py
sonalkum's picture
hf peft
1e6d67a
raw
history blame
117 Bytes
from transformers import Wav2Vec2FeatureExtractor
class CustomFeatureExtractor(Wav2Vec2FeatureExtractor):
pass