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
Training in progress, step 2
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:06e0c616caaa82c13a91b32494f205cf97c8274db098c6add4582acdadf1cdd2
|
| 3 |
+
size 4876
|