Instructions to use 1aurent/vit_small_patch16_224.transpath_mocov3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use 1aurent/vit_small_patch16_224.transpath_mocov3 with timm:
import timm model = timm.create_model("hf_hub:1aurent/vit_small_patch16_224.transpath_mocov3", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +0 -1
config.json
CHANGED
|
@@ -2,7 +2,6 @@
|
|
| 2 |
"architecture": "vit_small_patch16_224",
|
| 3 |
"num_classes": 0,
|
| 4 |
"num_features": 384,
|
| 5 |
-
"num_heads": 12,
|
| 6 |
"global_pool": "token",
|
| 7 |
"pretrained_cfg": {
|
| 8 |
"tag": "mocov3",
|
|
|
|
| 2 |
"architecture": "vit_small_patch16_224",
|
| 3 |
"num_classes": 0,
|
| 4 |
"num_features": 384,
|
|
|
|
| 5 |
"global_pool": "token",
|
| 6 |
"pretrained_cfg": {
|
| 7 |
"tag": "mocov3",
|