Instructions to use cardev212/large-v2_completo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cardev212/large-v2_completo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="cardev212/large-v2_completo")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("cardev212/large-v2_completo") model = AutoModelForSpeechSeq2Seq.from_pretrained("cardev212/large-v2_completo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
842c5a5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c7db2a6e7842486163729f367e6a01fd39ea34409781099f28da25952d21720c
size 63056269
|