Instructions to use raidavid/whisper-tiny-20240501 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use raidavid/whisper-tiny-20240501 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="raidavid/whisper-tiny-20240501")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("raidavid/whisper-tiny-20240501") model = AutoModelForSpeechSeq2Seq.from_pretrained("raidavid/whisper-tiny-20240501") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 10
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:f6dc5efd83da67dbe437f22cc9a0e9bb67a3faacb30f24ea7714c9258969f4a0
|
| 3 |
size 151061672
|
runs/May02_05-42-16_f44922b7656d/events.out.tfevents.1714628538.f44922b7656d
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:c7bc09f04a45d049192386ae2023c81f556cf68e362a973606671f980a1d7c77
|
| 3 |
+
size 9821
|
runs/May02_05-43-59_f44922b7656d/events.out.tfevents.1714628641.f44922b7656d
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e47d24c5e9d008f0e7a9b6b02996cc9284a32b698b86594327e4d20426c903ed
|
| 3 |
+
size 5143
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7f6152f6ffe768d798daa1eb2da857a35d9062f9b0a6557d97547104a93a122
|
| 3 |
size 4856
|