Datasets:
Update dataset card metadata (language, task categories, tags) and add HF paper link
#1
by
nielsr
HF Staff
- opened
This PR updates the dataset card for mmbert-pretrain-p1-fineweb2-langs to better reflect its characteristics and utility.
Specifically, it:
- Updates the
languagemetadata fromentomultilingualto accurately represent the dataset's coverage of 60 languages in this phase and its role in training models for over 1800 languages. - Adds
feature-extractionto thetask_categoriesandtags. Whilefill-maskrepresents a pre-training objective, the mmBERT models trained on this data are primarily used for general-purpose feature extraction, which underpins tasks like classification and retrieval. - Adds a direct link to the Hugging Face paper page (
https://huggingface.co/papers/2509.06888) under the "Related Resources" section for improved discoverability, while retaining the existing Arxiv badge.
orionweller
changed pull request status to
merged