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
End of training
Browse files
runs/Jun16_16-50-05_190045c7d259/events.out.tfevents.1686934214.190045c7d259.38876.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:001282d2129826018f593e2d4d5aa17a42ab03bff799e0d4fbbf859fd31eaa4c
|
| 3 |
+
size 4832
|
runs/Jun16_16-57-09_190045c7d259/events.out.tfevents.1686934637.190045c7d259.40900.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2f44dc3bfd9aab19fa73322ef742a1cc8e3b286ce854ef0b579bdcfa94d2ab7
|
| 3 |
+
size 5186
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fca08875d3a3393ca538d14e0c74c7f4db2f242b9420d9ea317ebed527477c22
|
| 3 |
size 4091
|