Instructions to use cminja/whisper-tiny-sr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cminja/whisper-tiny-sr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="cminja/whisper-tiny-sr")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("cminja/whisper-tiny-sr") model = AutoModelForSpeechSeq2Seq.from_pretrained("cminja/whisper-tiny-sr") - 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:a509bcb6dd1c5351d5289d5e51b6eea12afc1df8d6ac77a263409e1c890e4673
|
| 3 |
size 151061672
|
runs/Jun20_21-29-18_ubuntucminya-B450M-DS3H-V2/events.out.tfevents.1718911759.ubuntucminya-B450M-DS3H-V2.29267.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:d7b1ca13f011f1451e9c64136f85efdea38cd51d1473593dc4cb5feb58712b2f
|
| 3 |
+
size 15157
|