Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
English
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use voxxer/whisper-tiny-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use voxxer/whisper-tiny-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="voxxer/whisper-tiny-en")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("voxxer/whisper-tiny-en") model = AutoModelForSpeechSeq2Seq.from_pretrained("voxxer/whisper-tiny-en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 100
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151099049
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f097463818bd53f93c99bdfc4f96f94bb1cd08729feca26acf7c65e2de80dd55
|
| 3 |
size 151099049
|
runs/Aug18_21-37-28_b50d11e4cea3/events.out.tfevents.1692394678.b50d11e4cea3.1180.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0739a99781d2b7e6a9be404909bdae5faa21841b6ebe95e8e76053b025e29608
|
| 3 |
+
size 16200
|