Automatic Speech Recognition
Transformers
Safetensors
Korean
phi4mm
text-generation
custom_code
Eval Results (legacy)
Instructions to use junnei/Phi-4-multimodal-instruct-ko-speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use junnei/Phi-4-multimodal-instruct-ko-speech with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="junnei/Phi-4-multimodal-instruct-ko-speech", trust_remote_code=True)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("junnei/Phi-4-multimodal-instruct-ko-speech", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle