Instructions to use NhutP/ViWhisper-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NhutP/ViWhisper-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="NhutP/ViWhisper-small")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("NhutP/ViWhisper-small") model = AutoModelForMultimodalLM.from_pretrained("NhutP/ViWhisper-small") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
59a91ed | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:21471d071da1c5cf95d486bc7bf55262f0739bd05df5569135becaf5187b8eb5
size 966995080
|