Add model card for VenusFactory RoFormer model
#2
by
nielsr
HF Staff
- opened
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: feature-extraction
|
3 |
+
library_name: transformers
|
4 |
+
license: mit
|
5 |
+
---
|
6 |
+
|
7 |
+
# VenusFactory RoFormer Model
|
8 |
+
|
9 |
+
This model is a RoFormer-based protein language model used within the VenusFactory platform, as described in [VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning](https://huggingface.co/papers/2503.15438). It's designed for feature extraction tasks related to protein sequences.
|
10 |
+
|
11 |
+
For more details on VenusFactory and its capabilities, please refer to the project's [GitHub repository](https://github.com/tyang816/VenusFactory).
|