https://github.com/eleutherai/exploring-contrastive-topology
https://github.com/eleutherai/exploring-contrastive-topology
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eleutherai/exploring-contrastive-topology
- Owner: EleutherAI
- License: mit
- Created: 2022-04-20T14:48:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T18:53:24.000Z (about 4 years ago)
- Last Synced: 2023-04-13T07:21:23.677Z (about 3 years ago)
- Language: Jupyter Notebook
- Size: 58 MB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exploring-contrastive-topology
Before running a Google Colab, run the following:
```
!git clone https://github.com/EleutherAI/exploring-contrastive-topology
%cd ./exploring-contrastive-topology
!sed -i "s/pandas==.*/pandas>=1.3/" requirements.txt
%pip install -r requirements.txt
!git lfs install
!git clone https://huggingface.co/datasets/cat-state/clip-embeddings
%cd ./clip-embeddings
!git lfs pull
%pip install -r requirements.txt
%cd ..
```