Add model card with metadata
#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 |
+
This repository contains a RoFormerForMaskedLM model for protein feature extraction, as described in [VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning](https://huggingface.co/papers/2503.15438).
|
8 |
+
|
9 |
+
Code: https://github.com/tyang816/VenusFactory
|
10 |
+
|
11 |
+
This model is intended for feature extraction tasks related to protein language modeling. Refer to the GitHub repository for details on usage.
|