File size: 1,957 Bytes
a1ec97f
 
 
 
 
5d17234
a1ec97f
 
5d17234
a1ec97f
23d6cbb
 
 
 
 
 
696e380
 
 
 
23d6cbb
 
 
 
 
 
a1ec97f
 
 
5d17234
a1ec97f
 
 
 
5d17234
 
a1ec97f
5d17234
a1ec97f
 
 
 
 
 
 
 
 
 
 
 
 
 
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
45
46
47
48
49
50
51
52
---
license: apache-2.0  
inference: false  
---

BLING-QWEN-MINI-TOOL (1.5B)  


**bling-qwen-mini-tool** is a RAG-finetuned version on Qwen2-1.5B for use in fact-based context question-answering, packaged with 4_K_M GGUF quantization, providing a very fast, very small inference implementation for use on CPUs.  


## Benchmark Tests

Evaluated against the benchmark test: RAG-Instruct-Benchmark-Tester
1 Test Run with sample=False & temperature=0.0 (deterministic output) - 1 point for correct answer, 0.5 point for partial correct or blank / NF, 0.0 points for incorrect, and -1 points for hallucinations.

--Accuracy Score: **93.5** correct out of 100  
--Not Found Classification: 75.0%  
--Boolean: 87.5%  
--Math/Logic: 70.0%  
--Complex Questions (1-5): 3 (Average)  
--Summarization Quality (1-5): 3 (Average)  
--Hallucinations: No hallucinations observed in test runs.

For test run results (and good indicator of target use cases), please see the files ("core_rag_test" and "answer_sheet" in this repo).

To pull the model via API:  

    from huggingface_hub import snapshot_download           
    snapshot_download("llmware/bling-qwen-mini-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("bling-qwen-mini-tool")             
    response = model.inference(query, add_context=text_sample)   

Note: please review [**config.json**](https://huggingface.co/llmware/bling-qwen-mini-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:** Apache 2.0  

## Model Card Contact

Darren Oberst & llmware team