CoolFace
Modelpublic

risashinoda/BioVITA

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes24downloads
open_clip_config.json32 linesDownload Raw Back to root
1{2  "model_cfg": {3    "embed_dim": 768,4    "vision_cfg": {5      "image_size": 224,6      "layers": 24,7      "width": 1024,8      "patch_size": 149    },10    "text_cfg": {11      "context_length": 77,12      "vocab_size": 49408,13      "width": 768,14      "heads": 12,15      "layers": 1216    }17  },18  "preprocess_cfg": {19    "mean": [20      0.48145466,21      0.4578275,22      0.4082107323    ],24    "std": [25      0.26862954,26      0.26130258,27      0.2757771128    ],29    "interpolation": "bicubic",30    "resize_mode": "shortest"31  }32}