-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
142,680 additions
and
5 deletions.
There are no files selected for viewing
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
4,832 changes: 4,832 additions & 0 deletions
4,832
results/GPO-Llama-3-8B-Instruct-GPM-2B/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
67,209 changes: 67,209 additions & 0 deletions
67,209
results/GPO-Llama-3-8B-Instruct-GPM-2B/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/SPPO-Llama-3-8B-Instruct-GPM-2B/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
65,754 changes: 65,754 additions & 0 deletions
65,754
results/SPPO-Llama-3-8B-Instruct-GPM-2B/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
16 changes: 16 additions & 0 deletions
16
src/alpaca_eval/models_configs/GPO-Llama-3-8B-Instruct-GPM-2B/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,16 @@ | ||
GPO-Llama-3-8B-Instruct-GPM-2B: | ||
completions_kwargs: | ||
batch_size: 900 | ||
max_new_tokens: 4096 | ||
model_kwargs: | ||
dtype: bfloat16 | ||
model_name: "general-preference/GPO-Llama-3-8B-Instruct-GPM-2B" | ||
stop_token_ids: | ||
- 128001 | ||
- 128009 | ||
temperature: 0.9 | ||
top_p: 1.0 | ||
use_beam_search: false | ||
fn_completions: vllm_local_completions | ||
pretty_name: GPO-Llama-3-8B-Instruct-GPM-2B | ||
prompt_template: GPO-Llama-3-8B-Instruct-GPM-2B/prompt.txt |
5 changes: 5 additions & 0 deletions
5
src/alpaca_eval/models_configs/GPO-Llama-3-8B-Instruct-GPM-2B/prompt.txt
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,5 @@ | ||
<|begin_of_text|><|start_header_id|>user<|end_header_id|> | ||
|
||
{instruction}<|eot_id|><|start_header_id|>assistant<|end_header_id|> | ||
|
||
|
16 changes: 16 additions & 0 deletions
16
src/alpaca_eval/models_configs/SPPO-Llama-3-8B-Instruct-GPM-2B/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,16 @@ | ||
SPPO-Llama-3-8B-Instruct-GPM-2B: | ||
completions_kwargs: | ||
batch_size: 900 | ||
max_new_tokens: 4096 | ||
model_kwargs: | ||
dtype: bfloat16 | ||
model_name: "general-preference/SPPO-Llama-3-8B-Instruct-GPM-2B" | ||
stop_token_ids: | ||
- 128001 | ||
- 128009 | ||
temperature: 0.9 | ||
top_p: 1.0 | ||
use_beam_search: false | ||
fn_completions: vllm_local_completions | ||
pretty_name: SPPO-Llama-3-8B-Instruct-GPM-2B | ||
prompt_template: SPPO-Llama-3-8B-Instruct-GPM-2B/prompt.txt |
5 changes: 5 additions & 0 deletions
5
src/alpaca_eval/models_configs/SPPO-Llama-3-8B-Instruct-GPM-2B/prompt.txt
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,5 @@ | ||
<|begin_of_text|><|start_header_id|>user<|end_header_id|> | ||
|
||
{instruction}<|eot_id|><|start_header_id|>assistant<|end_header_id|> | ||
|
||
|