krogoldAI commited on
Commit
8cdbf1e
·
verified ·
1 Parent(s): 4a76320

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -10,6 +10,8 @@ base_model:
10
 
11
  # Rephraser-0.5B-v0.1-SFT
12
 
 
 
13
  ## Model Description
14
 
15
  Rephraser-0.5B-v0.1-SFT is a specialized query analysis and rephrasing model fine-tuned from [Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) for Retrieval-Augmented Generation (RAG) systems. The model has been trained to analyze user queries and produce structured XML outputs that include domain classification, intent detection, and optimized query reformulations designed to improve document retrieval precision. This model addresses a critical challenge in RAG systems: converting ambiguous, vague, or suboptimally-phrased user queries into retrieval-friendly formats. <!-- Rather than directly answering questions, the model performs query understanding and transformation, making it an ideal preprocessing component for information retrieval pipelines. -->
 
10
 
11
  # Rephraser-0.5B-v0.1-SFT
12
 
13
+ <!-- RAG Query Analyzer 0.5B v0.1 -->
14
+
15
  ## Model Description
16
 
17
  Rephraser-0.5B-v0.1-SFT is a specialized query analysis and rephrasing model fine-tuned from [Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) for Retrieval-Augmented Generation (RAG) systems. The model has been trained to analyze user queries and produce structured XML outputs that include domain classification, intent detection, and optimized query reformulations designed to improve document retrieval precision. This model addresses a critical challenge in RAG systems: converting ambiguous, vague, or suboptimally-phrased user queries into retrieval-friendly formats. <!-- Rather than directly answering questions, the model performs query understanding and transformation, making it an ideal preprocessing component for information retrieval pipelines. -->