File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
12
# LightEval 🌤️
2
13
3
14
A lightweight framework for LLM evaluation
Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ readme = "README.md"
45
45
requires-python = " >=3.10"
46
46
license = {text = " MIT License" }
47
47
classifiers = [
48
- " Programming Language :: Python :: 3" ,
48
+ " Development Status :: 3 - Alpha" ,
49
+ " Intended Audience :: Developers" ,
50
+ " Programming Language :: Python :: 3.10" ,
49
51
" License :: OSI Approved :: MIT License" ,
50
52
" Operating System :: OS Independent" ,
51
53
]
You can’t perform that action at this time.
0 commit comments