AlphaFold3 / data /README.md
OneScience's picture
Upload folder using huggingface_hub
35cdf53 verified
|
Raw
History Blame Contribute Delete
347 Bytes
This model repository does not upload the AlphaFold3 dataset payload.
Download the required dataset separately:
```bash
modelscope download --dataset OneScience/AlphaFold3_dataset
```
Then link the dataset package data directory into this model package:
```bash
mkdir -p data
ln -s /path/to/AlphaFold3_dataset/data data/alphafold3_dataset
```