Text Generation
Transformers
Safetensors
English
qwen2
conversational
text-generation-inference
krogoldAI commited on
Commit
0f22188
·
verified ·
1 Parent(s): 7bf5eac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -32
README.md CHANGED
@@ -30,37 +30,6 @@ This model is part of a two-model series addressing a critical challenge in RAG
30
 
31
  User query:
32
 
33
- >Was his mother tall?
34
-
35
- Model output:
36
-
37
- ```xml
38
- <query_analysis>
39
- <domain ambiguous="true">
40
- <candidate confidence="0.5">Biography</candidate>
41
- <candidate confidence="0.5">History</candidate>
42
- </domain>
43
- <intent ambiguous="true">
44
- <candidate confidence="0.6">Factual question</candidate>
45
- <candidate confidence="0.4">Definition lookup</candidate>
46
- </intent>
47
- <concepts>
48
- <explicit>mother</explicit>
49
- <implicit>[PERSON]</implicit>
50
- </concepts>
51
- <insufficient_context>true</insufficient_context>
52
- <rephrased>true</rephrased>
53
- <rephrased_query>Was [PERSON]'s mother tall?</rephrased_query>
54
- </query_analysis>
55
- ```
56
-
57
- </details>
58
-
59
- <details>
60
- <summary><i>Unroll to see Example #2</i></summary>
61
-
62
- User query:
63
-
64
  >Which legal aspects of data gathering must be considered before training a language model?
65
 
66
  Model output:
@@ -90,7 +59,7 @@ Model output:
90
  </details>
91
 
92
  <details>
93
- <summary><i>Unroll to see Example #3</i></summary>
94
 
95
  User query:
96
 
@@ -125,6 +94,37 @@ Model output:
125
 
126
  </details>
127
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
 
129
  ## Intended Use
130
 
 
30
 
31
  User query:
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  >Which legal aspects of data gathering must be considered before training a language model?
34
 
35
  Model output:
 
59
  </details>
60
 
61
  <details>
62
+ <summary><i>Unroll to see Example #2</i></summary>
63
 
64
  User query:
65
 
 
94
 
95
  </details>
96
 
97
+ <details>
98
+ <summary><i>Unroll to see Example #3</i></summary>
99
+
100
+ User query:
101
+
102
+ >Was his mother tall?
103
+
104
+ Model output:
105
+
106
+ ```xml
107
+ <query_analysis>
108
+ <domain ambiguous="true">
109
+ <candidate confidence="0.5">Biography</candidate>
110
+ <candidate confidence="0.5">History</candidate>
111
+ </domain>
112
+ <intent ambiguous="true">
113
+ <candidate confidence="0.6">Factual question</candidate>
114
+ <candidate confidence="0.4">Definition lookup</candidate>
115
+ </intent>
116
+ <concepts>
117
+ <explicit>mother</explicit>
118
+ <implicit>[PERSON]</implicit>
119
+ </concepts>
120
+ <insufficient_context>true</insufficient_context>
121
+ <rephrased>true</rephrased>
122
+ <rephrased_query>Was [PERSON]'s mother tall?</rephrased_query>
123
+ </query_analysis>
124
+ ```
125
+
126
+ </details>
127
+
128
 
129
  ## Intended Use
130