| --- |
| license: mit |
| --- |
| # DMS-Fold2 |
|
|
| ## Directory Structure |
|
|
| ```text |
| mmcif/ |
| Experimental protein structures (mmCIF format) used for training. |
| |
| splits/ |
| train.csv |
| val.csv |
| ``` |
|
|
| ## Description |
|
|
| - **`mmcifs/`** contains the experimental protein structures in mmCIF format used during model training. |
| - **`splits/`** contains the predefined training and validation splits: |
| - `train.csv` |
| - `val.csv` |
|
|
| Each CSV file contains one target protein identifier per row. The corresponding structure file can be found at: |
|
|
| ```text |
| mmcif/<protein_id>.cif |
| ``` |
|
|
| [](https://github.com/LindertLab/DMS-Fold2) |
| [](https://huggingface.co/LindertLab/DMS-Fold2) |
| [](https://huggingface.co/datasets/LindertLab/DMS-Fold2-Benchmark-Dataset) |