-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH] add mistral v0.3, Qwen2 70b, gtp4 mini (#393)
* [ENH] add mistral v0.3, Qwen2 70b, gtp4 mini * [BUG] fix test
- Loading branch information
Showing
17 changed files
with
211,475 additions
and
6 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/Mistral-7B-Instruct-v0.3/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
65,748 changes: 65,748 additions & 0 deletions
65,748
results/Mistral-7B-Instruct-v0.3/weighted_alpaca_eval_gpt4_turbo/annotations.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
65,515 changes: 65,515 additions & 0 deletions
65,515
results/Qwen2-72B-Instruct/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/gpt-4o-mini-2024-07-18/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
65,651 changes: 65,651 additions & 0 deletions
65,651
results/gpt-4o-mini-2024-07-18/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
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
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
11 changes: 11 additions & 0 deletions
11
src/alpaca_eval/models_configs/Mistral-7B-Instruct-v0.3/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,11 @@ | ||
Mistral-7B-Instruct-v0.3: | ||
prompt_template: "Mixtral-8x7B-Instruct-v0.1/togetherai_prompt.txt" # together already deals with prompt | ||
fn_completions: "openai_completions" | ||
completions_kwargs: | ||
model_name: "mistralai/Mistral-7B-Instruct-v0.3" | ||
max_tokens: 4096 | ||
requires_chatml: True | ||
client_kwargs: | ||
base_url: 'https://api.together.xyz' | ||
pretty_name: "Mistral 7B v0.3" | ||
link: "https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3" |
17 changes: 17 additions & 0 deletions
17
src/alpaca_eval/models_configs/Qwen2-72B-Instruct/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 @@ | ||
Qwen2-72B-Instruct: | ||
prompt_template: "Qwen2-72B-Instruct/prompt.txt" | ||
fn_completions: "openai_completions" | ||
completions_kwargs: | ||
model_name: "Qwen/Qwen2-72B-Instruct" | ||
max_tokens: 4096 | ||
requires_chatml: True | ||
client_kwargs: | ||
base_url: 'https://api.together.xyz' | ||
pretty_name: "Qwen2 72B Instruct" | ||
link: "https://huggingface.co/Qwen/Qwen2-72B-Instruct" | ||
|
||
|
||
|
||
|
||
|
||
|
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 @@ | ||
<|im_start|>user | ||
{instruction} | ||
<|im_end|> |
7 changes: 7 additions & 0 deletions
7
src/alpaca_eval/models_configs/gpt-4o-2024-08-06/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,7 @@ | ||
gpt-4o-2024-08-06: | ||
prompt_template: "gpt4_1106_preview/chatml_prompt.txt" | ||
fn_completions: "openai_completions" | ||
completions_kwargs: | ||
model_name: "gpt-4o-2024-08-06" | ||
max_tokens: 4096 | ||
pretty_name: "GPT-4 Omni (08/06)" |
7 changes: 7 additions & 0 deletions
7
src/alpaca_eval/models_configs/gpt-4o-mini-2024-07-18/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,7 @@ | ||
gpt-4o-mini-2024-07-18: | ||
prompt_template: "gpt4_1106_preview/chatml_prompt.txt" | ||
fn_completions: "openai_completions" | ||
completions_kwargs: | ||
model_name: "gpt-4o-mini-2024-07-18" | ||
max_tokens: 4096 | ||
pretty_name: "GPT-4o Mini (07/18)" |