CoolFace
Datasetpublic

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.

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes2.1kdownloads
Dataset Card

<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

PathTypePurposeRequiredCapabilityPlacement After DownloadNotes
manifest.yamlManifest fileMachine-readable dataset descriptionYesAll capabilitiesDataset package root directoryThe LLM must parse this file
onescience_run_manifest.yamlRuntime ManifestWeb interface read entry pointYesAll capabilitiesDataset package root directoryConsistent with manifest.yaml
metadata/file_manifest.yamlIntegrity manifestRecords the source path, organized path, size, and SHA256 of key filesYesPreflight checkmetadata/Verifies consistency after organization
scripts/validate_dataset.pyValidation scriptChecks directories, JSON schema, sizes, and SHA256YesData read validationscripts/Does not run the model
data/infer_input_data/Input examplesAlphaFold3 JSON examples containing alldata and pressuredataYesInference and preflight checksdata/infer_input_data/The smallest example is all_data/7r6r_data.json
data/public_databases/Public databasesDatabases for Jackhmmer and template searchesYesData pipelinedata/public_databases/The upload view uses pdb_2022_09_28_mmcif_files.tar instead of the extracted mmcif_files/ directory to avoid file-count limits
data/mmseqsDB/MMseqs databasesMMseqs search databasesYesMMseqs data pipelinedata/mmseqsDB/Includes small_bfd, mgnify, uniprot, and uniref90
data/jackhmmer_split/Sharded databaseSharded FASTA files for Jackhmmer searchesYesJackhmmer data pipelinedata/jackhmmer_split/See the directory filenames for the shard count
data/alignDB/Alignment databaseAlignment-related dataNoAdvanced workflowsdata/alignDB/Optional

How to Use the Dataset

Files and Download

Download the dataset:

bash
hf download --dataset OneScience-Group/AlphaFold3_dataset

Download the compatible model:

bash
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:

text
<model-package>/data/alphafold3_dataset

You can do this by copying or linking the directory:

bash
mkdir -p /path/to/model-package/data
ln -s /path/to/AlphaFold3_dataset/data /path/to/model-package/data/alphafold3_dataset

Data Read Validation

Run the following command from the dataset package root directory:

bash
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

PlatformOneScience Main RepositorySkills Repository
Giteehttps://gitee.com/onescience-ai/onesciencehttps://gitee.com/onescience-ai/oneskills
GitHubhttps://github.com/onescience-ai/OneSciencehttps://github.com/onescience-ai/oneskills

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.