File size: 942 Bytes
ed4b7bd f4ddf09 01ab9eb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ---
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) |