Add link to paper, add pipeline tag (#1)
Browse files- Add link to paper, add pipeline tag (5fa62b52d691c57e3f2ad2b1b91da34bcdbea141)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: feature-extraction
|
3 |
+
tags:
|
4 |
+
- protein-folding
|
5 |
+
---
|
6 |
+
|
7 |
+
This PR includes the DPLM-150m as described in [DPLM-2: A Multimodal Diffusion Protein Language Model](https://huggingface.co/papers/2410.13782).
|
8 |
+
|
9 |
+
Code (and usage): https://github.com/bytedance/dplm
|