Update README.md
Browse files
README.md
CHANGED
@@ -16,10 +16,10 @@ DRAGON models are fine-tuned with high-quality custom instruct datasets, designe
|
|
16 |
Evaluated against the benchmark test: [RAG-Instruct-Benchmark-Tester](https://www.huggingface.co/datasets/llmware/rag_instruct_benchmark_tester)
|
17 |
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.
|
18 |
|
19 |
-
--**Accuracy Score**: **
|
20 |
-
--Not Found Classification:
|
21 |
-
--Boolean:
|
22 |
-
--Math/Logic:
|
23 |
--Complex Questions (1-5): 4 (Low-Medium)
|
24 |
--Summarization Quality (1-5): 4 (Coherent, extractive)
|
25 |
--Hallucinations: No hallucinations observed in test runs.
|
@@ -113,12 +113,6 @@ If you are using a HuggingFace generation script:
|
|
113 |
|
114 |
output_only = tokenizer.decode(outputs[0][start_of_output:],skip_special_tokens=True)
|
115 |
|
116 |
-
# note: due to artifact of the fine-tuning, use this post-processing with HF generation
|
117 |
-
|
118 |
-
eot = output_only.find("<|endoftext|>")
|
119 |
-
if eot > -1:
|
120 |
-
output_only = output_only[:eot]
|
121 |
-
|
122 |
|
123 |
## Model Card Contact
|
124 |
|
|
|
16 |
Evaluated against the benchmark test: [RAG-Instruct-Benchmark-Tester](https://www.huggingface.co/datasets/llmware/rag_instruct_benchmark_tester)
|
17 |
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.
|
18 |
|
19 |
+
--**Accuracy Score**: **97.25** correct out of 100
|
20 |
+
--Not Found Classification: 92.50%
|
21 |
+
--Boolean: 95.00%
|
22 |
+
--Math/Logic: 63.75%
|
23 |
--Complex Questions (1-5): 4 (Low-Medium)
|
24 |
--Summarization Quality (1-5): 4 (Coherent, extractive)
|
25 |
--Hallucinations: No hallucinations observed in test runs.
|
|
|
113 |
|
114 |
output_only = tokenizer.decode(outputs[0][start_of_output:],skip_special_tokens=True)
|
115 |
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
|
117 |
## Model Card Contact
|
118 |
|