Skip to content

Commit

Permalink
Rephrase one prompt that generated weirdly formatted output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaksymczuk committed Sep 16, 2024
1 parent 88efc02 commit 5864c3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/offline_inference_fakehpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# Sample prompts.
prompts = [
"Berlin is the capital city of ",
"Louvre is located in the city of ",
"Barack Obama was the 44th president of ",
"Warsaw is the capital city of ",
"Gniezno is a city in ",
Expand All @@ -17,7 +18,7 @@
"Llanfairpwllgwyngyll is located in country of ",
]
ref_answers = [
"Germany", "United States", "Poland", "Poland", "Israel",
"Germany", "Paris", "United States", "Poland", "Poland", "Israel",
"California", "Wales"
]
# Create a sampling params object.
Expand Down

0 comments on commit 5864c3a

Please sign in to comment.