Automatic Speech Recognition
Transformers
PyTorch
Safetensors
Italian
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use ALM/whisper-it-medium-augmented with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ALM/whisper-it-medium-augmented with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ALM/whisper-it-medium-augmented")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("ALM/whisper-it-medium-augmented") model = AutoModelForSpeechSeq2Seq.from_pretrained("ALM/whisper-it-medium-augmented") - Notebooks
- Google Colab
- Kaggle
Commit ·
f523997
1
Parent(s): 3108983
added model and training args
Browse files- .gitignore +1 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6b42d7a666d3a148908a327b24d37beef1d82a8962558b66ce5bb20f48f15c0
|
| 3 |
+
size 3055754841
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:035e3a0750c1920b485678fbe0879b9071a714907ac850ba87b8e4a88d790bf1
|
| 3 |
+
size 3579
|