Instructions to use huggingnft/theshiboshis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use huggingnft/theshiboshis with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("huggingnft/theshiboshis", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
d14f6cd
1
Parent(s): 836b35f
Upload README.md
Browse files
README.md
CHANGED
|
@@ -6,11 +6,14 @@ tags:
|
|
| 6 |
- gan
|
| 7 |
- image
|
| 8 |
- images
|
| 9 |
-
task:
|
|
|
|
|
|
|
|
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
# Hugging NFT: theshiboshis
|
| 14 |
|
| 15 |
## Disclaimer
|
| 16 |
|
|
@@ -21,9 +24,9 @@ holder.
|
|
| 21 |
|
| 22 |
LightWeight GAN model for unconditional generation.
|
| 23 |
|
| 24 |
-
NFT collection available [here](https://opensea.io/collection/theshiboshis
|
| 25 |
|
| 26 |
-
Dataset is available [here](https://huggingface.co/datasets/huggingnft/theshiboshis
|
| 27 |
|
| 28 |
Check Space: [link](https://huggingface.co/spaces/AlekseyKorshuk/huggingnft).
|
| 29 |
|
|
@@ -43,7 +46,7 @@ Check project repository: [link](https://github.com/AlekseyKorshuk/huggingnft).
|
|
| 43 |
|
| 44 |
## Training data
|
| 45 |
|
| 46 |
-
Dataset is available [here](https://huggingface.co/datasets/huggingnft/theshiboshis
|
| 47 |
|
| 48 |
## Training procedure
|
| 49 |
|
|
|
|
| 6 |
- gan
|
| 7 |
- image
|
| 8 |
- images
|
| 9 |
+
task:
|
| 10 |
+
- unconditional-image-generation
|
| 11 |
+
datasets:
|
| 12 |
+
- huggingnft/theshiboshis
|
| 13 |
license: mit
|
| 14 |
---
|
| 15 |
|
| 16 |
+
# Hugging NFT: theshiboshis
|
| 17 |
|
| 18 |
## Disclaimer
|
| 19 |
|
|
|
|
| 24 |
|
| 25 |
LightWeight GAN model for unconditional generation.
|
| 26 |
|
| 27 |
+
NFT collection available [here](https://opensea.io/collection/theshiboshis).
|
| 28 |
|
| 29 |
+
Dataset is available [here](https://huggingface.co/datasets/huggingnft/theshiboshis).
|
| 30 |
|
| 31 |
Check Space: [link](https://huggingface.co/spaces/AlekseyKorshuk/huggingnft).
|
| 32 |
|
|
|
|
| 46 |
|
| 47 |
## Training data
|
| 48 |
|
| 49 |
+
Dataset is available [here](https://huggingface.co/datasets/huggingnft/theshiboshis).
|
| 50 |
|
| 51 |
## Training procedure
|
| 52 |
|