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 5
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:c6519ab10beef5c505628d216cfd8d80a8e43ec374dab98ac4a230685a20b326
|
| 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:233cf50f3d9e65d2f418a436e108e25976af49e82bf34259640e5a9ea918d99d
|
| 3 |
+
size 13156
|