Basics
https://github.com/microsoft/onnxruntime/issues/15235#issuecomment-1487609280
transforms
from transformers import AutoProcessor, pipeline
model_path = "optimum/whisper-tiny.en"
processor = WhisperProcessor.from_pretrained(model_path)
https://huggingface.co/optimum/whisper-tiny.en/blob/main/preprocessor_config.json defines the preprocessor.