Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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': Argiope_bruennichi
|
19 |
+
'4': Argiope_trifasciata
|
20 |
+
'5': Dolomedes_tenebrosus
|
21 |
+
'6': Gasteracantha_cancriformis
|
22 |
+
'7': Latrodectus_geometricus
|
23 |
+
'8': Leucauge_venusta
|
24 |
+
'9': Menemerus_bivittatus
|
25 |
+
'10': Misumena_vatia
|
26 |
+
'11': Nephila_pilipes
|
27 |
+
'12': Phidippus_audax
|
28 |
+
'13': Pisaura_mirabilis
|
29 |
+
'14': Pisaurina_mira
|
30 |
+
'15': Platycryptus_undatus
|
31 |
+
'16': Salticus_scenicus
|
32 |
+
'17': Steatoda_nobilis
|
33 |
+
'18': Steatoda_triangulosa
|
34 |
+
'19': Trichonephila_clavipes
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
+
num_bytes: 1023953577.628
|
38 |
+
num_examples: 9989
|
39 |
+
download_size: 1083148219
|
40 |
+
dataset_size: 1023953577.628
|
41 |
+
---
|
42 |
+
# Dataset Card for "spiderTraining20-500"
|
43 |
+
|
44 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|