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 360
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:f3ac291c6a2d3aa9bf3945d9a8ccb037ab43b7185080884a99f943577c132afd
|
| 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:5d2a70dd502239ec7e9ce3eac8f83d4fe0b60c9e4ab316b69202d984fb7260a4
|
| 3 |
+
size 12979
|