Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ https://ollama.com/download
|
|
42 |
ollama run theqtcompany/codellama-7b-qml
|
43 |
```
|
44 |
|
45 |
-
Now, you can set and use CodeLlama-7B-QML as LLM for code completions in the Qt AI Assistant. If you want to test the model in Ollama, then you can write curl requests in Ollama's CLI as shown below.
|
46 |
|
47 |
```
|
48 |
curl -X POST http://localhost:11434/api/generate -d '{
|
@@ -66,6 +66,10 @@ If there is no suffix, please use:
|
|
66 |
"<PRE>{prefix}<MID>"
|
67 |
```
|
68 |
|
|
|
|
|
|
|
|
|
69 |
|
70 |
## Model Version:
|
71 |
v1.0
|
|
|
42 |
ollama run theqtcompany/codellama-7b-qml
|
43 |
```
|
44 |
|
45 |
+
Now, you can set and use CodeLlama-7B-QML as an LLM for code completions in the Qt AI Assistant or other coding assistants. If you want to test the model in Ollama, then you can write curl requests in Ollama's CLI, as shown below.
|
46 |
|
47 |
```
|
48 |
curl -X POST http://localhost:11434/api/generate -d '{
|
|
|
66 |
"<PRE>{prefix}<MID>"
|
67 |
```
|
68 |
|
69 |
+
## : Customize or Fine-Tune CodeLlama-7B-QML
|
70 |
+
|
71 |
+
If you want to customize CodeLlama-7B-QML by changing its parameters or fine-tune the model further with your own data, then you can download the model here from HuggingFace.
|
72 |
+
|
73 |
|
74 |
## Model Version:
|
75 |
v1.0
|