Skip to content

Commit

Permalink
Remove 'loglikelihood single token' for running GPQA with vllm
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiazmel committed Jan 22, 2025
1 parent 152bf37 commit 0344b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community_tasks/french_evals.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def prompt_gpqa_fr(line, task_name: str = None):
few_shots_split=None,
few_shots_select="random_sampling",
generation_size=1,
metric=[Metrics.loglikelihood_acc_single_token],
metric=[Metrics.loglikelihood_acc],
stop_sequence=["\n"],
trust_dataset=True,
version=0,
Expand Down

0 comments on commit 0344b69

Please sign in to comment.