Add model card for VenusFactory Protein Language Model (#2)
Browse files- Add model card for VenusFactory Protein Language Model (c104fc49f417e8c85a1a965787309751512de1da)
Co-authored-by: Niels Rogge <[email protected]>
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: feature-extraction
|
| 3 |
+
library_name: transformers
|
| 4 |
+
license: mit
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# VenusFactory Protein Language Model
|
| 8 |
+
|
| 9 |
+
This model is part of the VenusFactory platform, described in [VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning](https://huggingface.co/papers/2503.15438). VenusFactory provides a unified platform for protein engineering data retrieval and language model fine-tuning, integrating many protein-related datasets and popular PLMs.
|
| 10 |
+
|
| 11 |
+
This specific model uses a masked language modeling objective for protein sequence feature extraction.
|
| 12 |
+
|
| 13 |
+
Code and further details are available at [https://github.com/tyang816/VenusFactory](https://github.com/tyang816/VenusFactory).
|