Instructions to use kerasformers/whisper_large_v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasFormers
How to use kerasformers/whisper_large_v3 with KerasFormers:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Keras
How to use kerasformers/whisper_large_v3 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://kerasformers/whisper_large_v3") - Notebooks
- Google Colab
- Kaggle
File size: 324 Bytes
5999715 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"library_name": "kerasformers",
"kerasformers_version": "1.1.3",
"preprocessor_module": "kerasformers.models.whisper",
"preprocessor_class": "WhisperFeatureExtractor",
"variant": "whisper_large_v3",
"sampling_rate": 16000,
"n_fft": 400,
"hop_length": 160,
"n_mels": 128,
"chunk_length": 30
} |