nielsr HF Staff commited on
Commit
5ad9933
·
verified ·
1 Parent(s): cdab241

Add model card and metadata

Browse files

This PR adds a model card with the appropriate metadata, including the `pipeline_tag`, `library_name`, and `license`. It also includes a brief description of the model and links to the paper and GitHub repository.

Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: feature-extraction
3
+ library_name: transformers
4
+ license: mit
5
+ ---
6
+
7
+ # VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning
8
+
9
+ This repository provides the tokenizer used in the VenusFactory platform, described in [VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning](https://huggingface.co/papers/2503.15438). VenusFactory is a unified platform for protein engineering that integrates data retrieval, standardized task benchmarking, and modular fine-tuning of protein language models (PLMs).
10
+
11
+ Code and further details are available at: https://github.com/tyang816/VenusFactory