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
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:9cfdc3371bd5a96c10b49c7bfd78b96ec533cf147bf96450c79534489739d23f
|
| 3 |
size 151061672
|
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:453554defc7f8468496a196053e5c291a5c5e58641018ca1f17928dd5844f328
|
| 3 |
+
size 15062
|