Skip to content

Releases: quantiles-evals/quantiles

v0.0.3 - 'qt add' to customize your own benchmark from the remote benchmark registry

Choose a tag to compare

@arschles arschles released this 11 Aug 05:35
b2e7698

This is a small addition to v0.0.2, which added the benchmark registry and custom configuration benchmarks of type similarity, that adds a new qt add command. You can use this command to download the definition of a benchmark from the remote registry and add it to your local quantiles.toml configuration file (or create one if you didn't already have one). After you qt add a remote benchmark, you can customize it in your configuration file and treat it as your own locally-defined evaluation.

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2 - Introducing the Remote Benchmark Registry

Choose a tag to compare

@arschles arschles released this 11 Aug 04:04
dcca195

This is the second release of the Quantiles open-source CLI. The main feature added in this release is the benchmark registry. Prior to this release, three benchmarks were hard-coded into the CLI. This release removes those hard-coded benchmarks and instead can download custom_nocode benchmarks from the Quantiles hosted benchmark registry.

Install the CLI with the following command:

curl -fsSL https://cli.quantiles.io/install.sh | bash

As of this release, the hosted registry contains pubmedqa, simpleqa-verified, and the benchmarks in the quantiles.toml custom no-code demo file. The full list of benchmark slugs (that you can run with qt run <eval_name>) is below:

  • simpleqa-verified
  • medqa
  • medmcqa
  • mmlu-pro
  • gpqa
  • pubmedqa

The result of this new feature is that the CLI appears to have more built-in benchmarks. It also allows us to publish more benchmarks transparently and without updates to the CLI itself. Existing published benchmarks will not be changed, but we may publish new versions of existing benchmarks from time to time.

What's Changed

  • Fixing links to custom no-code evaluations by @arschles in #50
  • Add badges and links by @phranzia in #51
  • Add model configuration documentation link and description by @phranzia in #54
  • Add model configuration guide to What's New by @phranzia in #55
  • Validating prompt templates without actually rendering them by @arschles in #62
  • Adding client for benchmark registry by @arschles in #57
  • Adding similarity metric evals to custom no-code by @arschles in #65
  • Making runs started from the remote benchmark registry resumable with strict version provenance by @arschles in #66
  • Removing built-in (to code) custom benchmarks by @arschles in #67

Full Changelog: v0.0.1...v0.0.2

v0.0.1 - First GitHub release, and adding custom no-code benchmarks.

Choose a tag to compare

@arschles arschles released this 20 Jul 01:10
4eb8716

Summary

This is the first GitHub release in the Quantiles open-source CLI. It adds custom_nocode evaluations, which allow you to build your own evaluations without writing or maintaining any code. For details, please see custom no-code evaluations documentation. To install the Quantiles CLI, please run the below command, then see the quickstart documentation for next steps:

curl -fsSL https://cli.quantiles.io/install.sh | bash

What's Changed

New Contributors

Full Changelog: https://github.com/quantiles-evals/quantiles/commits/v0.0.1