-
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.
[ENH] adding drbx and gpt4 turbo (#275)
* [ENH] adding drbx and gpt4 turbo * [ENH] adding drbx and gpt4 turbo
- Loading branch information
Showing
20 changed files
with
196,232 additions
and
21 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
Large diffs are not rendered by default.
Oops, something went wrong.
60,814 changes: 60,814 additions & 0 deletions
60,814
results/dbrx-instruct/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.
60,395 changes: 60,395 additions & 0 deletions
60,395
results/gpt-4-0125-preview/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-4-turbo-2024-04-09/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
60,486 changes: 60,486 additions & 0 deletions
60,486
results/gpt-4-turbo-2024-04-09/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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
dbrx-instruct: | ||
prompt_template: "Mixtral-8x7B-Instruct-v0.1/togetherai_prompt.txt" | ||
fn_completions: "openai_completions" | ||
completions_kwargs: | ||
model_name: "databricks/dbrx-instruct" | ||
max_tokens: 4096 | ||
requires_chatml: True | ||
price_per_token: 1.2e-06 | ||
client_kwargs: | ||
base_url: 'https://api.together.xyz' | ||
pretty_name: "DBRX Instruct" | ||
link: "https://huggingface.co/databricks/dbrx-instruct" |
7 changes: 7 additions & 0 deletions
7
src/alpaca_eval/models_configs/gpt-4-0125-preview/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-4-0125-preview: | ||
prompt_template: "gpt4_1106_preview/chatml_prompt.txt" | ||
fn_completions: "openai_completions" | ||
completions_kwargs: | ||
model_name: "gpt-4-0125-preview" | ||
max_tokens: 4096 | ||
pretty_name: "GPT-4 Preview" |
7 changes: 7 additions & 0 deletions
7
src/alpaca_eval/models_configs/gpt-4-turbo-2024-04-09/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-4-turbo-2024-04-09: | ||
prompt_template: "gpt4_1106_preview/chatml_prompt.txt" | ||
fn_completions: "openai_completions" | ||
completions_kwargs: | ||
model_name: "gpt-4-turbo-2024-04-09" | ||
max_tokens: 4096 | ||
pretty_name: "GPT-4 Turbo 04-09" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.