Instructions to use apple/DFN5B-CLIP-ViT-H-14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use apple/DFN5B-CLIP-ViT-H-14 with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:apple/DFN5B-CLIP-ViT-H-14') tokenizer = open_clip.get_tokenizer('hf-hub:apple/DFN5B-CLIP-ViT-H-14') - Notebooks
- Google Colab
- Kaggle
Remove outdated license name from metadata
#10
by pcuenq HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
---
|
| 2 |
license: apple-amlr
|
| 3 |
-
license_name: apple-sample-code-license
|
| 4 |
license_link: LICENSE
|
| 5 |
---
|
| 6 |
A CLIP (Contrastive Language-Image Pre-training) model trained on DFN-5B.
|
|
|
|
| 1 |
---
|
| 2 |
license: apple-amlr
|
|
|
|
| 3 |
license_link: LICENSE
|
| 4 |
---
|
| 5 |
A CLIP (Contrastive Language-Image Pre-training) model trained on DFN-5B.
|