transcendingvictor commited on
Commit
8dfe28a
1 Parent(s): 0cd72c5

Add dataset

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train"]}
train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34891bbfe31e844e2a52d50d89ac51c4b905ece4ea91a75bbf3be91b128e6c6f
3
+ size 237761592
train/dataset_info.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "smithsonian_butterflies_subset",
6
+ "dataset_size": 237758210,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/huggan/smithsonian_butterflies_subset@3cdedf844922ab40393d46d4c7f81c596e1c6d45/data/train-00000-of-00001.parquet": {
10
+ "num_bytes": 237451415,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 237451415,
15
+ "features": {
16
+ "image_url": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "image_alt": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "id": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "name": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "scientific_name": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "gender": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "taxonomy": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ },
44
+ "region": {
45
+ "dtype": "string",
46
+ "_type": "Value"
47
+ },
48
+ "locality": {
49
+ "dtype": "string",
50
+ "_type": "Value"
51
+ },
52
+ "date": {
53
+ "dtype": "string",
54
+ "_type": "Value"
55
+ },
56
+ "usnm_no": {
57
+ "dtype": "string",
58
+ "_type": "Value"
59
+ },
60
+ "guid": {
61
+ "dtype": "string",
62
+ "_type": "Value"
63
+ },
64
+ "edan_url": {
65
+ "dtype": "string",
66
+ "_type": "Value"
67
+ },
68
+ "source": {
69
+ "dtype": "string",
70
+ "_type": "Value"
71
+ },
72
+ "stage": {
73
+ "dtype": "float64",
74
+ "_type": "Value"
75
+ },
76
+ "image": {
77
+ "_type": "Image"
78
+ },
79
+ "image_hash": {
80
+ "dtype": "string",
81
+ "_type": "Value"
82
+ },
83
+ "sim_score": {
84
+ "dtype": "float64",
85
+ "_type": "Value"
86
+ }
87
+ },
88
+ "homepage": "",
89
+ "license": "",
90
+ "size_in_bytes": 475209625,
91
+ "splits": {
92
+ "train": {
93
+ "name": "train",
94
+ "num_bytes": 237758210,
95
+ "num_examples": 1000,
96
+ "dataset_name": "smithsonian_butterflies_subset"
97
+ }
98
+ },
99
+ "version": {
100
+ "version_str": "0.0.0",
101
+ "major": 0,
102
+ "minor": 0,
103
+ "patch": 0
104
+ }
105
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "1bcba6636aa51b39",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }