huggingnft-app commited on
Commit
9cb5b60
1 Parent(s): c9186a4

Upload README.md

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