Instructions to use gokulsrinivasagan/whisper-small_diff_wo_init_diff_no_enc-ls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gokulsrinivasagan/whisper-small_diff_wo_init_diff_no_enc-ls with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="gokulsrinivasagan/whisper-small_diff_wo_init_diff_no_enc-ls")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("gokulsrinivasagan/whisper-small_diff_wo_init_diff_no_enc-ls") model = AutoModelForSpeechSeq2Seq.from_pretrained("gokulsrinivasagan/whisper-small_diff_wo_init_diff_no_enc-ls") - Notebooks
- Google Colab
- Kaggle
Upload WhisperForConditionalGeneration
Browse files- model.safetensors +2 -2
model.safetensors
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:84d8729df95b416e3b727aef736023111f9f92fd945c768d80c2cb51cc07310d
|
| 3 |
+
size 239294728
|