Spaces:
Runtime error
Runtime error
Allen Park
commited on
Commit
·
fbccd18
1
Parent(s):
db1bb98
fix(replaced football example with film example)
Browse files
app.py
CHANGED
|
@@ -43,10 +43,10 @@ Your output should be in JSON FORMAT with the keys "REASONING" and "SCORE":
|
|
| 43 |
|
| 44 |
EXAMPLES = [
|
| 45 |
{
|
| 46 |
-
"emoji": "
|
| 47 |
-
"question": "
|
| 48 |
-
"document": "
|
| 49 |
-
"answer": "
|
| 50 |
},
|
| 51 |
{
|
| 52 |
"emoji": "🎾",
|
|
|
|
| 43 |
|
| 44 |
EXAMPLES = [
|
| 45 |
{
|
| 46 |
+
"emoji": "🎬",
|
| 47 |
+
"question": "Who directed the film that Amanda Brooks starred in in 2007?",
|
| 48 |
+
"document": "Amanda Brooks (born June 22, 1981) is an actress who starred in the 2007 film "D-War" and in the 2006 film "Cut Off".D-War (Korean: 디워, released in North America as Dragon Wars: D-War), is a 2007 South Korean action-adventure fantasy film written and directed by Shim Hyung-rae, and starring Jason Behr, Amanda Brooks, Robert Forster, and Elizabeth Peña.",
|
| 49 |
+
"answer": "The film that Amanda Brooks starred in was directed by Steven Spielberg."
|
| 50 |
},
|
| 51 |
{
|
| 52 |
"emoji": "🎾",
|