Improve dataset card: Add task categories, HF paper link, GitHub link, correct project page, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the dataset card for TeleEgo by:
- Adding
task_categories: ['video-text-to-text', 'audio-text-to-text']and descriptivetags(egocentric,multimodal,long-term-memory,question-answering,ai-assistant) to the metadata for better discoverability on the Hub. - Including a direct link to the Hugging Face paper page (
https://huggingface.co/papers/2510.23981). - Adding a link to the GitHub repository (
https://github.com/TeleAI-UAGI/TeleEgo). - Correcting the project page URL to
https://teleai-uagi.github.io/TeleEgo/for consistency with the main project sources. - Uncommenting the
teaser.pngimage and the final project logos, using absolute GitHub URLs to ensure proper rendering. - Incorporating "Repository Structure" and "Usage" sections (including dataset access and a code snippet for running evaluations) directly from the GitHub README, providing practical guidance for users.
These changes provide more comprehensive information and make the dataset easier to discover and use.