bharathraghavan commited on
Commit
77091bd
·
verified ·
1 Parent(s): 2ab920d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -19,6 +19,8 @@ tags:
19
 
20
  ProtNHF is a generative model for protein sequences that enables continuous, controllable design without retraining. It leverages neural Hamiltonian flows with a Transformer-based energy function to map a latent Gaussian to protein embeddings. Sampling-time bias functions allow steering properties like amino acid composition or net charge smoothly and predictably. Generated sequences achieve high quality as measured by ESM-2 pseudo-perplexity and AlphaFold2 pLDDT scores. ProtNHF provides a flexible, physically interpretable framework for programmable protein sequence generation.
21
 
 
 
22
  ## Model Details
23
 
24
  This current upload corresponds to model/architecture version 1.
@@ -52,3 +54,18 @@ The training was performed using Pytorch DDP on 64*8 GPUs, with a batch size per
52
  warmup_epochs: 5
53
  ```
54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  ProtNHF is a generative model for protein sequences that enables continuous, controllable design without retraining. It leverages neural Hamiltonian flows with a Transformer-based energy function to map a latent Gaussian to protein embeddings. Sampling-time bias functions allow steering properties like amino acid composition or net charge smoothly and predictably. Generated sequences achieve high quality as measured by ESM-2 pseudo-perplexity and AlphaFold2 pLDDT scores. ProtNHF provides a flexible, physically interpretable framework for programmable protein sequence generation.
21
 
22
+ The source code is available here: https://github.com/bharath-raghavan/ProtNHF.git
23
+
24
  ## Model Details
25
 
26
  This current upload corresponds to model/architecture version 1.
 
54
  warmup_epochs: 5
55
  ```
56
 
57
+ ## Citation
58
+
59
+ If you use ProtNHF in your research, please cite:
60
+
61
+ B. Raghavan, and D. M. Rogers
62
+ **ProtNHF: Neural Hamiltonian Flows for Controllable Protein Sequence Generation**
63
+ arXiv:xxxx.xxxxx (2026)
64
+
65
+ ```bibtex
66
+ @article{raghavan2026protnhf,
67
+ title = {ProtNHF: Neural Hamiltonian Flows for Controllable Protein Sequence Generation},
68
+ author = {Raghavan, Bharath and Rogers, David M.},
69
+ journal = {arXiv preprint arXiv:xxxx.xxxxx},
70
+ year = {2026}
71
+ }