Add model card
Browse filesThis PR adds a basic model card for the VenusFactory model, ensuring people can find it.
It also adds a link to the paper and Github repository.
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: feature-extraction
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the protein language model 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.
|