Installation
continuous-eval
is provided as an open-source Python package.
To install it, run the following command:
the package offers optional extras for additional functionality:
semantic
to support semantic metrics that use small models such as BERT, DeBERTa.anthropic
to support Anthropic’s Claude modelgoogle
to support Google’s Gemini modelbedrock
to support AWS’s Bedrock modelscohere
to support Cohere’s modelsazure
to support Microsoft’s Azure models
with PIP you can install any combination of them. For example:
Otherwise you can install continuous-eval from source
continuous-eval is tested on Python 3.10, 3.11 and 3.12 on Linux and MacOS.