Instructions to use marcsixtysix/whisper-tiny-pl03 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marcsixtysix/whisper-tiny-pl03 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="marcsixtysix/whisper-tiny-pl03")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("marcsixtysix/whisper-tiny-pl03") model = AutoModelForSpeechSeq2Seq.from_pretrained("marcsixtysix/whisper-tiny-pl03", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 6
Browse files
runs/Jan04_15-57-27_Marcin/events.out.tfevents.1736002648.Marcin.9512.1
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:2b2c81b9d4ca1c8fe5664f45a95b4ac63c65651cc511461089ef06bf4ac40cd8
|
| 3 |
+
size 15734
|