Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Update dataset in src/lm_buddy/jobs/configs/prometheus.py following S…
Browse files Browse the repository at this point in the history
…ean's comment

Co-authored-by: Sean Friedowitz <[email protected]>
Signed-off-by: Davide Eynard <[email protected]>
  • Loading branch information
aittalam and Sean Friedowitz authored Mar 1, 2024
1 parent 4e90302 commit de4be8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lm_buddy/jobs/configs/prometheus.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ class PrometheusCompletionsConfig(BaseLMBuddyConfig):
class PrometheusJobConfig(LMBuddyJobConfig):
"""Configuration to run a prometheus evaluation job."""

# dataset (json artifact from which we'll extract `text_field`)
dataset: TextDatasetConfig
dataset: TextDatasetConfig = Field(..., description="dataset (json artifact from which we'll extract `text_field`)")
# details for our self-hosted prometheus endpoint
prometheus: PrometheusCompletionsConfig
# wandb experiment tracking details
Expand Down

0 comments on commit de4be8b

Please sign in to comment.