-
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.
Add Tulu 2 models to AlpacaEval (#171)
Co-authored-by: Hamish Ivison <hamishi@allennlp-cirrascale-20.reviz.ai2.in>
- Loading branch information
Showing
11 changed files
with
43,533 additions
and
0 deletions.
There are no files selected for viewing
9,662 changes: 9,662 additions & 0 deletions
9,662
results/tulu-2-dpo-13b/annotation_alpaca_eval_gpt4.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
9,662 changes: 9,662 additions & 0 deletions
9,662
results/tulu-2-dpo-70b/annotation_alpaca_eval_gpt4.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
9,662 changes: 9,662 additions & 0 deletions
9,662
results/tulu-2-dpo-7b/annotation_alpaca_eval_gpt4.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
15 changes: 15 additions & 0 deletions
15
src/alpaca_eval/models_configs/tulu-2-dpo-13b/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,15 @@ | ||
tulu-2-dpo-13b: | ||
prompt_template: "tulu-2-dpo-70b/prompt.txt" | ||
fn_completions: "vllm_local_completions" | ||
completions_kwargs: | ||
model_name: "allenai/tulu-2-dpo-13b" | ||
model_kwargs: | ||
torch_dtype: 'bfloat16' | ||
tp: 2 | ||
max_new_tokens: 7500 | ||
temperature: 0.0 | ||
top_p: 1.0 | ||
do_sample: False | ||
batch_size: 800 | ||
pretty_name: "Tulu 2+DPO 13B" | ||
link: "https://huggingface.co/allenai/tulu-2-dpo-13b" |
15 changes: 15 additions & 0 deletions
15
src/alpaca_eval/models_configs/tulu-2-dpo-70b/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,15 @@ | ||
tulu-2-dpo-70b: | ||
prompt_template: "tulu-2-dpo-70b/prompt.txt" | ||
fn_completions: "vllm_local_completions" | ||
completions_kwargs: | ||
model_name: "allenai/tulu-2-dpo-70b" | ||
model_kwargs: | ||
torch_dtype: 'bfloat16' | ||
tp: 2 # you need at least 2 A100 80GB GPUs to run this model | ||
max_new_tokens: 7500 | ||
temperature: 0.0 | ||
top_p: 1.0 | ||
do_sample: False | ||
batch_size: 800 | ||
pretty_name: "Tulu 2+DPO 70B" | ||
link: "https://huggingface.co/allenai/tulu-2-dpo-70b" |
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,3 @@ | ||
<|user|> | ||
{instruction} | ||
<|assistant|> |
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,15 @@ | ||
tulu-2-dpo-7b: | ||
prompt_template: "tulu-2-dpo-70b/prompt.txt" | ||
fn_completions: "vllm_local_completions" | ||
completions_kwargs: | ||
model_name: "allenai/tulu-2-dpo-7b" | ||
model_kwargs: | ||
torch_dtype: 'bfloat16' | ||
tp: 2 | ||
max_new_tokens: 7500 | ||
temperature: 0.0 | ||
top_p: 1.0 | ||
do_sample: False | ||
batch_size: 800 | ||
pretty_name: "Tulu 2+DPO 7B" | ||
link: "https://huggingface.co/allenai/tulu-2-dpo-7b" |