Upload Dataset Card Teamplate.md
Browse files- Dataset Card Teamplate.md +36 -0
Dataset Card Teamplate.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: <TODO - REPLACE WITH SPDX LICENSE>
|
3 |
+
---
|
4 |
+
# Dataset Card for <DATASET_NAME>
|
5 |
+
|
6 |
+
## Dataset Summary
|
7 |
+
<!-- Provide a detailed description of the dataset and it purpose. -->
|
8 |
+
|
9 |
+
## Dataset Details
|
10 |
+
|
11 |
+
- **Creators**: Intel Labs
|
12 |
+
- **Version**: <TODO - REPLACE WITH VERSION>
|
13 |
+
- **License**: <TODO - REPLACE WITH SPDX LICENSE>
|
14 |
+
- **Number of Training Samples**: <TODO>
|
15 |
+
- **Number of Test Samples**: <TODO>
|
16 |
+
- <TODO - Add additional as needed>
|
17 |
+
- **Format**: <TODO - IF Applicable>
|
18 |
+
|
19 |
+
## Intended Use
|
20 |
+
|
21 |
+
- **Primary Uses**: <TODO>
|
22 |
+
- **Out-of-Scope Uses**: <TODO>
|
23 |
+
|
24 |
+
## Data Collection Process
|
25 |
+
<!-- TODO
|
26 |
+
- Provide detailed explaination of how the dataset was generated/create/collected.
|
27 |
+
- If 3rd party datasets were used/included, provide a link to the original dataset as well as the license the data is released under.
|
28 |
+
-->
|
29 |
+
|
30 |
+
## Ethical Considerations
|
31 |
+
<!-- DON'T CHANGE THIS SECTION -->
|
32 |
+
Intel is committed to respecting human rights and avoiding causing or contributing to adverse impacts on human rights. See [Intel’s Global Human Rights Principles](https://www.intel.com/content/dam/www/central-libraries/us/en/documents/policy-human-rights.pdf). Intel’s products and software are intended only to be used in applications that do not cause or contribute to adverse impacts on human rights.
|
33 |
+
|
34 |
+
## Contact Information
|
35 |
+
|
36 |
+
- **Issues**: For any issues or questions regarding the dataset, please contact the maintainers or open an issue in the dataset repository.
|