huggingnft-app commited on
Commit
0f7592a
1 Parent(s): 891eb80

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -125
README.md CHANGED
@@ -13,152 +13,48 @@ datasets:
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/boredapeyachtclub).
60
-
61
- Model is available [here](https://huggingface.co/huggingnft/boredapeyachtclub).
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/boredapeyachtclub")
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
 
@@ -173,3 +69,12 @@ The data fields are the same among all splits.
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)
 
 
 
 
 
 
 
 
 
13
  license: mit
14
  ---
15
 
16
+ # Hugging NFT: boredapeyachtclub
17
 
18
  ## Disclaimer
19
 
20
+ All rights belong to their owners. Models and datasets can be removed from the site at the request of the copyright
21
+ holder.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
+ ## Model description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
+ LightWeight GAN model for unconditional generation.
26
 
27
+ NFT collection available [here](https://opensea.io/collection/boredapeyachtclub).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
+ Dataset is available [here](https://huggingface.co/datasets/huggingnft/boredapeyachtclub).
30
 
31
+ Check Space: [link](https://huggingface.co/spaces/AlekseyKorshuk/huggingnft).
32
 
33
+ Project repository: [link](https://github.com/AlekseyKorshuk/huggingnft).
34
 
35
+ [![GitHub stars](https://img.shields.io/github/stars/AlekseyKorshuk/huggingnft?style=social)](https://github.com/AlekseyKorshuk/huggingnft)
36
 
37
+ ## Intended uses & limitations
38
 
39
+ #### How to use
40
 
41
+ Check project repository: [link](https://github.com/AlekseyKorshuk/huggingnft).
42
 
43
+ #### Limitations and bias
44
 
45
+ Check project repository: [link](https://github.com/AlekseyKorshuk/huggingnft).
46
 
47
+ ## Training data
48
 
49
+ Dataset is available [here](https://huggingface.co/datasets/huggingnft/boredapeyachtclub).
50
 
51
+ ## Training procedure
52
 
53
+ Training script is available [here](https://github.com/AlekseyKorshuk/huggingnft).
54
 
55
+ ## Generated Images
 
 
 
 
 
56
 
57
+ Check results with Space: [link](https://huggingface.co/spaces/AlekseyKorshuk/huggingnft).
58
 
59
  ## About
60
 
69
  For more details, visit the project repository.
70
 
71
  [![GitHub stars](https://img.shields.io/github/stars/AlekseyKorshuk/huggingnft?style=social)](https://github.com/AlekseyKorshuk/huggingnft)
72
+
73
+ ### BibTeX entry and citation info
74
+
75
+ ```bibtex
76
+ @InProceedings{huggingnft,
77
+ author={Aleksey Korshuk}
78
+ year=2022
79
+ }
80
+ ```