Skip to main content

Tools for evaluating large language models.

Project description

[!WARNING] This project is a work in progress. Critical components may be missing, inoperative or incomplete, and the API can undergo major changes without any notice. Please check back later for a more stable version.

EvalSense: LLM Evaluation

status: experimental PyPI package version license: MIT EvalSense status Guide status Python TypeScript React

Python v3.12 uv Ruff Checked with pyright ESLint

About

This repository holds a Python package enabling systematic evaluation of large language models (LLMs) on open-ended generation tasks, with a particular focus on healthcare and summarisation. It also includes supplementary documentation and assets related to the NHS England project on LLM evaluation, such as the code for an interactive LLM evaluation guide (located in the guide/ directory). You can find more information about the project in the original project proposal.

Note: Only public or fake data are shared in this repository.

Project Stucture

  • The main code for the EvalSense Python package can be found under evalsense/.
  • The accompanying documentation is available in the docs/ folder.
  • Code for the interactive LLM evaluation guide is located under guide/.
  • Jupyter notebooks with the evaluation experiments and examples are located under notebooks/.

Getting Started

Installation

You can install the project using pip by running the following command:

pip install evalsense

This will install the latest released version of the package from PyPI.

Depending on your use-case, you may want to install additional optional dependencies from the following groups:

  • interactive: For running experiments interactively in Jupyter notebooks (only needed if you don't already have the necessary libraries installed).
  • transformers: For using models and metrics requiring the Hugging Face Transformers library.
  • vllm: For using models and metrics requiring vLLM.
  • local: For installing all local model dependencies (currently includes transformers and vllm).
  • all: For installing all optional dependencies.

For example, if you want to use EvalSense with Jupyter notebooks (interactive) and Hugging Face Transformers (transformers), you can run:

pip install evalsense[interactive,transformers]

Installation for Development

To install the project for local development, you can follow the steps below:

To clone the repo:

git clone git@github.com:nhsengland/evalsense.git

To setup the Python environment for the project:

  • Install uv if it's not installed already
  • uv sync --all-extras
  • source .venv/bin/activate
  • pre-commit install

To setup the Node environment for the LLM evaluation guide (located under guide/):

  • Install node if it's not installed already
  • Change to the guide/ directory (cd guide)
  • npm install
  • npm run start to run the development server

See also the separate README.md for the guide.

Usage

For an example illustrating the usage of EvalSense, please check the Demo notebook under the notebooks/ folder.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/amazing-feature)
  3. Commit your Changes (git commit -m 'Add some amazing feature')
  4. Push to the Branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

See CONTRIBUTING.md for detailed guidance.

License

Unless stated otherwise, the codebase is released under the MIT Licence. This covers both the codebase and any sample code in the documentation.

See LICENSE for more information.

The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.

Contact

To find out more about the NHS England Data Science visit our project website or get in touch at datascience@nhs.net.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evalsense-0.1.3.tar.gz (40.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

evalsense-0.1.3-py3-none-any.whl (54.7 kB view details)

Uploaded Python 3

File details

Details for the file evalsense-0.1.3.tar.gz.

File metadata

  • Download URL: evalsense-0.1.3.tar.gz
  • Upload date:
  • Size: 40.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.7.3

File hashes

Hashes for evalsense-0.1.3.tar.gz
Algorithm Hash digest
SHA256 522aeed0a4ecf90deb45396e7b9f1b1c6fce7da4f7f56be53f617e527353bda7
MD5 4051bd08e03f5eafd9cea81da3cce877
BLAKE2b-256 d3db27925e1a290f78421ea00a5760d95ef04d642bdfeb43e41cf0909c87f1c1

See more details on using hashes here.

File details

Details for the file evalsense-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: evalsense-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 54.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.7.3

File hashes

Hashes for evalsense-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a1d4e27eb6ee5cf6c21ef932779f9d3e2b3fefeecd9a8437117e603753005770
MD5 f022d429de734017e6cdf7c1fd6dd100
BLAKE2b-256 d177a741c5ebaaa6c22e9adb2160d4b9c056af690fc01bef8edc1198862379b7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page