Update README.md
Browse files
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)
|