Datasets:
Improve dataset card: Add task category, library name, tags, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the dataset card for LiveMCPBench by:
- Adding
task_categories: text-generationto the metadata, as specified, andlibrary_name: datasetsfor clarity on how to programmatically access the dataset. - Including relevant
tagssuch asllm-agents,tool-use,benchmark, andmcpfor improved discoverability on the Hugging Face Hub. - Expanding the "Dataset Description" section with more details from the paper's abstract, providing a comprehensive overview of the benchmark's scope and components.
- Adding a "Dataset Structure" section to briefly describe the dataset's file organization.
- Introducing a "Sample Usage" section with a Python snippet to demonstrate how to load and inspect the dataset using the Hugging Face
datasetslibrary.
These updates aim to make the dataset card more informative and user-friendly.
hysdhlx
changed pull request status to
merged