Skip to content

Commit

Permalink
add alpaca_eval_gpt4_fn
Browse files Browse the repository at this point in the history
  • Loading branch information
YannDubs committed Oct 2, 2023
1 parent 3825c08 commit 2932976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ See [here](https://github.com/tatsu-lab/alpaca_eval/tree/main/src/alpaca_eval/ev
evaluators that are available out of the box and their associated metrics.

| | Human agreement [%] | Price [$/1000 examples] | Time [seconds/1000 examples] | Bias | Variance | Proba. prefer longer |
|:------------------------|--------------------:|------------------------:|-----------------------------:|-----:|---------:|---------------------:|
|:------------------------|--------------------:|------------------------:|-----------------------------:|-----:|---------:|--------------------:|
| alpaca_eval_gpt4_fn | 71.0 | 14.5 | 5046 | 27.6 | 11.1 | 0.75 |
| alpaca_eval_gpt4 | 69.2 | 13.6 | 1455 | 28.4 | 14.6 | 0.68 |
| aviary_gpt4 | 69.1 | 12.8 | 1869 | 29.5 | 13.1 | 0.70 |
| gpt4 | 66.9 | 12.5 | 1037 | 31.5 | 14.6 | 0.65 |
Expand Down

0 comments on commit 2932976

Please sign in to comment.