Instructions to use huggingnft/hapeprime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use huggingnft/hapeprime with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("huggingnft/hapeprime", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
da07799
1
Parent(s): f144d67
Upload training_config.json
Browse files- training_config.json +1 -0
training_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"image_size": 256, "transparent": false, "greyscale": false, "syncbatchnorm": true, "disc_output_size": 1, "optimizer": "adam", "attn_res_layers": [32], "freq_chan_attn": false}
|