Instructions to use hts98/whisper-tiny-paper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hts98/whisper-tiny-paper with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="hts98/whisper-tiny-paper")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("hts98/whisper-tiny-paper") model = AutoModelForSpeechSeq2Seq.from_pretrained("hts98/whisper-tiny-paper", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151098921
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78c0d2bd8f75ce65de57074f4f05046d7f092060fdf3b76dc707db01fb8bf4c8
|
| 3 |
size 151098921
|
runs/Jun17_08-43-24_fbaf1ac28f91/events.out.tfevents.1686991412.fbaf1ac28f91.27607.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:222628ddc74b11ba44a06504c0242bb5dd8f228cc0d7fc2fc5305048a17fac4d
|
| 3 |
+
size 5518
|