Improve benchmark scripts & rename some scripts (#477)
This commit is contained in:
@@ -65,6 +65,7 @@ def main(args):
|
||||
def get_one_answer(i):
|
||||
answer = call_generate(
|
||||
prompt=few_shot_examples + questions[i],
|
||||
#prompt="System: " + few_shot_examples + "<|separator|>\n\n" + questions[i],
|
||||
temperature=0,
|
||||
max_tokens=256,
|
||||
stop="Question",
|
||||
|
||||
Reference in New Issue
Block a user