Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: image
|
10 |
+
dtype: image
|
11 |
+
- name: label
|
12 |
+
dtype:
|
13 |
+
class_label:
|
14 |
+
names:
|
15 |
+
'0': Araneus_diadematus
|
16 |
+
'1': Argiope_aurantia
|
17 |
+
'2': Misumena_vatia
|
18 |
+
'3': Phidippus_audax
|
19 |
+
'4': Salticus_scenicus
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 905554710.346
|
23 |
+
num_examples: 9993
|
24 |
+
download_size: 1070177275
|
25 |
+
dataset_size: 905554710.346
|
26 |
+
---
|
27 |
+
# Dataset Card for "spiderTraining5-2000"
|
28 |
+
|
29 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|