-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Llama-3-Instruct-8B-RainbowPO to AlpacaEval (#416)
* Add RainbowPO to AlpacaEval * change names * Add model path and configs
- Loading branch information
1 parent
fccfd4e
commit 6976988
Showing
6 changed files
with
70,300 additions
and
0 deletions.
There are no files selected for viewing
4,832 changes: 4,832 additions & 0 deletions
4,832
results/Llama-3-Instruct-8B-RainbowPO/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
65,444 changes: 65,444 additions & 0 deletions
65,444
results/Llama-3-Instruct-8B-RainbowPO/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/Llama-3-Instruct-8B-RainbowPO/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 @@ | ||
Llama-3-Instruct-8B-RainbowPO: | ||
completions_kwargs: | ||
batch_size: 900 | ||
use_beam_search: true | ||
max_new_tokens: 4096 | ||
model_kwargs: | ||
dtype: bfloat16 | ||
model_name: BraceZHY/Llama-3-8B-Instruct-RainbowPO | ||
stop_token_ids: | ||
- 128001 | ||
- 128009 | ||
temperature: 0.9 | ||
top_p: 1.0 | ||
fn_completions: vllm_local_completions | ||
pretty_name: Llama-3-Instruct-8B-RainbowPO | ||
prompt_template: Llama-3-Instruct-8B-RainbowPO/prompt.txt | ||
link: https://huggingface.co/BraceZHY/Llama-3-8B-Instruct-RainbowPO |
5 changes: 5 additions & 0 deletions
5
src/alpaca_eval/models_configs/Llama-3-Instruct-8B-RainbowPO/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|> | ||
|
||
|