Instructions to use halcyonzhou/whisper-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use halcyonzhou/whisper-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="halcyonzhou/whisper-base")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("halcyonzhou/whisper-base") model = AutoModelForSpeechSeq2Seq.from_pretrained("halcyonzhou/whisper-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 340
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 290403936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bab3fa2ab2ea7b37406c748a96a3badb8225c65c78e453a9df305ba35aecb81
|
| 3 |
size 290403936
|
runs/Aug26_16-54-42_zjh/events.out.tfevents.1756198484.zjh.39196.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:a8c1305fc543dcb8068be30f00e2ee815b8d68a4bbe1eaad4a5602f86e58e9de
|
| 3 |
+
size 12661
|