Skip to content

Commit

Permalink
Set --balance to True by default
Browse files Browse the repository at this point in the history
  • Loading branch information
norabelrose committed Mar 22, 2023
1 parent 1d60f5b commit ae4efcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elk/extraction/prompt_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PromptConfig(Serializable):
"""

dataset: str = field(positional=True)
balance: bool = False
balance: bool = True
data_dir: Optional[str] = None
label_column: Optional[str] = None
num_classes: Optional[int] = None
Expand Down

0 comments on commit ae4efcf

Please sign in to comment.