Datasets:
Add task category and paper link
Browse filesThis PR adds the `text-classification` task category to the dataset card and links to the paper at https://huggingface.co/papers/2505.17507.
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# HuggingBench-Classification
|
6 |
|
7 |
-
This dataset contains Task Classification test collection in HuggingBench for paper "Benchmarking Recommendation, Classification, and Tracing Based on Hugging Face Knowledge Graph".
|
8 |
|
9 |
## Dataset Details
|
10 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
---
|
6 |
|
7 |
# HuggingBench-Classification
|
8 |
|
9 |
+
This dataset contains Task Classification test collection in HuggingBench for paper "Benchmarking Recommendation, Classification, and Tracing Based on Hugging Face Knowledge Graph" ([https://huggingface.co/papers/2505.17507](https://huggingface.co/papers/2505.17507)).
|
10 |
|
11 |
## Dataset Details
|
12 |
|