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") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 380
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:ea85ae5a6c1673f409a93f1d80610e623d9c4c7712fe32598ad1d4c89ec3fbff
|
| 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:ee76628ebba7ac4325dbae2414c2c1b8a4aee0bbd80d816cfae4be7a4250973d
|
| 3 |
+
size 13297
|