Add files using upload-large-folder tool
Browse files- README.md +44 -0
- SHA256SUMS +1 -0
- lineageflow-rp55.ckpt +3 -0
README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
tags:
|
| 5 |
+
- protein-sequence-generation
|
| 6 |
+
- flow-matching
|
| 7 |
+
- bioinformatics
|
| 8 |
+
- protein-language-models
|
| 9 |
+
- pfam
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# LineageFlow RP55 Checkpoint
|
| 13 |
+
|
| 14 |
+
This repository hosts the released LineageFlow checkpoint for family-aware protein sequence generation.
|
| 15 |
+
|
| 16 |
+
## Files
|
| 17 |
+
|
| 18 |
+
- `lineageflow-rp55.ckpt`: LineageFlow denoiser checkpoint.
|
| 19 |
+
- `SHA256SUMS`: checksum for verifying the checkpoint download.
|
| 20 |
+
|
| 21 |
+
## Usage
|
| 22 |
+
|
| 23 |
+
```bash
|
| 24 |
+
hf download jinxbye/LineageFlow \
|
| 25 |
+
lineageflow-rp55.ckpt \
|
| 26 |
+
--local-dir checkpoints
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
See the GitHub repository for inference and evaluation code:
|
| 30 |
+
|
| 31 |
+
```text
|
| 32 |
+
https://github.com/jinxbye/LineageFlow
|
| 33 |
+
```
|
| 34 |
+
|
| 35 |
+
## Citation
|
| 36 |
+
|
| 37 |
+
```bibtex
|
| 38 |
+
@inproceedings{liang2026lineageflow,
|
| 39 |
+
title = {LineageFlow: Flow Matching for High-Fidelity Family-Aware Protein Sequence Generation},
|
| 40 |
+
author = {Liang, Langzhang and Yang, Ming and Feng, Yi and Li, Junfan and Pan, Shirui and Xu, Yinghui and Ying, Tianlei and Zheng, Yizhen and Xu, Zenglin},
|
| 41 |
+
booktitle = {International Conference on Machine Learning},
|
| 42 |
+
year = {2026}
|
| 43 |
+
}
|
| 44 |
+
```
|
SHA256SUMS
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
f0b4b25e626878be5c26da9e65d44c2e1551a076652d416f955b1357cde54a2b lineageflow-rp55.ckpt
|
lineageflow-rp55.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0b4b25e626878be5c26da9e65d44c2e1551a076652d416f955b1357cde54a2b
|
| 3 |
+
size 10509468119
|