-
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.
Add evaluator weighted_alpaca_eval_gpt-4o-mini-2024-07-18 (#401)
* Add evaluator weighted_alpaca_eval_gpt-4o-mini-2024-07-18 * Fix price for gpt-4o-mini-2024-07-18
- Loading branch information
Showing
3 changed files
with
22 additions
and
1 deletion.
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
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 |
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
The human agreement value seems missing, could you please check this?