Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use PhysHunter/whisper-tiny-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PhysHunter/whisper-tiny-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="PhysHunter/whisper-tiny-en")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("PhysHunter/whisper-tiny-en") model = AutoModelForSpeechSeq2Seq.from_pretrained("PhysHunter/whisper-tiny-en") - Notebooks
- Google Colab
- Kaggle
Commit ·
e0a8d50
1
Parent(s): a9e71fb
Training in progress, step 50
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:a78b1817bcf93111c9f383330df41804bae6ff85cf843006ea9cb8578cbe8b10
|
| 3 |
size 151099049
|
runs/Aug16_08-04-28_f4352d19420a/events.out.tfevents.1692173152.f4352d19420a.8752.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:93a46c69faf20a3d88af0d8df21ebf9bf846b94fbe4cf26b16f82249a79dd283
|
| 3 |
+
size 11064
|
runs/Aug16_08-38-10_f4352d19420a/events.out.tfevents.1692175100.f4352d19420a.8752.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad4ad7e91561bd01c63b76fc3774491b8bb8648082eba9eb8e962453f670b167
|
| 3 |
+
size 6962
|
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:b3d0dd7d1d95207f986fe9ec834692b6d9aa7f1cb0aab92e7f5dbb7000169793
|
| 3 |
size 4091
|