parquet-converter commited on
Commit
60df2c4
1 Parent(s): c835609

Update parquet files

Browse files
.gitattributes DELETED
@@ -1,38 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bin.* filter=lfs diff=lfs merge=lfs -text
5
- *.bz2 filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.model filter=lfs diff=lfs merge=lfs -text
12
- *.msgpack filter=lfs diff=lfs merge=lfs -text
13
- *.onnx filter=lfs diff=lfs merge=lfs -text
14
- *.ot filter=lfs diff=lfs merge=lfs -text
15
- *.parquet filter=lfs diff=lfs merge=lfs -text
16
- *.pb filter=lfs diff=lfs merge=lfs -text
17
- *.pt filter=lfs diff=lfs merge=lfs -text
18
- *.pth filter=lfs diff=lfs merge=lfs -text
19
- *.rar filter=lfs diff=lfs merge=lfs -text
20
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
21
- *.tar.* filter=lfs diff=lfs merge=lfs -text
22
- *.tflite filter=lfs diff=lfs merge=lfs -text
23
- *.tgz filter=lfs diff=lfs merge=lfs -text
24
- *.wasm filter=lfs diff=lfs merge=lfs -text
25
- *.xz filter=lfs diff=lfs merge=lfs -text
26
- *.zip filter=lfs diff=lfs merge=lfs -text
27
- *.zstandard filter=lfs diff=lfs merge=lfs -text
28
- *tfevents* filter=lfs diff=lfs merge=lfs -text
29
- # Audio files - uncompressed
30
- *.pcm filter=lfs diff=lfs merge=lfs -text
31
- *.sam filter=lfs diff=lfs merge=lfs -text
32
- *.raw filter=lfs diff=lfs merge=lfs -text
33
- # Audio files - compressed
34
- *.aac filter=lfs diff=lfs merge=lfs -text
35
- *.flac filter=lfs diff=lfs merge=lfs -text
36
- *.mp3 filter=lfs diff=lfs merge=lfs -text
37
- *.ogg filter=lfs diff=lfs merge=lfs -text
38
- *.wav filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md DELETED
@@ -1,175 +0,0 @@
1
- ---
2
- tags:
3
- - huggingnft
4
- - nft
5
- - huggan
6
- - gan
7
- - image
8
- - images
9
- task:
10
- - unconditional-image-generation
11
- datasets:
12
- - huggingnft/dooggies
13
- license: mit
14
- ---
15
-
16
- # Dataset Card
17
-
18
- ## Disclaimer
19
-
20
- All rights belong to their owners.
21
- Models and datasets can be removed from the site at the request of the copyright holder.
22
-
23
- ## Table of Contents
24
- - [Dataset Description](#dataset-description)
25
- - [Dataset Summary](#dataset-summary)
26
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
27
- - [Languages](#languages)
28
- - [How to use](#how-to-use)
29
- - [Dataset Structure](#dataset-structure)
30
- - [Data Fields](#data-fields)
31
- - [Data Splits](#data-splits)
32
- - [Dataset Creation](#dataset-creation)
33
- - [Curation Rationale](#curation-rationale)
34
- - [Source Data](#source-data)
35
- - [Annotations](#annotations)
36
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
37
- - [Considerations for Using the Data](#considerations-for-using-the-data)
38
- - [Social Impact of Dataset](#social-impact-of-dataset)
39
- - [Discussion of Biases](#discussion-of-biases)
40
- - [Other Known Limitations](#other-known-limitations)
41
- - [Additional Information](#additional-information)
42
- - [Dataset Curators](#dataset-curators)
43
- - [Licensing Information](#licensing-information)
44
- - [Citation Information](#citation-information)
45
- - [About](#about)
46
-
47
- ## Dataset Description
48
-
49
- - **Homepage:** [https://github.com/AlekseyKorshuk/huggingnft](https://github.com/AlekseyKorshuk/huggingnft)
50
- - **Repository:** [https://github.com/AlekseyKorshuk/huggingnft](https://github.com/AlekseyKorshuk/huggingnft)
51
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
- - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
-
54
-
55
- ### Dataset Summary
56
-
57
- NFT images dataset for unconditional generation.
58
-
59
- NFT collection available [here](https://opensea.io/collection/dooggies).
60
-
61
- Model is available [here](https://huggingface.co/huggingnft/dooggies).
62
-
63
- Check Space: [link](https://huggingface.co/spaces/AlekseyKorshuk/huggingnft).
64
-
65
- ### Supported Tasks and Leaderboards
66
-
67
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
68
-
69
-
70
- ## How to use
71
-
72
- How to load this dataset directly with the datasets library:
73
-
74
- ```python
75
- from datasets import load_dataset
76
-
77
- dataset = load_dataset("huggingnft/dooggies")
78
- ```
79
-
80
- ## Dataset Structure
81
-
82
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
83
-
84
-
85
- ### Data Fields
86
-
87
- The data fields are the same among all splits.
88
-
89
- - `image`: an `image` feature.
90
- - `id`: an `int` feature.
91
- - `token_metadata`: a `str` feature.
92
- - `image_original_url`: a `str` feature.
93
-
94
- ### Data Splits
95
-
96
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
97
-
98
-
99
- ## Dataset Creation
100
-
101
- ### Curation Rationale
102
-
103
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
104
-
105
- ### Source Data
106
-
107
- #### Initial Data Collection and Normalization
108
-
109
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
110
-
111
- #### Who are the source language producers?
112
-
113
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
114
-
115
- ### Annotations
116
-
117
- #### Annotation process
118
-
119
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
-
121
- #### Who are the annotators?
122
-
123
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
-
125
- ### Personal and Sensitive Information
126
-
127
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
-
129
- ## Considerations for Using the Data
130
-
131
- ### Social Impact of Dataset
132
-
133
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
-
135
- ### Discussion of Biases
136
-
137
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
138
-
139
- ### Other Known Limitations
140
-
141
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
142
-
143
- ## Additional Information
144
-
145
- ### Dataset Curators
146
-
147
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
148
-
149
- ### Licensing Information
150
-
151
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
152
-
153
- ### Citation Information
154
-
155
- ```
156
- @InProceedings{huggingnft,
157
- author={Aleksey Korshuk}
158
- year=2022
159
- }
160
- ```
161
-
162
-
163
- ## About
164
-
165
- *Built by Aleksey Korshuk*
166
-
167
- [![Follow](https://img.shields.io/github/followers/AlekseyKorshuk?style=social)](https://github.com/AlekseyKorshuk)
168
-
169
- [![Follow](https://img.shields.io/twitter/follow/alekseykorshuk?style=social)](https://twitter.com/intent/follow?screen_name=alekseykorshuk)
170
-
171
- [![Follow](https://img.shields.io/badge/dynamic/json?color=blue&label=Telegram%20Channel&query=%24.result&url=https%3A%2F%2Fapi.telegram.org%2Fbot1929545866%3AAAFGhV-KKnegEcLiyYJxsc4zV6C-bdPEBtQ%2FgetChatMemberCount%3Fchat_id%3D-1001253621662&style=social&logo=telegram)](https://t.me/joinchat/_CQ04KjcJ-4yZTky)
172
-
173
- For more details, visit the project repository.
174
-
175
- [![GitHub stars](https://img.shields.io/github/stars/AlekseyKorshuk/huggingnft?style=social)](https://github.com/AlekseyKorshuk/huggingnft)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"huggingnft--dooggies": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "id": {"dtype": "int64", "id": null, "_type": "Value"}, "token_metadata": {"dtype": "string", "id": null, "_type": "Value"}, "image_original_url": {"dtype": "null", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": [], "builder_name": "image_folder", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22728359.551, "num_examples": 9791, "dataset_name": "dooggies"}}, "download_checksums": null, "download_size": 13478292, "post_processing_size": null, "dataset_size": 22728359.551, "size_in_bytes": 36206651.551}}
 
 
data/train-00000-of-00001.parquet → huggingnft--dooggies/parquet-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d9c133778bb1657b08a35c35f72e09bc3d76eeaca75c1f751ba37bb236197f5
3
- size 13478292
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d545eed9788cc1d947ce5c4d2f00e47a8d81727f1bfa2e2ba7f5de33d82aceec
3
+ size 13513856