Skip to content

Commit

Permalink
reward weighting update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene-hu committed Aug 23, 2023
1 parent 4d9ef17 commit e0eeb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openvalidators/reward/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class DefaultRewardFrameworkConfig:
"""Reward framework default configuration.
Note: All the weights should add up to 1.0.
"""
dpo_model_weight: float = 0.2
dpo_model_weight: float = 0.4
rlhf_model_weight: float = 0.4
reciprocate_model_weight: float = 0.4
reciprocate_model_weight: float = 0.2
dahoas_model_weight: float = 0
prompt_model_weight: float = 0

0 comments on commit e0eeb05

Please sign in to comment.