Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
This is a dataset card containing preprocessed datasets used for the evaluation of protein language models presented in the paper [MULAN: Multimodal Protein Language Model for
|
6 |
+
Sequence and Structure Encoding](https://www.biorxiv.org/content/10.1101/2024.05.30.596565v1).
|
7 |
+
|
8 |
+
Fistly, it contains the preprocessed AF-0.5M dataset used for training of MULAN-small (AF05_pretraining.zip).
|
9 |
+
|
10 |
+
Secondly, it contains zip files with all downstream datasets used in the paper.
|
11 |
+
Each downstream dataset folder contains `id2label.json` file with targets for each dataset split and a folder `dataset`
|
12 |
+
with the preprocessed dataset ready to pass into the `ProteinDataset` class.
|
13 |
+
|
14 |
+
You should manually download each downstream task archive as well as training data archive and use these datasets with
|
15 |
+
the original code of the paper in [MULAN repository](https://github.com/DFrolova/MULAN).
|