Datasets:
Improve dataset card: Add paper, code, project links, task category, and sample usage
#2
by
nielsr
HF Staff
- opened
This PR significantly enhances the Code-Regression
dataset card by:
- Adding direct links to the associated paper, GitHub repository, and project page at the top of the README for quick access to source information.
- Updating the introductory paragraph to provide clearer context about the dataset's role in "code-to-metric regression."
- Incorporating
task_categories: ['text-generation']
into the metadata, making the dataset more discoverable under relevant AI task filters. - Adding a dedicated "Sample Usage with
RegressLM
" section, featuring a Python code snippet from the official GitHub README that demonstrates how to perform inference with models trained using this dataset. - Wrapping the existing BibTeX citations with ````bibtex` markers for better formatting.
Thanks a lot!
akhauriyash
changed pull request status to
merged