update
Browse files- utils/table_contents.txt +11 -1
utils/table_contents.txt
CHANGED
|
@@ -1,8 +1,18 @@
|
|
| 1 |
### 📖 Table of contents 📖
|
| 2 |
|
| 3 |
1 - Pretraining datasets
|
|
|
|
| 4 |
2 - Model architecture
|
|
|
|
| 5 |
3 - Model evaluation
|
|
|
|
| 6 |
4 - Code generation
|
| 7 |
|
| 8 |
-
For each section, you can choose to visualize the information of 4 code generation models:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
### 📖 Table of contents 📖
|
| 2 |
|
| 3 |
1 - Pretraining datasets
|
| 4 |
+
|
| 5 |
2 - Model architecture
|
| 6 |
+
|
| 7 |
3 - Model evaluation
|
| 8 |
+
|
| 9 |
4 - Code generation
|
| 10 |
|
| 11 |
+
For each section, you can choose to visualize the information of 4 code generation models:
|
| 12 |
+
|
| 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 model with code and test their generation capacities ✨!
|