drake463's picture
Update README.md
01ab9eb verified
|
Raw
History Blame Contribute Delete
942 Bytes
---
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
```
[![Static Badge](https://img.shields.io/badge/DMS--Fold2-GitHub-blue)](https://github.com/LindertLab/DMS-Fold2)
[![Static Badge](https://img.shields.io/badge/DMS--Fold2-Weights-green)](https://huggingface.co/LindertLab/DMS-Fold2)
[![Static Badge](https://img.shields.io/badge/DMS--Fold2-Benchmark--Dataset-yellow)](https://huggingface.co/datasets/LindertLab/DMS-Fold2-Benchmark-Dataset)