Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use FrancescoBonzi/whisper-tiny-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FrancescoBonzi/whisper-tiny-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="FrancescoBonzi/whisper-tiny-en")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("FrancescoBonzi/whisper-tiny-en") model = AutoModelForSpeechSeq2Seq.from_pretrained("FrancescoBonzi/whisper-tiny-en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
2b48d95
1
Parent(s): b07b503
End of training
Browse files
runs/Jul17_09-29-49_ip-10-10-16-129.ec2.internal/events.out.tfevents.1689586232.ip-10-10-16-129.ec2.internal
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:57bdec926930d2e69a8477bad46d3d9aea982d88b53e5b8478470509acc14b87
|
| 3 |
+
size 6779
|