Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Czech
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use mikr/whisper-large2-czech-cv11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mikr/whisper-large2-czech-cv11 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="mikr/whisper-large2-czech-cv11")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("mikr/whisper-large2-czech-cv11") model = AutoModelForMultimodalLM.from_pretrained("mikr/whisper-large2-czech-cv11") - Notebooks
- Google Colab
- Kaggle
Commit ·
6062f61
1
Parent(s): 6539ff4
Adding `safetensors` variant of this model (#3)
Browse files- Adding `safetensors` variant of this model (5d0769e72f55e14dbf3629ad5bdbcab7be6bc2c0)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51af12ae60e4c17c9dd2b62c1e2079c1be00905192ce0ac09bd8b07466720e0a
|
| 3 |
+
size 6173370152
|