loubnabnl HF staff commited on
Commit
2e2d5e8
1 Parent(s): 5f9fb30

add intro for generation

Browse files
Files changed (1) hide show
  1. generation/intro.txt +4 -0
generation/intro.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ In this section you can prompt the following models to generate Python code: CodeParrot 1.5B, InCoder 6.7B and CodeGen 6.1B.
2
+
3
+ * For CodeGen, there’s a larger [model](https://huggingface.co/Salesforce/codegen-16B-mono) available on the 🤗 hub with 16.1B parameters, but we use the 6.1B version to have models of comparable size in this demo.
4
+ * For InCoder, you can try the original [demo](https://huggingface.co/spaces/facebook/incoder-demo), which has more tasks and examples.