Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use Kibalama/whisper-tiny-en-US with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kibalama/whisper-tiny-en-US with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Kibalama/whisper-tiny-en-US")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Kibalama/whisper-tiny-en-US") model = AutoModelForSpeechSeq2Seq.from_pretrained("Kibalama/whisper-tiny-en-US", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1500
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:ddc8d668082207b618d2e94af9b92862c22d1a3b170e7ca82a95bc5f2e3b347f
|
| 3 |
size 151061672
|
runs/Jan15_06-07-48_07bdd195b0d3/events.out.tfevents.1736921329.07bdd195b0d3.504.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:7a6473b0573aa0d294524322f9f8554f47e0b6e352db8819acc6a018107053ed
|
| 3 |
+
size 20959
|