diff --git a/README.md b/README.md index 2ed508293..e7c549280 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +
+ +[![Tests](https://github.com/huggingface/lighteval/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/huggingface/lighteval/actions/workflows/tests.yaml?query=branch%3Amain) +[![Quality](https://github.com/huggingface/lighteval/actions/workflows/quality.yaml/badge.svg?branch=main)](https://github.com/huggingface/lighteval/actions/workflows/quality.yaml?query=branch%3Amain) +[![Python versions](https://img.shields.io/pypi/pyversions/lighteval)](https://www.python.org/downloads/) +[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/huggingface/lighteval/blob/main/LICENSE) +[![Status](https://img.shields.io/pypi/status/lighteval)](https://pypi.org/project/lighteval/) +[![Version](https://img.shields.io/pypi/v/lighteval)](https://pypi.org/project/lighteval/) + +
+ # LightEval 🌤️ A lightweight framework for LLM evaluation diff --git a/pyproject.toml b/pyproject.toml index 8adc9aa5f..986982b0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,9 @@ readme = "README.md" requires-python = ">=3.10" license = {text = "MIT License"} classifiers = [ - "Programming Language :: Python :: 3", + "Development Status :: 3 - Alpha", + "Intended Audience :: Developers", + "Programming Language :: Python :: 3.10", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ]