Automatic Speech Recognition
Transformers
Safetensors
phi4mm
text-generation
nlp
code
audio
speech-summarization
speech-translation
visual-question-answering
phi-4-multimodal
phi
phi-4-mini
custom_code
Eval Results
Instructions to use microsoft/Phi-4-multimodal-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/Phi-4-multimodal-instruct with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="microsoft/Phi-4-multimodal-instruct", trust_remote_code=True)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-4-multimodal-instruct", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update readme 33e62ac verified
HF format chat template (#56) fb4cc8f verified
update readme 0ae13bd verified
Update readme 32e3b5c verified
Update readme 6cf9696 verified
Update readme 3fb546e verified
Add Appendix B: Fine-tuning Korean speech (#40) 73148fe verified
Update readme 985802b verified
update readme 607bf62 verified
update readme a34dad0 verified
Update Readme 4927696 verified
Update readme 1ea5d67 verified
Update readme a11e830 verified
Update playgrounds 3912553 verified
Update readme 4f70fd2 verified
Update README.md afbb57c verified
Update Readme bbef147 verified
Update Readme 1be8bb6 verified
update blog url 5edcd2b verified
update readme 6fa2bd8 verified
Update the video e47648d verified
update readme 95e4ccf verified
added technical report 7fe753a
Update examples 17df1f5
nguyenbh commited on
Add examples bd4b39b
nguyenbh commited on