Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10 |
# Model Overview
|
11 |
|
12 |
## Description:
|
13 |
-
CodeLlama-7B-QML is a large language model
|
14 |
|
15 |
This model reaches a score of 79% on the QML100 Fill-In-the-Middle code completion benchmark for Qt 6-compliant code. In comparison, other models scored:
|
16 |
- CodeLlama-13B-QML: 79%
|
|
|
10 |
# Model Overview
|
11 |
|
12 |
## Description:
|
13 |
+
CodeLlama-7B-QML is a large language model for code completion tasks in the Qt's Markup Language (QML). The CodeLlama-7B-QML model is designed for software developers who want to run their code completion LLM locally on their computer.
|
14 |
|
15 |
This model reaches a score of 79% on the QML100 Fill-In-the-Middle code completion benchmark for Qt 6-compliant code. In comparison, other models scored:
|
16 |
- CodeLlama-13B-QML: 79%
|