Automatic Speech Recognition
Transformers
Safetensors
English
speech
audio
transformers- peft
lora
adapter
Instructions to use Bruno7/ksa-whisper-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Bruno7/ksa-whisper-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Bruno7/ksa-whisper-model")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Bruno7/ksa-whisper-model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload ASR model - adapter_model.safetensors
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70c49bc19a86f3200477542eae3a9198267ae31a28165871ee66c65335479c0a
|
| 3 |
+
size 230831688
|