jacopoteneggi
commited on
Commit
•
8f42ccc
1
Parent(s):
2d40570
Add arXiv paper citation
Browse files
README.md
CHANGED
@@ -39,4 +39,16 @@ Supported model names (see [supported_models.txt](supported_models.txt)):
|
|
39 |
* `open_clip:ViT-B-32` [[model](https://huggingface.co/laion/CLIP-ViT-B-32-laion2B-s34B-b79K)]
|
40 |
* `open_clip:ViT-L-14` [[model](https://huggingface.co/laion/CLIP-ViT-L-14-laion2B-s32B-b82K)]
|
41 |
* `clip:ViT-B/32` [[model](https://github.com/openai/CLIP)]
|
42 |
-
* `clip:ViT-L/14` [[model](https://github.com/openai/CLIP)]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
* `open_clip:ViT-B-32` [[model](https://huggingface.co/laion/CLIP-ViT-B-32-laion2B-s34B-b79K)]
|
40 |
* `open_clip:ViT-L-14` [[model](https://huggingface.co/laion/CLIP-ViT-L-14-laion2B-s32B-b82K)]
|
41 |
* `clip:ViT-B/32` [[model](https://github.com/openai/CLIP)]
|
42 |
+
* `clip:ViT-L/14` [[model](https://github.com/openai/CLIP)]
|
43 |
+
|
44 |
+
**References**
|
45 |
+
```
|
46 |
+
@misc{teneggi2024ibetdidmean,
|
47 |
+
title={I Bet You Did Not Mean That: Testing Semantic Importance via Betting},
|
48 |
+
author={Jacopo Teneggi and Jeremias Sulam},
|
49 |
+
year={2024},
|
50 |
+
eprint={2405.19146},
|
51 |
+
archivePrefix={arXiv},
|
52 |
+
primaryClass={stat.ML},
|
53 |
+
}
|
54 |
+
```
|