Instructions to use immich-app/RN50x4__openai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use immich-app/RN50x4__openai with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("immich-app/RN50x4__openai", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
ea6e86a
1
Parent(s): 6900c41
Upload config.json with huggingface_hub
Browse files- config.json +1 -0
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"embed_dim": 640, "vision_cfg": {"image_size": 288, "layers": [4, 6, 10, 6], "width": 80, "patch_size": null}, "text_cfg": {"context_length": 77, "vocab_size": 49408, "width": 640, "heads": 10, "layers": 12}}
|