Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use ahk-d/whisper-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahk-d/whisper-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ahk-d/whisper-tiny")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("ahk-d/whisper-tiny") model = AutoModelForSpeechSeq2Seq.from_pretrained("ahk-d/whisper-tiny") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151061672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3742089fe63629a64085fb6f49384ae9ad3921b9768d22fd5ac2b56919f77e31
|
| 3 |
size 151061672
|
runs/Nov13_18-59-33_bcceb8320edd/events.out.tfevents.1731524374.bcceb8320edd.1249.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25d3b3fc739c6b4fb1b1d95f9dcab615abb2bedb986b232d4e051ef3b0ab7a2a
|
| 3 |
+
size 11759
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1a85613aadaa4eec344306e4069f51ca9b300aa739982f5f1b0e107c1dcd71e
|
| 3 |
size 5432
|