Preview v0.1.5
Eval Ex
Model evaluation harness for standardized benchmarking with semantic similarity, exact match, and custom metrics.
Stats & Info
- Latest release: v0.1.5
- Recent downloads: 293
- All-time downloads: 293
- Maintainers: nshkrdotcom
Installation
Add eval_ex to your list of dependencies in mix.exs:
def deps do
[
{:eval_ex, "~> 0.1.5"}
]
endThen run:
mix deps.get