Enhance dataset card: update metadata and add sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the GitTaskBench dataset card by:
- Updating
task_categories
: Thetask_categories
in the metadata have been broadened fromquestion-answering
to accurately reflect the multi-modal nature of the benchmark, includingtext-generation
,image-to-image
,image-to-video
,automatic-speech-recognition
, andtext-retrieval
. - Adding
tags
: New tagsbenchmark
,code-agent
,software-engineering
, andmultimodal
have been added to improve discoverability and better describe the dataset. - Adding Hugging Face Paper Link: A direct link to the Hugging Face paper page (
https://huggingface.co/papers/2508.18993
) has been added at the top for improved visibility on the Hub. - Replacing License Placeholder: The placeholder license text in the markdown content (
[Specify license chosen, e.g.,
cc-by-nc-sa-4.0]
) has been replaced with the explicitcc-by-nc-sa-4.0
license for clarity. - Enhancing "Usage Example": The dataset card now includes detailed command-line snippets from the GitHub repository, showing how to set up the environment, run single or all tasks, and analyze results, providing immediate practical guidance for users.
Nicole-Yi
changed pull request status to
merged