From 7633c4d82d2db359f27251c022f12a484c3d8098 Mon Sep 17 00:00:00 2001 From: jakub Date: Mon, 16 Sep 2024 13:57:01 +0300 Subject: [PATCH] prompts --- examples/offline_inference_fakehpu.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.