Automatic Speech Recognition
Transformers
TensorBoard
ONNX
Safetensors
whisper
Generated from Trainer
Instructions to use antonvinny/whisper-tiny-anton with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use antonvinny/whisper-tiny-anton with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="antonvinny/whisper-tiny-anton")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("antonvinny/whisper-tiny-anton") model = AutoModelForSpeechSeq2Seq.from_pretrained("antonvinny/whisper-tiny-anton") - Notebooks
- Google Colab
- Kaggle
Upload decoder_model.onnx with huggingface_hub
Browse files- decoder_model.onnx +1 -1
decoder_model.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 198011773
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d737bc1eafb9217301ab41888e1ff20740ae6c7af852f8e5c37289b0257da5ef
|
| 3 |
size 198011773
|