Add dataset card, link to paper, code, task category
Browse filesThis PR ensures the dataset is discoverable with the correct task category and is linked to the paper at https://huggingface.co/papers/2506.00482. It also includes a link to the Github repository.
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
|