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