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