Upload folder using huggingface_hub 9d12b31
Ant commited on
How to use ferno22/whisper-small-dv-ct2 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ferno22/whisper-small-dv-ct2", device_map="auto")