Instructions to use TechInterMezzo/whisper-encoder-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TechInterMezzo/whisper-encoder-medium with Transformers:
# Load model directly from transformers import AutoProcessor, WhisperEncoder processor = AutoProcessor.from_pretrained("TechInterMezzo/whisper-encoder-medium") model = WhisperEncoder.from_pretrained("TechInterMezzo/whisper-encoder-medium") - Notebooks
- Google Colab
- Kaggle
Commit ·
5a5e538
1
Parent(s): 5898be7
Upload WhisperEncoder
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94944c325e26da86762705419598aeb869f3843005263e4dec61aacf80637f12
|
| 3 |
+
size 614469992
|