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 ·
5a6b636
1
Parent(s): d3e9bfe
Upload training_config.json
Browse files- training_config.json +1 -0
training_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"image_size": 128, "transparent": false, "greyscale": false, "syncbatchnorm": false, "disc_output_size": 1, "optimizer": "adam", "attn_res_layers": [32], "freq_chan_attn": false}
|