loubnabnl HF staff commited on
Commit
427a689
β€’
1 Parent(s): 807f36d
Files changed (1) hide show
  1. 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: [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 ✨!
 
 
 
 
 
 
 
 
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 ✨!