Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -131,7 +131,6 @@ description = """
|
|
| 131 |
</div>
|
| 132 |
<div style="text-align: left;">
|
| 133 |
<p>We have leveraged the expansive dataset from Project CodeNet to enhance our model, CodeLlama. The <a href="https://huggingface.co/datasets/code_search_net">Project CodeNet dataset</a> is an extensive collection specifically curated to spur algorithmic advancements in AI for coding tasks. It supports a wide range of applications including code translation, code similarity assessment, code classification, and code search functionalities.</p>
|
| 134 |
-
<p>This fine-tuning process has significantly bolstered the capabilities of <a href="https://huggingface.co/codellama/CodeLlama-13b-hf">CodeLlama (13B)</a>, which is our advanced model designed for code completion tasks, rather than instructional purposes. Those who are interested in instructional interactions or wish to engage with a model tailored for conversation are encouraged to utilize <a href="https://huggingface.co/spaces/codellama/codellama-13b-chat">this dedicated demo</a>. Further details about CodeLlama's architecture and performance can be explored in our <a href="https://huggingface.co/blog/codellama/">blog post</a> or the comprehensive <a href="https://huggingface.co/papers/2308.12950">paper</a>.</p>
|
| 135 |
</div>
|
| 136 |
|
| 137 |
"""
|
|
|
|
| 131 |
</div>
|
| 132 |
<div style="text-align: left;">
|
| 133 |
<p>We have leveraged the expansive dataset from Project CodeNet to enhance our model, CodeLlama. The <a href="https://huggingface.co/datasets/code_search_net">Project CodeNet dataset</a> is an extensive collection specifically curated to spur algorithmic advancements in AI for coding tasks. It supports a wide range of applications including code translation, code similarity assessment, code classification, and code search functionalities.</p>
|
|
|
|
| 134 |
</div>
|
| 135 |
|
| 136 |
"""
|