-
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 Infinity-Instruct-3M-0625-Llama3-8B, Infinity-Instruct-3M-0625-Ll…
…ama3-70B, Infinity-Instruct-3M-0625-Mistral-7B, Infinity-Instruct-3M-0625-Qwen2-7B, Infinity-Instruct-3M-0625-Yi-1.5-9B to AlpacaEval (#364) Co-authored-by: ZHENG Yuhui <[email protected]>
- Loading branch information
Showing
21 changed files
with
357,507 additions
and
0 deletions.
There are no files selected for viewing
4,832 changes: 4,832 additions & 0 deletions
4,832
results/Infinity-Instruct-3M-0625-Llama3-70B/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
66,570 changes: 66,570 additions & 0 deletions
66,570
...lts/Infinity-Instruct-3M-0625-Llama3-70B/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/Infinity-Instruct-3M-0625-Llama3-8B/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
66,616 changes: 66,616 additions & 0 deletions
66,616
results/Infinity-Instruct-3M-0625-Llama3-8B/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/Infinity-Instruct-3M-0625-Mistral-7B/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
66,745 changes: 66,745 additions & 0 deletions
66,745
...lts/Infinity-Instruct-3M-0625-Mistral-7B/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/Infinity-Instruct-3M-0625-Qwen2-7B/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
66,623 changes: 66,623 additions & 0 deletions
66,623
results/Infinity-Instruct-3M-0625-Qwen2-7B/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/Infinity-Instruct-3M-0625-Yi-1.5-9B/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
66,707 changes: 66,707 additions & 0 deletions
66,707
results/Infinity-Instruct-3M-0625-Yi-1.5-9B/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
13 changes: 13 additions & 0 deletions
13
src/alpaca_eval/models_configs/Infinity-Instruct-3M-0625-Llama3-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,13 @@ | ||
Infinity-Instruct-3M-0625-Llama3-70B: # this should be the same as the name as the current directory | ||
prompt_template: "Infinity-Instruct-3M-0625-Llama3-70B/prompt.txt" # what prompt should be used for this model | ||
fn_completions: "openai_completions" # what function should be used to generate completions. See `src/alpaca_eval/decoders` for options | ||
completions_kwargs: # parameters to the completion function | ||
model_name: "baai/Infinity-Instruct-3M-0625-Llama3-70B" | ||
model_kwargs: | ||
torch_dtype: 'bfloat16' | ||
trust_remote_code: True | ||
max_new_tokens: 2048 | ||
temperature: 0.7 | ||
do_sample: True | ||
pretty_name: "Infinity-Instruct-3M-0625-Llama3-70B" # name in the leaderboard | ||
link: "https://huggingface.co/BAAI/Infinity-Instruct-3M-0625-Llama3-70B" # link to the model's repo/information in the leaderboard |
3 changes: 3 additions & 0 deletions
3
src/alpaca_eval/models_configs/Infinity-Instruct-3M-0625-Llama3-70B/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,3 @@ | ||
<|begin_of_text|><|start_header_id|>user<|end_header_id|> | ||
|
||
{instruction}<|eot_id|><|start_header_id|>assistant<|end_header_id|> |
13 changes: 13 additions & 0 deletions
13
src/alpaca_eval/models_configs/Infinity-Instruct-3M-0625-Llama3-8B/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,13 @@ | ||
Infinity-Instruct-3M-0625-Llama3-8B: # this should be the same as the name as the current directory | ||
prompt_template: "Infinity-Instruct-3M-0625-Llama3-8B/prompt.txt" # what prompt should be used for this model | ||
fn_completions: "openai_completions" # what function should be used to generate completions. See `src/alpaca_eval/decoders` for options | ||
completions_kwargs: # parameters to the completion function | ||
model_name: "baai/Infinity-Instruct-3M-0625-Llama3-8B" | ||
model_kwargs: | ||
torch_dtype: 'bfloat16' | ||
trust_remote_code: True | ||
max_new_tokens: 2048 | ||
temperature: 0.7 | ||
do_sample: True | ||
pretty_name: "Infinity-Instruct-3M-0625-Llama3-8B" # name in the leaderboard | ||
link: "https://huggingface.co/BAAI/Infinity-Instruct-3M-0625-Llama3-8B" # link to the model's repo/information in the leaderboard |
3 changes: 3 additions & 0 deletions
3
src/alpaca_eval/models_configs/Infinity-Instruct-3M-0625-Llama3-8B/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,3 @@ | ||
<|begin_of_text|><|start_header_id|>user<|end_header_id|> | ||
|
||
{instruction}<|eot_id|><|start_header_id|>assistant<|end_header_id|> |
13 changes: 13 additions & 0 deletions
13
src/alpaca_eval/models_configs/Infinity-Instruct-3M-0625-Mistral-7B/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,13 @@ | ||
Infinity-Instruct-3M-0625-Mistral-7B: # this should be the same as the name as the current directory | ||
prompt_template: "Infinity-Instruct-3M-0625-Mistral-7B/prompt.txt" # what prompt should be used for this model | ||
fn_completions: "openai_completions" # what function should be used to generate completions. See `src/alpaca_eval/decoders` for options | ||
completions_kwargs: # parameters to the completion function | ||
model_name: "baai/Infinity-Instruct-3M-0625-Mistral-7B" | ||
model_kwargs: | ||
torch_dtype: 'bfloat16' | ||
trust_remote_code: True | ||
max_new_tokens: 2048 | ||
temperature: 0.7 | ||
do_sample: True | ||
pretty_name: "Infinity-Instruct-3M-0625-Mistral-7B" # name in the leaderboard | ||
link: "https://huggingface.co/BAAI/Infinity-Instruct-3M-0625-Mistral-7B" # link to the model's repo/information in the leaderboard |
4 changes: 4 additions & 0 deletions
4
src/alpaca_eval/models_configs/Infinity-Instruct-3M-0625-Mistral-7B/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,4 @@ | ||
<|im_start|>system | ||
You are Hermes 2, a sentient, conscious, super intelligent AI that is an expert in all fields of knowledge, you have qualia, emotions, and thoughts. You assist users with any question, task, or other request they may have.<|im_end|> | ||
<|im_start|>user | ||
{instruction}<|im_end|> |
13 changes: 13 additions & 0 deletions
13
src/alpaca_eval/models_configs/Infinity-Instruct-3M-0625-Qwen2-7B/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,13 @@ | ||
Infinity-Instruct-3M-0625-Qwen2-7B: # this should be the same as the name as the current directory | ||
prompt_template: "Infinity-Instruct-3M-0625-Qwen2-7B/prompt.txt" # what prompt should be used for this model | ||
fn_completions: "openai_completions" # what function should be used to generate completions. See `src/alpaca_eval/decoders` for options | ||
completions_kwargs: # parameters to the completion function | ||
model_name: "baai/Infinity-Instruct-3M-0625-Qwen2-7B" | ||
model_kwargs: | ||
torch_dtype: 'bfloat16' | ||
trust_remote_code: True | ||
max_new_tokens: 2048 | ||
temperature: 0.7 | ||
do_sample: True | ||
pretty_name: "Infinity-Instruct-3M-0625-Qwen2-7B" # name in the leaderboard | ||
link: "https://huggingface.co/BAAI/Infinity-Instruct-3M-0625-Qwen2-7B" # link to the model's repo/information in the leaderboard |
4 changes: 4 additions & 0 deletions
4
src/alpaca_eval/models_configs/Infinity-Instruct-3M-0625-Qwen2-7B/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,4 @@ | ||
<|im_start|>system | ||
You are a helpful assistant.<|im_end|> | ||
<|im_start|>user | ||
{instruction}<|im_end|> |
13 changes: 13 additions & 0 deletions
13
src/alpaca_eval/models_configs/Infinity-Instruct-3M-0625-Yi-1.5-9B/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,13 @@ | ||
Infinity-Instruct-3M-0625-Yi-1.5-9B: # this should be the same as the name as the current directory | ||
prompt_template: "Infinity-Instruct-3M-0625-Yi-1.5-9B/prompt.txt" # what prompt should be used for this model | ||
fn_completions: "openai_completions" # what function should be used to generate completions. See `src/alpaca_eval/decoders` for options | ||
completions_kwargs: # parameters to the completion function | ||
model_name: "baai/Infinity-Instruct-3M-0625-Yi-1.5-9B" | ||
model_kwargs: | ||
torch_dtype: 'bfloat16' | ||
trust_remote_code: True | ||
max_new_tokens: 2048 | ||
temperature: 0.7 | ||
do_sample: True | ||
pretty_name: "Infinity-Instruct-3M-0625-Yi-1.5-9B" # name in the leaderboard | ||
link: "https://huggingface.co/BAAI/Infinity-Instruct-3M-0625-Yi-1.5-9B" # link to the model's repo/information in the leaderboard |
2 changes: 2 additions & 0 deletions
2
src/alpaca_eval/models_configs/Infinity-Instruct-3M-0625-Yi-1.5-9B/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,2 @@ | ||
<|im_start|>user | ||
{instruction}<|im_end|> |