Instructions to use DeskHyper/testingmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DeskHyper/testingmodel with Transformers:
# Load model directly from transformers import resnet50 model = resnet50.from_pretrained("DeskHyper/testingmodel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "resnet50" | |
| ], | |
| "model_type": "resnet50", | |
| "num_classes": 10, | |
| "num_layers": 18, | |
| "hidden_size": 64, | |
| "dropout_prob": 0.5 | |
| } | |