Improve dataset card: Add paper link, task category, tags, code link, and data format
#2
by
nielsr
HF Staff
- opened
This PR significantly enhances the dataset card by adding crucial information for users:
- Linking to the associated paper: Klear-Reasoner: Advancing Reasoning Capability via Gradient-Preserving Clipping Policy Optimization.
- Adding
task_categories: text-generation
to the metadata for better categorization. - Including relevant
tags
such asreasoning
,math
,code
, andreinforcement-learning
for improved discoverability on the Hugging Face Hub. - Providing a direct link to the main Klear-Reasoner GitHub repository.
- Adding a sample usage example to illustrate the dataset's structure and format for easier adoption.