Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ metrics:
|
|
13 |
- bleu
|
14 |
- accuracy
|
15 |
---
|
16 |
-
#
|
17 |
|
18 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
19 |
|
@@ -60,7 +60,7 @@ from llama_index.llms.llama_cpp.llama_utils import (
|
|
60 |
completion_to_prompt,
|
61 |
)
|
62 |
|
63 |
-
model_url = "https://huggingface.co/LeroyDyer/Mixtral_BaseModel-gguf/resolve/main/
|
64 |
|
65 |
llm = LlamaCPP(
|
66 |
# You can pass in the URL to a GGML model to download it automatically
|
|
|
13 |
- bleu
|
14 |
- accuracy
|
15 |
---
|
16 |
+
# Mixtral_instruct_7b
|
17 |
|
18 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
19 |
|
|
|
60 |
completion_to_prompt,
|
61 |
)
|
62 |
|
63 |
+
model_url = "https://huggingface.co/LeroyDyer/Mixtral_BaseModel-gguf/resolve/main/mixtral_instruct_7b.q8_0.gguf"
|
64 |
|
65 |
llm = LlamaCPP(
|
66 |
# You can pass in the URL to a GGML model to download it automatically
|