Skip to content

Commit

Permalink
Fix LiveQA import (#3244)
Browse files Browse the repository at this point in the history
  • Loading branch information
farzaank authored Dec 23, 2024
1 parent b1fcafd commit e2e7270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helm/benchmark/annotation/live_qa_annotator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from helm.common.general import ensure_directory_exists
from helm.benchmark.adaptation.request_state import RequestState
from helm.benchmark.annotation.annotator import Annotator
from helm.benchmark.annotation.score_util import score_with_reasoning
from helm.benchmark.annotation.model_as_judge import score_with_reasoning
from helm.clients.auto_client import AutoClient

PROMPT_TEMPLATE = """You are a medical judge will be given a user request and a model response to that request.
Expand Down

0 comments on commit e2e7270

Please sign in to comment.