Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_argentata
|
17 |
+
'2': Argiope_aurantia
|
18 |
+
'3': Gasteracantha_cancriformis
|
19 |
+
'4': Misumena_vatia
|
20 |
+
'5': Phidippus_audax
|
21 |
+
'6': Pisaura_mirabilis
|
22 |
+
'7': Platycryptus_undatus
|
23 |
+
'8': Salticus_scenicus
|
24 |
+
'9': Trichonephila_clavipes
|
25 |
+
splits:
|
26 |
+
- name: train
|
27 |
+
num_bytes: 1178990682.246
|
28 |
+
num_examples: 9994
|
29 |
+
download_size: 1084974509
|
30 |
+
dataset_size: 1178990682.246
|
31 |
+
---
|
32 |
+
# Dataset Card for "spiderTraining10-1000"
|
33 |
+
|
34 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|