Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
## Dataset Card for your_dataset_name
|
| 3 |
+
|
| 4 |
+
**Description:** [Provide a brief description of your dataset]
|
| 5 |
+
|
| 6 |
+
**Dataset Source:** [Specify the source of the dataset, e.g., collected in-house]
|
| 7 |
+
|
| 8 |
+
**Download Size:** Unknown (if applicable)
|
| 9 |
+
|
| 10 |
+
**Dataset Size:** Unknown
|
| 11 |
+
|
| 12 |
+
**Number of Examples:** [Calculate the total number of examples across splits if applicable]
|
| 13 |
+
|
| 14 |
+
**Task Type:** [Specify the task type, e.g., image classification]
|
| 15 |
+
|
| 16 |
+
**Features:**
|
| 17 |
+
|
| 18 |
+
- image: {'dtype': 'image'}
|
| 19 |
+
- label: {'dtype': {'class_label': {'names': {'0': 'class1', '1': 'class2', '2': 'class3'}}}}
|
| 20 |
+
|
| 21 |
+
**Splits:**
|
| 22 |
+
|
| 23 |
+
- train: {'num_examples': 2446}
|
| 24 |
+
- test: {'num_examples': 611}
|
| 25 |
+
- additional: {'num_examples': 540}
|
| 26 |
+
|
| 27 |
+
**[Optional sections]**
|
| 28 |
+
|
| 29 |
+
* **Licensing:** [Specify the dataset license]
|
| 30 |
+
* **Citing:** [Provide citation information if necessary]
|
| 31 |
+
* [...]
|
| 32 |
+
|