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: 135 Bytes
6f0f338 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:53dc25c0e5988259f54a5ed601f8d5831e310f13414db4d80ac39af6405010b0
size 6173637880
|