LeroyDyer commited on
Commit
14630a8
1 Parent(s): ea64e1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,7 +13,7 @@ metrics:
13
  - bleu
14
  - accuracy
15
  ---
16
- # MODEL_NAME
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/mixtral_basemodel.q8_0.gguf"
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