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 4500
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:c07a02944adb5394ec42ec565c3a2b14609366b9deb6c42f323f899aba77ebd4
|
| 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:4041f59d90c455b959d9e6382939b6434e53f16db36ec19cd20904b4b25803fb
|
| 3 |
+
size 24059
|