nielsr HF Staff commited on
Commit
40c360d
·
verified ·
1 Parent(s): 83ca73d

Add model card

Browse files

This PR adds a basic model card, linking to the paper and code. It also adds relevant tags.

Files changed (1) hide show
  1. README.md +9 -0
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 model described 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