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 1
Browse files
runs/Dec09_11-16-51_132-145-129-157/1670584619.7637582/events.out.tfevents.1670584619.132-145-129-157.70652.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c97059ae0dcb79c897ff6a971314d9866888bb1fb44060c3145551cbd273d6f
|
| 3 |
+
size 5869
|
runs/Dec09_11-16-51_132-145-129-157/events.out.tfevents.1670584619.132-145-129-157.70652.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1aa0efc6d8bbc3bb0ce206d8f45e7803768ef00f3f4f87aaffed3b8d1f94631
|
| 3 |
+
size 4564
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ed9d485c4e39caa9b4a7d00e4304cc0361a5588c50e4b825534553db7003bde
|
| 3 |
size 3579
|