Instructions to use Danieljava/whisper-small-finetuned-asr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Danieljava/whisper-small-finetuned-asr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Danieljava/whisper-small-finetuned-asr")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Danieljava/whisper-small-finetuned-asr") model = AutoModelForSpeechSeq2Seq.from_pretrained("Danieljava/whisper-small-finetuned-asr") - 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 966998152
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b5bb811b4db67ace456b0f6317b9de672e38ddb725f40a9c069b17c5a26724b
|
| 3 |
size 966998152
|
runs/Mar03_09-43-16_f606be61dfea/events.out.tfevents.1772530996.f606be61dfea.275.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:9cd331eb3ccd07de9e09b04044afda8e71faceb49df5904eeb21cc3b9fdf98b5
|
| 3 |
+
size 14429
|