We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8ed78 commit 7585d02Copy full SHA for 7585d02
1 file changed
README.md
@@ -40,26 +40,14 @@ The Platonic Representation Hypothesis suggests that representations from neural
40
41
---
42
43
-## Installation
44
-
45
-### Using the calibration package only
+## Using the calibration package only
46
47
```bash
48
pip install calibrated-similarity
49
```
50
51
See the [package documentation](README_PYPI.md) for usage examples.
52
53
-### Reproducing paper experiments
54
55
-```bash
56
-git clone https://github.com/mlbio-epfl/Aristotelian.git
57
-cd calibrated-similarity
58
59
-pip install -e ".[dev]"
60
-pip install torch # or with CUDA: pip install torch --index-url https://download.pytorch.org/whl/cu118
61
-```
62
63
64
65
## Reproducing Paper Experiments
0 commit comments