Add dataset card, link to paper, code, task category
#1
by
nielsr
HF Staff
- opened
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-generation
|
4 |
+
tags:
|
5 |
+
- benchmark
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
---
|
9 |
+
|
10 |
+
This repository contains the data presented in [BenchHub: A Unified Benchmark Suite for Holistic and Customizable LLM Evaluation](https://huggingface.co/papers/2506.00482).
|
11 |
+
|
12 |
+
BenchHub is a unified benchmark suite designed to help researchers and developers easily load, filter, and process various LLM benchmark datasets. It enables efficient dataset handling for training and evaluation, providing flexible filtering capabilities.
|
13 |
+
|
14 |
+
Project page: https://huggingface.co/BenchHub
|
15 |
+
Code: https://github.com/rladmstn1714/BenchHub
|