Instructions to use charris/whisper-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use charris/whisper-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="charris/whisper-tiny")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("charris/whisper-tiny") model = AutoModelForSpeechSeq2Seq.from_pretrained("charris/whisper-tiny") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 3000
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:48454b27ebe857435c09304b9e5ad782a14044a0699889d84c95752647c050d0
|
| 3 |
size 151061672
|
runs/Jan10_19-54-05_6f7ba48934b5/events.out.tfevents.1704916488.6f7ba48934b5.5632.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:d3e7b92b382995bf70404a8e877855d74dd34d107a499f53a30cf1afea6bc094
|
| 3 |
+
size 24954
|