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", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
-
"model_type": "
|
| 6 |
"num_classes": 10,
|
| 7 |
"num_layers": 18,
|
| 8 |
"hidden_size": 64,
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"resnet50"
|
| 4 |
],
|
| 5 |
+
"model_type": "resnet50",
|
| 6 |
"num_classes": 10,
|
| 7 |
"num_layers": 18,
|
| 8 |
"hidden_size": 64,
|