Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ Load in your favorite GGUF inference engine, or try with llmware as follows:
|
|
| 20 |
|
| 21 |
from llmware.models import ModelCatalog
|
| 22 |
model = ModelCatalog().load_model("dragon-mistral-answer-tool")
|
| 23 |
-
response = model.inference(query, text_sample)
|
| 24 |
|
| 25 |
Note: please review [**config.json**](https://huggingface.co/llmware/dragon-mistral-answer-tool/blob/main/config.json) in the repository for prompt wrapping information, details on the model, and full test set.
|
| 26 |
|
|
|
|
| 20 |
|
| 21 |
from llmware.models import ModelCatalog
|
| 22 |
model = ModelCatalog().load_model("dragon-mistral-answer-tool")
|
| 23 |
+
response = model.inference(query, add_context=text_sample)
|
| 24 |
|
| 25 |
Note: please review [**config.json**](https://huggingface.co/llmware/dragon-mistral-answer-tool/blob/main/config.json) in the repository for prompt wrapping information, details on the model, and full test set.
|
| 26 |
|