File size: 1,517 Bytes
28cdacf
02856cb
28cdacf
8adda4d
 
 
 
 
039ab10
b0fc0c9
ff79dfc
b0fc0c9
ff79dfc
b0fc0c9
039ab10
b0fc0c9
 
8adda4d
 
 
039ab10
ff79dfc
 
b0fc0c9
36c61cb
8adda4d
 
 
 
 
 
 
 
 
b0fc0c9
 
 
8adda4d
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
license: llama2
---

# Model Card for Model ID

<!-- Provide a quick summary of what the model is/does. -->

**dragon-llama-answer-tool** is a quantized version of DRAGON Llama 7B, with 4_K_M GGUF quantization, providing a fast, small inference implementation for use on CPUs.  

[**dragon-llama-7b**](https://huggingface.co/llmware/dragon-llama-7b-v0) is a fact-based question-answering model, optimized for complex business documents.  

To pull the model via API:   

    from huggingface_hub import snapshot_download           
    snapshot_download("llmware/dragon-llama-answer-tool", local_dir="/path/on/your/machine/", local_dir_use_symlinks=False)  
    

Load in your favorite GGUF inference engine, or try with llmware as follows:

    from llmware.models import ModelCatalog  
    model = ModelCatalog().load_model("dragon-llama-answer-tool")            
    response = model.inference(query, add_context=text_sample)  

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.  


### Model Description

<!-- Provide a longer summary of what this model is. -->

- **Developed by:** llmware
- **Model type:** GGUF 
- **Language(s) (NLP):** English
- **License:** Llama 2 Community License
- **Quantized from model:** [llmware/dragon-llama](https://huggingface.co/llmware/dragon-llama-7b-v0/)
  

## Model Card Contact

Darren Oberst & llmware team