Automatic Speech Recognition
MLX
PyTorch
TensorFlow
Safetensors
English
wav2vec2
audio
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use HashNuke/wav2vec2-base-960h-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use HashNuke/wav2vec2-base-960h-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir wav2vec2-base-960h-mlx HashNuke/wav2vec2-base-960h-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Fix audio sample urls
Browse files
README.md
CHANGED
|
@@ -8,9 +8,9 @@ tags:
|
|
| 8 |
license: apache-2.0
|
| 9 |
widget:
|
| 10 |
- label: Librispeech sample 1
|
| 11 |
-
src: https://huggingface.co/
|
| 12 |
- label: Librispeech sample 2
|
| 13 |
-
src: https://huggingface.co/
|
| 14 |
---
|
| 15 |
|
| 16 |
# Wav2Vec2-Base-960h
|
|
|
|
| 8 |
license: apache-2.0
|
| 9 |
widget:
|
| 10 |
- label: Librispeech sample 1
|
| 11 |
+
src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
|
| 12 |
- label: Librispeech sample 2
|
| 13 |
+
src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
|
| 14 |
---
|
| 15 |
|
| 16 |
# Wav2Vec2-Base-960h
|