transformers / utils /test_module /custom_processing.py
AbdulElahGwaith's picture
Upload folder using huggingface_hub
a9bd396 verified
from transformers import ProcessorMixin
class CustomProcessor(ProcessorMixin):
def __init__(self, feature_extractor, tokenizer):
super().__init__(feature_extractor, tokenizer)