Instructions to use krishan23/whisper_train with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use krishan23/whisper_train with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="krishan23/whisper_train")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("krishan23/whisper_train") model = AutoModelForSpeechSeq2Seq.from_pretrained("krishan23/whisper_train", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 3500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3025686376
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ffd7f35dc009e215c7e0580f66430c24dd1203ef75063740626eaf0d739990f
|
| 3 |
size 3025686376
|
runs/Apr25_07-35-51_ai-matrix-train/events.out.tfevents.1714030553.ai-matrix-train.8269.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:1f8642c5e3fa5ba68dbc7cdc00fb8e87ba683998c842ee45782ac2f1965b0d68
|
| 3 |
+
size 23637
|