-
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.
- Loading branch information
Showing
13 changed files
with
142,837 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
docs/data_AlpacaEval_2/weighted_alpaca_eval_gpt4_turbo_leaderboard.csv
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.
65,929 changes: 65,929 additions & 0 deletions
65,929
results/Llama3-PBM-Nova-70B/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.
66,383 changes: 66,383 additions & 0 deletions
66,383
results/blendaxai-gm-l6-vo31/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
16 changes: 16 additions & 0 deletions
16
src/alpaca_eval/evaluators_configs/weighted_alpaca_eval_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,16 @@ | ||
weighted_alpaca_eval_gpt-4o-mini-2024-07-18: | ||
prompt_template: "alpaca_eval_clf_gpt4_turbo/alpaca_eval_clf.txt" | ||
fn_completions: "openai_completions" | ||
completions_kwargs: | ||
model_name: "gpt-4o-mini-2024-07-18" | ||
max_tokens: 1 | ||
temperature: 1 # temperature should be applied for sampling, so that should make no effect. | ||
logprobs: true | ||
top_logprobs: 5 | ||
fn_completion_parser: "logprob_parser" | ||
completion_parser_kwargs: | ||
numerator_token: "m" | ||
denominator_tokens: ["m", "M"] | ||
is_binarize: false | ||
completion_key: "completions_all" | ||
batch_size: 1 |
2 changes: 2 additions & 0 deletions
2
...lpaca_eval/leaderboards/data_AlpacaEval_2/weighted_alpaca_eval_gpt4_turbo_leaderboard.csv
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
15 changes: 15 additions & 0 deletions
15
src/alpaca_eval/models_configs/Llama3-PBM-Nova-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 @@ | ||
Llama3-PBM-Nova-70B: | ||
prompt_template: "Llama3-PBM-Nova-70B/prompt.txt" | ||
fn_completions: "openai_completions" | ||
completions_kwargs: | ||
model_name: "PKU-Baichuan-MLSystemLab/Llama3-PBM-Nova-70B" | ||
requires_chatml: True | ||
temperature: 0.7 | ||
num_procs: 8 | ||
max_tokens: 4096 | ||
top_p: 0.8 | ||
price_per_token: 9e-7 | ||
client_kwargs: | ||
base_url: "https://api.together.xyz/v1" | ||
pretty_name: "Llama3 PBM Nova 70B" | ||
link: "https://huggingface.co/PKU-Baichuan-MLSystemLab/Llama3-PBM-Nova-70B" |
5 changes: 5 additions & 0 deletions
5
src/alpaca_eval/models_configs/Llama3-PBM-Nova-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,5 @@ | ||
<|begin_of_text|><|start_header_id|>user<|end_header_id|> | ||
|
||
{instruction}<|eot_id|><|start_header_id|>assistant<|end_header_id|> | ||
|
||
|
9 changes: 9 additions & 0 deletions
9
src/alpaca_eval/models_configs/blendaxai-gm-l6-vo31/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,9 @@ | ||
blendaxai-gm-l6-vo31: | ||
prompt_template: "gpt4_1106_preview/chatml_prompt.txt" | ||
fn_completions: null | ||
completions_kwargs: | ||
model_name: "blendaxai-gm-l6-vo31" | ||
max_tokens: 4096 | ||
temperature: 1.0 | ||
pretty_name: "Blendax.AI-gm-l6-vo31" | ||
link: "https://www.blendax.ai/post/blendaxai-gm-l6-vo31" |