Add leaderboard database README

#1
by hotchpotch - opened
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: HAKARI-Bench Leaderboard Database
3
+ tags:
4
+ - information-retrieval
5
+ - retrieval
6
+ - benchmark
7
+ - duckdb
8
+ - leaderboard
9
+ - evaluation
10
+ ---
11
+
12
+ # HAKARI-Bench Leaderboard Database
13
+
14
+ This dataset hosts the DuckDB database used by the
15
+ [HAKARI-Bench leaderboard](https://huggingface.co/spaces/hakari-bench/leaderboard).
16
+ It is derived from the raw benchmark result artifacts in
17
+ [`hakari-bench/results`](https://huggingface.co/datasets/hakari-bench/results)
18
+ and is packaged for leaderboard, viewer, notebook, and SQL use.
19
+
20
+ The database is produced by the HAKARI-Bench implementation in
21
+ [`hakari-bench/hakari-bench`](https://github.com/hakari-bench/hakari-bench).
22
+ Because the benchmark code, schema, and build workflow evolve over time, this
23
+ dataset card intentionally points to the canonical documentation instead of
24
+ duplicating implementation details here.
25
+
26
+ ## File
27
+
28
+ - `duckdb/hakari_bench.duckdb`: current leaderboard DuckDB database.
29
+
30
+ ## Links
31
+
32
+ - [Raw result artifacts](https://huggingface.co/datasets/hakari-bench/results)
33
+ - [Leaderboard Space](https://huggingface.co/spaces/hakari-bench/leaderboard)
34
+ - [HAKARI-Bench GitHub repository](https://github.com/hakari-bench/hakari-bench)
35
+ - [DuckDB schema and leaderboard query guide](https://github.com/hakari-bench/hakari-bench/blob/main/docs/duckdb_schema.md)
36
+ - [Evaluation runbook](https://github.com/hakari-bench/hakari-bench/blob/main/docs/evaluation_runbook.md)
37
+ - [New model evaluation and official result submission workflow](https://github.com/hakari-bench/hakari-bench/blob/main/docs/new_model_results_workflow.md)
38
+ - [Contributing result files](https://github.com/hakari-bench/hakari-bench/blob/main/docs/contributing_results.md)