Audio Classification
Transformers
TensorBoard
Safetensors
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use JasHugF/whisper-tiny-zero-shot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JasHugF/whisper-tiny-zero-shot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="JasHugF/whisper-tiny-zero-shot")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("JasHugF/whisper-tiny-zero-shot") model = AutoModelForAudioClassification.from_pretrained("JasHugF/whisper-tiny-zero-shot") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 9
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 33241280
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e2ccca24f9cc786411952879aa25cd6484b19d85a64578fcf4cb7a7294f0664
|
| 3 |
size 33241280
|