Instructions to use kevin009/whisper-tiny-sv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kevin009/whisper-tiny-sv with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="kevin009/whisper-tiny-sv")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("kevin009/whisper-tiny-sv") model = AutoModelForSpeechSeq2Seq.from_pretrained("kevin009/whisper-tiny-sv", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151098921
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b3669c9fa155e00f1873f28895205a96d70aebf7641e019c19b75659560c7c9
|
| 3 |
size 151098921
|
runs/Jul13_10-28-24_70002a3e0209/events.out.tfevents.1689244140.70002a3e0209.4962.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:ae254511bdf2a0b294b2fe49d9caa514d8772d41e3ca89a397dfb72f9bff1c78
|
| 3 |
+
size 15169
|