Datasets:
Improve dataset card: Add metadata, links, description, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the dataset card by:
- Adding
task_categories: ['image-text-to-text']andlicense: cc-by-nc-4.0to the metadata. - Including links to the paper, project page.
- Adding the paper abstract for better context.
- Providing a "Sample Usage" snippet derived directly from the GitHub README, demonstrating how to generate CLIP embeddings for the data.
- Structuring the card with clear headings for readability and moving the existing BibTeX citations to a dedicated "Citation" section.
Jingbiao
changed pull request status to
merged