Enhance dataset card: Update task category and add sample usage
#1
by
nielsr
HF Staff
- opened
This pull request improves the dataset card for mmBERT training data by:
- Updating the
task_categoriesmetadata fromfill-masktofeature-extraction. This change better reflects the primary utility of models trained on this dataset for downstream tasks like classification and retrieval, as highlighted in the paper abstract and the associated GitHub repository. - Incorporating a comprehensive "Sample Usage" section with practical Python code snippets directly from the GitHub README. This section demonstrates how to install the necessary packages and use the mmBERT models for tasks such as generating multilingual embeddings, performing masked language modeling, and multilingual retrieval.