Improve UltraEditBench dataset card: Add metadata, GitHub link, and sample usage
#2
by nielsr HF Staff - opened
This pull request significantly enhances the dataset card for UltraEditBench by:
- Adding
task_categories: ['question-answering', 'text-generation'],language: en, andtags: ['model-editing', 'lifelong-learning']to the metadata for improved discoverability and categorization on the Hugging Face Hub. - Including a direct link to the associated GitHub repository (
https://github.com/XiaojieGu/UltraEdit) for easy access to the code. - Adding a dedicated "Sample Usage" section, incorporating setup and run instructions with code snippets directly extracted from the project's GitHub README, to guide users on how to interact with the dataset and the UltraEdit framework.
The existing arXiv paper link has been preserved as per instructions.