Skip to content

Commit

Permalink
Docs Nit (#7918)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Jul 19, 2023
1 parent 8bb33f2 commit 9d7e57f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
],
"source": [
"evaluator.evaluate_string_pairs(\n",
" prediction=\"Seattle is hot in June\", reference=\"Seattle is cool in June.\"\n",
" prediction=\"Seattle is hot in June\", prediction_b=\"Seattle is cool in June.\"\n",
")"
]
},
Expand All @@ -75,7 +75,7 @@
],
"source": [
"evaluator.evaluate_string_pairs(\n",
" prediction=\"Seattle is warm in June\", reference=\"Seattle is cool in June.\"\n",
" prediction=\"Seattle is warm in June\", prediction_b=\"Seattle is cool in June.\"\n",
")"
]
},
Expand Down Expand Up @@ -172,7 +172,7 @@
],
"source": [
"hf_evaluator.evaluate_string_pairs(\n",
" prediction=\"Seattle is hot in June\", reference=\"Seattle is cool in June.\"\n",
" prediction=\"Seattle is hot in June\", prediction_b=\"Seattle is cool in June.\"\n",
")"
]
},
Expand All @@ -196,7 +196,7 @@
],
"source": [
"hf_evaluator.evaluate_string_pairs(\n",
" prediction=\"Seattle is warm in June\", reference=\"Seattle is cool in June.\"\n",
" prediction=\"Seattle is warm in June\", prediction_b=\"Seattle is cool in June.\"\n",
")"
]
},
Expand Down

0 comments on commit 9d7e57f

Please sign in to comment.