How to use Noursene/whisper-small-2000 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Noursene/whisper-small-2000", dtype="auto")