Improve dataset card: update task categories, add relevant tags, language, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR updates the dataset card for the mmBERT training data to better reflect its primary use cases and improve discoverability.
Key changes include:
- Metadata Update:
task_categories: Addedfeature-extractionto highlight the primary utility of models trained with this data for generating embeddings for downstream tasks.fill-maskis retained as it represents the pre-training objective.language: Addedmul(multilingual) to accurately reflect the dataset's extensive language coverage (over 1800 languages) and improve discoverability.tags: Addedtext-classificationandtext-retrievalto further emphasize common applications of models trained on this dataset.
- Sample Usage Section: Added a comprehensive "Sample Usage" section with code snippets directly from the associated GitHub repository's README. These examples demonstrate how to install dependencies and use mmBERT models for tasks such as:
- Generating multilingual embeddings (feature extraction)
- Masked language modeling
- Multilingual retrieval
- Classification
These updates make the dataset card more informative and user-friendly for researchers and developers.