Improve dataset card: Add paper, code, usage, task category, and correct license
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the dataset card for the LLM-Structure-Performance-Dataset by:
- Adding a link to the associated paper: https://huggingface.co/papers/2509.18136
- Including a link to the GitHub repository: https://github.com/DX0369/llm-structure-performance
- Adding a
Usage and Reproductionsection with code snippets directly from the GitHub README. - Correcting the license from
apache-2.0toMITas stated in the GitHub repository. - Specifying
task_categoriesasothersince this dataset is used for studying LLM structure and performance. - Adding relevant
tagsfor better discoverability, such asllm,large-language-models,model-analysis,performance-benchmarking,architecture, andbenchmark.
DX0369
changed pull request status to
merged