Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
wav2vec2
Generated from Trainer
Eval Results (legacy)
Instructions to use Roxysun/cs2fi_wav2vec2-large-xls-r-300m-czech-colab with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Roxysun/cs2fi_wav2vec2-large-xls-r-300m-czech-colab with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Roxysun/cs2fi_wav2vec2-large-xls-r-300m-czech-colab")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Roxysun/cs2fi_wav2vec2-large-xls-r-300m-czech-colab") model = AutoModelForCTC.from_pretrained("Roxysun/cs2fi_wav2vec2-large-xls-r-300m-czech-colab", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
49e5ad6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f7e7386fa2f283d5a4ccdaff319f00c43f7c7eacf04f1158ee8b17b6bd5eba3f
size 1263414696
|