Automatic Speech Recognition
Transformers
Safetensors
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use DevforMM/exo-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DevforMM/exo-5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="DevforMM/exo-5")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("DevforMM/exo-5") model = AutoModelForSpeechSeq2Seq.from_pretrained("DevforMM/exo-5") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- training_args.bin +1 -1
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f66e927dba0700d9d65521c742290de05f6ebb9f0eb0c7005776cf845575355b
|
| 3 |
size 5841
|