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
1010- 🚀 ** Simple Interface** : Single ` evaluate() ` method that adapts to any use case
1111- 🎯 ** Pre-built Metrics** : 20+ ready-to-use evaluation metrics
1212- 🛡️ ** 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
1414- 🔧 ** Template Support** : Dynamic evaluations with template variables
15- - ⚡ ** High Performance** : Optimized for vLLM with automatic batching
1615- 🌐 ** API Mode** : Run as a REST API service
1716
1817## 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
77- 🚀 ** Simple Interface** : Single ` evaluate() ` method that adapts to any use case
88- 🎯 ** Pre-built Metrics** : 20+ ready-to-use evaluation metrics
99- 🛡️ ** 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
1111- 🔧 ** Template Support** : Dynamic evaluations with template variables
12- - ⚡ ** High Performance** : Optimized for vLLM with automatic batching
1312- 🌐 ** API Mode** : Run as a REST API service
1413
1514## Installation
You can’t perform that action at this time.
0 commit comments