Automatic Speech Recognition
Transformers
Safetensors
Japanese
English
llama_for_speech_lm
japanese
speech
audio
speech-to-text
llm-jp
Instructions to use Atotti/llm-jp-4-8b-speech-asr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Atotti/llm-jp-4-8b-speech-asr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Atotti/llm-jp-4-8b-speech-asr")# Load model directly from transformers import LlamaForSpeechLM model = LlamaForSpeechLM.from_pretrained("Atotti/llm-jp-4-8b-speech-asr", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K