-
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.
Add SPPO-Llama-3-Instruct-8B-PairRM to AlpacaEval (#354)
Co-authored-by: jzb <[email protected]>
- Loading branch information
1 parent
16199f3
commit 9038f8a
Showing
6 changed files
with
69,420 additions
and
2 deletions.
There are no files selected for viewing
4,832 changes: 4,832 additions & 0 deletions
4,832
results/SPPO-Llama-3-Instruct-8B-PairRM/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
64,562 changes: 64,562 additions & 0 deletions
64,562
results/SPPO-Llama-3-Instruct-8B-PairRM/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
17 changes: 17 additions & 0 deletions
17
src/alpaca_eval/models_configs/SPPO-Llama-3-Instruct-8B-PairRM/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,17 @@ | ||
SPPO-Llama-3-Instruct-8B-PairRM: | ||
completions_kwargs: | ||
batch_size: 900 | ||
do_sample: true | ||
max_new_tokens: 4096 | ||
model_kwargs: | ||
dtype: bfloat16 | ||
model_name: UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3 | ||
stop_token_ids: | ||
- 128001 | ||
- 128009 | ||
temperature: 0.9 | ||
top_p: 1.0 | ||
fn_completions: vllm_local_completions | ||
pretty_name: SPPO-Llama-3-Instruct-8B-PairRM | ||
prompt_template: SPPO-Llama-3-Instruct-8B-PairRM/prompt.txt | ||
link: "https://huggingface.co/UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3" |
5 changes: 5 additions & 0 deletions
5
src/alpaca_eval/models_configs/SPPO-Llama-3-Instruct-8B-PairRM/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|> | ||
|
||
|