Add model card
Browse filesThis PR adds a model card by linking it to the paper [VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning](https://huggingface.co/papers/2503.15438) and links to the code repository.
It also adds a relevant pipeline tag, and specifies the library.
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: feature-extraction
|
4 |
+
library_name: transformers
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the models introduced in the paper [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
|