-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCITATION.cff
More file actions
25 lines (25 loc) · 1.01 KB
/
Copy pathCITATION.cff
File metadata and controls
25 lines (25 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
cff-version: 1.2.0
message: "If you use benchy in your work, please cite it as below."
title: benchy
abstract: "A local LLM benchmark suite and live dashboard: runs a panel of question-answering benchmarks against any OpenAI-compatible inference server, scores them deterministically (Wilson CIs, letter-bias checks), and shows results in a zero-dependency web UI (dashboard.py + dashboard.html) with auto-detected model/host."
type: software
authors:
- family-names: Borio
given-names: Andrea
license: MIT
version: 0.2.0
date-released: "2026-06-10"
repository-code: "https://github.com/andreaborio/benchy"
keywords:
- llm
- benchmark
- evaluation
- dashboard
- openai-compatible
references:
- type: software
title: "ds4 / DwarfStar — DeepSeek-V4-Flash inference engine"
authors:
- family-names: Sanfilippo
given-names: Salvatore
notes: "Separate project (antirez); the engine benchy was first developed against. benchy consumes its OpenAI-compatible API. Cite the ds4 project directly."