-
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.
- Loading branch information
Showing
11 changed files
with
207,755 additions
and
2 deletions.
There are no files selected for viewing
4,832 changes: 4,832 additions & 0 deletions
4,832
results/Meta-Llama-3.1-405B-Instruct-Turbo/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
64,562 changes: 64,562 additions & 0 deletions
64,562
results/Meta-Llama-3.1-405B-Instruct-Turbo/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/Meta-Llama-3.1-70B-Instruct-Turbo/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
64,448 changes: 64,448 additions & 0 deletions
64,448
results/Meta-Llama-3.1-70B-Instruct-Turbo/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/Meta-Llama-3.1-8B-Instruct-Turbo/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
64,206 changes: 64,206 additions & 0 deletions
64,206
results/Meta-Llama-3.1-8B-Instruct-Turbo/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
11 changes: 11 additions & 0 deletions
11
src/alpaca_eval/models_configs/Meta-Llama-3.1-405B-Instruct-Turbo/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 @@ | ||
Meta-Llama-3.1-405B-Instruct-Turbo: | ||
prompt_template: "Mixtral-8x7B-Instruct-v0.1/togetherai_prompt.txt" | ||
fn_completions: "openai_completions" | ||
completions_kwargs: | ||
model_name: "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo" | ||
max_tokens: 3072 | ||
requires_chatml: True | ||
client_kwargs: | ||
base_url: 'https://api.together.xyz' | ||
pretty_name: "Llama 3.1 405B Instruct" | ||
link: "https://huggingface.co/meta-llama/Meta-Llama-3.1-405B-Instruct" |
12 changes: 12 additions & 0 deletions
12
src/alpaca_eval/models_configs/Meta-Llama-3.1-70B-Instruct-Turbo/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,12 @@ | ||
Meta-Llama-3.1-70B-Instruct-Turbo: | ||
prompt_template: "Mixtral-8x7B-Instruct-v0.1/togetherai_prompt.txt" | ||
fn_completions: "openai_completions" | ||
completions_kwargs: | ||
model_name: "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo" | ||
max_tokens: 4096 | ||
requires_chatml: True | ||
client_kwargs: | ||
base_url: 'https://api.together.xyz' | ||
pretty_name: "Llama 3.1 70B Instruct" | ||
link: "https://huggingface.co/meta-llama/Meta-Llama-3.1-70B-Instruct" | ||
|
12 changes: 12 additions & 0 deletions
12
src/alpaca_eval/models_configs/Meta-Llama-3.1-8B-Instruct-Turbo/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,12 @@ | ||
Meta-Llama-3.1-8B-Instruct-Turbo: | ||
prompt_template: "Mixtral-8x7B-Instruct-v0.1/togetherai_prompt.txt" | ||
fn_completions: "openai_completions" | ||
completions_kwargs: | ||
model_name: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo" | ||
max_tokens: 4096 | ||
requires_chatml: True | ||
client_kwargs: | ||
base_url: 'https://api.together.xyz' | ||
pretty_name: "Llama 3.1 8B Instruct" | ||
link: "https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct" | ||
|