--- license: apache-2.0 --- # Model Card for Model ID **dragon-mistral-answer-tool** is a quantized version of DRAGON Mistral 7B, with 4_K_M GGUF quantization, providing a fast, small inference implementation for use on CPUs. [**dragon-mistral-7b**](https://huggingface.co/llmware/dragon-mistral-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-mistral-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-mistral-answer-tool") response = model.inference(query, text_sample) 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. ### Model Description - **Developed by:** llmware - **Model type:** GGUF - **Language(s) (NLP):** English - **License:** Apache 2.0 - **Quantized from model:** [llmware/dragon-mistral](https://huggingface.co/llmware/dragon-mistral-7b-v0/) ## Model Card Contact Darren Oberst & llmware team