Instructions to use immich-app/RN101__openai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use immich-app/RN101__openai with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("immich-app/RN101__openai", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
ec86d99
1
Parent(s): 82f6451
Upload folder using huggingface_hub
Browse files- textual/model.onnx +1 -1
- visual/model.onnx +2 -2
- visual/preprocess_cfg.json +1 -1
textual/model.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 253829516
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9e6f1fc02a000b024e414433962229a2277c91e4d8def50759f989d6bcb4439
|
| 3 |
size 253829516
|
visual/model.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dec0b7cb9e052e0229eab43eda8003522f69a1c02bda6b5f54a3a66083a16023
|
| 3 |
+
size 224871761
|
visual/preprocess_cfg.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"size":
|
|
|
|
| 1 |
+
{"size": 224, "mode": "RGB", "mean": [0.48145466, 0.4578275, 0.40821073], "std": [0.26862954, 0.26130258, 0.27577711], "interpolation": "bicubic", "resize_mode": "shortest", "fill_color": 0}
|