Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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],
|