nielsr HF Staff commited on
Commit
2c3f90b
·
verified ·
1 Parent(s): 652038b

Add model card

Browse files

This PR adds a model card for the RoFormer model used in the paper [VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning](https://huggingface.co/papers/2503.15438). The model card includes relevant metadata such as `pipeline_tag`, `library_name`, and license, as well as a link to the Github repository.

Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: transformers
4
+ pipeline_tag: feature-extraction
5
+ ---
6
+
7
+ This repository contains the RoFormer model used 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
+ VenusFactory is a unified platform for protein engineering data retrieval and language model fine-tuning. This model is designed for feature extraction tasks related to proteins.
10
+
11
+ Github repository: https://github.com/tyang816/VenusFactory