Skip to content

Commit

Permalink
Change weight to float
Browse files Browse the repository at this point in the history
  • Loading branch information
steffencruz committed Jan 22, 2024
1 parent 5885925 commit 4685065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompting/tasks/date_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@dataclass
class DateQuestionAnsweringTask(Task):
reward_definition = [
dict(name="date", weight=1),
dict(name="date", weight=1.0),
]
penalty_definition = []

Expand Down

0 comments on commit 4685065

Please sign in to comment.