Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use ihanif/whisper-tiny-ps with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ihanif/whisper-tiny-ps with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ihanif/whisper-tiny-ps")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("ihanif/whisper-tiny-ps") model = AutoModelForSpeechSeq2Seq.from_pretrained("ihanif/whisper-tiny-ps", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
runs/Dec09_11-16-51_132-145-129-157/events.out.tfevents.1670584619.132-145-129-157.70652.0
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:cfe4712bb95c65623f524fcc82a5dcdb8c1220f28f4c3e14aecba8eac39359f6
|
| 3 |
+
size 5224
|