Aixile commited on
Commit
3d68279
1 Parent(s): edc5f55

update readme

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -10,6 +10,14 @@ datasets:
10
  - mlfoundations/datacomp_pools
11
  pipeline_tag: zero-shot-image-classification
12
  ---
 
 
 
 
 
 
 
 
13
  # Model card for CLIP ViT-L-14 trained DataComp-1B
14
 
15
  # Table of Contents
 
10
  - mlfoundations/datacomp_pools
11
  pipeline_tag: zero-shot-image-classification
12
  ---
13
+ Original Repo https://huggingface.co/laion/CLIP-ViT-L-14-DataComp.XL-s13B-b90K
14
+
15
+ Added transformers supports
16
+ ```python
17
+ from transformers import CLIPProcessor, CLIPModel
18
+ model = CLIPModel.from_pretrained("Aixile/CLIP-ViT-L-14-DataComp.XL-s13B-b90K")
19
+ ```
20
+
21
  # Model card for CLIP ViT-L-14 trained DataComp-1B
22
 
23
  # Table of Contents