Update dataset card: Improve task categories, add tags and model usage examples
#1
by
nielsr HF Staff - opened
This PR significantly improves the dataset card for mmBERT Mid-training Data by:
- Updating the
task_categoriesmetadata fromfill-masktofeature-extraction. While the dataset is used for masked language model pre-training, the resultingmmBERTmodels are primarily used for downstream tasks like classification, retrieval, and generating embeddings, which fall underfeature-extraction. - Adding
long-contextandmasked-language-modelingto thetagsmetadata to better reflect the dataset's use in training models with extended context capabilities and the specific pre-training objective. - Renaming the existing "Usage" section to "Dataset Usage" for better clarity, distinguishing it from how the models trained with this data are used.
- Adding a comprehensive "Model Usage Examples" section with code snippets directly from the mmBERT GitHub repository. This new section demonstrates how to use the
mmBERTmodels (trained using this dataset) for tasks such as obtaining multilingual embeddings, masked language modeling, classification, multilingual retrieval, and long context processing, enhancing the discoverability and utility of the artifact.
All existing links, including the Arxiv paper link, remain unchanged as per the guidelines.