diff --git a/examples/offline_inference_fakehpu.py b/examples/offline_inference_fakehpu.py index df2e5395c601c..fbb4dae0ca3a0 100644 --- a/examples/offline_inference_fakehpu.py +++ b/examples/offline_inference_fakehpu.py @@ -13,12 +13,11 @@ "Barack Obama was the 44th president of ", "Warsaw is the capital city of ", "Gniezno is a city in ", - "Hebrew is an official state language of ", "San Francisco is located in the state of ", "Llanfairpwllgwyngyll is located in country of ", ] ref_answers = [ - "Germany", "Paris", "United States", "Poland", "Poland", "Israel", + "Germany", "Paris", "United States", "Poland", "Poland", "California", "Wales" ] # Create a sampling params object.