OneScience-Group/AlphaFold3_dataset
AlphaFold3 Dataset Dataset Description AlphaFold3_dataset is the companion dataset for the OneScience-Group/AlphaFold3/ model. It includes inference input examples, public search databases, MMseqs databases, sharded Jackhmmer databases, and alignment-related directories. The dataset ID is fixed as OneScience-Group/AlphaFold3_dataset. Supported Tasks This dataset supports the AlphaFold3 biomolecular structure prediction workflow. It provides both… See the full description on the dataset page: https://huggingface.co/datasets/OneScience-Group/AlphaFold3_dataset.
<p align="center"> <strong> <span style="font-size: 30px;">AlphaFold3 Dataset</span> </strong> </p>
Dataset Description
AlphaFold3dataset is the companion dataset for the `OneScience-Group/AlphaFold3/` model. It includes inference input examples, public search databases, MMseqs databases, sharded Jackhmmer databases, and alignment-related directories. The dataset ID is fixed as `OneScience-Group/AlphaFold3dataset`.
Supported Tasks
This dataset supports the AlphaFold3 biomolecular structure prediction workflow. It provides both AlphaFold3 JSON examples that already contain MSAs and the database directories required to search for MSAs from sequences. The model can use these data for preflight checks, inference with MSAs, the MMseqs data pipeline, and the Jackhmmer data pipeline.
Dataset Format and Structure
How to Use the Dataset
Files and Download
Download the dataset:
hf download --dataset OneScience-Group/AlphaFold3_datasetDownload the compatible model:
hf download --model OneScience-Group/AlphaFold3/If you use --cache_dir, you must switch to the root directory of the downloaded dataset package before validation.
Data Placement
After downloading the dataset separately, you can run validation from the dataset package root directory. To use it with the model, place this repository's data subdirectory in the model package:
<model-package>/data/alphafold3_datasetYou can do this by copying or linking the directory:
mkdir -p /path/to/model-package/data
ln -s /path/to/AlphaFold3_dataset/data /path/to/model-package/data/alphafold3_datasetData Read Validation
Run the following command from the dataset package root directory:
python scripts/validate_dataset.py --root .The validation script parses metadata/file_manifest.yaml and checks that key directories exist, JSON examples are readable, and filenames, sizes, and SHA256 values are consistent. On success, it outputs dataset_validation_ok: true.
Official OneScience Information
Limitations and License
mmseqs is a locally generated database. The public databases and AlphaFold3-related data are subject to their respective upstream licenses and terms of use.
