Instructions to use marcsixtysix/whisper-tiny-pl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marcsixtysix/whisper-tiny-pl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="marcsixtysix/whisper-tiny-pl")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("marcsixtysix/whisper-tiny-pl") model = AutoModelForSpeechSeq2Seq.from_pretrained("marcsixtysix/whisper-tiny-pl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151061672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:592229f7b2bb0903c1b2f7b18625856c88deae070f6313e410d1b68fb561a11e
|
| 3 |
size 151061672
|
runs/Jan05_20-11-42_Marcin/events.out.tfevents.1736104303.Marcin.15464.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:5f1644926bdcaa860d1187e66a58adcdb9b0342d1c8b6dc65a62aea9c72b165d
|
| 3 |
+
size 10728
|