jacopoteneggi commited on
Commit
7601c2d
·
verified ·
1 Parent(s): dffe47c

Update requirements and preload_from_hub

Browse files
Files changed (2) hide show
  1. README.md +10 -8
  2. 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 [*I Bet You Did Not Mean That: Testing Semantic Importance via Betting*](https://arxiv.org/abs/2405.19146) .
18
 
19
  **References**
20
  ```
21
- @misc{teneggi2024ibetdidmean,
22
- title={I Bet You Did Not Mean That: Testing Semantic Importance via Betting},
23
- author={Jacopo Teneggi and Jeremias Sulam},
24
- year={2024},
25
- eprint={2405.19146},
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