Skip to content

Commit

Permalink
reweighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene-hu committed Aug 25, 2023
1 parent bd315ec commit c9dbf4d
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 @@ -35,8 +35,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 c9dbf4d

Please sign in to comment.