Instructions to use distil-whisper/distil-large-v3.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use distil-whisper/distil-large-v3.5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="distil-whisper/distil-large-v3.5")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("distil-whisper/distil-large-v3.5", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 2,130 Bytes
728a769 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | - dataset:
id: hf-audio/open-asr-leaderboard
task_id: mean_wer
value: 7.21
date: '2024-12-05'
source:
url: https://huggingface.co/hf-audio
name: open-asr-leaderboard
user: hf-audio
- dataset:
id: hf-audio/open-asr-leaderboard
task_id: rtfx
value: 202.03
date: '2024-12-05'
source:
url: https://huggingface.co/hf-audio
name: open-asr-leaderboard
user: hf-audio
- dataset:
id: hf-audio/open-asr-leaderboard
task_id: ami_wer
value: 14.63
date: '2024-12-05'
source:
url: https://huggingface.co/hf-audio
name: open-asr-leaderboard
user: hf-audio
- dataset:
id: hf-audio/open-asr-leaderboard
task_id: earnings22_wer
value: 11.29
date: '2024-12-05'
source:
url: https://huggingface.co/hf-audio
name: open-asr-leaderboard
user: hf-audio
- dataset:
id: hf-audio/open-asr-leaderboard
task_id: gigaspeech_wer
value: 9.84
date: '2024-12-05'
source:
url: https://huggingface.co/hf-audio
name: open-asr-leaderboard
user: hf-audio
- dataset:
id: hf-audio/open-asr-leaderboard
task_id: librispeech_clean_wer
value: 2.37
date: '2024-12-05'
source:
url: https://huggingface.co/hf-audio
name: open-asr-leaderboard
user: hf-audio
- dataset:
id: hf-audio/open-asr-leaderboard
task_id: librispeech_other_wer
value: 5.04
date: '2024-12-05'
source:
url: https://huggingface.co/hf-audio
name: open-asr-leaderboard
user: hf-audio
- dataset:
id: hf-audio/open-asr-leaderboard
task_id: spgispeech_wer
value: 2.87
date: '2024-12-05'
source:
url: https://huggingface.co/hf-audio
name: open-asr-leaderboard
user: hf-audio
- dataset:
id: hf-audio/open-asr-leaderboard
task_id: tedlium_wer
value: 3.64
date: '2024-12-05'
source:
url: https://huggingface.co/hf-audio
name: open-asr-leaderboard
user: hf-audio
- dataset:
id: hf-audio/open-asr-leaderboard
task_id: voxpopuli_wer
value: 8.04
date: '2024-12-05'
source:
url: https://huggingface.co/hf-audio
name: open-asr-leaderboard
user: hf-audio
|