Automatic Speech Recognition
Transformers
PyTorch
Safetensors
Spanish
Catalan
whisper
bsc
projecte-aina
barcelona-supercomputing-center
whisper-large-v3
code-switching
spanish-catalan
spanish
catalan
Instructions to use projecte-aina/whisper-large-v3-tiny-caesar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use projecte-aina/whisper-large-v3-tiny-caesar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="projecte-aina/whisper-large-v3-tiny-caesar")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("projecte-aina/whisper-large-v3-tiny-caesar") model = AutoModelForSpeechSeq2Seq.from_pretrained("projecte-aina/whisper-large-v3-tiny-caesar") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
by SFconvertbot - opened
model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac67894d55966f97bff76b046df82b2c353d8c11862cd8405cb81be6a188df23
|
| 3 |
+
size 4993448936
|
model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15abb0f3d751cb279b8086b0e3b188c70d1161ae5110f76e4fec3c0da0e32eba
|
| 3 |
+
size 1180663192
|
model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|