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 4
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:f8766971bd2dde129556efeccb52d45bbcdcf52452b4caa9af33cf3448346ca6
|
| 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:c2f9b5926e720715251f9e4fba5cd302d3f26fd14cd689ee1f164d564a116c27
|
| 3 |
+
size 12101
|