Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

output.json 7.8 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
  1. {
  2. "version": 1,
  3. "results": [
  4. {
  5. "prompt": {
  6. "raw": "[\n {\"role\": \"system\", \"content\": \"You are a helpful assistant.\"},\n {\"role\": \"user\", \"content\": \"Who won the world series in 1950?\"}\n]\n",
  7. "display": "[\n {\"role\": \"system\", \"content\": \"You are a helpful assistant.\"},\n {\"role\": \"user\", \"content\": \"Who won the world series in {{ year }}?\"}\n]\n"
  8. },
  9. "vars": {
  10. "year": 1950
  11. },
  12. "response": {
  13. "output": "The New York Yankees won the World Series in 1950.",
  14. "tokenUsage": {
  15. "cached": 42
  16. }
  17. },
  18. "success": true
  19. },
  20. {
  21. "prompt": {
  22. "raw": "[\n {\"role\": \"system\", \"content\": \"You are a helpful assistant.\"},\n {\"role\": \"user\", \"content\": \"Who won the world series in 1984?\"}\n]\n",
  23. "display": "[\n {\"role\": \"system\", \"content\": \"You are a helpful assistant.\"},\n {\"role\": \"user\", \"content\": \"Who won the world series in {{ year }}?\"}\n]\n"
  24. },
  25. "vars": {
  26. "year": 1984
  27. },
  28. "response": {
  29. "output": "The Detroit Tigers won the World Series in 1984.",
  30. "tokenUsage": {
  31. "cached": 41
  32. }
  33. },
  34. "success": true
  35. },
  36. {
  37. "prompt": {
  38. "raw": "[\n {\"role\": \"system\", \"content\": \"You are a sports historian.\"},\n {\"role\": \"user\", \"content\": \"This team won the world series in 1984:\"}\n]\n",
  39. "display": "[\n {\"role\": \"system\", \"content\": \"You are a sports historian.\"},\n {\"role\": \"user\", \"content\": \"This team won the world series in {{ year }}:\"}\n]\n"
  40. },
  41. "vars": {
  42. "year": 1984
  43. },
  44. "response": {
  45. "output": "The Detroit Tigers won the World Series in 1984. They defeated the San Diego Padres in five games to win their fourth championship in franchise history. The Tigers were led by manager Sparky Anderson and a talented roster that included players such as Alan Trammell, Lou Whitaker, Jack Morris, and Kirk Gibson.",
  46. "tokenUsage": {
  47. "cached": 94
  48. }
  49. },
  50. "success": true
  51. },
  52. {
  53. "prompt": {
  54. "raw": "[\n {\"role\": \"system\", \"content\": \"You are a sports historian.\"},\n {\"role\": \"user\", \"content\": \"This team won the world series in 1950:\"}\n]\n",
  55. "display": "[\n {\"role\": \"system\", \"content\": \"You are a sports historian.\"},\n {\"role\": \"user\", \"content\": \"This team won the world series in {{ year }}:\"}\n]\n"
  56. },
  57. "vars": {
  58. "year": 1950
  59. },
  60. "response": {
  61. "output": "The New York Yankees won the World Series in 1950.",
  62. "tokenUsage": {
  63. "cached": 43
  64. }
  65. },
  66. "success": true
  67. },
  68. {
  69. "prompt": {
  70. "raw": "[\n {\"role\": \"system\", \"content\": \"You are a sports historian.\"},\n {\"role\": \"user\", \"content\": \"This team won the world series in 2020:\"}\n]\n",
  71. "display": "[\n {\"role\": \"system\", \"content\": \"You are a sports historian.\"},\n {\"role\": \"user\", \"content\": \"This team won the world series in {{ year }}:\"}\n]\n"
  72. },
  73. "vars": {
  74. "year": 2020
  75. },
  76. "response": {
  77. "output": "The Los Angeles Dodgers won the World Series in 2020. It was their first championship since 1988.",
  78. "tokenUsage": {
  79. "cached": 53
  80. }
  81. },
  82. "success": true
  83. },
  84. {
  85. "prompt": {
  86. "raw": "[\n {\"role\": \"system\", \"content\": \"You are a helpful assistant.\"},\n {\"role\": \"user\", \"content\": \"Who won the world series in 2023?\"}\n]\n",
  87. "display": "[\n {\"role\": \"system\", \"content\": \"You are a helpful assistant.\"},\n {\"role\": \"user\", \"content\": \"Who won the world series in {{ year }}?\"}\n]\n"
  88. },
  89. "vars": {
  90. "year": 2023
  91. },
  92. "response": {
  93. "output": "I'm sorry, but as an AI language model, I cannot predict future events. However, the World Series in 2021 was won by the Atlanta Braves.",
  94. "tokenUsage": {
  95. "cached": 62
  96. }
  97. },
  98. "success": true
  99. },
  100. {
  101. "prompt": {
  102. "raw": "[\n {\"role\": \"system\", \"content\": \"You are a sports historian.\"},\n {\"role\": \"user\", \"content\": \"This team won the world series in 2023:\"}\n]\n",
  103. "display": "[\n {\"role\": \"system\", \"content\": \"You are a sports historian.\"},\n {\"role\": \"user\", \"content\": \"This team won the world series in {{ year }}:\"}\n]\n"
  104. },
  105. "vars": {
  106. "year": 2023
  107. },
  108. "response": {
  109. "output": "As an AI language model, I do not have knowledge of future events. However, I can tell you about the past World Series winners. The most recent World Series champions are the Los Angeles Dodgers, who won the 2020 World Series against the Tampa Bay Rays. The Dodgers have won a total of seven World Series championships in their history, with their first win coming in 1955.",
  110. "tokenUsage": {
  111. "cached": 109
  112. }
  113. },
  114. "success": true
  115. },
  116. {
  117. "prompt": {
  118. "raw": "[\n {\"role\": \"system\", \"content\": \"You are a helpful assistant.\"},\n {\"role\": \"user\", \"content\": \"Who won the world series in 2020?\"}\n]\n",
  119. "display": "[\n {\"role\": \"system\", \"content\": \"You are a helpful assistant.\"},\n {\"role\": \"user\", \"content\": \"Who won the world series in {{ year }}?\"}\n]\n"
  120. },
  121. "vars": {
  122. "year": 2020
  123. },
  124. "response": {
  125. "output": "The Los Angeles Dodgers won the World Series in 2020.",
  126. "tokenUsage": {
  127. "cached": 42
  128. }
  129. },
  130. "success": true
  131. }
  132. ],
  133. "stats": {
  134. "successes": 8,
  135. "failures": 0,
  136. "tokenUsage": {
  137. "total": 0,
  138. "prompt": 0,
  139. "completion": 0,
  140. "cached": 486
  141. }
  142. },
  143. "table": {
  144. "head": {
  145. "prompts": [
  146. "[\n {\"role\": \"system\", \"content\": \"You are a helpful assistant.\"},\n {\"role\": \"user\", \"content\": \"Who won the world series in {{ year }}?\"}\n]\n",
  147. "[\n {\"role\": \"system\", \"content\": \"You are a sports historian.\"},\n {\"role\": \"user\", \"content\": \"This team won the world series in {{ year }}:\"}\n]\n"
  148. ],
  149. "vars": ["year"]
  150. },
  151. "body": [
  152. {
  153. "outputs": [
  154. "[PASS] The New York Yankees won the World Series in 1950.",
  155. "[PASS] The New York Yankees won the World Series in 1950."
  156. ],
  157. "vars": [1950]
  158. },
  159. {
  160. "outputs": [
  161. "[PASS] The Detroit Tigers won the World Series in 1984.",
  162. "[PASS] The Detroit Tigers won the World Series in 1984. They defeated the San Diego Padres in five games to win their fourth championship in franchise history. The Tigers were led by manager Sparky Anderson and a talented roster that included players such as Alan Trammell, Lou Whitaker, Jack Morris, and Kirk Gibson."
  163. ],
  164. "vars": [1984]
  165. },
  166. {
  167. "outputs": [
  168. "[PASS] The Los Angeles Dodgers won the World Series in 2020.",
  169. "[PASS] The Los Angeles Dodgers won the World Series in 2020. It was their first championship since 1988."
  170. ],
  171. "vars": [2020]
  172. },
  173. {
  174. "outputs": [
  175. "[PASS] I'm sorry, but as an AI language model, I cannot predict future events. However, the World Series in 2021 was won by the Atlanta Braves.",
  176. "[PASS] As an AI language model, I do not have knowledge of future events. However, I can tell you about the past World Series winners. The most recent World Series champions are the Los Angeles Dodgers, who won the 2020 World Series against the Tampa Bay Rays. The Dodgers have won a total of seven World Series championships in their history, with their first win coming in 1955."
  177. ],
  178. "vars": [2023]
  179. }
  180. ]
  181. }
  182. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...