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