Instructions to use DJStomp/TestingSalvoNET with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DJStomp/TestingSalvoNET with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DJStomp/TestingSalvoNET", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "attention_layer_position": 8, | |
| "channel_width": 128, | |
| "class_embed_dim": 128, | |
| "eps": 0.0001, | |
| "layers": [ | |
| [ | |
| false, | |
| 16, | |
| 16 | |
| ], | |
| [ | |
| true, | |
| 16, | |
| 16 | |
| ], | |
| [ | |
| false, | |
| 16, | |
| 16 | |
| ], | |
| [ | |
| true, | |
| 16, | |
| 8 | |
| ], | |
| [ | |
| false, | |
| 8, | |
| 8 | |
| ], | |
| [ | |
| true, | |
| 8, | |
| 4 | |
| ], | |
| [ | |
| false, | |
| 4, | |
| 4 | |
| ], | |
| [ | |
| true, | |
| 4, | |
| 2 | |
| ], | |
| [ | |
| false, | |
| 2, | |
| 2 | |
| ], | |
| [ | |
| true, | |
| 2, | |
| 1 | |
| ] | |
| ], | |
| "n_stats": 51, | |
| "num_classes": 1000, | |
| "output_dim": 128, | |
| "z_dim": 128 | |
| } |