update
Browse files- utils/table_contents.txt +2 -3
utils/table_contents.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
### 📖 Table of contents 📖
|
| 2 |
|
| 3 |
1 - Pretraining datasets
|
| 4 |
-
|
| 5 |
2 - Model architecture
|
| 6 |
|
| 7 |
3 - Model evaluation
|
|
@@ -13,6 +12,6 @@ For each section, you can choose to visualize the information of 4 code generati
|
|
| 13 |
* [CodeParrot](https://huggingface.co/lvwerra/codeparrot)
|
| 14 |
* [InCoder](https://huggingface.co/facebook/incoder-6B)
|
| 15 |
* [CodeGen](https://github.com/salesforce/CodeGen)
|
| 16 |
-
* [PolyCoder](https://github.com/vhellendoorn/code-lms)
|
| 17 |
|
| 18 |
-
In section 4, you get to prompt the
|
|
|
|
| 1 |
### 📖 Table of contents 📖
|
| 2 |
|
| 3 |
1 - Pretraining datasets
|
|
|
|
| 4 |
2 - Model architecture
|
| 5 |
|
| 6 |
3 - Model evaluation
|
|
|
|
| 12 |
* [CodeParrot](https://huggingface.co/lvwerra/codeparrot)
|
| 13 |
* [InCoder](https://huggingface.co/facebook/incoder-6B)
|
| 14 |
* [CodeGen](https://github.com/salesforce/CodeGen)
|
| 15 |
+
* [PolyCoder](https://github.com/vhellendoorn/code-lms)
|
| 16 |
|
| 17 |
+
In section 4, you get to prompt the models and test their code generation capacities ✨!
|