Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,9 +4,8 @@ from threading import Thread
|
|
| 4 |
|
| 5 |
description = """
|
| 6 |
<p style="text-align: center; font-size: 24px; color: #292b47;">
|
| 7 |
-
<strong>π <span style='color: #3264ff;'>
|
| 8 |
</p>
|
| 9 |
-
<span style='color: #292b47;'>Welcome to the <a href="https://huggingface.co/Deci/DeciCoder-6B" style="color: #3264ff;">DeciCoder-6B playground</a>! DeciCoder-6B was trained on the Python, Java, Javascript, Rust, C++, C, and C# subset of the Starcoder Training Dataset, and it's released under the Apache 2.0 license. This model is capable of code-completion and instruction following. It surpasses CodeGen 2.5 7B, CodeLlama 7B, abd StarCoder 7B in its supported languages on HumanEval, and leads by 3 points in Python over StarCoderBase 15.5B.</span>
|
| 10 |
"""
|
| 11 |
|
| 12 |
|
|
|
|
| 4 |
|
| 5 |
description = """
|
| 6 |
<p style="text-align: center; font-size: 24px; color: #292b47;">
|
| 7 |
+
<strong>π <span style='color: #3264ff;'>Bigger, Faster, Stronger Code Assistant with DeciCoder-6B</span></strong>
|
| 8 |
</p>
|
|
|
|
| 9 |
"""
|
| 10 |
|
| 11 |
|