Instructions to use cportoca/whisper-tiny-finetune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cportoca/whisper-tiny-finetune with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="cportoca/whisper-tiny-finetune")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("cportoca/whisper-tiny-finetune") model = AutoModelForSpeechSeq2Seq.from_pretrained("cportoca/whisper-tiny-finetune") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 300
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151060136
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4402f1e8a7158df4b5a2745e2da99a4ab163efccf8018857e8cd6f2dce8c89b5
|
| 3 |
size 151060136
|
runs/May01_06-24-04_3210fa4e436d/events.out.tfevents.1714544696.3210fa4e436d.555.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:dc67d0aff0f6eba3543569bc3b7107320eb509c0a3986c7370459936e5607705
|
| 3 |
+
size 27608
|