Skip to content

Commit

Permalink
update eval docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylee1020 committed Dec 15, 2024
1 parent c5cffa6 commit c1801b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/evaluations.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ For pairwise ranking:

```python
from openpo import Prometheus2
from openpo.resources.provider.vllm import VLLM
from openpo.resources.provider import VLLM

model = VLLM<(model="prometheus-eval/prometheus-7b-v2.0")
pm = Prometheus2(model=model)
Expand Down Expand Up @@ -137,6 +137,7 @@ feedback = pm.eval_absolute(
)
```

For full example of how to use Prometheus 2, check out the [tutorial notebook](notebook.md)!

For more information about the model, refer to their [github repository](https://github.com/prometheus-eval/prometheus-eval)

Expand Down

0 comments on commit c1801b0

Please sign in to comment.