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

Delete index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -25
index.html DELETED
@@ -1,25 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>Traductions 📚</title>
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>