Instructions to use LeBenchmark/wav2vec2-FR-1K-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LeBenchmark/wav2vec2-FR-1K-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="LeBenchmark/wav2vec2-FR-1K-large")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("LeBenchmark/wav2vec2-FR-1K-large") model = AutoModel.from_pretrained("LeBenchmark/wav2vec2-FR-1K-large") - Notebooks
- Google Colab
- Kaggle
Commit History
Update info 8211704
Update info aeba60f
Update info f9f76f9
Update README.md f766b6c
Update README.md 0d9039c
Titouan Parcollet commited on
Update README.md 3c4cce4
Titouan Parcollet commited on
models 93db50a
update model 4301d51
upload flax model c806d04
Patrick von Platen commited on
allow flax a400266
Patrick von Platen commited on
clean bd35863
update models 92cfa9f
Update preprocessor_config.json 6965ead
Titouan Parcollet commited on