-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yaml
71 lines (65 loc) · 2.23 KB
/
_quarto.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
project:
type: website
render:
- "*.qmd"
- "!IV-Exemples/"
execute:
freeze: auto
website:
title: "Guide d'installation des LLM"
page-footer:
right: "Ce site a été créé avec [Quarto](https://quarto.org/)"
sidebar:
pinned: true
align: center
style: "docked"
contents:
- text: "Accueil"
href: index.qmd
- section: "I-Accompagnement"
contents:
- href: I-Accompagnement/0_Intro.qmd
text: "Introduction"
- href: I-Accompagnement/1_cas_usage.qmd
text: "Cas d'usage"
- href: I-Accompagnement/2_Acculturation.qmd
text: "Acculturation"
- href: I-Accompagnement/3_Impacts.qmd
text: "Impacts"
- section: "II-Développements"
href: II-Developpements/0_Introduction.qmd
contents:
- href: II-Developpements/1_Anatomie_LLM.qmd
text: "Anatomie et conception d'un modèle de langage"
- href: II-Developpements/2_Utilisation_LLM.qmd
text: "Techniques d'utilisation d'un LLM"
- href: II-Developpements/3_RAG.qmd
text: "Focus sur le RAG (Retrieval Augmented Generation)"
- href: II-Developpements/4_Evaluations.qmd
text: "Evaluations"
- section: "III-Deploiements"
href: "III-Deploiements/0_Introduction_deploiements.qmd"
contents:
- href: III-Deploiements/1_Architecture_projet_llm.qmd
text: ":construction: Architecture d'un projet LLM"
- href: III-Deploiements/2_Service_LLM_avance.qmd
text: ":wrench: Service LLM avancé"
- href: III-Deploiements/3_Service_LLM_production.qmd
text: ":factory: Service LLM à grande échelle"
- href: III-Deploiements/4_Deploiement_applications.qmd
text: ":computer: Déploiement d'applications"
- section: "IV-Exemples"
contents:
- href: IV-Exemples/2_Classification_accords_entreprise.qmd
text: "Exemple des textes des accords d'entreprise"
- text: "Bibliographie"
href: Bibliographie.qmd
format:
html:
theme:
light: flatly
dark: darkly
code-copy: true
code-overflow: wrap
toc: true
from: markdown+emoji