Spaces:
Runtime error
Runtime error
Commit
Β·
6ed0c17
1
Parent(s):
322e151
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from typing import Union, Tuple, List
|
|
9 |
|
10 |
|
11 |
description = """# <p style="text-align: center; color: #292b47;"> ποΈ <span style='color: #3264ff;'>DeciCoder:</span> A Fast Code Generation Modelπ¨ </p>
|
12 |
-
<span style='color: #292b47;'>Welcome to <a href="https://huggingface.co/
|
13 |
DeciCoder is a 1B parameter code generation model trained on The Stack dataset and released under an Apache 2.0 license. It's capable of writing code in Python,
|
14 |
JavaScript, and Java. It's a code-completion model, not an instruction-tuned model; you should prompt the model with a function signature and docstring
|
15 |
and let it complete the rest. The model can also do infilling, specify where you would like the model to complete code with the <span style='color: #3264ff;'><FILL_HERE></span>
|
|
|
9 |
|
10 |
|
11 |
description = """# <p style="text-align: center; color: #292b47;"> ποΈ <span style='color: #3264ff;'>DeciCoder:</span> A Fast Code Generation Modelπ¨ </p>
|
12 |
+
<span style='color: #292b47;'>Welcome to <a href="https://huggingface.co/Deci/DeciCoder-1b" style="color: #3264ff;">DeciCoder</a>!
|
13 |
DeciCoder is a 1B parameter code generation model trained on The Stack dataset and released under an Apache 2.0 license. It's capable of writing code in Python,
|
14 |
JavaScript, and Java. It's a code-completion model, not an instruction-tuned model; you should prompt the model with a function signature and docstring
|
15 |
and let it complete the rest. The model can also do infilling, specify where you would like the model to complete code with the <span style='color: #3264ff;'><FILL_HERE></span>
|