Improve dataset card: Add task categories, language, correct size, relevant tags, and links

#2
by nielsr HF Staff - opened

This PR improves the dataset card with the following updates:

  • Adds task_categories: ['text-generation'] to reflect the dataset's primary use in training large language models.
  • Corrects size_categories from 1B<n<10B to >1T to accurately represent the 7.3-trillion token corpus size mentioned in the paper.
  • Adds language: ['multilingual'] as the paper abstract explicitly describes it as a multilingual corpus.
  • Includes relevant tags (common-crawl, html-parsing, web-corpus, markdown) for better discoverability.
  • Adds prominent links to the Hugging Face paper (https://huggingface.co/papers/2511.16397) and project page (https://opendatalab.com/ai-ready/AICC) at the top of the dataset card.
  • The existing arXiv link for the technical report remains unchanged, as per guidelines.
  • No sample usage section has been added as no code snippets were found in the provided GitHub README.
SFKs changed pull request status to merged

Sign up or log in to comment