File size: 1,506 Bytes
0c88712
 
d280c5e
0c88712
d280c5e
 
 
 
 
 
 
 
f42d3da
d280c5e
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
license: apache-2.0
pipeline_tag: graph-ml
---

# Unified all-atom molecule generation with neural fields

This repository contains the model weights for **FuncBind**, a framework for target-conditioned 3D molecule generation using neural fields. As presented in the paper [Unified all-atom molecule generation with neural fields](https://huggingface.co/papers/2511.15906), this unified model leverages score-based generative models and neural fields to represent molecules as continuous atomic densities, enabling it to be trained across diverse atomic systems and drug modalities.

Code: [https://github.com/prescient-design/funcbind](https://github.com/prescient-design/funcbind)

This repository provides model weights for FuncBind and preprocessed datasets (train/test CrossDocked).
The Macrocyclic Peptide Pair (MCP) dataset and its preprocessed splits are available at [https://huggingface.co/datasets/Willete3/mcpp-dataset](https://huggingface.co/datasets/Willete3/mcpp-dataset).

For detailed instructions on installation, data preparation, sampling, and training, please refer to the comprehensive [GitHub repository](https://github.com/prescient-design/funcbind).

## Sample Usage

After setting up the environment and downloading the necessary checkpoints as outlined in the [GitHub repository](https://github.com/prescient-design/funcbind), you can sample macrocyclic peptides (MCPs) from the model using the following command:

```bash
python sample_fb.py --config-name sample_fb_mcpp
```