Idan0405 commited on
Commit
23a6a9a
1 Parent(s): c67559e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -34,4 +34,5 @@ logits_per_image = outputs[0] # this is the image-text similarity score
34
  probs = logits_per_image.softmax(dim=1) # we can take the softmax to get the label probabilities
35
  ```
36
  # See also
37
- * [ClipMD repository on github.](https://github.cs.huji.ac.il/tomhope-lab/ClipMD)
 
 
34
  probs = logits_per_image.softmax(dim=1) # we can take the softmax to get the label probabilities
35
  ```
36
  # See also
37
+ * [ClipMD repository on github.](https://github.cs.huji.ac.il/tomhope-lab/ClipMD)
38
+ * [ClipMD paper on arxiv](https://arxiv.org/abs/2303.13340)