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 playgrounds
Browse files
README.md
CHANGED
|
@@ -69,7 +69,10 @@ Polish, Portuguese, Russian, Spanish, Swedish, Thai, Turkish, Ukrainian
|
|
| 69 |
📖 [Phi-4-multimodal Technical Report](https://aka.ms/phi-4-multimodal/techreport) <br>
|
| 70 |
🏡 [Phi Portal](https://aka.ms/phi-4-multimodal/azure) <br>
|
| 71 |
👩🍳 [Phi Cookbook](https://github.com/microsoft/PhiCookBook) <br>
|
| 72 |
-
🖥️ Try It on [Azure](https://aka.ms/phi-4-multimodal/azure),
|
|
|
|
|
|
|
|
|
|
| 73 |
📱Huggingface Spaces
|
| 74 |
[Thoughts Organizer](https://huggingface.co/spaces/microsoft/ThoughtsOrganizer),
|
| 75 |
[Stories Come Alive](https://huggingface.co/spaces/microsoft/StoriesComeAlive),
|
|
|
|
| 69 |
📖 [Phi-4-multimodal Technical Report](https://aka.ms/phi-4-multimodal/techreport) <br>
|
| 70 |
🏡 [Phi Portal](https://aka.ms/phi-4-multimodal/azure) <br>
|
| 71 |
👩🍳 [Phi Cookbook](https://github.com/microsoft/PhiCookBook) <br>
|
| 72 |
+
🖥️ Try It on [Azure](https://aka.ms/phi-4-multimodal/azure),
|
| 73 |
+
[GitHub](https://github.com/marketplace/models/azureml/Phi-4-multimodal-instruct/playground),
|
| 74 |
+
[Nvidia](https://aka.ms/phi-4-multimodal/nvidia),
|
| 75 |
+
[Huggingface](https://huggingface.co/spaces/microsoft/phi-4-multimodal) playgrounds<br>
|
| 76 |
📱Huggingface Spaces
|
| 77 |
[Thoughts Organizer](https://huggingface.co/spaces/microsoft/ThoughtsOrganizer),
|
| 78 |
[Stories Come Alive](https://huggingface.co/spaces/microsoft/StoriesComeAlive),
|