JianLiao commited on
Commit
5af9374
·
verified ·
1 Parent(s): 4b12a14

Update Model Card

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -1,9 +1,16 @@
1
  ---
2
  tags:
3
- - clip
 
4
  library_name: open_clip
5
  pipeline_tag: zero-shot-image-classification
6
  license: mit
 
 
 
 
 
 
7
  ---
8
 
9
  # Model card for CLIP-ViT-L-14-spectrum-icons-23k
@@ -171,4 +178,4 @@ with torch.no_grad():
171
  logits_per_image, logits_per_text = model(image, text_inputs)
172
  probs = logits_per_image.softmax(dim=-1).numpy()
173
 
174
- ```
 
1
  ---
2
  tags:
3
+ - clip
4
+ - RAG
5
  library_name: open_clip
6
  pipeline_tag: zero-shot-image-classification
7
  license: mit
8
+ datasets:
9
+ - JianLiao/spectrum-icons
10
+ language:
11
+ - en
12
+ base_model:
13
+ - laion/CLIP-ViT-L-14-laion2B-s32B-b82K
14
  ---
15
 
16
  # Model card for CLIP-ViT-L-14-spectrum-icons-23k
 
178
  logits_per_image, logits_per_text = model(image, text_inputs)
179
  probs = logits_per_image.softmax(dim=-1).numpy()
180
 
181
+ ```