Datasets:

ArXiv:
ckpt / transformers /utils /test_module /custom_processing.py
eve1f's picture
Upload folder using huggingface_hub
f28a814 verified
raw
history blame contribute delete
172 Bytes
from transformers import ProcessorMixin
class CustomProcessor(ProcessorMixin):
feature_extractor_class = "AutoFeatureExtractor"
tokenizer_class = "AutoTokenizer"