Create 02_getting_started_with_hugging_face.md
Browse files
sections/02_getting_started_with_hugging_face.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## **2 Getting Started with HuggingFace**
|
| 2 |
+
|
| 3 |
+
* Create a [HuggingFace](https://huggingface.co/) account
|
| 4 |
+
* Navigate to the [Rosetta Commons HuggingFace Organization](https://huggingface.co/RosettaCommons) page
|
| 5 |
+
|
| 6 |
+
#### HuggingFace documentation resources
|
| 7 |
+
|
| 8 |
+
* [HuggingFace Dataset guide](https://huggingface.co/docs/datasets/en/create_dataset)
|
| 9 |
+
* [Dataset Card Documentation](https://huggingface.co/docs/hub/en/datasets-cards)
|
| 10 |
+
* [Dataset Card Specification](https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1)
|
| 11 |
+
* [Dataset Card Template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md)
|
| 12 |
+
|
| 13 |
+
Gating access to dataset
|
| 14 |
+
|
| 15 |
+
* [Gated datasets](https://huggingface.co/docs/hub/datasets-gated)
|
| 16 |
+
|
| 17 |
+
### **Dataset Card**
|
| 18 |
+
|
| 19 |
+
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.
|
| 20 |
+
|
| 21 |
+
Model Cards for Model Reporting
|
| 22 |
+
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
|
| 23 |
+
|
| 24 |
+
Some aspects of the dataset card that are specific to Rosetta Data Bazaar Datasets:
|