Skip to content

Commit

Permalink
Merge pull request #208 from RobotSail/update-changelog
Browse files Browse the repository at this point in the history
chore: update changelog for 0.5.0
  • Loading branch information
mergify[bot] authored Jan 9, 2025
2 parents c437ef2 + ab37b54 commit e31d19b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.0

* Introduces Ragas as a supported evaluation framework. This integration only supports the `RubricsScore` metric and OpenAI models. Users can pass in either a dataset with a pre-computed `user_input`, `reference` and `response` fields or they can provide a dataset containing `user_input` and `reference` along with information about a model endpoint that will be used for computing the `response` field.

## 0.4.2

* Adds the ability to provide a custom system prompt to the MMLU-based evaluators. When a system prompt is provided, LM-eval applies the chat template under the hood, else it will pass the model a barebones prompt.
Expand Down

0 comments on commit e31d19b

Please sign in to comment.