File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,8 @@ A lightweight library for LLM-as-a-Judge evaluations using vLLM hosted models. E
10
10
- 🚀 ** Simple Interface** : Single ` evaluate() ` method that adapts to any use case
11
11
- 🎯 ** Pre-built Metrics** : 20+ ready-to-use evaluation metrics
12
12
- 🛡️ ** Model-Specific Support:** Seamlessly works with specialized models like Llama Guard without breaking their trained formats.
13
- - 🔄 ** Async Native ** : Built for high-throughput evaluations
13
+ - ⚡ ** High Performance ** : Async-first design enables high-throughput evaluations
14
14
- 🔧 ** Template Support** : Dynamic evaluations with template variables
15
- - ⚡ ** High Performance** : Optimized for vLLM with automatic batching
16
15
- 🌐 ** API Mode** : Run as a REST API service
17
16
18
17
## Installation
Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ A lightweight library for LLM-as-a-Judge evaluations using vLLM hosted models. E
7
7
- 🚀 ** Simple Interface** : Single ` evaluate() ` method that adapts to any use case
8
8
- 🎯 ** Pre-built Metrics** : 20+ ready-to-use evaluation metrics
9
9
- 🛡️ ** Model-Specific Support:** Seamlessly works with specialized models like Llama Guard without breaking their trained formats.
10
- - 🔄 ** Async Native ** : Built for high-throughput evaluations
10
+ - ⚡ ** High Performance ** : Async-first design enables high-throughput evaluations
11
11
- 🔧 ** Template Support** : Dynamic evaluations with template variables
12
- - ⚡ ** High Performance** : Optimized for vLLM with automatic batching
13
12
- 🌐 ** API Mode** : Run as a REST API service
14
13
15
14
## Installation
You can’t perform that action at this time.
0 commit comments