Skip to content

Commit 996b504

Browse files
authored
Add fun widgets to the README (#145)
1 parent efa1733 commit 996b504

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<div align="center">
2+
3+
[![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)
4+
[![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)
5+
[![Python versions](https://img.shields.io/pypi/pyversions/lighteval)](https://www.python.org/downloads/)
6+
[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/huggingface/lighteval/blob/main/LICENSE)
7+
[![Status](https://img.shields.io/pypi/status/lighteval)](https://pypi.org/project/lighteval/)
8+
[![Version](https://img.shields.io/pypi/v/lighteval)](https://pypi.org/project/lighteval/)
9+
10+
</div>
11+
112
# LightEval 🌤️
213

314
A lightweight framework for LLM evaluation

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ readme = "README.md"
4545
requires-python = ">=3.10"
4646
license = {text = "MIT License"}
4747
classifiers = [
48-
"Programming Language :: Python :: 3",
48+
"Development Status :: 3 - Alpha",
49+
"Intended Audience :: Developers",
50+
"Programming Language :: Python :: 3.10",
4951
"License :: OSI Approved :: MIT License",
5052
"Operating System :: OS Independent",
5153
]

0 commit comments

Comments
 (0)