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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -26,7 +26,7 @@ This model is part of a two-model series addressing a critical challenge in RAG
26
  ## Examples
27
 
28
  <details>
29
- <summary><i>Expand to see Example #1</i></summary>
30
 
31
  User query :
32
 
@@ -59,7 +59,7 @@ Model output:
59
  </details>
60
 
61
  <details>
62
- <summary><i>Expand to see Example #2</i></summary>
63
 
64
  User query:
65
 
@@ -96,7 +96,7 @@ Model output:
96
  </details>
97
 
98
  <details>
99
- <summary><i>Expand to see Example #3</i></summary>
100
 
101
  User query :
102
 
@@ -244,7 +244,7 @@ pip install git+https://github.com/huggingface/transformers.git
244
  Define the system prompt (since it was used as such during training, for optimal results we recommend not changing it).
245
 
246
  <details>
247
- <summary><i>Expand to see the system prompt</i></summary>
248
 
249
  ```python
250
  SYSTEM_PROMPT = """You are a query analysis and rephraser for a Retrieval-Augmented Generation (RAG) system.
@@ -388,7 +388,7 @@ Beyond structural correctness, we evaluated the semantic quality of the model's
388
  All values are reported as mean ± standard deviation (%), computed over test examples. The base model produced too few valid XML samples for meaningful semantic evaluation.
389
 
390
  <details>
391
- <summary><i>Expand to see the system prompt used for the "judge" LLM</i></summary>
392
 
393
  ```py
394
  JUDGE_PROMPT = """You are evaluating query analyses for a RAG system.
 
26
  ## Examples
27
 
28
  <details>
29
+ <summary><i>Unroll to see Example #1</i></summary>
30
 
31
  User query :
32
 
 
59
  </details>
60
 
61
  <details>
62
+ <summary><i>Unroll to see Example #2</i></summary>
63
 
64
  User query:
65
 
 
96
  </details>
97
 
98
  <details>
99
+ <summary><i>Unroll to see Example #3</i></summary>
100
 
101
  User query :
102
 
 
244
  Define the system prompt (since it was used as such during training, for optimal results we recommend not changing it).
245
 
246
  <details>
247
+ <summary><i>Unroll to see the system prompt</i></summary>
248
 
249
  ```python
250
  SYSTEM_PROMPT = """You are a query analysis and rephraser for a Retrieval-Augmented Generation (RAG) system.
 
388
  All values are reported as mean ± standard deviation (%), computed over test examples. The base model produced too few valid XML samples for meaningful semantic evaluation.
389
 
390
  <details>
391
+ <summary><i>Unroll to see the system prompt used for the "judge" LLM</i></summary>
392
 
393
  ```py
394
  JUDGE_PROMPT = """You are evaluating query analyses for a RAG system.