loubnabnl HF staff commited on
Commit
d1928e6
1 Parent(s): d387478

update information about model sizes used in the demo

Browse files
Files changed (1) hide show
  1. generation/intro.md +2 -2
generation/intro.md CHANGED
@@ -1,4 +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 also try the original [demo](https://huggingface.co/spaces/facebook/incoder-demo), which has more tasks and examples.
 
1
+ In this section you can prompt the following models to generate Python code: CodeParrot 1.5B, InCoder 1B and CodeGen 2B.
2
 
3
+ * For CodeGen, there are a larger [models](https://huggingface.co/Salesforce/codegen-16B-mono) available on the 🤗 Hub with 6.1 B and 16.1B parameters, but we use the 2B version to have models of comparable size in this demo. For InCoder too, there is a larger [model](https://huggingface.co/spaces/facebook/incoder-6B) with 6B parameters.
4
  * For InCoder, you can also try the original [demo](https://huggingface.co/spaces/facebook/incoder-demo), which has more tasks and examples.