Skip to content

Commit 946d6c4

Browse files
committed
Update evaluation README
1 parent 0e2893b commit 946d6c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evaluation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ import pandas as pd
7272
data = [
7373
{
7474
"MODEL": "<MODEL_NAME_1>",
75-
"INSTRUCTIONS": """<YOUR_QUERY_1>"""
75+
"INSTRUCTIONS": """<YOUR_INSTRUCTIONS_1>"""
7676
},
7777
{
7878
"MODEL": "<MODEL_NAME_2>",
79-
"INSTRUCTIONS": """<YOUR_QUERY_2>"""
79+
"INSTRUCTIONS": """<YOUR_INSTRUCTIONS_2>"""
8080
},
8181
]
8282

0 commit comments

Comments
 (0)