Spaces:
Sleeping
Sleeping
jacopoteneggi
commited on
Update requirements and preload_from_hub
Browse files- README.md +10 -8
- requirements.txt +2 -2
README.md
CHANGED
@@ -10,20 +10,22 @@ datasets:
|
|
10 |
- jacopoteneggi/IBYDMT
|
11 |
preload_from_hub:
|
12 |
- laion/CLIP-ViT-B-32-laion2B-s34B-b79K open_clip_config.json,open_clip_pytorch_model.bin
|
|
|
|
|
|
|
|
|
13 |
pinned: true
|
14 |
license: cc-by-nc-4.0
|
15 |
---
|
16 |
|
17 |
-
This is the official demo for the paper [*
|
18 |
|
19 |
**References**
|
20 |
```
|
21 |
-
@
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
archivePrefix={arXiv},
|
27 |
-
primaryClass={stat.ML},
|
28 |
}
|
29 |
```
|
|
|
10 |
- jacopoteneggi/IBYDMT
|
11 |
preload_from_hub:
|
12 |
- laion/CLIP-ViT-B-32-laion2B-s34B-b79K open_clip_config.json,open_clip_pytorch_model.bin
|
13 |
+
- laion/CLIP-ViT-L-14-laion2B-s32B-b82K open_clip_config.json,open_clip_pytorch_model.bin
|
14 |
+
- facebook/flava-full config.json,pytorch_model.bin
|
15 |
+
- kakaobrain/alignbase config.json,pytorch_model.bin
|
16 |
+
- Salesforce/blip-itm-base-coco config.json,pytorch_model.bin
|
17 |
pinned: true
|
18 |
license: cc-by-nc-4.0
|
19 |
---
|
20 |
|
21 |
+
This is the official demo for the paper [*Testing Semantic Importance via Betting*](https://openreview.net/forum?id=A0HSmrwtLH) .
|
22 |
|
23 |
**References**
|
24 |
```
|
25 |
+
@inproceedings{teneggi24testing,
|
26 |
+
title={Testing Semantic Importance via Betting},
|
27 |
+
author={Teneggi, Jacopo and Sulam, Jeremias},
|
28 |
+
booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems},
|
29 |
+
year={2024}
|
|
|
|
|
30 |
}
|
31 |
```
|
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
streamlit-image-select
|
2 |
clip @ git+https://github.com/openai/CLIP@main
|
3 |
open_clip_torch
|
4 |
-
h5py
|
5 |
ml_collections
|
6 |
jaxtyping
|
7 |
scikit-learn
|
8 |
-
plotly
|
|
|
|
1 |
streamlit-image-select
|
2 |
clip @ git+https://github.com/openai/CLIP@main
|
3 |
open_clip_torch
|
|
|
4 |
ml_collections
|
5 |
jaxtyping
|
6 |
scikit-learn
|
7 |
+
plotly
|
8 |
+
transformers
|