Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use GFazzito/whisper-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GFazzito/whisper-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="GFazzito/whisper-tiny")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("GFazzito/whisper-tiny") model = AutoModelForSpeechSeq2Seq.from_pretrained("GFazzito/whisper-tiny") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151099049
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b18df723a8f8da3c74a2ce3a550822e2b02dac848703899281b0cd3640153f41
|
| 3 |
size 151099049
|
runs/Aug20_16-59-34_66c40df0eb95/events.out.tfevents.1692550818.66c40df0eb95.563.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:71641e3f0adeb9ef54bec6ea7529996f510954f13d34605cdbb2b0305a6c638f
|
| 3 |
+
size 9685
|
runs/Aug20_17-39-10_66c40df0eb95/events.out.tfevents.1692553179.66c40df0eb95.563.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba53cb4858a9a280bc5d6ed972c900ccff63820649be8ec9f741809743081c83
|
| 3 |
+
size 9331
|
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:bd2b88d6c6a9828ad1a41d988ac64aafc8842201bf5ac7fe5c768f177b371b70
|
| 3 |
size 4091
|