Instructions to use Mitradn/simplecap-whisper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mitradn/simplecap-whisper with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Mitradn/simplecap-whisper")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Mitradn/simplecap-whisper") model = AutoModelForMultimodalLM.from_pretrained("Mitradn/simplecap-whisper") - Notebooks
- Google Colab
- Kaggle
Delete model.safetensors
Browse files- model.safetensors +0 -3
model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b46ec08011705847f9201d5d85657d0a176c231fd93ee4c90ca88cbf640c5141
|
| 3 |
-
size 966992008
|
|
|
|
|
|
|
|
|
|
|
|