Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
whisper
Generated from Trainer
hf-asr-leaderboard
whisper-event
Eval Results (legacy)
Instructions to use softcatala/whisper-medium-ca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use softcatala/whisper-medium-ca with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="softcatala/whisper-medium-ca")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("softcatala/whisper-medium-ca") model = AutoModelForSpeechSeq2Seq.from_pretrained("softcatala/whisper-medium-ca", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Move to right directory
Browse files
.gitattributes
CHANGED
|
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
softcatala-medium-openai-format.pt filter=lfs diff=lfs merge=lfs -text
|
softcatala-medium-openai-format.pt → openai/33ea9a6ef046879ee1adf42aff012a6e02b3c1a4731634b4c8a1a3ee6e3b1a3c/softcatala-medium-openai-format.pt
RENAMED
|
File without changes
|