yonigozlan's picture
Update processing.py
edae382 verified
Raw
History Blame Contribute Delete
225 Bytes
from transformers import ProcessorMixin
class NewProcessor(ProcessorMixin):
special_attribute_present = True
def __init__(self, feature_extractor, tokenizer):
super().__init__(feature_extractor, tokenizer)