loubnabnl HF staff commited on
Commit
e09cbd2
1 Parent(s): fbb0426

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
 
5
 
6
  title = "CodeGen Generator"
7
- description = "This is a subspace to make code generation with [CodeGen](https://huggingface.co/Salesforce/codegen-16B-mono), it is used in a larger [space](https://huggingface.co/spaces/loubnabnl/Code-generation-models-v1) for model comparison. We use the 2B parameters model in this space."
8
  example = [
9
  ["def print_hello_world():", 8, 0.6, 42],
10
  ["def get_file_size(filepath):", 24, 0.6, 42],
 
4
 
5
 
6
  title = "CodeGen Generator"
7
+ description = "This is a subspace to make code generation with [CodeGen](https://huggingface.co/Salesforce/codegen-16B-mono), it is used in a larger [space](https://huggingface.co/spaces/loubnabnl/Code-generation-models-v1) for model comparison. We use the 6.1B parameters model in this space."
8
  example = [
9
  ["def print_hello_world():", 8, 0.6, 42],
10
  ["def get_file_size(filepath):", 24, 0.6, 42],