---
title: "Phi (Microsoft) (FR)"
source: "https://systems-analysis.info/int/Phi_(Microsoft)_(FR)"
wiki: "systems-analysis.info/int"
article: "Phi_(Microsoft)_(FR)"
language: "fr"
categories:
  - "Category:French"
  - "Category:Large language models"
  - "Category:LLM families"
  - "Category:Machine learning"
revision_id: 5602
wiki_created_at: 2026-09-06T23:51:35Z
wiki_modified_at: 2026-09-06T23:51:35Z
downloaded_at: 2026-09-07T23:09:23Z
---

# Phi (Microsoft) (FR)

**Phi** est une famille de petits modèles de langage (*Small Language Models*, SLM) développée par Microsoft Research. Ces modèles représentent un changement de paradigme dans le développement de l'IA et démontrent que des modèles compacts et efficaces sur le plan computationnel peuvent atteindre des performances comparables à celles de systèmes beaucoup plus grands. Contrairement à l'approche traditionnelle basée sur l'augmentation du nombre de paramètres, la philosophie de Phi se concentre sur la qualité des données d'entraînement et sur des méthodes de formation innovantes<sup>[\[1\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-1)</sup>.

Les modèles Phi sont optimisés pour des tâches nécessitant un raisonnement logique approfondi, telles que la programmation, les mathématiques et l'analyse de texte. Grâce à leur petite taille, ils sont idéalement adaptés au déploiement sur des appareils locaux (*on-device AI*), y compris les smartphones et les ordinateurs portables, ce qui ouvre de nouvelles possibilités pour la démocratisation de l'IA<sup>[\[2\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-2)</sup>.

## Philosophie : « Les manuels sont tout ce dont vous avez besoin »

L'hypothèse centrale du projet Phi est que la qualité des données est plus importante que leur volume pour entraîner un modèle performant. Cette idée a été formulée pour la première fois dans le document de recherche **« Textbooks Are All You Need »**<sup>[\[3\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-3)</sup>. Au lieu d'être entraînés sur des milliers de milliards de tokens provenant du web non filtré, les modèles Phi sont entraînés sur un *dataset* soigneusement sélectionné et généré synthétiquement, dont la qualité s'apparente à celle d'un manuel scolaire.

Les principes clés de cette approche sont :

- **Données de « qualité manuelle » :** Le corpus d'entraînement est composé de matériel propre, logiquement cohérent et explicatif, inspiré des livres pour enfants.
- **Données synthétiques :** Une part importante des données est générée à l'aide de grands modèles (par exemple, GPT-4). Par exemple, pour l'entraînement de **Phi-4**, 400 milliards de tokens de contenu synthétique de haute qualité ont été créés via plus de 50 pipelines personnalisés<sup>[\[4\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-4)[\[5\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-5)</sup>.
- **Entraînement itératif :** Le processus de création des données et d'entraînement du modèle est itératif, ce qui permet d'améliorer continuellement la qualité des données et du modèle lui-même.

Cette approche permet aux modèles Phi de développer des capacités de raisonnement profondes, plutôt que de simplement mémoriser des motifs statistiques.

## Évolution des modèles Phi

- **Phi-1 (1,3 milliard de paramètres) :** Le premier modèle, présenté en juin 2023, était axé sur la programmation en Python. Il a démontré des performances supérieures sur les benchmarks HumanEval et MBPP, prouvant l'efficacité de l'approche basée sur des données de qualité<sup>[\[6\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-6)</sup>.

<!-- -->

- **Phi-2 (2,7 milliards de paramètres) :** Lancé en décembre 2023, Phi-2 a étendu ses capacités à la compréhension générale du langage, tout en conservant une architecture compacte. Ce modèle a montré que les SLM peuvent atteindre des performances comparables à celles de modèles des dizaines de fois plus grands<sup>[\[7\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-7)</sup>.

<!-- -->

- **Phi-3 (3,8 à 14 milliards de paramètres) :** Cette famille, introduite en avril 2024, a constitué une percée dans le domaine de l'IA mobile. **Phi-3-mini** (3,8 milliards) est capable de fonctionner sur des smartphones, atteignant des performances comparables à celles de Mixtral 8x7B et GPT-3.5<sup>[\[8\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-8)</sup>. La famille comprend également les versions **Phi-3-small** (7 milliards) et **Phi-3-medium** (14 milliards).

<!-- -->

- **Phi-3.5 (3,8 à 6,6 milliards de paramètres actifs) :** Annoncée en 2024, cette famille comprend trois modèles clés :
  - **Phi-3.5-mini-instruct :** Une version optimisée avec un support multilingue amélioré.
  - **Phi-3.5-MoE-instruct :** Un modèle basé sur l'architecture *Mixture-of-Experts* avec 16 experts et 6,6 milliards de paramètres actifs.
  - **Phi-3.5-Vision-instruct :** Un modèle multimodal pour le traitement du texte et des images<sup>[\[9\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-9)</sup>.

<!-- -->

- **Phi-4 (14 milliards de paramètres) :** Un modèle spécialisé dans les raisonnements mathématiques complexes. Il affiche des performances comparables à celles de Gemini-1.5-Flash et GPT-4o-mini, pour une taille nettement inférieure. **Phi-4-reasoning** surpasse DeepSeek-R1-Distill-Llama-70B<sup>[\[10\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-10)</sup>.
- **Phi-4-Multimodal (5,6 milliards de paramètres) :** Le premier modèle entièrement multimodal de la famille, capable de traiter simultanément le texte, les images et l'audio. Il utilise une approche innovante, le **Mixture-of-LoRAs**, pour traiter efficacement différentes modalités sans interférence mutuelle<sup>[\[11\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-11)</sup>.

## Architecture et caractéristiques techniques

- **Architecture :** Les modèles Phi utilisent une architecture de transformeur standard de type « décodeur seul » (*decoder-only*) avec des optimisations clés telles que **Grouped Query Attention** et **Flash Attention** pour une efficacité accrue<sup>[\[12\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-12)</sup>.
- **Déploiement local :** Les modèles sont optimisés pour fonctionner sur des appareils aux ressources limitées. Par exemple, **Phi-3-mini** ne nécessite que 1,8 Go de mémoire avec une quantification 4 bits et peut fonctionner sur un iPhone 14<sup>[\[13\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-13)</sup>.
- **Prise en charge des frameworks :** Les modèles Phi sont disponibles via le **Microsoft Azure AI Model Catalog**, **Hugging Face**, **Ollama** et les **microservices NVIDIA NIM**, ce qui garantit leur large intégration et leur accessibilité pour les développeurs<sup>[\[14\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-14)</sup>.

## Performances et benchmarks

| Modèle           | Paramètres | MMLU | MT-Bench | HumanEval         |
|------------------|------------|------|----------|-------------------|
| **Phi-3-mini**   | 3,8 G      | 69 % | 8,38     | \-                |
| **Phi-3-small**  | 7 G        | 75 % | 8,7      | \-                |
| **Phi-3-medium** | 14 G       | 78 % | 8,9      | \-                |
| **Phi-4**        | 14 G       | \-   | \-       | Supérieur à GPT-4 |

Performances comparatives des modèles Phi sur les principaux benchmarks

**Phi-4** affiche des résultats exceptionnels dans les problèmes mathématiques, y compris les *American Mathematics Competitions* (AMC), montrant des performances comparables à celles de Gemini-1.5-Flash<sup>[\[15\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-15)</sup>. Le modèle multimodal **Phi-3.5-Vision** surpasse ses concurrents de taille similaire, atteignant 57,0 % sur le benchmark BLINK<sup>[\[16\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-16)</sup>.

## Applications spécialisées

Les modèles Phi démontrent une grande efficacité dans des domaines de niche :

- **Médecine :** Des études montrent une corrélation modérée entre les réponses de Phi-3 et les évaluations d'experts dans des textes médicaux et sportifs<sup>[\[17\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-17)</sup>.
- **Détection des discours de haine :** Le modèle HateTinyLLM, basé sur Phi-2, atteint une précision de plus de 80 % dans cette tâche en utilisant le *fine-tuning* LoRA<sup>[\[18\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-18)</sup>.
- **Stratégies de jeu :** Le modèle SC-Phi2 a montré des capacités à prédire des stratégies dans le jeu StarCraft II<sup>[\[19\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-19)</sup>.

## IA responsable et sécurité

La famille Phi est développée conformément aux normes de l'**AI Responsable de Microsoft** (*Microsoft Responsible AI*), qui incluent les principes de responsabilité, de transparence, d'équité et de sécurité. Les modèles sont soumis à une évaluation de sécurité multidimensionnelle, incluant le *Supervised Fine-Tuning* (SFT) et la *Direct Preference Optimization* (DPO), ainsi que des tests dans différentes langues et catégories de risques<sup>[\[20\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-20)</sup>.

## Limites

Malgré des résultats impressionnants, les modèles Phi peuvent être inférieurs aux grands modèles spécialisés dans certaines tâches complexes. Par exemple, **Phi-4** obtient de bons résultats dans le raisonnement de type *chain-of-thought*, mais est limité par l'absence de la capacité d'appel de fonctions (*function calling*)<sup>[\[21\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-21)</sup>. De plus, bien que **Phi-3.5** prenne en charge plus de 20 langues, ses performances peuvent varier, et des recherches ont montré des inexactitudes dans les réponses dans des langues autres que l'anglais<sup>[\[22\]](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_note-22)</sup>.

## Bibliographie

- Gunasekar, S.; et al. (2023). *Textbooks Are All You Need*. <a href="https://arxiv.org/abs/2306.11644" class="external text" rel="nofollow">arXiv:2306.11644</a>.
- Gunasekar, S.; et al. (2023). *Textbooks Are All You Need II: phi‑1.5 Technical Report*. <a href="https://arxiv.org/abs/2309.05463" class="external text" rel="nofollow">arXiv:2309.05463</a>.
- Dao, T.; et al. (2022). *FlashAttention: Fast and Memory‑Efficient Exact Attention with IO‑Awareness*. <a href="https://arxiv.org/abs/2205.14135" class="external text" rel="nofollow">arXiv:2205.14135</a>.
- Zheng, S.; et al. (2023). *GQA: Training Generalized Multi‑Query Transformer Models for Faster Decoding*. <a href="https://arxiv.org/abs/2305.13245" class="external text" rel="nofollow">arXiv:2305.13245</a>.
- Feng, W.; et al. (2024). *Mixture‑of‑LoRAs: An Efficient Multitask Tuning for Large Language Models*. <a href="https://arxiv.org/abs/2403.03432" class="external text" rel="nofollow">arXiv:2403.03432</a>.
- Wu, X.; et al. (2024). *Mixture of LoRA Experts*. <a href="https://arxiv.org/abs/2404.13628" class="external text" rel="nofollow">arXiv:2404.13628</a>.
- Microsoft Research (2024). *Phi‑3 Technical Report*. <a href="https://arxiv.org/abs/2404.14219" class="external text" rel="nofollow">arXiv:2404.14219</a>.
- Abdin, M.; et al. (2024). *Phi‑4 Technical Report*. <a href="https://arxiv.org/abs/2412.08905" class="external text" rel="nofollow">arXiv:2412.08905</a>.
- Microsoft Research (2025). *Phi‑4‑reasoning Technical Report*. <a href="https://www.microsoft.com/en-us/research/wp-content/uploads/2025/04/phi_4_reasoning.pdf" class="external text" rel="nofollow">PDF</a>.
- Microsoft Research (2025). *Phi‑4‑Multimodal: Mixture‑of‑Modality‑LoRAs*. <a href="https://arxiv.org/abs/2503.01743" class="external text" rel="nofollow">arXiv:2503.01743</a>.

## Références

1.  <span id="cite_note-1">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-1) « The Phi-3 small language models with big potential ». *Microsoft Source Features*. <a href="https://news.microsoft.com/source/features/ai/the-phi-3-small-language-models-with-big-potential/" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-2">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-2) « Microsoft's Phi-3: Revolutionising AI with efficient and accessible small language models ». *Landing.Jobs Blog*. <a href="https://landing.jobs/blog/microsofts-phi-3-revolutionising-ai-with-efficient-and-accessible-small-language-models/" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-3">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-3) « Textbooks Are All You Need ». *Microsoft Research*. <a href="https://www.microsoft.com/en-us/research/publication/textbooks-are-all-you-need/" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-4">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-4) « Introducing Phi-4: Microsoft’s newest Small Language Model, specializing in complex reasoning ». *Microsoft Tech Community*. <a href="https://techcommunity.microsoft.com/t5/ai-at-microsoft/introducing-phi-4-microsoft-s-newest-small-language-model/ba-p/4357090" class="external autonumber" rel="nofollow">[4]</a></span>
5.  <span id="cite_note-5">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-5) « Exploring Phi-4: A Deep Dive into Microsoft's Latest Language Model ». *OpenCV Blog*. <a href="https://opencv.org/blog/phi-4/" class="external autonumber" rel="nofollow">[5]</a></span>
6.  <span id="cite_note-6">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-6) « Unlocking the Power of Small Language Models (SLMs): The Evolution of Phi ». *LinkedIn*. <a href="https://www.linkedin.com/pulse/unlocking-power-small-language-models-slms-evolution-vijay-ru4xc" class="external autonumber" rel="nofollow">[6]</a></span>
7.  <span id="cite_note-7">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-7) « Le nouveau modèle d'IA Phi-2 de Microsoft a appris à partir de manuels ». *TechInsider*. <a href="https://www.techinsider.ru/news/news-1625165-novaya-ii-model-phi-2-ot-microsoft-uchilas-po-uchebnikam/" class="external autonumber" rel="nofollow">[7]</a></span>
8.  <span id="cite_note-8">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-8) « Phi-3 Technical Report ». *arXiv*. <a href="https://arxiv.org/abs/2404.14219" class="external autonumber" rel="nofollow">[8]</a></span>
9.  <span id="cite_note-9">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-9) « Discover the new multi-lingual, high-quality Phi-3.5 SLMs ». *Microsoft Tech Community*. <a href="https://techcommunity.microsoft.com/blog/azure-ai-services-blog/discover-the-new-multi-lingual-high-quality-phi-3-5-slms/4225280" class="external autonumber" rel="nofollow">[9]</a></span>
10. <span id="cite_note-10">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-10) « Phi-4 Technical Report ». *arXiv*. <a href="https://arxiv.org/abs/2412.08905" class="external autonumber" rel="nofollow">[10]</a></span>
11. <span id="cite_note-11">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-11) « Mixture-of-Modality-LoRAs: A Low-Rank Approach to Natively Multimodal Foundation Models ». *arXiv*. <a href="https://arxiv.org/abs/2503.01743" class="external autonumber" rel="nofollow">[11]</a></span>
12. <span id="cite_note-12">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-12) « Phi-3: A Tutorial on Microsoft's Small Language Models (SLMs) ». *DataCamp*. <a href="https://www.datacamp.com/tutorial/phi-3-tutorial" class="external autonumber" rel="nofollow">[12]</a></span>
13. <span id="cite_note-13">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-13) « Unlocking the Power of Small Language Models (SLMs): The Evolution of Phi ». *LinkedIn*. <a href="https://www.linkedin.com/pulse/unlocking-power-small-language-models-slms-evolution-vijay-ru4xc" class="external autonumber" rel="nofollow">[13]</a></span>
14. <span id="cite_note-14">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-14) « Microsoft Phi ». *Microsoft Azure*. <a href="https://azure.microsoft.com/en-us/products/phi" class="external autonumber" rel="nofollow">[14]</a></span>
15. <span id="cite_note-15">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-15) « Exploring Phi-4: A Deep Dive into Microsoft's Latest Language Model ». *OpenCV Blog*. <a href="https://opencv.org/blog/phi-4/" class="external autonumber" rel="nofollow">[15]</a></span>
16. <span id="cite_note-16">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-16) « Phi-3.5-vision-instruct ». *Hugging Face*. <a href="https://huggingface.co/microsoft/Phi-3.5-vision-instruct" class="external autonumber" rel="nofollow">[16]</a></span>
17. <span id="cite_note-17">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-17) « Small But Mighty: Exploring the Capabilities of Small Language Models in Medical and Sport-Specific Applications ». *arXiv*. <a href="https://arxiv.org/abs/2504.08764" class="external autonumber" rel="nofollow">[17]</a></span>
18. <span id="cite_note-18">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-18) « HateTinyLLMs: A Small Language Model for Hate Speech Detection ». *arXiv*. <a href="https://arxiv.org/abs/2405.01577" class="external autonumber" rel="nofollow">[18]</a></span>
19. <span id="cite_note-19">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-19) « SC-Phi2: A Specialized Small Language Model for StarCraft II ». *MDPI*. <a href="https://www.mdpi.com/2673-2688/5/4/115" class="external autonumber" rel="nofollow">[19]</a></span>
20. <span id="cite_note-20">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-20) « Microsoft’s Phi-3.5: a responsible, small language model ». *Skymod*. <a href="https://skymod.tech/microsofts-phi-3-5-small-language-models/" class="external autonumber" rel="nofollow">[20]</a></span>
21. <span id="cite_note-21">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-21) « Phi-4: A New Era of Small Language Models ». *Meta-quantum.today*. <a href="https://meta-quantum.today/?p=3386" class="external autonumber" rel="nofollow">[21]</a></span>
22. <span id="cite_note-22">[↑](https://systems-analysis.info/int/Phi_(Microsoft)_(FR)#cite_ref-22) « A Multi-faceted Analysis of Language-specific Bias in Large Language Models ». *U.S. Securities and Exchange Commission*. <a href="https://www.sec.gov/Archives/edgar/data/789019/000119312524242883/d858775ddef14a.htm" class="external autonumber" rel="nofollow">[22]</a></span>
