Instructions to use Vignesh-M/whisper-jay with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vignesh-M/whisper-jay with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Vignesh-M/whisper-jay")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Vignesh-M/whisper-jay") model = AutoModelForSpeechSeq2Seq.from_pretrained("Vignesh-M/whisper-jay", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3055544304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6d0850d70805a2b85145c3231e45c83e9120f78121e89e0a310256cf008f039
|
| 3 |
size 3055544304
|
runs/May11_06-20-00_cdf48a63e470/events.out.tfevents.1715408417.cdf48a63e470.605.0
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:ccd35cebd7114bb0e5848fa781d26a0a56c94a0cdc590d75152d31c0be744090
|
| 3 |
+
size 15105
|