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
Update README.md (#86)
Browse files- Update README.md (cc7cedcdf94fbed4fc5d29c30c23309b8be5b0de)
Co-authored-by: Blake S <bsnelling@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -830,4 +830,7 @@ Phi-4-multimodal model is strong in multimodal tasks, especially in speech-to-te
|
|
| 830 |
- https://huggingface.co/microsoft/Phi-4-multimodal-instruct
|
| 831 |
- https://huggingface.co/seastar105/Phi-4-mm-inst-zeroth-kor
|
| 832 |
|
|
|
|
|
|
|
|
|
|
| 833 |
</details>
|
|
|
|
| 830 |
- https://huggingface.co/microsoft/Phi-4-multimodal-instruct
|
| 831 |
- https://huggingface.co/seastar105/Phi-4-mm-inst-zeroth-kor
|
| 832 |
|
| 833 |
+
## Data Summary
|
| 834 |
+
https://huggingface.co/microsoft/Phi-4-multimodal-instruct/blob/main/data_summary_card.md
|
| 835 |
+
|
| 836 |
</details>
|