| ## **2 Getting Started with HuggingFace** | |
| * Create a [HuggingFace](https://huggingface.co/) account | |
| * Navigate to the [Rosetta Commons HuggingFace Organization](https://huggingface.co/RosettaCommons) page | |
| #### HuggingFace documentation resources | |
| * [HuggingFace Dataset guide](https://huggingface.co/docs/datasets/en/create_dataset) | |
| * [Dataset Card Documentation](https://huggingface.co/docs/hub/en/datasets-cards) | |
| * [Dataset Card Specification](https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1) | |
| * [Dataset Card Template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md) | |
| Gating access to dataset | |
| * [Gated datasets](https://huggingface.co/docs/hub/datasets-gated) | |
| ### **Dataset Card** | |
| The dataset card is a standardized description of the dataset that facilitates its use and limitations. For context, (Mitchell et al. 2018\) provide guidance for the related concept of Model Cards. | |
| Model Cards for Model Reporting | |
| Margaret Mitchell, Simone Wu, Andrew Zaldivar, Parker Barnes, Lucy Vasserman, Ben Hutchinson, Elena Spitzer, Inioluwa Deborah Raji, Timnit Gebru (2018) https://arxiv.org/abs/1810.03993 | |
| Some aspects of the dataset card that are specific to Rosetta Data Bazaar Datasets: | |
| * Quickstart Usage section that descibes hwo to install HuggingFace Datasets package, load model datasets, and how to use different parts of the dataset | |