-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
1,437 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
- title: Livre de recettes sur l'IA open-source | ||
isExpanded: True | ||
sections: | ||
- local: index | ||
title: Vue d'ensemble | ||
|
||
- title: LLM Recipes | ||
isExpanded: false | ||
sections: | ||
- local: llm_judge | ||
title: Utilisation d'un LLM juge pour une évaluation automatisée et polyvalente | ||
- local: structured_generation | ||
title: RAG avec citation des sources grâce à la génération structurée |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Livre de recettes sur l'IA open-source (Open-Source AI Cookbook) | ||
|
||
Le livre de recettes sur l'IA open-source est une collection de *notebooks* illustrant les aspects pratiques de la construction d'applications d'IA et la résolution de diverses tâches d'apprentissage automatique à l'aide d'outils et de modèles open-source. | ||
|
||
## Derniers notebooks | ||
|
||
Consultez les nouveaux *notebooks* récemment ajoutés : | ||
|
||
- [Utilisation d'un LLM juge 🧑⚖️ pour une évaluation automatisée et polyvalente](llm_judge) | ||
- [RAG avec citation des sources grâce à la génération structurée](structured_generation) | ||
|
||
Vous pouvez également consulter les *notebooks* dans le [dépôt GitHub](https://github.com/huggingface/cookbook) du livre de cuisine. | ||
|
||
## Contribuer | ||
|
||
Le *Open-Source AI Cookbook* est un effort communautaire, et les contributions de chacun sont les bienvenues ! | ||
Consultez le [Guide de contribution](https://github.com/huggingface/cookbook/blob/main/README.md) du livre de cuisine pour savoir comment ajouter votre recette. |
Oops, something went wrong.