Spaces:
Runtime error
Runtime error
Mise a jour de la documentation
Browse files- Documentation.md +15 -1
Documentation.md
CHANGED
|
@@ -37,7 +37,7 @@ Idéalement, les `pull request` doivent être validées par deux membres du proj
|
|
| 37 |
- [ ] pas de résolution à ce jour
|
| 38 |
- [ ] Problème des mots non disponibles dans le vocabulaire
|
| 39 |
- À terme, entraînement sur tout le corpus ?
|
| 40 |
-
- [ ]Problème de la qualité du corpus :
|
| 41 |
- Résumés tronqués : "Did Tatum O'Neal's latest battle with ex-husband John McEnroe put her back on drugs? The \"Paper Moon\"star checked herself into L.A.'s Promises rehab facility after a friend caught her smoking crack, according to The National Enquirer. O'Neal emerged clean and sober from Promises' 34-day recovery program in late July, the tab reports. The actress is said to have plunged into her old habits because of" ...
|
| 42 |
- Résumés plus proche de titres que de résumés : "SAN DIEGO PADRES team notebook"
|
| 43 |
- [ ] pas de résolution à ce jour
|
|
@@ -101,6 +101,20 @@ Pour ce faire nous nous sommes beaucoup inspirée du kaggle https://www.kaggle.c
|
|
| 101 |
get_words()
|
| 102 |
get the dataset vocabulary
|
| 103 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
## Langages de programmation
|
| 105 |
- 🐳 Docker
|
| 106 |
- yaml
|
|
|
|
| 37 |
- [ ] pas de résolution à ce jour
|
| 38 |
- [ ] Problème des mots non disponibles dans le vocabulaire
|
| 39 |
- À terme, entraînement sur tout le corpus ?
|
| 40 |
+
- [ ] Problème de la qualité du corpus :
|
| 41 |
- Résumés tronqués : "Did Tatum O'Neal's latest battle with ex-husband John McEnroe put her back on drugs? The \"Paper Moon\"star checked herself into L.A.'s Promises rehab facility after a friend caught her smoking crack, according to The National Enquirer. O'Neal emerged clean and sober from Promises' 34-day recovery program in late July, the tab reports. The actress is said to have plunged into her old habits because of" ...
|
| 42 |
- Résumés plus proche de titres que de résumés : "SAN DIEGO PADRES team notebook"
|
| 43 |
- [ ] pas de résolution à ce jour
|
|
|
|
| 101 |
get_words()
|
| 102 |
get the dataset vocabulary
|
| 103 |
```
|
| 104 |
+
- Vectoriser
|
| 105 |
+
```
|
| 106 |
+
```
|
| 107 |
+
|
| 108 |
+
### Model :
|
| 109 |
+
|
| 110 |
+
### train :
|
| 111 |
+
|
| 112 |
+
### inference :
|
| 113 |
+
|
| 114 |
+
### api :
|
| 115 |
+
|
| 116 |
+
### templates :
|
| 117 |
+
|
| 118 |
## Langages de programmation
|
| 119 |
- 🐳 Docker
|
| 120 |
- yaml
|