Automatic Speech Recognition
Transformers
PyTorch
JAX
Fon
wav2vec2
audio
speech
xlsr-fine-tuning-week
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use chrisjay/fonxlsr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chrisjay/fonxlsr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="chrisjay/fonxlsr")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("chrisjay/fonxlsr") model = AutoModelForCTC.from_pretrained("chrisjay/fonxlsr") - Notebooks
- Google Colab
- Kaggle
added `hf-asr-leaderboard`
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ tags:
|
|
| 9 |
- automatic-speech-recognition
|
| 10 |
- speech
|
| 11 |
- xlsr-fine-tuning-week
|
|
|
|
| 12 |
license: apache-2.0
|
| 13 |
model-index:
|
| 14 |
- name: Fon XLSR Wav2Vec2 Large 53
|
|
|
|
| 9 |
- automatic-speech-recognition
|
| 10 |
- speech
|
| 11 |
- xlsr-fine-tuning-week
|
| 12 |
+
- hf-asr-leaderboard
|
| 13 |
license: apache-2.0
|
| 14 |
model-index:
|
| 15 |
- name: Fon XLSR Wav2Vec2 Large 53
|