doberst commited on
Commit
36c61cb
·
verified ·
1 Parent(s): a804cc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ Load in your favorite GGUF inference engine, or try with llmware as follows:
22
  model = ModelCatalog().load_model("llmware/dragon-llama-answer-tool")
23
  response = model.inference(query, text_sample)
24
 
25
- Note: please review (**config.json**)[https://huggingface.co/llmware/dragon-llama-answer-tool/blob/main/config.json] in the repository for prompt wrapping information, details on the model, and full test set.
26
 
27
 
28
  ### Model Description
 
22
  model = ModelCatalog().load_model("llmware/dragon-llama-answer-tool")
23
  response = model.inference(query, text_sample)
24
 
25
+ Note: please review [**config.json**](https://huggingface.co/llmware/dragon-llama-answer-tool/blob/main/config.json) in the repository for prompt wrapping information, details on the model, and full test set.
26
 
27
 
28
  ### Model Description