add file
Browse files- utils/table_contents.txt +8 -0
utils/table_contents.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: [CodeParrot](https://huggingface.co/lvwerra/codeparrot), [InCoder](https://huggingface.co/facebook/incoder-6B), [CodeGen](https://github.com/salesforce/CodeGen) and [PolyCoder](https://github.com/vhellendoorn/code-lms). In section 4, you get to prompt the model with code and test their generation capacities β¨!
|