Instructions to use Pablex/whisper_tiny_fleurs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Pablex/whisper_tiny_fleurs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Pablex/whisper_tiny_fleurs")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("Pablex/whisper_tiny_fleurs") model = AutoModelForAudioClassification.from_pretrained("Pablex/whisper_tiny_fleurs") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
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 16624260
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a4e6d7ba78e8d8b67cdbf96e87d3e2fc79717811d72315e9949f70744707509
|
| 3 |
size 16624260
|