Upload folder using huggingface_hub 7519512 verified
sant commited on
How to use Soupis/whisper-small-ct2 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Soupis/whisper-small-ct2", dtype="auto", device_map="auto")