You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,24 @@ To be completed...
16
16
17
17
### Reproducing the results from the paper
18
18
19
-
0. Clone this repository and install the required libraries by running
19
+
0. Clone this repository and install the required libraries by running.
20
20
21
21
```shell
22
22
pip install -e .
23
23
```
24
24
25
-
1. Download the [BIOSCAN-5M dataet from the git repo](https://github.com/bioscan-ml/BIOSCAN-5M)
25
+
1. Download the [metadata file](https://drive.google.com/drive/u/0/folders/1TLVw0P4MT_5lPrgjMCMREiP8KW-V4nTb) and copy it into the data folder
26
+
2. Split the metadata file into smaller files according to the different partitions as presented in the [BIOSCAN-5M paper](https://arxiv.org/abs/2406.12723)
0 commit comments