Update README.md
Browse files
README.md
CHANGED
@@ -12,22 +12,21 @@ BLING models are fine-tuned with distilled high-quality custom instruct datasets
|
|
12 |
the objective of providing a high-quality Instruct model that is 'inference-ready' on a CPU laptop even
|
13 |
without using any advanced quantization optimizations.
|
14 |
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
For more details on this evaluation, please see the dataset: **llmware/rag_instruct_test_dataset_0.1** and [BLOG](https://medium.com/@darrenoberst/evaluating-llm-performance-in-rag-instruct-use-cases-083dc272a31d)
|
31 |
|
32 |
|
33 |
### Model Description
|
@@ -115,7 +114,7 @@ This BLING model was built on top of a Falcon model base - for more information
|
|
115 |
|
116 |
Darren Oberst & llmware team
|
117 |
|
118 |
-
Please reach out anytime if you are interested in this project
|
119 |
|
120 |
|
121 |
|
|
|
12 |
the objective of providing a high-quality Instruct model that is 'inference-ready' on a CPU laptop even
|
13 |
without using any advanced quantization optimizations.
|
14 |
|
15 |
+
|
16 |
+
### Benchmark Tests
|
17 |
+
|
18 |
+
Evaluated against the benchmark test: [RAG-Instruct-Benchmark-Tester](https://www.huggingface.co/datasets/llmware/rag_instruct_benchmark_tester)
|
19 |
+
Average of 2 Test Runs with 1 point for correct answer, 0.5 point for partial correct or blank / NF, 0.0 points for incorrect, and -1 points for hallucinations.
|
20 |
+
|
21 |
+
--**Accuracy Score**: **80.25** correct out of 100
|
22 |
+
--Not Found Classification: 40.0%
|
23 |
+
--Boolean: 41.5%
|
24 |
+
--Math/Logic: 7.5%
|
25 |
+
--Complex Questions (1-5): 1 (Low)
|
26 |
+
--Summarization Quality (1-5): 3 (Coherent, extractive)
|
27 |
+
--Hallucinations: No hallucinations observed in test runs.
|
28 |
+
|
29 |
+
For test run results (and good indicator of target use cases), please see the files ("core_rag_test" and "answer_sheet" in this repo).
|
|
|
30 |
|
31 |
|
32 |
### Model Description
|
|
|
114 |
|
115 |
Darren Oberst & llmware team
|
116 |
|
117 |
+
Please reach out anytime if you are interested in this project!
|
118 |
|
119 |
|
120 |
|