Text Generation
Transformers
Safetensors
English
qwen2
conversational
text-generation-inference
krogoldAI commited on
Commit
a192c1e
·
verified ·
1 Parent(s): 5152116

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -463,4 +463,18 @@ Performance characteristics will vary based on query type, domain, and ambiguity
463
 
464
  ## Acknowledgments
465
 
466
- This model builds upon [Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) by the Qwen team at Alibaba Cloud. The training data incorporates queries from [rag-datasets/rag-mini-wikipedia](https://huggingface.co/datasets/rag-datasets/rag-mini-wikipedia), [razbit96/Ambiguity-Handling-in-User-Queries](https://huggingface.co/datasets/razbit96/Ambiguity-Handling-in-User-Queries), and [glaiveai/RAG-v1](https://huggingface.co/datasets/glaiveai/RAG-v1).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
463
 
464
  ## Acknowledgments
465
 
466
+ This model builds upon [Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) by the Qwen team at Alibaba Cloud. The training data incorporates queries from [rag-datasets/rag-mini-wikipedia](https://huggingface.co/datasets/rag-datasets/rag-mini-wikipedia), [razbit96/Ambiguity-Handling-in-User-Queries](https://huggingface.co/datasets/razbit96/Ambiguity-Handling-in-User-Queries), and [glaiveai/RAG-v1](https://huggingface.co/datasets/glaiveai/RAG-v1).
467
+
468
+ ---
469
+
470
+ #### A. Per-ambiguity breakdown + sample sizes
471
+
472
+ | | NONE | LOW | MEDIUM | HIGH |
473
+ |:---------------------|:---------------|:---------------|:---------------|:---------------|
474
+ | domain_accuracy | 98.82 ± 9.48% | 98.91 ± 8.53% | 99.26 ± 6.54% | 99.04 ± 4.85% |
475
+ | intent_accuracy | 98.77 ± 8.94% | 99.24 ± 6.93% | 98.77 ± 6.46% | 95.67 ± 10.76% |
476
+ | ambiguity_assessment | 99.27 ± 6.56% | 99.33 ± 6.46% | 99.63 ± 3.02% | 100.00 ± 0.00% |
477
+ | rephrasing_quality | 90.81 ± 17.49% | 89.98 ± 18.80% | 90.52 ± 15.11% | 87.50 ± 20.71% |
478
+ | intent_preservation | 96.13 ± 14.72% | 95.88 ± 15.71% | 96.80 ± 12.02% | 92.79 ± 18.08% |
479
+ | follows_guidelines | 97.14 ± 13.26% | 97.05 ± 12.91% | 98.89 ± 7.17% | 95.67 ± 13.76% |
480
+ | semantic_score | 96.82 ± 9.58% | 96.73 ± 9.80% | 97.31 ± 6.82% | 95.11 ± 10.06% |