Add model card
#1
by
nielsr
HF Staff
- opened
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: feature-extraction
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the DPLM-2 Bit model presented in [Elucidating the Design Space of Multimodal Protein Language Models](https://huggingface.co/papers/2504.11454). This is a model used for feature extraction from protein sequences and structures.
|
| 8 |
+
|
| 9 |
+
Project page: https://bytedance.github.io/dplm/dplm-2.1
|
| 10 |
+
Code: https://github.com/dmis-lab/Monet
|