lbourdois commited on
Commit
50c1672
1 Parent(s): 32b71d6

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +14 -19
index.html CHANGED
@@ -7,24 +7,19 @@
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
- <div style="flex: 1; display: flex;">
11
- <div style="flex: 1; display: flex; flex-direction: column; align-items: center;">
12
- <p style="text-align: center;">FR</p>
13
- <p style="text-align: justify;"><b>Les cours que j'ai traduit en français :</b></p>
14
- <p style="text-align: justify;">• Le <a href="https://lbourdois.github.io/cours-dl-nyu/">Cours d’apprentissage profond de la New York University de Yann Le Cun et Alfredo Canziani</a></p>
15
- <p style="text-align: justify;">• Le <a href="https://huggingface.co/learn/nlp-course/fr/">Cours de traitement automatique du langage (NLP) de Hugging Face</a></p>
16
- <p style="text-align: justify;">• Le <a href="https://huggingface.co/learn/audio-course/fr/">Cours d’audio de Hugging Face</a></p>
17
- <p style="text-align: justify;">• Le <a href="https://github.com/huggingface/diffusion-models-class/tree/main/units/fr">Cours de modèles de diffusion de Hugging Face</a></p>
18
- </div>
19
- <div style="width: 30px;"></div>
20
- <div style="flex: 1; display: flex; flex-direction: column; align-items: center;">
21
- <p style="text-align: center;">EN</p>
22
- <p style="text-align: justify;"><b>The courses I have translated in French:</b></p>
23
- <p style="text-align: justify;">• The <a href="https://lbourdois.github.io/cours-dl-nyu/">Deep learning course from New York University by Yann Le Cun and Alfredo Canziani</a></p>
24
- <p style="text-align: justify;">• The <a href="https://huggingface.co/learn/nlp-course/fr/">Hugging Face's NLP course</a></p>
25
- <p style="text-align: justify;">• The <a href="https://huggingface.co/learn/audio-course/fr/">Hugging Face's audio course</a></p>
26
- <p style="text-align: justify;">• The <a href="https://github.com/huggingface/diffusion-models-class/tree/main/units/fr">Hugging Face's diffusion models course</a></p>
27
- </div>
28
- </div>
29
  </body>
30
  </html>
 
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
+ <div style="flex: 1; display: flex;">
11
+ <div style="flex: 1; display: flex; flex-direction: column; align-items: left;">
12
+ <p style="text-align: center;">FR</p>
13
+ <p><b>Les cours que j'ai traduit en français :</b><br>• Le <a href="https://lbourdois.github.io/cours-dl-nyu/">Cours d’apprentissage profond de la NYU de Yann Le Cun et Alfredo Canziani</a><br>• Le <a href="https://huggingface.co/learn/nlp-course/fr/">Cours de traitement automatique du langage (NLP) de Hugging Face</a><br>• Le <a href="https://huggingface.co/learn/audio-course/fr/">Cours d’audio de Hugging Face</a><br>• Le <a href="https://github.com/huggingface/diffusion-models-class/tree/main/units/fr">Cours de modèles de diffusion de Hugging Face</a></p>
14
+ <p><b>Les articles de blog que j'ai traduit en français :</b><br>TODO</p>
15
+ </div>
16
+ <div style="width: 30px;"></div>
17
+ <div style="flex: 1; display: flex; flex-direction: column; align-items: left;">
18
+ <p style="text-align: center;">EN</p>
19
+ <p><b>The courses I have translated into French:</b><br>• The <a href="https://lbourdois.github.io/cours-dl-nyu/">Deep learning course from NYU by Yann Le Cun and Alfredo Canziani</a><br>• The <a href="https://huggingface.co/learn/nlp-course/fr/">Hugging Face's NLP course</a><br>• The <a href="https://huggingface.co/learn/audio-course/fr/">Hugging Face's audio course</a><br>• The <a href="https://github.com/huggingface/diffusion-models-class/tree/main/units/fr">Hugging Face's diffusion models course</a></p>
20
+ <p><b>Blog posts I've translated into French:</b><br>TODO</p>
21
+ </div>
22
+ </div>
23
+
 
 
 
 
 
24
  </body>
25
  </html>