-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the float number & Add SelfMoA_gemma-2-9b-it-SimPO, SelfMoA_gemma…
…-2-9b-it-WPO-HB to AlpacaEval (#411)
- Loading branch information
Showing
8 changed files
with
172,171 additions
and
1 deletion.
There are no files selected for viewing
4,832 changes: 4,832 additions & 0 deletions
4,832
results/SelfMoA_gemma-2-9b-it-SimPO/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
81,330 changes: 81,330 additions & 0 deletions
81,330
results/SelfMoA_gemma-2-9b-it-SimPO/weighted_alpaca_eval_gpt4_turbo/annotations.json
Large diffs are not rendered by default.
Oops, something went wrong.
4,832 changes: 4,832 additions & 0 deletions
4,832
results/SelfMoA_gemma-2-9b-it-WPO-HB/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
81,154 changes: 81,154 additions & 0 deletions
81,154
results/SelfMoA_gemma-2-9b-it-WPO-HB/weighted_alpaca_eval_gpt4_turbo/annotations.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
src/alpaca_eval/models_configs/SelfMoA_gemma-2-9b-it-SimPO/configs.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
SelfMoA_gemma-2-9b-it-SimPO: | ||
prompt_template: "gemma-2-9b-it-DPO/prompt.txt" | ||
fn_completions: null | ||
completions_kwargs: | ||
max_new_tokens: 2048 | ||
model_name: "SelfMoA_gemma-2-9b-it-SimPO" | ||
temperature: 0.7 | ||
pretty_name: "SelfMoA + gemma-2-9b-it-SimPO" | ||
link: "https://github.com/wenzhe-li/Self-MoA/" |
9 changes: 9 additions & 0 deletions
9
src/alpaca_eval/models_configs/SelfMoA_gemma-2-9b-it-WPO-HB/configs.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
SelfMoA_gemma-2-9b-it-WPO-HB: | ||
prompt_template: "gemma-2-9b-it-DPO/prompt.txt" | ||
fn_completions: null | ||
completions_kwargs: | ||
max_new_tokens: 2048 | ||
model_name: "SelfMoA_gemma-2-9b-it-WPO-HB" | ||
temperature: 0.7 | ||
pretty_name: "SelfMoA + gemma-2-9b-it-WPO-HB" | ||
link: "https://github.com/wenzhe-li/Self-MoA/" |