AlekseyKorshuk
commited on
Commit
•
fa5105f
1
Parent(s):
e247ce8
Add model
Browse files- README.md +77 -0
- config.json +1 -0
- model.pt +3 -0
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- huggingnft
|
4 |
+
- nft
|
5 |
+
- huggan
|
6 |
+
- gan
|
7 |
+
- image
|
8 |
+
- images
|
9 |
+
task: unconditional-image-generation
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
+
# Hugging NFT: cyberkongz
|
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/cyberkongz).
|
25 |
+
|
26 |
+
Dataset is available [here](https://huggingface.co/datasets/huggingnft/cyberkongz).
|
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/cyberkongz).
|
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 |
+
|
58 |
+
*Built by Aleksey Korshuk*
|
59 |
+
|
60 |
+
[![Follow](https://img.shields.io/github/followers/AlekseyKorshuk?style=social)](https://github.com/AlekseyKorshuk)
|
61 |
+
|
62 |
+
[![Follow](https://img.shields.io/twitter/follow/alekseykorshuk?style=social)](https://twitter.com/intent/follow?screen_name=alekseykorshuk)
|
63 |
+
|
64 |
+
[![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)
|
65 |
+
|
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 |
+
```
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"latent_dim": 256, "image_size": 256, "optimizer": "adam", "fmap_max": 512, "fmap_inverse_coef": 12, "transparent": false, "greyscale": false, "disc_output_size": 1, "attn_res_layers": [32], "freq_chan_attn": false, "ttur_mult": 1.0, "lr": 0.0002}
|
model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9693e882d0cada3f0a6c067b7926e5c349000bc9394c417b5ceaf665a55bb9da
|
3 |
+
size 151458647
|